mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
make: added common JLink Makefile for boards
This commit is contained in:
parent
4b62a4902f
commit
e17ab3df4a
12
boards/Makefile.include.jlink
Normal file
12
boards/Makefile.include.jlink
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user