Update to Pico-SDK 1.5.1 (#1539)
This should reduce the `git submodule update` space required as well as avoid the max-path-len errors under Windows in most cases.
This commit is contained in:
parent
fa7c287f07
commit
0847d3dbb0
7 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#define PICO_SDK_VERSION_MAJOR 1
|
||||
#define PICO_SDK_VERSION_MINOR 5
|
||||
#define PICO_SDK_VERSION_REVISION 0
|
||||
#define PICO_SDK_VERSION_STRING "1.5.0"
|
||||
#define PICO_SDK_VERSION_REVISION 1
|
||||
#define PICO_SDK_VERSION_STRING "1.5.1"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
BIN
lib/libpico.a
BIN
lib/libpico.a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
pico-sdk
2
pico-sdk
|
|
@ -1 +1 @@
|
|||
Subproject commit 2ccab115de0d42d31d6611cca19ef0cd0d2ccaa7
|
||||
Subproject commit 6a7db34ff63345a7badec79ebea3aaef1712f374
|
||||
Loading…
Reference in a new issue