1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00
RIOT/dist/tools/picosdk/Makefile
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

14 lines
330 B
Makefile

PKG_NAME=picosdk
PKG_URL=https://github.com/raspberrypi/pico-sdk.git
PKG_VERSION=bddd20f928ce76142793bef434d4f75f4af6e433
PKG_LICENSE=BSD-3-Clause
PKG_SOURCE_DIR = $(CURDIR)/picosdk
PKG_BUILD_DIR = $(PKG_SOURCE_DIR)
RIOTBASE ?= $(CURDIR)/../../..
RIOTTOOLS ?= $(CURDIR)/..
include $(RIOTBASE)/pkg/pkg.mk
all: $(CURDIR)/picosdk