Skip to content

Commit e46c58f

Browse files
authored
Merge pull request #765 from schollz/upgrade
feat: upgrade pico sdk to 2.2.0
2 parents 50ea61c + 8e039dd commit e46c58f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
repository: raspberrypi/pico-sdk
5252
path: pico-sdk
5353
submodules: true
54-
ref: 2.1.1
54+
ref: 2.2.0
5555
- name: Checkout pico-extras
5656
uses: actions/checkout@v4.2.2
5757
with:
5858
repository: raspberrypi/pico-extras
5959
path: pico-extras
6060
submodules: true
61-
ref: sdk-2.1.1
61+
ref: sdk-2.2.0
6262
- name: Patch tinyusb
6363
run: |
6464
sed -i 's/OSAL_TIMEOUT_WAIT_FOREVER/OSAL_TIMEOUT_NORMAL/g' $GITHUB_WORKSPACE/pico-sdk/lib/tinyusb/src/tusb.c

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
repository: raspberrypi/pico-sdk
5353
path: pico-sdk
5454
submodules: true
55-
ref: 2.1.1
55+
ref: 2.2.0
5656
- name: Checkout pico-extras
5757
uses: actions/checkout@v4.2.2
5858
with:
5959
repository: raspberrypi/pico-extras
6060
path: pico-extras
6161
submodules: true
62-
ref: sdk-2.1.1
62+
ref: sdk-2.2.0
6363
- name: Patch tinyusb
6464
run: |
6565
sed -i 's/OSAL_TIMEOUT_WAIT_FOREVER/OSAL_TIMEOUT_NORMAL/g' $GITHUB_WORKSPACE/pico-sdk/lib/tinyusb/src/tusb.c

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dobuild: pico-sdk pico-extras lib/fuzz.h lib/transfer_saturate2.h lib/sinewaves2
1212

1313
pico-sdk:
1414
git clone https://github.com/raspberrypi/pico-sdk
15-
cd pico-sdk && git checkout 2.1.1
15+
cd pico-sdk && git checkout 2.2.0
1616
cd pico-sdk && git submodule update --init --recursive
1717

1818
chowdsp:
@@ -184,7 +184,7 @@ lib/cuedsounds_ectocore.h:
184184

185185
pico-extras:
186186
git clone https://github.com/raspberrypi/pico-extras.git pico-extras
187-
cd pico-extras && git checkout sdk-2.1.1
187+
cd pico-extras && git checkout sdk-2.2.0
188188
cd pico-extras && git submodule update --init --recursive
189189

190190
copysamples:

0 commit comments

Comments
 (0)