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

7 Commits

Author SHA1 Message Date
Mark Burton
8c6757e856 Ported to STM32F401 Nucleo board.
The Nucleo boards are like the Discovery boards in that they come with an
attached STLINK-V2 programmer. The MCU's UART2 is routed through the
programmer's USB connection and it appears as a VCP device on the host.

So far, this has only been tested to the extent that the elua shell and
lua prompt appear to be functioning as expected.
2014-03-19 12:10:45 +00: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
teachop
69635adbee netduino-2 board with stm32f2 2013-08-03 07:02:24 -04:00
Bogdan Marinescu
f4b9771759 fix for previous commit 2013-05-31 13:20:58 +03:00
Bogdan Marinescu
fb67d90efc STM32F4 initial code import
Original authors:
* Zhanjun: http://dd.homeunix.com/home/space.php?uid=1&do=blog&id=90
* Ned Konz : https://github.com/bikeNomad
2013-05-28 15:38:13 +03:00
Bogdan Marinescu
5ce6a8aef6 Multiple changes
- more build configuration attributes (allocator, target)
- more sanity checks
- more color in the builder
- 'romfs' is now a separate builder target, not a function being called separately
- added mappings for the configurator attributes
2012-07-01 20:59:55 +03:00
Bogdan Marinescu
59beff6b99 working on the new build configurator. starting to get shape 2012-07-01 01:07:59 +03:00