File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/windows/picotool Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ sdkVersion=$1
99export PICO_SDK_PATH=" $PWD /pico-sdk"
1010export LDFLAGS=" -static -static-libgcc -static-libstdc++"
1111
12- git -C " $PICO_SDK_PATH " submodule update --init --depth=1 lib/mbedtls
13-
1412# Apply https://github.com/raspberrypi/pico-sdk/commit/66540fe88e86a9f324422b7451a3b5dff4c0449f for gcc 15
1513git -C " $PICO_SDK_PATH " fetch origin 66540fe88e86a9f324422b7451a3b5dff4c0449f
16- git -C " $PICO_SDK_PATH " cherry-pick 66540fe88e86a9f324422b7451a3b5dff4c0449f
14+ git -C " $PICO_SDK_PATH " cherry-pick -n 66540fe88e86a9f324422b7451a3b5dff4c0449f
15+
16+ git -C " $PICO_SDK_PATH " submodule update --init --depth=1 lib/mbedtls
1717
1818echo " Version is $sdkVersion "
1919if [ ${sdkVersion: 0: 1} -ge 2 ]; then
You can’t perform that action at this time.
0 commit comments