Gordon Williams
5267539b97
:( refactopring build for supported boards
2017-03-07 15:25:24 +00:00
Jean-Philippe Rey
f6091f0c56
Serial6 is now exposed as an object on NUCLEOF401RE & NUCLEOF411RE
2016-08-23 17:19:09 +02:00
Gordon Williams
1cfedbcbf7
start of moving some build options out of the Makefile - this now ensures that the correct modules get put into the JSON anyway
2015-12-22 12:51:25 +00:00
Gordon Williams
1be23f5da3
slightly mad refactor, ready for multiple board designs in one BOARD.py
2015-11-09 09:24:49 +00:00
Gordon Williams
836c1a8502
Add RLE compression when saving to flash, increase Pico RAM from 3000 to 5000 vars ( fix #543 )
2015-07-17 11:29:31 +01:00
Gordon Williams
1810f97db9
Fix I2C/SPI on F401/F411-based boards ( fix #470 , fix #473 )
2015-01-15 16:00:15 +00:00
Gordon Williams
47989f97a9
Ensure boards don't reset the state of JTAG pins on reset - will screw up debug
2015-01-14 17:48:08 +00:00
alain
176d9e49d3
Corrected 'wild characters at reset' problem by defining RX_PIN and TX_PIN in NUCLEOF401RE.py
2014-11-13 09:00:00 +01:00
Gordon Williams
e1a54f32a8
change name
2014-11-10 19:02:05 +00:00
Gordon Williams
eb59683a58
Now using gcc-arm-none-eabi-4_8-2014q3 for compilation
2014-11-10 17:46:09 +00:00
Gordon Williams
36951385b7
fix build, tidy up HTML board reference
2014-11-07 16:02:23 +00:00
Gordon Williams
4ece36249b
Added 'Nucleo' class for STM32 nucleo boards
2014-11-07 12:58:40 +00:00
alain
27cd92ad9b
a-Makefile is now able to flash with the current user who connected the NucleoF401RE to the USB port
...
b-NUCLEOF401RE.py describes correctly the flash parameters: save() works correctly and flashing Espruino doesn't removes what has been saved.
c-seWatch doesn't work yet
d-Arduino's pins are not prefixed with 'Arduino.' yet
e-UART6 has to be checked
2014-11-06 09:31:03 +01:00
alain
b9e8e6d367
Memory sizes modified to maximise the use of flash and ram
2014-10-27 18:33:43 +01:00
alain
67c00252ab
Create a new board named NUCLEOF401RE
...
added this board to Makefile
modified build_platform_config.py to avoid "module not found error"
2014-10-27 12:28:49 +01:00