Dado Sutter
aa605601a5
bit.isset() & bit.isclear() return types fixed (to booleans, not numbers)
2010-01-30 06:29:35 +00:00
Dado Sutter
f968670490
Two minor (but very important) doc fixes:
...
- bit module's isset and isclear return values are true/false (and not 0/1)
- scons build option for LuaRPC is boot=luarpc (and not boot=rpc)
2010-01-27 11:08:00 +00:00
James Snyder
51221f8b4c
Merge 0.7 changes to trunk.
2010-01-25 23:43:05 +00:00
James Snyder
c85e3a1d2d
Starting Cleanup of LuaRPC for 0.7 release.
...
- added some more documentation (not yet done)
- alternate uarts can be selected (boot mode defaults to console uarts)
- renamed "remote" references to "rpc" (may as well keep the original name)
- switch default error handler to luaL_error (presumably wasn't available for
old 4.x LuaRPC)
- tweaks to exception handling to make things more consistent (hopefully)
2009-12-04 01:46:47 +00:00
James Snyder
78e30a4479
- add initial LuaRPC reference
...
- comment cleanup in luarpc.c
- prepend doc pages with "eLua -" (google link to our main page is just
"News")
2009-11-14 22:56:47 +00:00
James Snyder
d04fb2b2bb
Add initial refman entry for can module.
2009-11-14 22:56:23 +00:00
Bogdan Marinescu
7e145db554
fixing merge error on doc/, part II
2009-11-04 20:42:59 +00:00
Bogdan Marinescu
9c15b8e0b0
fixing merge error on doc/, part I
2009-11-04 20:42:27 +00:00
Bogdan Marinescu
872fcf1fde
manual disambiguation for uart.write
2009-11-04 20:14:14 +00:00
James Snyder
bd1465ca50
Merge 0.6 branch to trunk.
...
Conflicts:
SConstruct
doc/en/arch_platform.html
doc/en/comunity.html
doc/en/overview.html
doc/en/refman.html
doc/en/refman_gen.html
doc/en/status.html
doc/en/tut_bootstick.html
doc/images/lng_pt.png
doc/images/minusnode.png
doc/images/next.png
doc/images/node.png
doc/images/nodelast.png
doc/images/plusnode.png
doc/images/plusnodelast.png
doc/images/previous.png
doc/images/showall.png
doc/images/sync.png
doc/images/vertline.png
doc/pt/arch.html
doc/pt/arch_coding.html
doc/pt/arch_con_term.html
doc/pt/arch_newport.html
doc/pt/arch_overview.html
doc/pt/arch_platform.html
doc/pt/arch_tcpip.html
doc/pt/building.html
doc/pt/comunity.html
doc/pt/dl_binaries.html
doc/pt/dl_old.html
doc/pt/dl_sources.html
doc/pt/downloads.html
doc/pt/examples.html
doc/pt/faq.html
doc/pt/installing_i386.html
doc/pt/installing_lm3s.html
doc/pt/news.html
doc/pt/overview.html
doc/pt/refman_dep.html
doc/pt/refman_gen.html
doc/pt/status.html
doc/pt/tc_386.html
doc/pt/toolchains.html
doc/pt/tut_openocd.html
doc/pt/using.html
romfs/LM3S.lua
romfs/led.lua
romfs/morse.lua
romfs/pong.lua
src/lua/linit.c
src/modules/auxmods.h
src/platform/lm3s/platform.c
src/platform/lm3s/platform_conf.h
src/platform/sim/platform_conf.h
2009-10-13 02:14:27 +00:00