We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eef96d commit 48f2446Copy full SHA for 48f2446
ci/micropython.sh
@@ -17,6 +17,7 @@ function micropython_clone {
17
git clone https://github.com/micropython/micropython
18
cd micropython
19
git checkout $MICROPYTHON_VERSION
20
+ git cherry-pick -n 932f76c6ba64c5a3e68de3324556d9979f09303b
21
git submodule update --init lib/pico-sdk
22
git submodule update --init lib/cyw43-driver
23
git submodule update --init lib/lwip
@@ -73,4 +74,4 @@ function cmake_build {
73
74
ccache --show-stats || true
75
cd build-$BOARD_NAME
76
cp firmware.uf2 $RELEASE_FILE.uf2
-}
77
+}
0 commit comments