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
Dado Sutter
7b822c16e5
PT_BR content
2009-09-26 17:00:44 +00:00
Bogdan Marinescu
ddf0d9e2e6
removed dependency on 'rm' and 'mv'
2009-09-25 20:35:51 +00:00
James Snyder
8c21802c97
Fix typo.
2009-09-15 17:45:45 +00:00
James Snyder
b0cad2c5d8
Tidy up/simplify exception handling.
2009-09-15 17:45:22 +00:00
James Snyder
b1c0df120a
Style adjustments, switch some types to be more explicit, common error string
...
stored once.
2009-09-15 17:44:48 +00:00
James Snyder
9b3db70e72
Fixes:
...
- anonymous unions aren't part of C99, luaR_key's uinion of key ids is now in
a union called id
- silence some other compiler complaints
2009-09-06 23:41:31 +00:00
James Snyder
3248f45307
Some cleanup of unused/unnecessary code thanks to Clang/LLVM's static analyzer.
2009-09-06 23:41:21 +00:00
James Snyder
697bba925b
Shorten a few other LuaRPC strings.
2009-09-06 23:41:08 +00:00
James Snyder
ff55aa055e
More tidying.
2009-08-27 01:14:01 +00:00
James Snyder
9b2eac34aa
Shorten some error messages, slightly tighter memory usage.
2009-08-27 01:13:37 +00:00
James Snyder
4097a58a49
Adjustments to quiet a few compiler warnings.
2009-08-20 02:56:32 +00:00
James Snyder
30db221ff4
Misc cleanup related to compilation complaints.
2009-08-20 02:56:20 +00:00
James Snyder
daae004a21
Minor style adjustments in luarpc.
...
Fix for compiles on LM3S where disp module is not included. As plat specific
mechanism grows, should handle partial or no plat specific modules being
included.
Fix for memory quantities on 9Bxx vs other lm3s devices.
2009-08-20 02:31:32 +00:00
Bogdan Marinescu
2dfb889e8d
integrated logo and bitarray to the trunk, small additional fixes
2009-08-19 19:18:45 +00:00
James Snyder
9eaa3ceb03
Simple RPC-only boot mode settable by boot=luaremote with scons
2009-08-17 18:38:35 +00:00
Bogdan Marinescu
975862f49e
another small SPI fix :), also added platform-specified modules (will update the docs soon)
2009-08-07 10:36:04 +00:00
Bogdan Marinescu
b91902252c
LM3S SPI fix
2009-08-07 09:20:00 +00:00
James Snyder
9f32aa6115
Working ethernet.
2009-08-03 18:39:43 +00:00
James Snyder
3ddede3004
GPIO configuration to enable ADC on LM3S9B92 (ADC pins are multifunction on
...
this device).
2009-08-03 18:39:33 +00:00
James Snyder
517ff968be
Make build compatible with non-ROM driver library builds.
2009-08-03 18:39:24 +00:00
James Snyder
2a1de4143b
Enable usage of ROM driver library.
2009-08-03 18:39:15 +00:00
James Snyder
0cd9644745
eLua now running on LM3S9B92. Some kinks and bugs to work out remain
...
- ADC always returns zero
- many modules remain untested
2009-08-03 18:39:06 +00:00
James Snyder
d6c06625c8
Remove old usart.[ch], switch calls to use less modified driver sources.
2009-08-03 18:38:56 +00:00
James Snyder
9eddff8847
Updated driver library (except for UART/USART).
2009-08-03 18:37:38 +00:00
Bogdan Marinescu
179042bc45
syntax revision on tmr (merged to trunk)
2009-07-31 11:56:43 +00:00
Bogdan Marinescu
b128ea9837
syntax revision on spi module, also added the possibility to send numbers instead of strings in the uart module(merged to trunk)
2009-07-30 19:45:25 +00:00
Bogdan Marinescu
6f32e784b3
syntax revision on uart module (merged to trunk)
2009-07-30 13:04:10 +00:00
Bogdan Marinescu
b3076326c4
pio syntax revision (merged to trunk)
2009-07-29 16:10:15 +00:00
Bogdan Marinescu
7ca43fe966
syntax revision on term
2009-07-20 19:39:51 +00:00
James Snyder
703f79b2f6
Change back to enable timers on startup.
2009-07-10 14:55:10 +00:00
James Snyder
49d4085229
Basic tmr documentation.
2009-07-09 03:15:51 +00:00
James Snyder
85f98342dd
PWM generic doc.
2009-07-09 03:15:38 +00:00
James Snyder
1c3a5b57f0
Missing startup code.
2009-07-08 23:44:17 +00:00
James Snyder
c6c18c43a6
Missing file.
2009-07-08 23:42:51 +00:00
James Snyder
4b7169fdda
PWM support for STM32 working (4 channels running off of TIM8).
2009-07-08 23:40:12 +00:00
James Snyder
66a18b4659
Further PWM experiments.
2009-07-08 23:40:01 +00:00
James Snyder
348620f93d
Remove object files.
2009-07-08 23:39:53 +00:00
James Snyder
05233f2dd2
Updated library to STM32 FWlib 3.1.
...
PWM support integrated, but not fully working.
2009-07-08 23:39:34 +00:00
James Snyder
ed31980cb8
Forgot to commit this.
2009-07-04 17:10:41 +00:00
James Snyder
e006aaaaa9
Workaround for bug related to remote server handle getting GC'd. Solution may
...
not clean itself up in all failure cases, however. Current approach could
likely be replaced with central table that could handle dispatching for
multiple concurrent connections.
2009-06-30 02:58:52 +00:00
James Snyder
67f782f057
CAN baud rate selection for STM32.
2009-06-29 19:29:16 +00:00
James Snyder
cff5626558
Update status to reflect alpha/beta RPC code, and addition of lightly tested
...
CAN module.
2009-06-29 17:02:31 +00:00
James Snyder
68c9e0bb81
Attempt to get docs merge to run.
2009-06-29 16:45:54 +00:00
James Snyder
a984d2191a
Additional specificity in docs, adcpoll updated to use synchronized start.
2009-06-29 16:45:46 +00:00
James Snyder
0437a25b30
Simplify adcpoll.lua slightly, and remove locals so that the example might be
...
more friendly to less advanced users.
2009-06-29 16:45:37 +00:00
James Snyder
6ffc36ace3
Touchups for documentation & comments for adc* scripts from romfs.
2009-06-29 16:45:28 +00:00
James Snyder
40b331804b
Typo fix.
2009-06-29 16:45:07 +00:00
James Snyder
e39a64d5f9
First pass at refman docs for ADC.
2009-06-29 16:44:59 +00:00
James Snyder
d02e51ce1c
Initial ADC platform documentation.
2009-06-29 16:44:50 +00:00