tcl/board: Add STMicroelectronics STM32F7 Nucleo config
Tested with STM32F746ZG Nucleo development board. Change-Id: Ia97b774b996a3be03e8e84342b93659c3632c18f Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/3516 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
parent
68e204f1e9
commit
3fe9929511
|
@ -0,0 +1,10 @@
|
|||
# STMicroelectronics STM32F7 Nucleo development board
|
||||
# Known boards: NUCLEO-F746ZG and NUCLEO-F767ZI
|
||||
|
||||
source [find interface/stlink-v2-1.cfg]
|
||||
|
||||
transport select hla_swd
|
||||
|
||||
source [find target/stm32f7x.cfg]
|
||||
|
||||
reset_config srst_only
|
Loading…
Reference in New Issue