Category: Pico

Pico The GARP

A CMake Strategy for the Pico C/C++ SDK

This article explores the challenges and strategies for adding support for CMake’s find_package() mechanism to packages that depend on the Raspberry Pi Pico C/C++ SDK. While the Pico SDK is designed for direct inclusion and does not export its library targets thereby barring directly adding find_package support, I want to support modular, reusable components that […]

Back To Top