1
0
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:
Alexandre Abadie 2018-04-11 15:28:38 +02:00
parent 2172074598
commit ea255f518e

View File

@ -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