Raspberry Pi RP2040 Template for fast and easy development structure
git clone https://github.com/raspberrypi/pico-sdk.git
cd pico-sdk
git submodule update --init
## Add pico-sdk Path to your environment
echo export PICO_SDK_PATH=$PWD >> ~/.bashrc
apt update && apt install -y cmake make gcc openssl libssl-dev cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
pacman -S arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib cmake autoconf git
yay -S picotool openocd-picoprobe
- get SDK
- cmake example
- flash it
- debug it
- be happy!
- https://www.raspberrypi.org/documentation/rp2040/getting-started/
- https://www.raspberrypi.org/documentation/rp2040/getting-started/#board-specifications