[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] eLua 0.3 released
- From: "Bogdan Marinescu" <bogdan.marinescu@...>
- Date: Sat, 9 Aug 2008 15:19:09 +0300
Hi,
eLua is an 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, as well as
Cortex (and i386 as a proof of concept). Version 0.3 was just
released, this is the changelog:
* Now you can play hangman directly from eLua :), thanks to the new
"term" module that handles ANSI escape sequences
* Added support for ST STR912FW44
* Added support for Cortex LM3S6965
* More intuitive and flexible build system (new syntax, component
selection at build time)
* eLua examples are now part of the repository
* Project documentation updated
Go to the project main page (http://elua.berlios.de) for more
information, and to the download page
(http://elua.berlios.de/download.html) for information about how you
can download eLua.
Thanks,
Bogdan