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-08 20:56:17 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
elua
/
inc
History
James Snyder
b3f6110150
ADC bugfixes, and change to sample and burst being non-blocking. Samples are
...
acquired with getsamples.
2009-02-16 23:01:32 +00:00
..
newlib
initial import
2008-07-29 11:08:54 +00:00
buf.h
ADC bugfixes, and change to sample and burst being non-blocking. Samples are
2009-02-16 23:01:32 +00:00
common.h
- ADC now runs with an interrupt handler, which manages samples from each
2009-01-27 20:49:45 +00:00
dlmalloc.h
- lua parsing: lparser.c was modified to allocate some of its structures to
2009-01-22 19:46:47 +00:00
elua_adc.h
ADC bugfixes, and change to sample and burst being non-blocking. Samples are
2009-02-16 23:01:32 +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
- the "pio" module is now called "gpio" (Dado will be finally happy :) )
2009-02-16 20:18:48 +00:00
romfs.h
Code added for an "ls" (or "dir") shell command
2008-11-24 13:48:46 +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
- lua parsing: lparser.c was modified to allocate some of its structures to
2009-01-22 19:46:47 +00:00