Make test runner script a pw command plugin This change registers the test_runner.py script in pw_unit_test as a pw plugin. To do this, pw_unit_test is defined also as a Python module with a setup.py file. The script continues to work in standalone mode and in the Ninja build for autorun targets. Change-Id: Ida9c59a8a4563e794632921a3131192bc0568ee6
Pigweed is a collection of embedded-focused libraries, which we call “modules”. These modules are designed for small-footprint MMU-less microcontrollers like the ST Micro STM32L452 or the Nordic NRF82832. The modules are designed to facilitate easy integration into existing codebases.
Pigweed is in the early stages of development.