Skip to content

Boilerplate project with instructions for working with RP2040 (Pico) SDK

Notifications You must be signed in to change notification settings

ricdays/rp2040-devenv-boilerplate

Repository files navigation

xio-device-base-rp2040

Base repository for RP2040 based devices

Requirements

Build Instructions (Windows 10)

Using VSCode

You can run env.bat on the root, which defaults to the build directory. Run CMake and then start VSCode at the root directory:

git submodule update --recursive --init
cmake -G "NMake Makefiles" ..
code ..

Manual Instructions

git submodule update --recursive --init
mkdir build
cd build
cmake -G "NMake Makefiles" ..
nmake

About

Boilerplate project with instructions for working with RP2040 (Pico) SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published