mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
396 B
Makefile
11 lines
396 B
Makefile
|
export FLASHER ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
||
|
export DEBUGGER = $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
||
|
export DEBUGSERVER = $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
||
|
export RESET ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
||
|
|
||
|
export OFLAGS ?= -O ihex
|
||
|
export FFLAGS ?= flash $(HEXFILE)
|
||
|
export DEBUGGER_FLAGS ?= debug $(ELFFILE)
|
||
|
export DEBUGSERVER_FLAGS ?= debug-server
|
||
|
export RESET_FLAGS ?= reset
|