You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
412 B
Makefile
13 lines
412 B
Makefile
export FLASHER = $(RIOTBASE)/dist/tools/jlink/jlink.sh
|
|
export DEBUGGER = $(RIOTBASE)/dist/tools/jlink/jlink.sh
|
|
export DEBUGSERVER = $(RIOTBASE)/dist/tools/jlink/jlink.sh
|
|
export RESET = $(RIOTBASE)/dist/tools/jlink/jlink.sh
|
|
|
|
export OFLAGS = -O binary
|
|
export HEXFILE = $(ELFFILE:.elf=.bin)
|
|
|
|
export FFLAGS ?= flash
|
|
export DEBUGGER_FLAGS ?= debug
|
|
export DEBUGSERVER_FLAGS ?= debug-server
|
|
export RESET_FLAGS ?= reset
|