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
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
mauricio
43533ba9f8
Fixed terminal UART GPIO initialization. Even though UART was working, the previous UART TX (P5.0) initialization was making CAN TX (P3.2) not work, apparently because of IPConnected_Enabled on the GPIO_InitStructure. Probably it is safer always refresh the GPIO_InitStructure for every pin configuration on STR912.
2013-07-11 00:06:34 +03:00
mauricio
290a5d18ec
Revert "Merge pull request #22 from mauriciobomfim/master"
...
This reverts commit f71d8b4329c81ef2aa4a7bdf43b7f6491b9af618, reversing
changes made to 661e6855dbb2bbc10d6aed0322d873920067655e.
2013-07-09 14:28:57 -03:00
Gabriel Duarte
f71d8b4329
Merge pull request #22 from mauriciobomfim/master
...
Added CAN support to STR912 plus MMCFS pin configuration. Tested on Olimex STR9-E912.
2013-07-09 08:33:25 -07:00
mauricio
cf62e92d89
Added mmcfs configuration for STR-E912 board (note: set the card_cs_sel jumper to the position closer to the JTAG).
2013-07-05 20:07:03 -03:00
mauricio
6d24e6c8ee
Added CAN support on STR912. Tested on Olimex STR9-E912 board.
2013-07-05 19:35:49 -03:00
mauricio
ea26604d55
Included stdbool.h
2013-07-05 19:27:53 -03:00
mauricio
cef0fc45f5
Fixed terminal UART GPIO initialization. Even though UART was working, the previous UART TX (P5.0) initialization was making CAN TX (P3.2) not work, apparently because of IPConnected_Enabled on the GPIO_InitStructure. Probably it is safer always refresh the GPIO_InitStructure for every pin configuration on STR912.
2013-07-04 19:25:41 -03:00
Bogdan Marinescu
661e6855db
Removed spurious 'print'
2013-06-29 08:41:20 +03:00
Bogdan Marinescu
43b4dc6cd8
Build system fixes for Windows
2013-06-29 08:34:22 +03:00