From c868e2b2601c8d19c105391b4ba75de5a9fa9e2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 03:45:26 +0000 Subject: [PATCH] Update wiki f304bcaa3595d3db20716df8c28a698e42cf019d --- Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md b/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md index 8847e44..193ea8a 100644 --- a/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md +++ b/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md @@ -1,4 +1,4 @@ -# Setting Up the Pico SDK on Linux for PicoMite Development +# Setting Up the Pico SDK on Linux for PicoCalc Development This guide walks you through setting up the Raspberry Pi Pico SDK on a Linux system for **PicoCalc** development. By the end, you'll have a working environment to compile and flash firmware to your Raspberry Pi Pico on PicoCalc. @@ -24,6 +24,7 @@ Navigate to a workspace directory and clone the official Raspberry Pi Pico SDK: mkdir -p ~/pico && cd ~/pico git clone -b master https://github.com/raspberrypi/pico-sdk.git cd pico-sdk +git checkout tags/2.0.0 -b sdk2.0.0 git submodule update --init ```