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.
2 parents 9771274 + 48f2446 commit 7a2ebe5Copy full SHA for 7a2ebe5
.github/workflows/micropython.yml
@@ -7,7 +7,7 @@ on:
7
types: [created]
8
9
env:
10
- MICROPYTHON_VERSION: 932f76c6ba64c5a3e68de3324556d9979f09303b
+ MICROPYTHON_VERSION: v1.23.0
11
12
jobs:
13
build:
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