Skip to content

Commit

Permalink
Update SDK version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LouDnl committed Mar 9, 2025
1 parent 4422a7d commit 2ba60bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ env:
BUILD_THREADS: 4
BUILD_TYPE: Release
# Pico-SDK version
PICO_SDK_REF: 2.1.0
PICO_EXTRAS_REF: sdk-2.1.0
PICOTOOL_REF: 2.1.0
PICO_SDK_REF: 2.1.1
PICO_EXTRAS_REF: sdk-2.1.1
PICOTOOL_REF: 2.1.1

on:
push:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ env:
BUILD_THREADS: 4
BUILD_TYPE: Release
# Pico-SDK version
PICO_SDK_REF: 2.1.0
PICO_EXTRAS_REF: sdk-2.1.0
PICOTOOL_REF: 2.1.0
PICO_SDK_REF: 2.1.1
PICO_EXTRAS_REF: sdk-2.1.1
PICOTOOL_REF: 2.1.1

on:
push:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: 🔖 Add PICO_SDK_PATH to Environment
run: |
echo "PICO_SDK_PATH=${{github.workspace}}/pico-sdk" >> $GITHUB_ENV
cd pico-sdk/lib/tinyusb
cd pico-sdk/lib/tiny2
python3 tools/get_deps.py ${{matrix.pico_platform}}
- name: 💽 Cache Pico-Extras
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The firmware is still in development so features might change, be added or remov
While not yet at 100%, most tunes will play!
See the [discussion](https://github.com/LouDnl/USBSID-Pico/discussions/1) about this.
### Building
You can build the firmware using the Pico SDK 2.1.0 and the included TinyUSB. Be sure to clone the SDK with `--recurse-submodules`.
You can build the firmware using the Pico SDK 2.1.1 and the included TinyUSB. Be sure to clone the SDK with `--recurse-submodules`.
After download run `cd pico-sdk/lib/tinyusb` and then `python3 tools/get_deps.py PICO_PLATFORM` where PICO_PLATFORM is either rp2040 or rp2350 depending on the board you are using.

# Hardware
Expand Down

0 comments on commit 2ba60bb

Please sign in to comment.