1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
RIOT/makefiles/tools/picotool.inc.mk
AnnsAnn 0ea40d2757 dist/tools, boards/rpi-pico*: replace elf2uf2 with picotool
Replace elf2uf2 usage with picotool, fix compilation when arm g++ is installed, adjust documentation to new workflow, picotool udev warning (thanks to crasbe)
2025-04-16 12:19:17 +02:00

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