From f16a41a9fd9bc9fd29a422bf1456f1f41332887d Mon Sep 17 00:00:00 2001 From: Staacks Date: Sat, 7 Sep 2024 23:58:02 +0200 Subject: [PATCH] Update Pico SDK to 2.0.0 for automatic builds. Local testing seems to not require any changes, so let's see if automatic builds are still working properly after such a long time... --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 425400a..e877872 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - name: Clone pico-sdk dependency (pinned versions of pico-sdk and tinyusb) run: | git clone https://github.com/raspberrypi/pico-sdk --recurse-submodules - cd pico-sdk && sudo git checkout tags/1.5.1 && cd .. + cd pico-sdk && sudo git checkout tags/2.0.0 && cd .. cd pico-sdk/lib/tinyusb && sudo git checkout 0.16.0 && cd ../../.. - name: Build firmware run: |