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

542 Commits

Author SHA1 Message Date
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
James Snyder
1667c477cf Basic support for opendir/readdir on mbed to do directory listing. 2010-03-28 04:15:19 +00:00
James Snyder
c8d7dab883 Comment for semihosting. 2010-03-28 04:14:57 +00:00
Dado Sutter
1b50d07010 - Adding James Snyder's revision for the eLua User Labs wiki launch
Final URL target must be confirmed before launch
2010-03-24 19:01:16 +00:00
Dado Sutter
5d84caa851 - Added eLua Users launch notice, which I expect to be refined before we launch. 2010-03-23 23:51:13 +00:00
Dado Sutter
ee5a25bede - Added more suported platforms for lhttpd.lua example 2010-03-18 04:23:01 +00:00
Dado Sutter
588411ce92 - Fixed autorun feature for all file systems and all file formats
(it did not autorun if sd/mmc was built and autorun.lua was in romfs)
  (it did not autorun .lc {Lua compiled} files)
  Thanks to Marcelo Politzer for the help with the fix too.

- Minor doc refinement
2010-03-16 00:18:33 +00:00
James Snyder
b34171de18 semifs: need to decrement count of open files when one is closed. 2010-03-08 23:42:54 +00:00
James Snyder
5f5e01fd3b Add support for Semihosting filesystem operations
- enable file creation, reading, writing on mbed for the built-in filesystem
- implementation currently lacks support for directory listings, this will be
  added when mbed implementation details are available.

Note: this should work with other ARM arm ports that are connected to a JTAG
debugger that implements semihosting, though I have not tested it.
2010-03-08 20:08:07 +00:00
Dado Sutter
ec738191c1 - Added anchors to individual examples to help referencing this page from the eLuaUsers Wiki (while we don't have better content up there) 2010-03-02 04:51:54 +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
9cc26b3d26 - Case sensitiveness fixes on the mbed drivers and conf
- Added a linker ref to a weird symbol that avoided the build
(Tks James for the help!)
2010-02-24 21:39:40 +00:00
Bogdan Marinescu
97160f1008 modified AVR32 port to work with AVR32 toolchain 2.4.2, tested only under Windows, shouldn't have no issues in Linux either 2010-02-24 19:45:50 +00:00
Dado Sutter
a38076bb91 - Added copyright years to shell welcome message
- Project's reference changed to www.eluaproject.org on the same msg
2010-02-23 17:18:06 +00:00
Bogdan Marinescu
f64ba8175b reverted changes on elua_uip.c 2010-02-23 11:19:19 +00:00