My work on adapting eLua to the Stellaris Launchpad (LM4F120) is on github. https://github.com/ecdr/elua Almost all changes so far are in the lm3s platform directory. Updated the Stellarisware and USB libraries to latest versions (friendlier license and LM4F compatible) Added information about Stellaris Launchpad to the platform files Tweaked the build files a bit to (hopefully) add the LM4F120 (Stellaris Launchpad) This is very much a rough draft I have run it through a compiler (not gcc), and it did compile. Have not tried to link it. Have not tried to run it. Have not tried to build it with the regular build system. Some of the changes I made in order to regularize handling of pin MUXing may break the versions for some of the other LM3S. So input, testing, suggestions, patches, etc. welcome, but use at your own risk. Have not done anything about reducing memory footprint. > ----- Original Message ----- > From: [hidden email] > Sent: 01/14/13 05:06 PM > To: eLua Users and Development List (www.eluaproject.net) > Subject: Re: [eLua-dev] eLua for the TI Stellaris Launchpad? > > I will put the code up on github (once I work out how to get git installed). > > Any tips on how to trim eLua's RAM usage? > (So far I looked mostly at the platform code, haven't looked around the main implementation > to try to figure what takes most memory and what can be easily disabled to save mem). > Thanks. > > > ----- Original Message ----- > > From: Tony > > Sent: 01/10/13 04:48 PM > > To: eLua Users and Development List (www.eluaproject.net) > > Subject: Re: [eLua-dev] eLua for the TI Stellaris Launchpad? > > > > Since the Launchpad has only 32K of SRAM, it may be tough to get eLua > > running, but I'd love to see it. > > --Tony > > > > On Tue, Jan 8, 2013 at 10:54 PM, Jacob Buys <[hidden email]> wrote: > > > > > I've got a couple of Stellaris Launchpads lying around. If you want, you > > > can put your code up somewhere (github?) and I'd be more than happy to help > > > you test and refine it. > > > > > > On 8 January 2013 13:00, <[hidden email]> wrote: > > > > > >> From: [hidden email] > > >> To: [hidden email] > > >> Subject: Re: [eLua-dev] eLua for the TI Stellaris Launchpad? > > >> Message-ID: <[hidden email]> > > >> > > >> I have done a little work on porting it to the Stellaris Launchpad. ?Just > > >> studied the code and > > >> made some of the changes that are obviously needed. ?I have not tried > > >> compiling my > > >> changes or running it (my launchpads came right before hollidays). > > >> I am still figuring my way around setting up build system for elua and > > >> git, etc. > > >> > > >> >Has there been any work on getting eLua working on the new TI M4 > > >> processors, specifically the LX4F120H found on >the EK-LM4F120 launchpad? > > >> If not, I'd love to try, but I've got no clue where to start. Any pointers? > > >> > > > >> >Jacob > > >> > _______________________________________________ > eLua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Andres Molina-Markham |
Thanks scdr, I added an entry to the SConstruct file in order to use scons and fixed some typos in the building python script (changes at https://github.com/am-m/elua). However, it seems that there is at least one file missing in the driver lib folder: After running: $ scons cpu=LM4F120 toolchain=codesourcery I get the following compilation error (I am also attaching the full output to this email): I compiled on: Linux ubuntu 3.5.0-23-generic #35-Ubuntu SMP Thu Jan 24 13:05:29 UTC 2013 i686 i686 i686 GNU/Linux Cheers, Andres On Feb 20, 2013, at 8:37 PM, [hidden email] wrote:
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev elua-compilation-out.txt (27K) Download Attachment |
Free forum by Nabble | Edit this page |