mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
3f145413f5
* Remove '-Oihex' and '-Obinary' from OFLAGS for all boards It is now provided by the Makefile.include rule.
12 lines
369 B
Makefile
12 lines
369 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
|
|
|
|
HEXFILE = $(BINFILE)
|
|
|
|
export FFLAGS ?= flash
|
|
export DEBUGGER_FLAGS ?= debug
|
|
export DEBUGSERVER_FLAGS ?= debug-server
|
|
export RESET_FLAGS ?= reset
|