Bogdan Marinescu
89acc4910b
Various fixes
...
- build_release.lua changed to use the new build system
- checked for proper compilation of all known configurations (boards/known/)
- fixed various small issues in the builder/utils library
- added 'disp_mode=minimal'
2013-05-25 19:52:36 +03:00
Bogdan Marinescu
a9da3f816b
Documentation updated
...
- (mostly) finished configurator docs
- arch_overview conterted to AsciiDoc and updated
- 'adc' parameters updates in all configuration files
- added 'config_only' option to the build system
2013-05-25 01:30:08 +03:00
Bogdan Marinescu
e5b64a46fe
More work on the configurator
...
- started on the docs
- added the 'autoenable' attribute to some components
- moved LM3S ADC-specific configuration data to the LM3S backend
2013-05-24 12:21:16 +03:00
Bogdan Marinescu
958f357257
Working on the new build system
...
- Deleted the Python build files
- Main documentation updated with information about how to use build_elua
- CSS updated to provide a bit of free space at the top of <h2> headings.
- Added rpc-lua.lua
- Fixed cross-compilation errors
References to scons still exist in the docs, they'll have to be removed.
2013-05-19 15:57:18 +03:00
Bogdan Marinescu
1d01226d35
updated documentation about multiple SD card support
2013-01-07 23:49:10 +02:00
Bogdan Marinescu
df85a35a44
WOFS documentation, part II + a small style change
2012-06-26 13:27:15 +03:00
James Snyder
c4f7fe94c1
Adjust MMCFS to use the system timer
2011-10-21 18:08:43 -05:00
Bogdan Marinescu
43f0f2711e
updated information about the new 'lualonglong' mode
2011-10-21 15:39:44 +03:00
Bogdan Marinescu
93fdf7b4a6
updated information about default timer IDs
2011-10-21 15:18:10 +03:00
Bogdan Marinescu
3f8e89498e
added Mike's doc patches from 2011-02-11
2011-02-13 13:02:59 +00:00
Bogdan Marinescu
f9fbead54c
merged pre0.8 branch back to trunk
2011-02-02 17:52:12 +00:00
Bogdan Marinescu
f837740cfc
updated UART flow control functionality (currently implemented only for STM32 and AVR32)
2011-01-17 00:26:53 +00:00
Bogdan Marinescu
ebfd94eb01
linenoise support extended to the eLua shell (it can be enabled separately in platform_conf.h). Documentation updated
2010-11-17 20:21:36 +00:00
Bogdan Marinescu
772b33c975
linenoise support for eLua. linenoise is a readline replacement which makes using the Lua interpreter much easier and also adds support for saving the 'history' of lines types in the interpreter. Documentation updated. Thanks go to James for suggesting this in the first place.
2010-11-16 22:53:06 +00:00
Bogdan Marinescu
7aff94d194
Updated the interrupt model in Lua, now it looks exactly the same as the C one (one interrupt handler per interrupt ID, setting an interrupt handler returns the previous one so they can be chained). Documentation and interrupt sample updated to reflect this. Also, building.html is now building.txt (AsciiDoc). Be patient while it is processed :)
2010-11-16 18:07:07 +00:00