Skip to content

Test Framework for a PCB Board housing the Pico or Pico-W

License

Notifications You must be signed in to change notification settings

jondurrant/RPIPicoBoardTest

Repository files navigation

RPIPicoBoardTest

Test Framework for a PCB Board using the Pico or Pico-W.

I wanted to build a framework that could test my PCB using the Pico in a standard way. Checking that the connections and electronics are working. Rather than testing the application itself.

Running a large number of test sequencially when you are trying to catch a waveform from a pin on an Osciliscope is painful. So needed the tests to run in parallel, unlike any unit test framework. So designed the tests to run as Tasks within FreeRTOS.

Clone and Build

Clone with recurse submodules switch as using FreeRTOS Kernel Library.

Build by using steps:

mkdir build
cd build
cmake ..
make

About

Test Framework for a PCB Board housing the Pico or Pico-W

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published