[ANN] eLua (Lua for microcontrollers) 0.5 released
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2008-11-01 10:21 AM
Posted on November 01, 2008 at 18:21
[ANN] eLua (Lua for microcontrollers) 0.5 released
Labels:
- Labels:
-
Legacy Products
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 12:56 AM
Posted on May 17, 2011 at 09:56
Hi,
eLua is an open source effort to bring the Lua programming language in the embedded world (MCUs). It is meant to be a complete MCU development environment. It currently runs on a number of ARM variants (STR912FAW44 included), as well as Cortex (and i386 as a proof of concept). Version 0.5 was just released, this is the changelog: * Added support for STR7 CPUs from ST * Added TCP/IP support using the uIP stack * Added support for console and shell over TCP/IP instead of serial link * Added the ''net'' module (eLua's interface to TCP/IP functions) * Added the ''cpu'' module (eLua's interface to the target CPU) * New samples: morse.lua (Morse code encoder), lhttpd.lua (Lua scripting HTTP server) * Added support for cross-compiling Lua code (compile on PC, run on target) * XMODEM can now receive Lua bytecode in addition to Lua source code * The XMODEM buffer is now dynamic (grows as needed) instead of fixed size * Project documentation updated For more details visit the project web page at Best, Bogdan