A basic project for getting started with C++ on the RP2350-powered i75.
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