Skip to content
Snippets Groups Projects
Commit ea255f51 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

boards/b-l072z-lrwan1: enable reset before halt in debug

parent 21720745
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,8 @@ include $(RIOTMAKE)/tools/serial.inc.mk ...@@ -12,5 +12,8 @@ include $(RIOTMAKE)/tools/serial.inc.mk
export DEBUG_ADAPTER ?= stlink export DEBUG_ADAPTER ?= stlink
export STLINK_VERSION ?= 2-1 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 # this board uses openocd
include $(RIOTMAKE)/tools/openocd.inc.mk include $(RIOTMAKE)/tools/openocd.inc.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment