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

1353 Commits

Author SHA1 Message Date
Bogdan Marinescu
7ebc5d48c3 Merge pull request #78 from ramangopalan/master
Update Infineon XMC4500 LLDs + add support for SD card interface
2016-08-03 15:18:04 +03:00
Raman
53aed812c7 Update Infineon XMC4500 LLDs + add support for SD card interface 2016-08-02 15:01:55 +05:30
Bogdan Marinescu
3f90a2f42d Merge pull request #76 from tmeinlschmidt/fix_toolchain_osx
toolchain not found even it is existing - OSX
2016-02-22 12:38:11 +02:00
Tom Meinlschmidt
ec9071d0d6 fixed building on osx 2016-02-21 22:19:05 +01:00
Tom Meinlschmidt
6d825ec4ae toolchain not found even it is existing - OSX 2016-02-21 21:17:45 +01:00
Bogdan Marinescu
be3e050d38 Merge pull request #71 from digitalloggers/master
LUA_PACK_VALUE  setXvalue side effect order fix
2015-10-13 12:49:26 +03:00
Sergey Zakharchenko
cbe9ca3c4f Fixing side effect order in the LUA_PACK_VALUE version of setXvalue macros to match the original (and expected) one. 2015-10-12 10:15:55 +03:00
Dado Sutter
7391a3d7b6 Merge pull request #70 from orthographic-pedant/spell_check/application
Fixed typographical error, changed aplication to application in README.
2015-09-30 19:36:43 -03:00
orthographic-pedant
322afcbba9 Fixed typographical error, changed aplication to application in README. 2015-09-30 17:50:05 -04:00
Bogdan Marinescu
6593cdf476 Merge pull request #66 from Lasitha78/lpc2368
Add support for LPC2368 and ARM2368 Controller from Futurlec
2015-05-28 12:46:37 +03:00
James Snyder
03487b52a6 correct timer count for stm32f401 2015-05-03 20:46:52 -05:00
James Snyder
861c497561 enable buffering by default for uart on nucleo-f411re 2015-05-03 20:46:34 -05:00
James Snyder
fa282aa344 disable usb for nucleo-f411re, higher frequency cutoff for PLL_P selection 2015-05-03 20:46:24 -05:00
James Snyder
775ffa2dfa correct clocking on stm32f411/401 2015-05-03 20:45:43 -05:00
James Snyder
fd22b16e39 attempt to reduce overhead of pio_op function on stm32f4 2015-05-03 20:44:51 -05:00
Lasitha Gunawardena
c216efa5a2 Merge branch 'lpc2368' of https://github.com/Lasitha78/elua into lpc2368 2015-04-29 14:40:35 +05:30
Lasitha78
68c5d964e4 Merge branch 'master' of git://github.com/elua/elua into lpc2368 2015-04-29 14:38:41 +05:30
Lasitha78
081082508c Merge branch 'master' of git://github.com/elua/elua into lpc2368 2015-04-29 14:12:35 +05:30
Bogdan Marinescu
54e7607042 Merge pull request #55 from smartavionics/mb-misc-mods
Cast around warnings in stm32_enc_init() and stm32_enc_set_counter().
2015-04-29 13:31:26 +05:30
James Snyder
59ba3023dc Merge pull request #65 from andreas23/usb
USB CDC console support for LPC17xx
2015-04-24 13:16:06 -05:00
Andreas Bogk
a35bf94274 Use NXP USB CDC example VID:PID 2015-04-24 14:52:28 +02:00
Andreas Bogk
296ce919c6 Turn off USB debug 2015-04-24 14:43:04 +02:00
Andreas Bogk
a61e3e6066 Switch LPCXpresso default console to USB 2015-04-24 14:43:04 +02:00
Andreas Bogk
58bbea8bfd Add header file for USB CDC driver. 2015-04-24 14:43:04 +02:00
Andreas Bogk
6512ce66c9 Hook up USB pins using board description mechanism, call USB CDC functions from platform UART code. 2015-04-24 14:43:04 +02:00
Andreas Bogk
480acc200b Some more cleanup. 2015-04-24 14:43:04 +02:00
Andreas Bogk
39c4521013 Make sure everything compiles, is nicely dependent on USB CDC activation in board config. 2015-04-24 14:43:04 +02:00
Andreas Bogk
480d6352ea Bring type definitions in line with eLua standard conventions. 2015-04-24 14:43:04 +02:00
Andreas Bogk
cc425be821 Import of LPCUSB library. 2015-04-24 14:43:04 +02:00
James Snyder
2dc402c8d7 Merge branch 'andreas23-conf-pinout' 2015-04-23 19:43:26 -05:00
James Snyder
b2c5cab758 correct pin configuration for mbed uart 2015-04-23 19:42:49 -05:00
Andreas Bogk
e47ec9438a Delete trailing whitespace 2015-04-23 14:52:39 +02:00
Andreas Bogk
e17e93e039 Only include either generic lpc17xx PIO module or MBED specific, not both 2015-04-23 14:51:29 +02:00
Andreas Bogk
7845c8b34f Proper functionality for remapping pins from board description, generic board package for remapping from within lua. 2015-04-23 14:46:22 +02:00
Andreas Bogk
06148495f1 Work in progress support for configurable pin layout 2015-04-23 14:22:00 +02:00
James Snyder
c280894885 Merge pull request #61 from andreas23/master
Support different clock rates on LPC17xx, don't build mbed specific stuff for lpcxpresso, minor cleanups.
2015-04-21 10:06:34 -05:00
Andreas Bogk
8e2366b75a Rename CPU frequency calculation function, as it is platform-specific, not board-specific. 2015-04-21 16:38:16 +02:00
Andreas Bogk
3361d28ded Disable semifs for LPCXpresso 2015-04-21 14:59:52 +02:00
Andreas Bogk
a7950b4d08 Build MBED PIO for MBED only 2015-04-21 14:47:12 +02:00
Andreas Bogk
02e668c35e Bring Bool definition more in line with other platforms. 2015-04-21 13:46:19 +02:00
Andreas Bogk
3f09d29a73 Remove configurability for RTC quartz, as this is 32768 anyways. 2015-04-21 12:08:05 +02:00
Andreas Bogk
e5d71d0a59 Support different clock rates on LPC17xx (100MHz on MBED, 120MHz on LPCXPresso) 2015-04-21 00:02:20 +02:00
James Snyder
f175d86639 Merge pull request #60 from andreas23/master
Fix build for MBED, add initial support for LPCXpresso LPC1769
2015-04-20 11:34:35 -05:00
Andreas Bogk
943c5a83b9 Fix build for MBED, add initial support for LPCXpresso LPC1769 2015-04-20 15:36:09 +02:00
denis
51b800acd6 improve shell compatibility with vt100, fix #57 2015-04-19 20:35:30 -05:00
James Snyder
68a5a0f26c correct typo in cpu header for stm32f411re 2015-04-17 10:52:38 -05:00
James Snyder
d2b4c4a9e4 add initial support for nucleo-stm32f411re 2015-04-17 10:26:07 -05:00
Bogdan Marinescu
0fe1e9f1db Merge pull request #59 from linvinus/smart_cr_lf
better handling of CR/LF
2015-03-12 09:49:06 +00:00
denis
377567feab better handling of CR/LF 2015-03-12 12:25:19 +03:00
James Snyder
ca486b4cfc update link for mailing list 2015-02-26 20:10:25 -06:00