mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
boards/samr21-xpro: allow specifying flash device
This commit is contained in:
parent
2ff29ea1de
commit
7344f770a3
@ -33,6 +33,9 @@ export LINKFLAGS += -T$(LINKERSCRIPT)
|
||||
export OFLAGS = -O ihex
|
||||
export TERMFLAGS += -p "$(PORT)"
|
||||
export FFLAGS = flash
|
||||
ifneq (,$(SERIAL))
|
||||
export FFLAGS += "-c cmsis_dap_serial $(SERIAL)"
|
||||
endif
|
||||
export DEBUGGER_FLAGS = debug
|
||||
export DEBUGSERVER_FLAGS = debug-server
|
||||
export RESET_FLAGS = reset
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user