1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/e180-zg120b-tb/dist/openocd.cfg
2024-01-13 12:03:15 +01:00

11 lines
226 B
INI

# Set the default reset option in cases where "SRST=none" is not used for make
if { ![info exists SRST_OPT] } {
set SRST_OPT srst_only
}
reset_config none
source [find target/efm32.cfg]
$_TARGETNAME configure -rtos auto