mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 12:03:52 +01:00
11 lines
341 B
Makefile
11 lines
341 B
Makefile
FLASHER ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
|
DEBUGGER = $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
|
DEBUGSERVER = $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
|
RESET ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
|
|
|
FLASHFILE ?= $(HEXFILE)
|
|
FFLAGS ?= flash $(FLASHFILE)
|
|
DEBUGGER_FLAGS ?= debug $(ELFFILE)
|
|
DEBUGSERVER_FLAGS ?= debug-server
|
|
RESET_FLAGS ?= reset
|