Skip to content

Commit f304bca

Browse files
committed
update wiki
1 parent 0ef37d8 commit f304bca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wiki/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Setting Up the Pico SDK on Linux for PicoMite Development
1+
# Setting Up the Pico SDK on Linux for PicoCalc Development
22

33
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.
44

@@ -24,6 +24,7 @@ Navigate to a workspace directory and clone the official Raspberry Pi Pico SDK:
2424
mkdir -p ~/pico && cd ~/pico
2525
git clone -b master https://github.com/raspberrypi/pico-sdk.git
2626
cd pico-sdk
27+
git checkout tags/2.0.0 -b sdk2.0.0
2728
git submodule update --init
2829
```
2930

0 commit comments

Comments
 (0)