Frederic.Pillon
ac9237248f
Replace {build.path}/{archive_file} by {archive_file_path}
...
See https://github.com/arduino/Arduino/issues/6757#issuecomment-331861565
From @facchinm:
Replacing {build.path}/{archive_file} with archive_file_path
should remove the arduino_build_xxxxxx/.. part and make the path
a bit shorter.
Issue also raised here using BP:
http://stm32duino.com/viewtopic.php?f=3&t=3070
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-01-09 09:18:36 +01:00
Roger Clark
58e50e7fd9
Add partial support for a DFU bootloader for the F4
2017-09-03 10:51:08 +10:00
Cristi Marius Tiutiu
c0f655f90f
added menu optimizations support for F3/F4 boards
2017-07-31 11:42:28 +03:00
Roger Clark
a683dfccca
revert changes to STM32F3/platform.txt and STM32F4/platform.txt as they should not have been changed in the previous commit
2017-07-30 16:16:24 +10:00
Cristi Marius Tiutiu
4bfb444447
added teensy like ide compiler opts menus
2017-07-17 10:35:23 +03:00
stevstrong
1c1c90ebe3
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
...
# Conflicts:
# STM32F1/libraries/SPI/src/SPI.cpp
# STM32F4/cores/maple/libmaple/HardwareSerial.cpp
# STM32F4/cores/maple/libmaple/adc.h
# STM32F4/cores/maple/libmaple/dmaF4.c
# STM32F4/cores/maple/libmaple/dmaF4.h
# STM32F4/cores/maple/libmaple/gpio.c
# STM32F4/cores/maple/libmaple/gpio.h
# STM32F4/cores/maple/libmaple/rcc.c
# STM32F4/cores/maple/wirish_digital.cpp
# STM32F4/cores/maple/wirish_time.h
# STM32F4/libraries/SPI/src/SPI.cpp
# STM32F4/platform.txt
# STM32F4/system/libmaple/Arduino.h
# STM32F4/variants/generic_f407v/generic_f407v.h
# STM32F4/variants/generic_f407v/ld/common.inc
# STM32F4/variants/generic_f407v/ld/jtag.ld
# STM32F4/variants/generic_f407v/pin_map.c
# STM32F4/variants/generic_f407v/variant.h
# STM32F4/variants/generic_f407v/wirish/start.S
2017-07-03 20:09:45 +02:00
stevstrong
220aa0e20f
Merge branch 'master' into generic_f4
2017-06-02 20:11:45 +02:00
Roger Clark
66579ef8ef
Added -std=gnu++11 and -std=gnu11 compile flags to F1 and F4 platform.txt compile recipes
2017-05-26 16:03:49 +10:00
stevstrong
97329efca3
push the generic_f4 branch to master
2017-05-13 10:27:33 +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
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
Roger Clark
a6999719d7
STM32F4 add Export compile binary option
2016-11-28 17:57:42 +11:00
Roger Clark
efe237c16d
Merge pull request #204 from kuwatay/macosx-update-for-stmf4
...
update STM32F4 environment for macosx
2016-10-01 16:03:51 +10:00
Özay Turay
9096356e55
Update STM32F*/platform.txt to get rid of recipe.ar.pattern IDE warnings
2016-09-07 16:20:35 +03:00
Yoshitaka Kuwata
478ef73b48
update STM32F4 environment for macosx
...
remove extra definition in platform.txt
2016-09-06 18:12:11 +09:00
Martin Ayotte
9e429939a8
fix flags and path in F4/platform.txt
2015-12-16 16:17:50 -05:00
Roger Clark
66456b5572
Changed platform.txt back to using 1.6.5 compatible archive path, as the change I made to support 1.6.6 does not work with 1.6.5 as it appears this var is not backward compatible
2015-11-09 06:54:49 +11:00
Roger Clark
abd500e3ef
Changed platform.txt to fix issue with changes in IDE 1.6.6 to build archive path
2015-11-07 23:23:27 +11:00
Roger Clark
bc52bb901d
Removed support for IDE's prior to 1.6.3 from all cores
2015-11-07 20:43:33 +11: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
Roger Clark
bf7ac4e877
Fixed issues in F3 and F4 caused by removal of ARM compiler in 1.6.2, by additional of platform.rewrite.keys.txt and changes to platform.txt in both folders
2015-04-14 11:56:55 +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