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:
Steve Karg
2024-03-02 07:20:27 -06:00
committed by GitHub
parent 8a23c9b244
commit cbe7d2a8ed
3 changed files with 95 additions and 41 deletions
+14
View File
@@ -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