Raspberry Pico C/C++ SDK Setup and Example Project in under 30 min!
Joe Jackson Joe Jackson
399 subscribers
20,874 views
0

 Published On Aug 26, 2021

A video guide on setting up the pico-sdk quickly and painlessly

Links:
GNU Arm: https://developer.arm.com/tools-and-s...
MinGW: http://mingw-w64.org/doku.php/downloa...
CMake: https://cmake.org/download/
Python: https://www.python.org/downloads/
Git: https://git-scm.com/download/win
Visual Studio Code: https://code.visualstudio.com/

Commands:
git clone -b master "https://github.com/raspberrypi/pico-s..."
cd pico-sdk
git submodule update --init
cd ..
git clone -b master "https://github.com/raspberrypi/pico-e..."

show more

Share/Embed