Skip to content

Commit

Permalink
CI: Bump MicroPython to rp2-add-rp2350.
Browse files Browse the repository at this point in the history
CI tracking the unmerged RP2350 support branch.
  • Loading branch information
Gadgetoid committed Aug 13, 2024
1 parent c6384ce commit 1dcc67c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
types: [created]

env:
MICROPYTHON_VERSION: v1.23.0
MICROPYTHON_VERSION: rp2-add-rp2350
MICROPYTHON_FLAVOUR: dpgeorge

jobs:
build:
Expand Down
7 changes: 2 additions & 5 deletions ci/micropython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ function log_warning {
}

function micropython_clone {
log_inform "Using MicroPython $MICROPYTHON_VERSION"
git clone https://github.com/micropython/micropython
cd micropython
git checkout $MICROPYTHON_VERSION
git cherry-pick -n 932f76c6ba64c5a3e68de3324556d9979f09303b
log_inform "Using MicroPython $MICROPYTHON_FLAVOUR/$MICROPYTHON_VERSION"
git clone https://github.com/$MICROPYTHON_FLAVOUR/micropython -b $MICROPYTHON_VERSION --depth=1
git submodule update --init lib/pico-sdk
git submodule update --init lib/cyw43-driver
git submodule update --init lib/lwip
Expand Down

0 comments on commit 1dcc67c

Please sign in to comment.