Merge pull request #11696 from cladmi/pr/pyocd/use_flashfile
makefiles/pyocd.inc.mk use FLASHFILE
This commit is contained in:
commit
2c0b2f3982
@ -3,8 +3,8 @@ DEBUGGER = $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
|||||||
DEBUGSERVER = $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
DEBUGSERVER = $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
||||||
RESET ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
RESET ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
||||||
|
|
||||||
export OFLAGS ?= -O ihex
|
FLASHFILE ?= $(HEXFILE)
|
||||||
FFLAGS ?= flash $(HEXFILE)
|
FFLAGS ?= flash $(FLASHFILE)
|
||||||
DEBUGGER_FLAGS ?= debug $(ELFFILE)
|
DEBUGGER_FLAGS ?= debug $(ELFFILE)
|
||||||
DEBUGSERVER_FLAGS ?= debug-server
|
DEBUGSERVER_FLAGS ?= debug-server
|
||||||
RESET_FLAGS ?= reset
|
RESET_FLAGS ?= reset
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user