boards/b-l072z-lrwan1: use common stlink parts

This commit is contained in:
Alexandre Abadie 2018-01-30 08:38:31 +01:00
parent de15af4c87
commit b174cc2306

View File

@ -9,8 +9,8 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
# setup serial terminal
include $(RIOTMAKE)/tools/serial.inc.mk
# this board has an on-board ST-link adapter
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'