mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
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
This commit is contained in:
parent
58067c2e3e
commit
ba30315f7e
2
boards/b-l072z-lrwan1/dist/openocd.cfg
vendored
2
boards/b-l072z-lrwan1/dist/openocd.cfg
vendored
@ -1,5 +1,5 @@
|
||||
source [find target/stm32l0.cfg]
|
||||
|
||||
reset_config srst_only
|
||||
reset_config srst_only connect_assert_srst
|
||||
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user