1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

1460 Commits

Author SHA1 Message Date
ecdr
7ce3040500 LM3s - Fix PWM disable macros, add SPI disable checks 2013-10-30 14:57:39 -08:00
ecdr
ee3a3be740 eLua - platform_conf.h - update many out of date references
The material that used to be in platform_conf.h has
been split to several files, including:
platform_ints.h, cpu_xxxx.h, and in the board.lua.

Still more fixes needed in documentation.
2013-10-30 13:35:17 -08:00
ecdr
a1338556ca eLua - add autorun files for WOFS, SEMIFS 2013-10-30 00:48:38 -08:00
ecdr
1f52524f1b eLua - add attributes for printf checking 2013-10-30 00:45:04 -08:00
ecdr
57fccdebbb eLua - fix wrong # arguments, add type casts, add const attribs 2013-10-30 00:44:41 -08:00
ecdr
9f81cca6b8 Lua, eLua - Add function prototypes, fix shellh_ask_yes_no prototype 2013-10-30 00:44:15 -08:00
ecdr
4990f27486 eLua - clarify function prototypes - list arguments as void 2013-10-30 00:42:17 -08:00
ecdr
a945382c1c eLua - modules - suppress warnings on arguments to isdigit, etc. 2013-10-30 00:41:47 -08:00
ecdr
28f56d56b4 eLua - fix warning about using signed character as argument to isdigit 2013-10-30 00:41:15 -08:00
ecdr
1e49dad7be eLua - modules - remove redundant includes 2013-10-30 00:40:24 -08:00
ecdr
8c4f6d1549 eLua - Remove redundant includes
duplicate files included by platform.h/platform_conf.h
2013-10-30 00:38:46 -08:00
ecdr
f38162e92e eLua - Disambiguate duplicate serial.h
(renaming fixes name overlap with serial.h in SAM drivers)
2013-10-30 00:29:57 -08:00
ecdr
18c72d0f39 LM3 - Add PWM disable macros 2013-10-30 00:29:40 -08:00
ecdr
29138a12a4 AVR32 - Remove useless compares (unsigned < 0), clarify comments 2013-10-30 00:29:14 -08:00
ecdr
6d9676b7b1 eLua - UART - add platform constants for mark and space parity 2013-10-30 00:28:48 -08:00
ecdr
3dfb05ba5f eLua - grammar fix comments 2013-10-30 00:28:03 -08:00
ecdr
240fe930fd Copy explanatory comments to avr, at91 platform_generic 2013-10-30 00:27:45 -08:00
James Snyder
c1d1f5dd10 enlarge buffer for CDC for stm32f4discovery to hopefully resolve xmodem issues 2013-10-27 17:29:08 -05:00
Bogdan Marinescu
1c94c7f233 Merge pull request #27 from bikeNomad/master
Add Mac OS/X build instructions
2013-10-11 05:31:55 -07:00
Bogdan Marinescu
94b89047ed Merge pull request #25 from teachop/netduino-2
netduino-2 board with stm32f2
2013-10-08 00:05:46 -07:00
teachop
1b0b6edcd3 ignores for .dfu and .DS_Store 2013-10-05 07:44:00 -04:00
teachop
5b02e2c959 netduino-2 fix cpu header eol 2013-10-04 19:16:34 -04:00
teachop
e6f379f6e5 netduino-2 wofs flash config fix 2013-10-04 19:01:28 -04:00
teachop
dfae75ff70 netduino-2 config wofs and related tweaks 2013-09-08 18:42:33 -04:00
teachop
5c44c8b40c netduino-2 dual can configure 2013-09-02 18:35:04 -04:00
naves.thiago
02705ec2fb Revert last commit 2013-08-31 17:58:40 -03:00
naves.thiago
ed65d0102d added ps_modules_name constant to board configuration at board/known to optionally define the name of the platform specific modules table 2013-08-31 16:52:24 -03:00
naves.thiago
c9faaef73e Merge branch 'master' of github.com:gabrield/elua into gabrield-master
Conflicts:
	src/lua/luaconf.h
2013-08-31 16:07:42 -03:00
naves.thiago
c29b8aa311 Change platform specific module name from platform name to board name (ex: lpc17xx.pio becomes mbed.pio) 2013-08-31 14:52:32 -03:00
Ned Konz
d31505f239 Added Mac OS/X build instructions 2013-08-30 12:39:33 -07:00
James Snyder
0e9bbd3f63 migrate enc module to stm32f4 2013-08-29 18:09:45 -05:00
Bogdan Marinescu
803bea86c1 Fixed missing constants in CPU module 2013-08-19 11:17:49 +03:00
Bogdan Marinescu
a2e1c78d87 Merge pull request #26 from ecdr/MiscUpdates
Misc small updates
2013-08-18 23:57:28 -07:00
ecdr
bf77ad10d1 LM3 Platform - conf.lua - fix definition of cpu variable, also use of undefined variable board 2013-08-17 19:26:29 -07:00
ecdr
bc22f97bd2 LM3 Platform - CAN consts for initial speed, message objects, flags use bytes instead of longs 2013-08-17 19:15:40 -07:00
teachop
e2cb9988bf mmcfs on netduino-2 enabled and tested 2013-08-15 21:13:26 -04:00
James Snyder
98d2a678b3 update copyright date range 2013-08-14 17:37:21 -05:00
James Snyder
2f48b8da92 ensure that modules get included for luarpc desktop build 2013-08-14 17:13:42 -05:00
Bogdan Marinescu
2dff752740 Added stm32.pio platform specific module
Also removed the platform specific initialization code, this is now
automatic.
2013-08-14 00:33:29 +03:00
ecdr
c231439ccf CAN - use PLATFORM_CAN_MAXLEN instead of 8 for CAN buffers, etc. 2013-08-12 00:42:29 -07:00
ecdr
e231b96986 eLua - Add WO file system to path, also allow platform to override LUA_PATH_DEFAULT 2013-08-12 00:31:29 -07:00
ecdr
69c0c4e291 Doc - inthandlers - int handler example code, open port, define uart to use 2013-08-12 00:31:29 -07:00
ecdr
cd2e263329 eLua - suppress warnings in common_uart.c, shell.c 2013-08-12 00:27:53 -07:00
teachop
c5b53a3f8f can enabled on netduino-2 plus pin tweaking 2013-08-11 17:40:41 -04:00
Martin Guy
88257cdc9a Update status docs for Mizar32
- Add CPUs for all three models 128, 256 and 512
- Mizar32 generic modules pwm, net, adc and i2s are OK
- Atmel have moved their product pages (der!)
- Add platform modules mizar32.rtc and .lcd
- Fix 1 typo ("suported")
2013-08-07 18:02:15 +02:00
teachop
69635adbee netduino-2 board with stm32f2 2013-08-03 07:02:24 -04:00
Gabriel Duarte
1c2e43c22f /semi/ fs path for mbed added to package.path at luaconf.h 2013-08-03 00:28:27 -03:00
mauricio
1b3a9759d4 Added mmcfs configuration for STR-E912 board (note: set the card_cs_sel jumper to the position closer to the JTAG). 2013-07-11 00:06:47 +03:00
mauricio
a7a08359ba Added CAN support on STR912. Tested on Olimex STR9-E912 board. 2013-07-11 00:06:43 +03:00
mauricio
8dc0210f2c Included stdbool.h 2013-07-11 00:06:41 +03:00