I put up a binary for eLua for the Arduino Due in this thread http://forum.stellarisiti.com/topic/1770-elua-for-sam3-arduino-due/ Still very much a work in progress. Has some debug code that will spit out a few extra messages (mostly in the interrupt handlers at the moment). Let me know if you encounter any issues, or if parts not listed as tested actually do work. The version in that thread is pretty close to the current version. The source is on https://github.com/ecdr/elua in the SAM branch. Suggestions/contributions/etc. welcome. Somebody e-mailed me asking about where to get eLua for the arduino due. Not sure if my messages to them got through, so thought I would post this to the list. _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Congrats man! 2014/1/20 <[hidden email]>
Gabriel Duarte Linux User #471185Rio de Janeiro / RJ http://genericdev.wordpress.com/ _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Thanks for the link but i can not create a menber on this site. Please send me the HEX file. Thanks for all Best regards
Georges 2014/1/21 Gabriel Duarte <[hidden email]>
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Just for knowledge, did you reuse the original Arduino source code to write this port or simply wrote from scratch? Cheers 2014/1/21 georges King <[hidden email]>
Gabriel Duarte
Linux User #471185Rio de Janeiro / RJ http://genericdev.wordpress.com/ _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
In reply to this post by scdr
The port uses the Atmel Software Framework (ASF) drivers. As far as I can tell the Arduino seems to use an earlier version of the Atmel Software Framework as well. (At least the base drivers are similar to the ASF.) I used the Arduino source code as a reference (to figure out how some of the peripherals work). Many features of the ASF drivers are poorly documented, or are not documented at all as far as I can tell. I also temprorarily borrowed some of the Arduino code as starting point towards making the eLua platform code (e.g. in adapting timers to work as PWMs). I have tried to note in the code which modules are not working, and which bits are just placeholders/skeleton code to be evolved into something cleaner/neater/working. > ----- Original Message ----- > From: Gabriel Duarte > Sent: 01/21/14 11:28 AM > To: eLua Users and Development List (www.eluaproject.net) > Subject: Re: [eLua-dev] Binary for eLua on Arduino Due > > Just for knowledge, > did you reuse the original Arduino source code to write this port or simply > wrote from scratch? > > Cheers > > > 2014/1/21 georges King <[hidden email]> > > > Thanks for the link but i can not create a menber on this site. > > Please send me the HEX file. > > > > Thanks for all > > > > Best regards > > > > Georges > > > > > > > > 2014/1/21 Gabriel Duarte <[hidden email]> > > > >> Congrats man! > >> > >> > >> > >> 2014/1/20 <[hidden email]> > >> > >> > >>> I put up a binary for eLua for the Arduino Due in this thread > >>> http://forum.stellarisiti.com/topic/1770-elua-for-sam3-arduino-due/ > >>> > >>> Still very much a work in progress. Has some debug code that will spit > >>> out a few extra messages (mostly in the interrupt handlers at the moment). > >>> Let me know if you encounter any issues, or if parts not listed as > >>> tested actually do work. > >>> > >>> The version in that thread is pretty close to the current version. > >>> > >>> The source is on > >>> https://github.com/ecdr/elua > >>> in the SAM branch. > >>> > >>> Suggestions/contributions/etc. welcome. > >>> > >>> Somebody e-mailed me asking about where to get eLua for the arduino due. > >>> > >>> Not sure if my messages to them got through, so thought I would post > >>> this to the list. > >>> _______________________________________________ > >>> eLua-dev mailing list > >>> [hidden email] > >>> https://lists.berlios.de/mailman/listinfo/elua-dev > >> > >> > >> > >> > >> -- > >> Gabriel Duarte > >> Linux User #471185 > >> Rio de Janeiro / RJ > >> http://genericdev.wordpress.com/ > >> > >> _______________________________________________ > >> 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 > > > > > > -- > Gabriel Duarte > Linux User #471185 > Rio de Janeiro / RJ > http://genericdev.wordpress.com/ _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Dado Sutter |
Thank you ! Can't wait to test it (and your Stelaris Launchpad port) on a kit! Thanks a lot Dado On Tue, Jan 21, 2014 at 11:08 PM, FP AB <[hidden email]> wrote:
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |