Dependancies
Buy the components
Create a blinky LED with RaspberryPI Pico board with RP2040
microcontroller using the native C/C++ SDK.
Refer Getting started with Raspberry Pi Pico PDF document for Linux or Windows.
cd CHOOSE_YOUR_PICO_SDK_PATH
git clone [email protected]:raspberrypi/pico-sdk.git
brew install cmake
brew tap ArmMbed/homebrew-formulae
brew install arm-none-eabi-gcc
# vs code extensions
code --install-extension marus25.cortex-debug
code --install-extension ms-vscode.cmake-tools
code --install-extension ms-vscode.cpptools
# environment variable for the pico-sdk installation apth
export PICO_SDK_PATH=~/PATH/TO/pico-sdk