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

277 Commits

Author SHA1 Message Date
Martin Guy
c99a357f91 Fix typo in PWM refman 2011-04-05 18:11:31 +02:00
Martin Guy
957dab161d Fix spello in toolchain doc: "reffer"->"refer" 2011-03-14 05:27:20 +01:00
Bogdan Marinescu
3f8e89498e added Mike's doc patches from 2011-02-11 2011-02-13 13:02:59 +00:00
Bogdan Marinescu
93e964d414 integrated Mike's documentation patches 2011-02-07 21:03:07 +00:00
Dado Sutter
3b14f52f52 - Copyright notice on shell prompt updated to 2011
- Community page changes irrelevant here, as this content will migrate to a CMS soon
2011-02-07 20:47:11 +00:00
Bogdan Marinescu
1c05a25a43 updated doc build instructions 2011-02-04 23:11:27 +00:00
Bogdan Marinescu
ea21ee0068 changed arch_coding from HTML to AsciiDoc and applied Mike's patch from issue #177 2011-02-04 20:55:20 +00:00
Bogdan Marinescu
3d9395698b checked in Mike's doc patches from issue #175 2011-02-04 19:59:18 +00:00
Bogdan Marinescu
6e4f4ffc4d updated SPI status for mbed 2011-02-03 14:35:57 +00:00
Bogdan Marinescu
f9fbead54c merged pre0.8 branch back to trunk 2011-02-02 17:52:12 +00:00
Bogdan Marinescu
08905a8116 fixed interrupt polling documentation 2011-01-28 19:50:01 +00:00
Dado Sutter
90dd96fb44 - Minor (not final) credits and donations editions 2011-01-25 19:47:08 +00:00
Dado Sutter
a12633d717 - Added news entry for the Issue Tracker launch announcement
(it really makes no sense to have this kind of info tied to the distro and yes, this will soon be changed)
2011-01-25 19:06:15 +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
81e7f040fc merged remotefs_int branch on trunk, not fully tested yet 2011-01-16 00:23:19 +00:00
Dado Sutter
67a69af385 - Changing the contact mail addresses to the gmail domain
The eluaproject.net domain is not properly fowarding messages received :(
2011-01-07 22:38:35 +00:00
Dado Sutter
05980578f6 - Minor refinements and corrections to these pages.
- Updating content for v0.8 launch.
2011-01-05 15:54:19 +00:00
Dado Sutter
3e0a473ba3 - Refining credits, WIP 2010-12-17 07:08:29 +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
Dado Sutter
ee93ec1074 - CHANGELOG being updated to v0.8
Work in progress, needs refinements and revision
- v0.8 initial announcement deleted because the right place for the changelog info is on the CHANGELOG file
2010-12-15 07:15:15 +00:00
Dado Sutter
4b6937b99d Changelog for v0.8 added to an entry on NEWS
Work in progress, needs refinement and revision
2010-12-15 06:40:53 +00:00
Dado Sutter
26017e24ee Status, features and roadmap tables being updated for v0.8
Needs more work and revision

SRT9 RTC Doc fixes
Introduced the field "ex" for examples on the doc, not yet treated by the doc builder
Examples added for STR9 RTC
2010-12-15 06:36:57 +00:00
Dado Sutter
91eddd9e81 Added doc for STR9 platform-specific Real Time Clock support.
Doc build structure changed to include it on the platform-dependent modules menu.
2010-12-11 00:17:03 +00:00
James Snyder
769726cf2a Crunch "arch" image a bit more. 2010-12-06 22:14:14 +00:00
Dado Sutter
b583073b98 Minor typos and doc enhancements 2010-11-22 23:31:40 +00:00
Bogdan Marinescu
48dd62035c fixed INT support example in documentation 2010-11-17 20:55:33 +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
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
016141009e fixed a misspelled link 2010-10-06 17:13:42 +00:00
Bogdan Marinescu
ccc16ebb44 community.html converted to AsciiDoc. This takes care of the first part of the menu :) 2010-10-06 17:04:53 +00:00
Bogdan Marinescu
2bdf0eec73 - Generate "offline" documentation by default. This simply means that the BerliOS logo and the counter will not be added to the navigation div. Use -online as argument to buildall.lua
to add them.
- Minor alignment changes
2010-10-05 22:45:26 +00:00
James Snyder
6fff49b0cb Switch overview to AsciiDoc. 2010-10-05 21:08:04 +00:00
James Snyder
2be99254d1 Crunch new images a bit, saves about 12% of size. 2010-10-05 19:55:22 +00:00
Bogdan Marinescu
0f6eadccd0 status page switched to AsciiDoc 2010-10-05 18:49:14 +00:00
Bogdan Marinescu
a41f589a9f more AsciiDoc work 2010-10-05 15:44:48 +00:00
Bogdan Marinescu
a6f8f4d8a1 Added partial integration of AsciiDoc (http://www.methods.co.nz/asciidoc/) to our documentation system. For now:
- AsciiDoc doesn't work on automatically generated documentation (eluadoc/), just on the static content (but it will)
- Both AsciiDoc and the previous HTML versions are supported, HTML has priority over AsciiDoc

You need at least version 8.6.0 of AsciiDoc to test this.
To give an example of how cool AsciiDoc is, the News page (en/news.html) was rewritten in AsciiDoc format (en/news.txt). 
If you can't see the beauty of writing HTML in such a way that the overall structure of the document remains clear and easy to understand, I reserve the right to question your mental health :)
And yes, the long term goal is to have everything written in AsciiDoc.
2010-10-04 20:55:39 +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
James Snyder
4a65cb94fb Fix line endings 2010-08-12 20:27:52 +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
Bogdan Marinescu
329a519dde added documentation for the new i2c module 2010-07-21 21:59:55 +00:00
Dado Sutter
ebaf0c1160 Minor.
Just fixing duplicated lines that my editor (joe) strangely left on last edit.
2010-07-13 18:03:31 +00:00
Dado Sutter
e13cf06b5d PT-BR version of the site going offline for lack of support :(
We hope to offer it again in the future and I'll keep maintaining (offline) what I can.
2010-07-13 17:56:03 +00:00
Dado Sutter
cd7ac6dad1 - FAQ content migrating to the eLua User Labs
- Main site will still hold a small text linked to it.
2010-06-25 22:33:59 +00:00
Dado Sutter
68bd22b9f7 - Minor doc editing
- Minor version string format change
- Version string changed "trunk pos0.7"
2010-06-25 18:51:24 +00:00
Dado Sutter
195cb558ae Minor syntax correction 2010-06-21 23:38:25 +00:00
Dado Sutter
cd7e875509 - Authors mail addresses updated to the project's domain address
- Credits updates
2010-06-14 20:50:35 +00:00