cbe7d2a8ed
* Added SHIELD=dfr0259 or SHIELD=linksprite build options to RS485 driver for stm32f4xx port.
15 lines
336 B
INI
15 lines
336 B
INI
# This is for all ST NUCLEO with any STM32F429. Known boards at the moment:
|
|
# NUCLEO-F429ZI
|
|
# http://www.st.com/en/evaluation-tools/nucleo-f429zi.html
|
|
|
|
source [find interface/stlink-v2-1.cfg]
|
|
|
|
transport select hla_swd
|
|
|
|
# increase working area to 128KB
|
|
set WORKAREASIZE 0x20000
|
|
|
|
source [find target/stm32f4x.cfg]
|
|
|
|
reset_config srst_only
|