13 lines
238 B
INI
13 lines
238 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# NUCLEO-U083RC
|
|
# https://www.st.com/en/evaluation-tools/nucleo-u083rc.html
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
transport select swd
|
|
|
|
source [find target/stm32u0x.cfg]
|
|
|
|
reset_config srst_only
|