stevstrong
7b53254e29
fix maximum data size for netduino2plus
2017-07-04 20:04:58 +02:00
stevstrong
4467592149
adapt flash and RAM maximum sizes for Arduino
2017-07-04 19:11:48 +02:00
Roger Clark
8096bb6d0a
Merge pull request #238 from Testato/patch-3
...
Updated size definitions in F4 boards.txt
2017-07-04 08:38:40 +10:00
stevstrong
97329efca3
push the generic_f4 branch to master
2017-05-13 10:27:33 +02:00
stevstrong
220247c115
bugfix: other variants than generic did not work
2017-05-12 20:51:12 +02:00
stevstrong
679217dfaf
F4 development
...
- added generic F4 variant
- removed F1 and F2 files/defines
- resolved include headers - now libraries are detected within sketches
- reworked + added new GPIO access functions
- moved and size-optimized PIN_MAP in flash
- SPI improvements: optimized block read + added DMA
2017-05-11 00:57:08 +02:00
Testato
54d67d77c4
Update boards.txt
...
PR for issue https://github.com/rogerclarkmelbourne/Arduino_STM32/issues/200
- replaced `upload.flash.maximum_size` and `upload.ram.maximum_size` by the new arduino standard `upload.maximum_size` and `upload.maximum_data_size`
- corrected Flash and Ram value
- Tested by builded every MCU on every Variant
2016-12-17 12:41:23 +01:00
Roger Clark
dbcba3e012
STM32F4 fixed issue with stlink uploads, and added windows driver bat for STM Virtual com ports
2016-11-28 19:47:43 +11:00
Martin Ayotte
a301d4cc76
add forgotten flag for NETDUINO2PLUS
2016-06-30 14:04:26 -04:00
Dan Drown
6e06e42c7e
max flash size is incorrect for the discovery F407
...
ref: http://stm32duino.com/viewtopic.php?f=39&t=537&start=30
2016-03-07 09:22:52 -06:00
rogerclarkmelbourne
536cec8f5d
Various changes to boards.txt and some libraries, so that things will compile under IDE 1.6.6 Note. There are still loads of warnings when you compile - which look like they may be caused by the IDE using a new version of GCC, but at least it now compiles
2015-10-09 17:18:38 +11:00
Martin Ayotte
18b5b6eca4
integrate a copy of SPI from STM32F1 into STM32F4
2015-06-13 18:14:51 -04:00
Martin Ayotte
44bfd8ae54
fix SetupClock168() for Netduino2Plus + add STM32Stamp/Netduino2Plus boards + add dfuse_addr in upload
2015-05-28 17:20:49 -04:00
rogerclarkmelbourne
a0ca5b6938
Updated F4 to add STM pin numbers and change processor to cortex-m4 instead of cortex-m3
2015-05-06 15:08:34 +10:00
Bob Cousins
a5414bb548
Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky!
2014-12-28 14:29:08 +00:00