Skip to content

Commit 7350ec5

Browse files
Update to Pico-SDK 2.2.0 release
Doesn't seem to have nay additions since the develop branch we were using, but this one is nice and official and tagged.
1 parent cdf25b4 commit 7350ec5

30 files changed

+7
-7
lines changed

include/rp2040/pico_base/pico/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#define _PICO_VERSION_H
1313

1414
#define PICO_SDK_VERSION_MAJOR 2
15-
#define PICO_SDK_VERSION_MINOR 1
16-
#define PICO_SDK_VERSION_REVISION 2
17-
#define PICO_SDK_VERSION_STRING "2.1.2-develop"
15+
#define PICO_SDK_VERSION_MINOR 2
16+
#define PICO_SDK_VERSION_REVISION 0
17+
#define PICO_SDK_VERSION_STRING "2.2.0"
1818

1919
#endif

include/rp2350/pico_base/pico/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#define _PICO_VERSION_H
1313

1414
#define PICO_SDK_VERSION_MAJOR 2
15-
#define PICO_SDK_VERSION_MINOR 1
16-
#define PICO_SDK_VERSION_REVISION 2
17-
#define PICO_SDK_VERSION_STRING "2.1.2-develop"
15+
#define PICO_SDK_VERSION_MINOR 2
16+
#define PICO_SDK_VERSION_REVISION 0
17+
#define PICO_SDK_VERSION_STRING "2.2.0"
1818

1919
#endif

0 commit comments

Comments
 (0)