1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: namespace uf2conv specific flags variable

This commit is contained in:
Alexandre Abadie 2021-02-18 17:54:30 +01:00
parent 6d5a5b9528
commit 7ac924f15c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ ifeq (uf2conv,$(PROGRAMMER))
ROM_OFFSET = 0x1000
ROM_LEN = 0xf3000
FFLAGS_OPTS = -f 0xADA52840
UF2CONV_FLAGS = -f 0xADA52840
include $(RIOTMAKE)/tools/usb_board_reset.mk
endif

View File

@ -1,7 +1,7 @@
FLASHFILE ?= $(HEXFILE)
FLASHER ?= $(RIOTTOOLS)/uf2/uf2conv.py
FFLAGS ?= $(FFLAGS_OPTS) $(FLASHFILE)
FFLAGS ?= $(UF2CONV_FLAGS) $(FLASHFILE)
PREFLASH_DELAY ?= 2