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

506 Commits

Author SHA1 Message Date
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
e0e1c2c4fe added AVR32 without FOSC32 patch and MIZAR32 board support patch (Martin Guy) 2010-10-01 12:11:37 +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
Bogdan Marinescu
78cab3b3ad - interrupt support in Lua
- ASM interrupt support for ARM targets which eliminates the need for buggy GCC __attribute__ ((interrupt ("IRQ"))) functions
- code refactoring
2010-09-26 18:54:18 +00:00
Bogdan Marinescu
08ffc6b04a generic IRQ handler for STR9 2010-09-21 21:59:10 +00:00
Bogdan Marinescu
ae54bffb5d further fix to romfs=compile under Win32 2010-09-15 17:15:43 +00:00
Bogdan Marinescu
19dd7c5ef6 cross compiler compilation fix 2010-09-12 22:48:42 +00:00
Bogdan Marinescu
d4d29d862f another part of the LM3SS1968 port 2010-09-05 21:02:56 +00:00
Bogdan Marinescu
76e79329f4 patch for EK-LM3S1968 from Tiziano Trevisan 2010-09-05 18:20:27 +00:00
James Snyder
297048b2a8 Enable reflect ADC support on lpc24xx by adjusting romfs examples and SConstruct to include adc examples on romfs. 2010-09-02 15:19:34 +00:00
James Snyder
834e1efc64 ADC Support for LPC24xx & Other Fixes
- ADC support should now work similarly to lpc17xx on lpc24xx
- uart setup updated to enable use of fractional adjustments to better match desired baud
2010-09-02 15:12:41 +00:00
Bogdan Marinescu
c6ec87455a i2c fixes for STR9 2010-08-24 19:52:33 +00:00
James Snyder
4a65cb94fb Fix line endings 2010-08-12 20:27:52 +00:00
Bogdan Marinescu
66588d13c2 CPU module bugfix 2010-08-12 12:34:46 +00:00
Bogdan Marinescu
eacfd4c312 added const to std_get_desc; removed .sconsign.dblite from stm32\FWLib 2010-08-12 11:41:05 +00:00
James Snyder
c6a3365521 Case inconsistency in lpc17xx.h cs LPC17xx.h files. 2010-08-09 17:34:43 +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
2619c80d4a added EVK1100 and SPI support for AVR32 2010-08-04 13:18:39 +00:00
James Snyder
e961350299 Disable scons variable cache. 2010-07-29 03:34:21 +00:00
James Snyder
521944d157 Fix avr32/conf.py per report from Martin Guy. 2010-07-28 15:29:58 +00:00
Bogdan Marinescu
329a519dde added documentation for the new i2c module 2010-07-21 21:59:55 +00:00
Bogdan Marinescu
6b3f038db3 added support for the I2C interface. UNTESTED, for now enabled only for the STR9 platform. Documentation will follow shortly 2010-07-21 20:21: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
James Snyder
851f7c16ba ADC for MBED/LPC1768.
Note: MBED P15->P20 == adc dev ids 0->5
2010-07-12 20:56:54 +00:00
Dado Sutter
7e59f07e97 - Early eLua versions used platform_libs.h to define which auxmods were to be built for each platform.
Header comment changed to reflect the current use of platform_conf.h for the same purposes.
2010-06-28 21:53:59 +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
James Snyder
e902d9b7f5 Fix romfs=compile build option.
Command line argument checker was looking for romfs=compiled (incorrect) and target lookup wasn't looking in the correct place.
2010-06-24 23:20:00 +00:00
Dado Sutter
0cf7f2ccb6 - Fixing (or trying to) the require from sd/mmc fs issue 2010-06-22 14:13:05 +00:00
Dado Sutter
195cb558ae Minor syntax correction 2010-06-21 23:38:25 +00:00
Dado Sutter
36cd6398ec - MMC file system added to LUA_LPATH, to allow requires from SD/MMC 2010-06-21 21:13:23 +00:00
James Snyder
901a1a30c1 Ports on LPC17xx have 32 pins not 31. 2010-06-14 22:58:41 +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
James Snyder
152fe00626 Workaround for MSVC detection issue on Windows. 2010-06-14 20:28:32 +00:00
James Snyder
9bb0b38025 Missing header inclusion for semifs. 2010-06-14 20:28:22 +00:00
Bogdan Marinescu
4438f63ae3 external memory support for the eLua PUC board; bugfix in the CPU module 2010-06-14 18:10:37 +00:00
James Snyder
09620bc22a Fix logic for user specifying particular toolchain. 2010-05-12 16:59:30 +00:00
James Snyder
df8c814ab8 Fix defines that were needed by platform data module. 2010-05-11 21:34:09 +00:00
James Snyder
c5e5ece1cd Now uses scons flags variables to construct compiler/linker commands.
Builds for avr32, sim & i386 should build, but have not been tested.
2010-05-10 23:06:09 +00:00
James Snyder
ea64e2b7d3 Use more of SCons handling for adding preprocessor defines & validation. 2010-05-10 23:05:55 +00:00
James Snyder
a8bacf78ce Propagate some variable name changes that were missed in the last commit. 2010-05-10 01:14:22 +00:00
James Snyder
c1d27e76ee Initial work towards making the SCons build more parameterized.
- automatically searches for compatible toolchain (and checks that it at least runs)
- running "scons -h" now shows descriptions of command line options and enumerates valid values
- caches last specifically requested configuration

More to come...
2010-05-06 01:09:40 +00:00
James Snyder
bac2b927ba Start of SConscript conversion 2010-05-06 01:09:21 +00:00
Dado Sutter
1989b04a4b - Hardcoded links to www.giga.puc-rio.br changed to relative or to User Labs entries
- Official site was updated accordingly
2010-04-01 03:15:47 +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
James Snyder
c1b0ea2b51 Lossless image crunching. 2010-03-30 19:48:20 +00:00