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

1405 Commits

Author SHA1 Message Date
Bogdan Marinescu
510a850579 Merge pull request #101 from ramangopalan/master
XMC4500 proto-card-v2: Add initial eLua support
2017-02-04 16:45:20 +02:00
Raman
98ddd542ee XMC4500 protocard-v2: Disable SDMMC 2017-02-04 20:02:04 +05:30
Raman
02b8e4c9bd XMC4500 proto-card-v2: Add initial eLua support 2017-02-04 19:58:12 +05:30
Bogdan Marinescu
6e940af3fc Merge pull request #100 from ramangopalan/master
XMC4400: Wire UART to see the eLua shell
2017-02-04 14:09:18 +02:00
Raman
5ac7ccaac3 XMC4400: Wire UART to see the eLua shell 2017-02-03 15:40:08 +05:30
Bogdan Marinescu
e239d3bd5c Merge pull request #99 from ramangopalan/master
XMC4400: Add XMC44 system files and support eLua files
2017-02-01 10:26:06 +02:00
Raman
9d4f9bef75 XMC4400: Add XMC44 system files and support eLua files 2017-02-01 07:55:57 +05:30
Bogdan Marinescu
8a6777e18b Merge pull request #97 from ramangopalan/master
Update low level driver to v2.1.8
2017-01-31 17:08:06 +02:00
Raman
3880be447a Add check for XMC45 SDRAM board 2017-01-30 20:51:54 +05:30
Raman
a4ebdc39a9 Update low level driver to v2.1.8 2017-01-29 18:07:11 +05:30
Bogdan Marinescu
2a666bb0f9 Merge pull request #96 from shaiku/master
stm32f4 compiler warning fixes
2017-01-09 00:51:38 +02:00
shaiku
58391558c2 Fix bug where prev_handler was not being called as a function. Pass
resnum argument.
2016-12-28 22:18:39 -08:00
shaiku
9455867a68 Fix compiler warnings due to USB descriptor type signedness mismatch and
defined but unused function.
2016-12-28 22:03:51 -08:00
shaiku
8601560ff0 Fix compiler warnings due to mismatched type comparisons (NULL vs '\0') 2016-12-28 21:49:26 -08:00
shaiku
909d6a6b02 Fix compiler warnings on STM32F4 Discovery platform due to redefinition of
__packed macro
2016-12-28 21:39:05 -08:00
Bogdan Marinescu
e4b3168ece Merge pull request #93 from kapenzo/patch-1
Update cpu_xmc4700f144k2048.h
2016-11-07 15:37:34 +00:00
Bogdan Marinescu
30d6e36f7a Merge pull request #94 from MisterDr/master
Hello, I were added lpc1769 to data_list to be able to compile for lpcxpresso
2016-11-07 14:10:51 +00:00
Djenad Razic
a39d11f77a Update build_data.lua 2016-11-05 13:36:06 +01:00
MisterDr
e8c7203d35 - Added LPC1769 processor in the processor list to be able to compile for lpcxpresso 2016-11-05 13:31:25 +01:00
kapenzo
ff4449ded8 Update cpu_xmc4700f144k2048.h
Values before was out of range
2016-11-02 15:31:16 +01:00
Bogdan Marinescu
3bb7cf88ce Merge pull request #91 from ramangopalan/master
EBU: Invoke EBU initialization for the SDRAM board
2016-09-05 14:01:38 +03:00
Raman
bb5a027203 OLED_DISPLAY: Expose colors 2016-08-24 08:35:33 +05:30
Raman
205f04afdc Disable mmcfs on the SDRAM kit for now 2016-08-24 08:05:41 +05:30
Raman
b82b1f68f0 Tell the allocator sub-system about the SDRAM at 0x60000000 2016-08-24 08:01:18 +05:30
Raman
7b45da86b0 Initialize EBU if SDRAM kit is chosen for eLua 2016-08-24 07:47:09 +05:30
Raman
95e9a0d6c4 ebu.c: Cosmetic changes 2016-08-24 07:34:56 +05:30
Bogdan Marinescu
c34ec3a74e Merge pull request #90 from ramangopalan/master
XMC4500 SDRAM bootkit: Initial port
2016-08-23 13:07:19 +03:00
Raman
a3560562b4 XMC4500 SDRAM bootkit: Initial port 2016-08-23 15:32:11 +05:30
Bogdan Marinescu
7eb60b99e7 Merge pull request #89 from ramangopalan/master
EBU: Add EBU initialization routines
2016-08-23 10:19:52 +03:00
Raman
6570100c42 XMC47: Adjust stack size 2016-08-23 07:36:55 +05:30
Raman
2357a11f06 EBU: Add EBU initialization routines 2016-08-23 07:24:56 +05:30
Bogdan Marinescu
a9c3db3c39 Merge pull request #88 from ramangopalan/master
XMC47: Get eLua to compile for the XMC47 microcontroller
2016-08-22 16:31:13 +03:00
Raman
fc860ff557 XMC47: Get eLua to compile for the XMC47 microcontroller 2016-08-22 17:48:37 +05:30
Bogdan Marinescu
9773e03c49 Merge pull request #87 from ramangopalan/master
OLED_DISP: Add a display eLua module for the XMC4500
2016-08-21 00:19:06 +03:00
Raman
98c25a542d OLED_DISP: Add a display eLua module for the XMC4500 2016-08-20 18:54:21 +05:30
Bogdan Marinescu
785942f946 Merge pull request #86 from ramangopalan/master
RTC: Add an eLua module for the XMC4500 RTC peripheral
2016-08-12 08:40:09 +01:00
Raman
ad2d03a1f7 RTC: Add an eLua module for the XMC4500 RTC peripheral 2016-08-12 08:38:25 +05:30
Bogdan Marinescu
c01a4d57b2 Merge pull request #85 from ramangopalan/master
platform_conf.h: No longer required with the new build system
2016-08-10 08:59:21 +01:00
Raman
8cc26a1654 platform_conf.h: No longer required with the new build system 2016-08-10 08:23:37 +05:30
Bogdan Marinescu
894ac50945 Merge pull request #84 from ramangopalan/master
Rename linker script for the XMC4500;
2016-08-09 15:21:04 +01:00
Raman
97d19406ca Rename linker script for the XMC4500; Support for XMC47 on the way 2016-08-08 19:43:29 +05:30
Bogdan Marinescu
9de557bee0 Merge pull request #83 from ramangopalan/master
DTS: An eLua module for XMC4500's die temperature sensor
2016-08-08 15:04:02 +01:00
Raman
5392e37908 DTS: An eLua module for XMC4500's die temperature sensor 2016-08-08 19:24:31 +05:30
Bogdan Marinescu
092d9e1a9e Merge pull request #82 from ramangopalan/master
xmc4500-relax.lua: Add the xmc4500 Relax board file
2016-08-08 14:22:17 +01:00
Raman
2937dfb746 xmc4500-relax.lua: Add the xmc4500 Relax board file 2016-08-08 18:49:25 +05:30
Bogdan Marinescu
7e79f7e539 Merge pull request #80 from ramangopalan/master
eLua's pot module + cleanup
2016-08-06 19:29:37 +03:00
Raman
1d83bec691 pot.c (and helpers): Add a pot module for eLua. See notes in pot.c 2016-08-06 08:13:15 +05:30
Raman
bdf5a1a3b9 conf.py: Not needed in the context of eLua's new build system 2016-08-06 07:50:05 +05:30
Bogdan Marinescu
1899166b9b Merge pull request #79 from ramangopalan/master
Cosmetic changes
2016-08-05 23:26:48 +03:00
Raman
8d0c368ec3 linker_script.ld: Adjust stack size
SpaceShip and Pong fail otherwise :(
2016-08-05 20:13:27 +05:30