mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
ba30315f7e
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
6 lines
112 B
INI
6 lines
112 B
INI
source [find target/stm32l0.cfg]
|
|
|
|
reset_config srst_only connect_assert_srst
|
|
|
|
$_TARGETNAME configure -rtos auto
|