Skip to content

Commit 543714f

Browse files
authored
Merge pull request #21662 from AnnsAnns/picotool_bump
picotool/picosdk: Bump version
2 parents 4d48889 + 5056aa2 commit 543714f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dist/tools/picotool/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PKG_NAME=picotool
22
PKG_URL=https://github.com/raspberrypi/picotool.git
3-
PKG_VERSION=de8ae5ac334e1126993f72a5c67949712fd1e1a4
3+
# Version 2.2.0-a4
4+
PKG_VERSION=25aa087b2c517b4901874a99536e869d4d27b678
45
PKG_LICENSE=BSD-3-Clause
56

67
# manually set some RIOT env vars, so this Makefile can be called stand-alone

pkg/picosdk/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PKG_NAME=picosdk
22
PKG_URL=https://github.com/raspberrypi/pico-sdk.git
3-
PKG_VERSION=bddd20f928ce76142793bef434d4f75f4af6e433
3+
# Version 2.2.0
4+
PKG_VERSION=a1438dff1d38bd9c65dbd693f0e5db4b9ae91779
45
PKG_LICENSE=BSD-3-Clause
56

67
include $(RIOTBASE)/pkg/pkg.mk

0 commit comments

Comments
 (0)