1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/b-l072z-lrwan1/dist/openocd.cfg
Alexandre Abadie ba30315f7e boards/b-l072z-lrwan1: enforce CPU reset when connecting with openocd
connect_assert_srst is used to enforce a CPU reset before connecting to
it with openocd. This is useful when debugging on-chip.

For details on openocd reset configuration, see
2018-06-19 13:17:38 +02:00

6 lines
112 B
INI

source [find target/stm32l0.cfg]
reset_config srst_only connect_assert_srst
$_TARGETNAME configure -rtos auto