Skip to content

pimoroni/i75-boilerplate

Repository files navigation

Interstate 75W RP2350 C++ Boilerplate

A basic project for getting started with C++ on the RP2350-powered i75.

Setting Up

We've included a cpp.sh bash script that will help get you started on Linux-like systems. This works on macOS and WSL too.

First, clone and enter this repository:

git clone https://github.com/pimoroni/i75-boilerplate
cd i75-boilerplate

Then create a build directory and grab the dependencies:

mkdir build
cd build
source ../ci/cpp.sh
ci_prepare_all

This will grab the versions of Pico SDK and Pimoroni Pico that work with this boilerplate into the build directory you just created.

To configure and build just:

ci_cmake_configure
ci_cmake_build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published