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

1268 Commits

Author SHA1 Message Date
James Snyder
4df361ffbb Merge branch 'stm32f4_enc'
- includes docs for enc module for stm32 and stm32f4
- migrates platform specific enc module from stm32 to stm32f4
- enables enc module on stm32f4 boards
- adds adjustment to modules build system to still include platform specific modules if some have
  guards and others do not when a guard fails
2013-11-11 14:33:07 -06:00
James Snyder
df10658c56 add doc for enc module and enable for other board configs 2013-11-11 14:27:42 -06:00
James Snyder
b9e5096027 Include remaining platform modules when some fail guards 2013-11-11 13:43:05 -06:00
James Snyder
9b3c8e6eba correct platform naming 2013-11-11 12:30:28 -06:00
James Snyder
0ad3d159f2 Merge branch 'master' into stm32f4_enc 2013-11-11 12:14:59 -06:00
Bogdan Marinescu
0dc442890c Merge pull request #32 from ecdr/MiscUpdates
Misc updates
2013-11-03 12:29:45 -08:00
ecdr
41ba42369d Doc - document merger of arch coretexm3 and m4 2013-10-30 14:58:10 -08:00
ecdr
f110b1a80b build_data.lua - merge arch CortexM3 and CortexM4
The arch just refers to toolchain and endian.
Platform build files handle core differences (like M3 vs M4).
2013-10-30 14:58:09 -08:00
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