Added support for both DFR0259 and LINKSPRITE RS485 shield in build (#588)
* Added SHIELD=dfr0259 or SHIELD=linksprite build options to RS485 driver for stm32f4xx port.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user