From 2ba60bb5917fea896659f4cacb126845d45b4b29 Mon Sep 17 00:00:00 2001 From: loudnl Date: Sun, 9 Mar 2025 17:04:25 +0100 Subject: [PATCH] Update SDK version to 2.1.1 --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d1b969..13fffb3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe874ff..1df346d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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 diff --git a/README.md b/README.md index 5edfdf5..df69ec7 100644 --- a/README.md +++ b/README.md @@ -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