mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
60 lines
2.5 KiB
Plaintext
60 lines
2.5 KiB
Plaintext
10.09.2008 Bogdan Marinescu <bogdanm@users.berlios.de>
|
|
|
|
* Minor release 0.4.1; its main purpose is to integrate the new Lua 5.1.4
|
|
* Changed the file system structure; now you can build both Lua versions
|
|
(floating point and int only) from the same directory
|
|
* Made the math library configurable using the existent 'platform libraries'
|
|
mechanism
|
|
* The "os" and "package" modules are no longer loaded by Lua, since they can't
|
|
be used anyway.
|
|
* Project documentation updated
|
|
|
|
02.09.2008 Bogdan Marinescu <bogdanm@users.berlios.de>
|
|
|
|
* Official release 0.4
|
|
* Added support for LPC2888 (preliminary)
|
|
* Added PWM module
|
|
* New samples: TV-B-Gone (shut off your TV), piano (play piano from your PC
|
|
keyboard), pwmled (fade led on/off), all based on the new PWM module
|
|
* Added support for multiple memory spaces (this can be used to
|
|
take advantage of both the internal CPU RAM and external RAM chips
|
|
on board that have external RAM)
|
|
* Autorun: if "autorun.lua" is found in the filesystem, it is executed
|
|
before starting the shell
|
|
* Added "pack" (binary data packing/unpacking) and "bit" (binary operatinos)
|
|
modules
|
|
* Build system updated, easier to use, now it knows how to handle "boards"
|
|
as well as CPUs
|
|
* Modified the existing platform modules to take less RAM and to report an
|
|
error when an unavailable resource is requested
|
|
* Project documentation updated
|
|
|
|
09.08.2008 Bogdan Marinescu <bogdanm@users.berlios.de>
|
|
Frederic Thomas <frthomas@users.berlios.de>
|
|
|
|
* Official release 0.3
|
|
* Added support for ST STR912FW44 (bogdanm)
|
|
* Added support for Cortex LM3S6965 (frthomas)
|
|
* New terminal support module (term) (bogdanm)
|
|
* Added new example (hangman.lua) that uses the new term module (bogdanm)
|
|
* More intuitive and flexible build system (new syntax, component selection
|
|
at build time) (bogdanm)
|
|
* eLua examples are now part of the repository (bogdanm)
|
|
* Project documentation updated (bogdanm, frthomas)
|
|
|
|
27.07.2008 Bogdan Marinescu <bogdanm@users.berlios.de>
|
|
|
|
* Second official release (0.2)
|
|
* Added support for Cortex LM3S8962
|
|
* New platform modules (UART, SPI, Timer, platform data)
|
|
* First release of the eLua shell
|
|
* Lua source files can now be sent to target with XMODEM
|
|
|
|
11.07.2008 Bogdan Marinescu <bogdanm@users.berlios.de>
|
|
|
|
* First official release (0.1)
|
|
* Supports AT91SAM7X/AT91SAM7X256 and i386
|
|
* Access PIO from Lua
|
|
* ROMFS
|
|
* Choice between floating point Lua and integer only Lua
|