1
0
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:
Alexandre Abadie 2018-06-19 13:17:34 +02:00
parent 58067c2e3e
commit ba30315f7e

View File

@ -1,5 +1,5 @@
source [find target/stm32l0.cfg]
reset_config srst_only
reset_config srst_only connect_assert_srst
$_TARGETNAME configure -rtos auto