22 Commits

Author SHA1 Message Date
Gordon Williams
962a461338 Move Nucleo flash base back to 0x08000000 for bootloader
https://forum.espruino.com/conversations/396990/#comment17417222
2024-06-12 16:05:42 +01:00
Gordon Williams
05867659a1 Use '-Os', re-add networking: https://forum.espruino.com/conversations/396990/#comment17417222 2024-06-12 16:02:17 +01:00
Gordon Williams
446b999ade Fix STM32 Nucleo regression from ESPR_PACKED_SYMPTR, fix #2511 2024-06-12 09:28:04 +01:00
Gordon Williams
29a243226e fix accidental build issues 2024-03-14 14:28:44 +00:00
Gordon Williams
02f2c0813f fix memory size check 2018-11-02 09:40:22 +00:00
Gordon Williams
d102f8cf90 add Nucleo pinouts 2018-02-15 15:05:10 +00:00
Gordon Williams
98d7c1105e remove in-code definition for PIN_NAMES_DIRECT and move it to the board description file 2018-01-26 17:26:58 +00:00
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