mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
boards/b-l072z-lrwan1: enable reset before halt in debug
This commit is contained in:
parent
2172074598
commit
ea255f518e
@ -12,5 +12,8 @@ include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
export DEBUG_ADAPTER ?= stlink
|
||||
export STLINK_VERSION ?= 2-1
|
||||
|
||||
# call a 'reset halt' command before starting the debugger
|
||||
export OPENOCD_DBG_START_CMD = -c 'reset halt'
|
||||
|
||||
# this board uses openocd
|
||||
include $(RIOTMAKE)/tools/openocd.inc.mk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user