mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
tools: edbg: use for resetting
This commit is contained in:
parent
966d83dcb4
commit
28a0ffca37
@ -16,3 +16,5 @@ FFLAGS ?= $(EDBG_ARGS) -t $(EDBG_DEVICE_TYPE) -b -e -v -p -f $(HEXFILE)
|
||||
ifeq ($(RIOT_EDBG),$(FLASHER))
|
||||
FLASHDEPS += $(RIOT_EDBG)
|
||||
endif
|
||||
RESET ?= $(EDBG)
|
||||
RESET_FLAGS ?= $(EDBG_ARGS) -t $(EDBG_DEVICE_TYPE)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
export FLASHER ?= $(RIOTBASE)/dist/tools/openocd/openocd.sh
|
||||
export DEBUGGER = $(RIOTBASE)/dist/tools/openocd/openocd.sh
|
||||
export DEBUGSERVER = $(RIOTBASE)/dist/tools/openocd/openocd.sh
|
||||
export RESET = $(RIOTBASE)/dist/tools/openocd/openocd.sh
|
||||
export RESET ?= $(RIOTBASE)/dist/tools/openocd/openocd.sh
|
||||
|
||||
export OFLAGS ?= -O ihex
|
||||
export FFLAGS ?= flash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user