mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 16:31:18 +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)
14 lines
330 B
Makefile
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
|