From 5917bd6f39b93c0670bdd517161c373aaf9b0c75 Mon Sep 17 00:00:00 2001 From: AnnsAnn Date: Fri, 15 Aug 2025 12:15:29 +0200 Subject: [PATCH 1/2] tools/picotool: bump version --- dist/tools/picotool/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/tools/picotool/Makefile b/dist/tools/picotool/Makefile index 542ed2c0ee..39cf1d6c25 100644 --- a/dist/tools/picotool/Makefile +++ b/dist/tools/picotool/Makefile @@ -1,6 +1,7 @@ PKG_NAME=picotool PKG_URL=https://github.com/raspberrypi/picotool.git -PKG_VERSION=de8ae5ac334e1126993f72a5c67949712fd1e1a4 +# Version 2.2.0-a4 +PKG_VERSION=25aa087b2c517b4901874a99536e869d4d27b678 PKG_LICENSE=BSD-3-Clause # manually set some RIOT env vars, so this Makefile can be called stand-alone From 5056aa2df57ed56f7c6e659c1a410e04caddcafb Mon Sep 17 00:00:00 2001 From: AnnsAnn Date: Fri, 15 Aug 2025 12:15:44 +0200 Subject: [PATCH 2/2] pkg/picosdk: bump version --- pkg/picosdk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/picosdk/Makefile b/pkg/picosdk/Makefile index 594cb20115..cebeb7dbaa 100644 --- a/pkg/picosdk/Makefile +++ b/pkg/picosdk/Makefile @@ -1,6 +1,7 @@ PKG_NAME=picosdk PKG_URL=https://github.com/raspberrypi/pico-sdk.git -PKG_VERSION=bddd20f928ce76142793bef434d4f75f4af6e433 +# Version 2.2.0 +PKG_VERSION=a1438dff1d38bd9c65dbd693f0e5db4b9ae91779 PKG_LICENSE=BSD-3-Clause include $(RIOTBASE)/pkg/pkg.mk