Martin Guy
0585f8ec96
Initial framework for Mizar32 character LCD display driver
2011-07-16 00:12:19 +02:00
Bogdan Marinescu
f9fbead54c
merged pre0.8 branch back to trunk
2011-02-02 17:52:12 +00:00
Bogdan Marinescu
81e7f040fc
merged remotefs_int branch on trunk, not fully tested yet
2011-01-16 00:23:19 +00:00
Dado Sutter
2468dadee8
- Credits refinements (work in progress)
...
- Donation section added to Community page and main menu
This is not yet a "Donate to eLua" notice but a simple donators reference
2010-12-15 08:06:01 +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
78acf26f6e
add media page
2010-11-10 12:24:35 +00:00
Bogdan Marinescu
3612e87224
Added documentation on interrupts:
...
Generic info/eLua interrupt handlers: using interrupt handlers from Lua and C
Platform interface/CPU: updated CPU platform interface
Platform interface/Timers: updated timers platform interface
Generic modules/cpu: updated CPU module documentation
Generic modules/tmr: updated timer module documentation
eLua internals/Overview/Implementing interrupts: interrupt handlers implementation guide
Also minor bugfixes in the interrupt implementation.
2010-11-06 23:58:05 +00:00
Bogdan Marinescu
b7c8d7dddf
added a reference to the #elua IRC channel in the community page
2010-10-06 18:05:09 +00:00
Bogdan Marinescu
c757205f89
documentation about interrupt handlers (can be found in Generic info -> eLua interrupt handlers). NOT COMPLETE, still need to modify the CPU module, the CPU platform interface, and add the specific build details.
2010-09-28 23:43:16 +00:00
Dado Sutter
c5a81e5edd
eLua web builder announced on the news
...
some minor changes on the left menu structure
2010-08-04 18:03:00 +00:00
Dado Sutter
9e22349fc5
- Added menu and community page entry for the eLua User Labs
...
- Entry text can be refined
- Online site will be updated to doc trunk version
2010-03-31 16:44:14 +00:00
Dado Sutter
2695e45dec
- Status menu and page slightly enhanced
...
- Supported plats sub-menu now points a little above the status table, to show the symbol meanings too
- Added more sub-menu items for other important tables/sections under Status
- Minor content edition
2010-02-27 16:24:25 +00:00
Dado Sutter
15daebf98e
- Added a Lua-like first-prompt welcome message to the eLua shell
...
- Main menu refactored to reduce info levels. Old "tutorials" are now part
of the "More Information" (which already contained tutorials) on eLua
Internals
- Shell help command adapted to rw filesystems addition (ls lists all files
of all filesystems)
- Minor order and name changes on main menu sub-items
- Minor refinements in some doc pages
2010-02-22 20:18:21 +00:00
James Snyder
51221f8b4c
Merge 0.7 changes to trunk.
2010-01-25 23:43:05 +00:00
James Snyder
a7bc5f7ab2
Initial version of pure CSS menu.
2009-10-19 21:03:56 +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