boards/common/msb-430: configure reset target

This commit is contained in:
Kaspar Schleiser 2019-02-26 17:04:23 +01:00
parent 5392b8c72d
commit f0457bf8dd

View File

@ -21,3 +21,7 @@ DEBUGGER = $(PREFIX)gdb
DEBUGGER_FLAGS = --ex="target remote localhost:2000" --ex "monitor reset halt" --ex load -ex "monitor reset halt" $(ELFFILE)
INCLUDES += -I$(RIOTBOARD)/common/msb-430/include
# setup reset tool
RESET ?= mspdebug
RESET_FLAGS ?= $(MSPDEBUGFLAGS) reset