File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dobuild: pico-sdk pico-extras lib/fuzz.h lib/transfer_saturate2.h lib/sinewaves2
1212
1313pico-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
1818chowdsp :
@@ -184,7 +184,7 @@ lib/cuedsounds_ectocore.h:
184184
185185pico-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
190190copysamples :
You can’t perform that action at this time.
0 commit comments