mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-04-03 08:45:27 +00:00
I successfully programmed a NUCLEO-C071RB with these changes. Change-Id: Ib57a77fa18f8a0e8c882e2250d6111c588d76887 Signed-off-by: David (Pololu) <dev-david@pololu.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8525 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
10 lines
171 B
INI
10 lines
171 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
transport select dapdirect_swd
|
|
|
|
source [find target/stm32c0x.cfg]
|
|
|
|
reset_config srst_only
|