kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Merge pull request #952 from pimoroni/test/revert-1.23.0
TEST: Revert to v1.23.0.pull/960/head v1.23.0-1
commit
7a2ebe5c0d
|
@ -7,7 +7,7 @@ on:
|
|||
types: [created]
|
||||
|
||||
env:
|
||||
MICROPYTHON_VERSION: 932f76c6ba64c5a3e68de3324556d9979f09303b
|
||||
MICROPYTHON_VERSION: v1.23.0
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -17,6 +17,7 @@ function micropython_clone {
|
|||
git clone https://github.com/micropython/micropython
|
||||
cd micropython
|
||||
git checkout $MICROPYTHON_VERSION
|
||||
git cherry-pick -n 932f76c6ba64c5a3e68de3324556d9979f09303b
|
||||
git submodule update --init lib/pico-sdk
|
||||
git submodule update --init lib/cyw43-driver
|
||||
git submodule update --init lib/lwip
|
||||
|
@ -73,4 +74,4 @@ function cmake_build {
|
|||
ccache --show-stats || true
|
||||
cd build-$BOARD_NAME
|
||||
cp firmware.uf2 $RELEASE_FILE.uf2
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue