1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

57 Commits

Author SHA1 Message Date
James Snyder
240644ffbf working on the reference manual 2009-06-29 16:43:17 +00:00
James Snyder
af944cc8bc working on the docs, still 2009-06-29 16:42:56 +00:00
James Snyder
4873051483 Almost finished documenting the platform interace, only ADC left. The platform
interface documentation is now dynamically generated by the "builddoc.lua"
script, with the description files located in doc/arch_platform/*.lua directory.
The same script will be used to generate the reference manual and ultimately
will be modified to generate a different format of the reference manual,
suitable for embedding directly into eLua (thus providing on-line help).
To generate the platform interface documentation, simply execute the
"build_all_docs.sh" script from the doc/ directory.
2009-06-29 16:42:12 +00:00
James Snyder
58489cc1bf added platform interface documentation for UART, SPI, timers and PWM 2009-06-29 16:41:52 +00:00
James Snyder
02fbbd2969 documenting the platform interface 2009-06-29 16:41:25 +00:00
Bogdan Marinescu
b1ee48a161 updated pages related to downloads in documentation 2009-04-14 12:03:39 +00:00
Bogdan Marinescu
586e415ffc testing BerliOS SVN access system, part II 2009-03-31 12:26:46 +00:00
Bogdan Marinescu
cb4c23d215 testing BerliOS SVN access system 2009-03-31 11:26:40 +00:00
Bogdan Marinescu
da05fc6f2f Completely updated and corrected the "tutorials" sections, now it contains information about how to build toolchains using the latest versions of gcc/newlib/binutils. Other minor fixes in
the documentation.
2009-03-25 23:29:27 +00:00
Dado Sutter
d6e987cdf3 Asko's suggestions and other revisions 2009-03-24 08:12:08 +00:00
Bogdan Marinescu
b844dccd78 Related to the previous commit: TERM_TIMEOUT is no longer a configurable parameter in the backend, as it's actually dependent only on the term implementation (and thus is defined in common.c now). 2009-03-23 21:12:27 +00:00
Bogdan Marinescu
9c15d2e4fc - XMODEM and term code moved from main.c to common.c
- added full term support to the i386 platform (I was bored with all the docs ... :) )
- documentation updated
2009-03-23 21:07:49 +00:00
Bogdan Marinescu
dd643f4e8e added tcp/ip page 2009-03-19 09:43:35 +00:00
Bogdan Marinescu
d029cc6791 - XMODEM_TIMER_ID and TERM_TIMER_ID are out of the picture; instead, a CON_TIMER_ID was added that is used by CON, XMODEM and TERM
- added "stacks.h" to the i386 backend to keep in line with the overall structure requirements
- documentation updated
2009-03-16 14:22:06 +00:00
Bogdan Marinescu
acf692522a completed the 'adding a new port to eLua' page 2009-03-13 21:13:54 +00:00
Bogdan Marinescu
0e6c62ef87 docs, docs and more docs 2009-03-12 22:01:32 +00:00
Bogdan Marinescu
fa64ebf5ad updating docs 2009-03-12 14:47:08 +00:00
Bogdan Marinescu
fecde22502 docs: added section about ROMFS, consoles and terminals, fixed some links 2009-03-11 21:30:18 +00:00
Bogdan Marinescu
f60ec8b87b forgot to add the LTR page to the repository :) 2009-03-11 13:58:57 +00:00
Bogdan Marinescu
27ffc016b7 added a page about LTR in the docs; other pages updated with links to this new LTR patch 2009-03-11 13:58:20 +00:00
Bogdan Marinescu
b80087c7e5 - added "Architecture" page (probably needs more work) and "coding style" page. Behold, my image map in all its glory :)
- changed structure
2009-03-09 21:58:28 +00:00
Bogdan Marinescu
6bafdfe9b2 reformatted and updated faq.html 2009-03-06 19:18:50 +00:00
Bogdan Marinescu
68e3750e61 - Updated "using.html" with (updated) instructions on cross-compiling.
- Removed the QR code from the navigation frame :) I like it, but it just doesn't fit there.
- Some more (hopefully final) fixes for AT91SAM interrupt handlers.
2009-03-05 22:44:06 +00:00
Bogdan Marinescu
8990038fa1 working on the docs 2009-03-05 12:46:04 +00:00
Bogdan Marinescu
7049cf999b OK, now I actually remembered to _add_ the STM32 page to SVN :) 2009-03-03 17:20:17 +00:00
James Snyder
ef653f7731 Update refman to describe changes to ADC. 2009-03-03 05:11:39 +00:00
Bogdan Marinescu
50407379bd added 'installing on stm32' page 2009-03-02 19:31:45 +00:00
Dado Sutter
947379c750 List Items identation problem partially fixed but I could not figure out yet
what is wrong with the html :(
2009-02-28 05:46:39 +00:00
Dado Sutter
7dc75fd807 Menu tree rebuilt to correct Platform Dependent entry (now points to refman#anchor)
platdependent.html file no more needed (all content in refman.html)
pre style css edited to correct disp.draw memory layout table
Minor corrections on refman (disp module only)
other files rebuilt by webbook
2009-02-27 10:54:12 +00:00
Dado Sutter
d22dd6a314 Minor typo corrections and formating
Cosmin back to credits
Very small formatting corrections
2009-02-27 03:59:03 +00:00
Dado Sutter
0e988f4a0d Minor mistyped corrections
Strong (bold) style on all eLua instances
License text updated to MIT (may deserve some more text...)
2009-02-27 03:27:59 +00:00
Bogdan Marinescu
fc98d482a7 - Added "installing on AVR32" page
- Minor changes to the other "installing" pages
2009-02-26 14:54:28 +00:00
Bogdan Marinescu
6e1b46d3d7 - Added per-board "using eLua" documentation from the old site (with some additions). Still have to work on the AVR32 and STM32 docs.
- The Eagle 100 binary image now starts at 0x2000 by default (instead of the regular 0x0) to allow users to take advantage of the provided Ethernet bootloader.
- deleted the old docs/ directory. The "real" documentation is in the doc/ directory
2009-02-25 21:29:40 +00:00
James Snyder
64655356e7 Updated notes on adc functions. 2009-02-24 22:23:58 +00:00
Bogdan Marinescu
d0657f08ff More work on the docs:
- "building" page completely rewritten
- a new page about the toolchains used in eLua
- a graphical representation of the system architecture (doc/wb_img/elua_arch.png) that will be used in a soon to come page about the eLua architecture

Also:

- validate.h updated with some new tests (still needs more work)
- "arm-gcc-eabi" toolchain name changed to "codesourcery", since this is obviously way more intuitive :)
2009-02-24 22:09:22 +00:00
James Snyder
cc4842284d Clean up word HTML in refman.html. Still looks computer generated, but
improved.

If someone else has been editing this doc elsewhere, I can merge your changes
if you like.  I wanted to update the ADC docs, but wanted to clear out the
MS Word formatting first :-)

This commit includes NO TEXTUAL EDITS.  I did this intentionally because it
would otherwise be difficult to figure out what content has changed from diffs
alone.
2009-02-24 21:10:59 +00:00
Bogdan Marinescu
e858416784 The Nabble forum-like interface can now be viewed directly in the main page of the site (as an option). Gotta love this thing :) 2009-02-23 22:31:49 +00:00
Bogdan Marinescu
246c2c73bb Finalizing the docs (WIP) 2009-02-23 21:58:02 +00:00
Bogdan Marinescu
b6914dd61d Finalizing the documentation (WIP) 2009-02-22 23:02:47 +00:00
Dado Sutter
80513aaf52 i386 toolchain build tutorial edited to include John Hind fix
SConstruct edited just to leave group/files definitions close to the platform/groups.
Doc content files mirroed to pt, to ease the portuguese version initial migration
2009-02-21 23:02:39 +00:00
Dado Sutter
0e585aee37 Status ports and modules enhanced
RefManual refined
General revision
ongoing work ....
2009-02-21 13:25:49 +00:00
Dado Sutter
0b1fc26d8f Enhancing doc for v0.6 2009-02-20 14:48:13 +00:00
Dado Sutter
1657931da7 Functions description formatting tests
(notably in adc and uart modules)
Text revisions
2009-02-17 05:10:44 +00:00
Dado Sutter
7d2203c54b Reference Manual revised to reflect the new ADC doc
General revision
Anchors refactored to indicate container modules
Ongoing work ........
2009-02-17 00:44:44 +00:00
Dado Sutter
4a8edbeb0b Features added to WebBook HTML generator :
- New parameters in wb_usr to specify:
- logo image file name
- search box visibility
- search box title and label
- vertical size of title bar (for bigger logos)

Features changed in WebBook HTML generator:
- copywrite notice now optional
- mail contact now optional
- UTF-8 used for Portuguese version
- search box now has a separate template to allow positioning flexibility

HTML Templates enhanced

Ongoing work....
2009-02-16 17:15:17 +00:00
Dado Sutter
793e125c97 Snyder's platform dependent ADC module initial doc added to Reference Manual
Menu tree and individual function anchors edited
Ongoing work
2009-02-16 02:38:13 +00:00
Dado Sutter
174fbf43b9 Helping svn to do something simple :)
Ongoing work
2009-02-16 01:51:21 +00:00
Dado Sutter
1af14aea4c ongoing work... 2009-02-16 01:49:54 +00:00
Dado Sutter
04b952cf06 Removing consolidated files
Ongoing work
2009-02-16 00:58:04 +00:00
Dado Sutter
eafb837414 Content added
Menu tree revised
Anchors refactored
Ongoing work
2009-02-15 22:24:34 +00:00