This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
elua
Watch
1
Star
0
Fork
0
You've already forked elua
mirror of
https://github.com/elua/elua.git
synced
2025-01-25 01:02:54 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
elua
/
inc
History
Bogdan Marinescu
967722761a
ready for 0.5
2008-11-01 18:32:37 +00:00
..
newlib
initial import
2008-07-29 11:08:54 +00:00
dlmalloc.h
- malloc.c/.h are now dlmalloc.c/.h
2008-08-27 13:39:10 +00:00
elua_net.h
- fixed a serious bug in the implementation of the eLua UIP support code. Now one can have multiple TCP/IP connection _without_ mixing the data buffers between them :)
2008-09-23 19:39:14 +00:00
elua_uip.h
- fixed a serious bug in the implementation of the eLua UIP support code. Now one can have multiple TCP/IP connection _without_ mixing the data buffers between them :)
2008-09-23 19:39:14 +00:00
platform.h
- added the "CPU" module. its role: access data directly (read/write) for 32/16/8 bits variables, and also provide access to CPU constants (should be defined in platform_cpu.h, see lm3s code)
2008-09-26 20:41:11 +00:00
romfs.h
added conditional compilation for different components
2008-08-04 12:04:36 +00:00
shell.h
multiple changes, documentation updated, getting ready for the new release
2008-10-31 21:32:15 +00:00
term.h
added ESC to term keys
2008-08-07 11:45:43 +00:00
utils.h
eLua now works over TCP/IP instead of serial connection. This is basically printf/scanf over TCP/IP instead of UART, so it should look&feel just like "regular" Lua, except that you don't have
2008-09-18 20:22:15 +00:00
validate.h
changed the build system a bit; now all the configuration for a specific target is done in a file called 'platform_conf.h' from the src/platform/<target> directory. I did this because the number of mandatory target specific files was continuously increasing
2008-10-09 10:49:07 +00:00
version.h
ready for 0.5
2008-11-01 18:32:37 +00:00
xmodem.h
multiple changes, documentation updated, getting ready for the new release
2008-10-31 21:32:15 +00:00