mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
Replace elf2uf2 usage with picotool, fix compilation when arm g++ is installed, adjust documentation to new workflow, picotool udev warning (thanks to crasbe)
10 lines
199 B
Makefile
10 lines
199 B
Makefile
FLASHER ?= $(RIOTTOOLS)/picotool/picotool.sh
|
|
|
|
FLASHFILE ?= $(ELFFILE)
|
|
|
|
FFLAGS ?= $(FLASHFILE)
|
|
|
|
ifeq ($(RIOTTOOLS)/picotool/picotool.sh,$(FLASHER))
|
|
FLASHDEPS += $(RIOTTOOLS)/picotool/picotool
|
|
endif
|