C/C++ Unit Testing on Raspberry PI Pico

C/C++ Unit Testing on Raspberry PI Pico

I’ve recently revised my approach to Unit Testing or Test Driven Development (TDD) on the Raspberry PI Pico. I was inventing my own framework for each project which just isn’t effective. So I am now trying to standardise on Cpputest.

In this video, I talk through a project structure to build a unit test binary for the Pico as well as the clean firmware binary. Using CMake system. Right now this is for baremetal Pico, so not for use with FreeRTOS.

I’m sharing my work in the Repo.

One thought on “C/C++ Unit Testing on Raspberry PI Pico

Leave a comment