commit | d3ed0f4d9b5ce7c9cca919d61a35138e5e555a70 | [log] [tgz] |
---|---|---|
author | Armando Montanez <amontanez@google.com> | Mon Nov 18 11:15:42 2019 -0800 |
committer | Armando Montanez <amontanez@google.com> | Wed Nov 20 18:32:27 2019 +0000 |
tree | 3ccccb59266c00daa3ce8d372d3dac2880d95b9f | |
parent | 759ff77d81b2954618e59c7aa97dd082454fbd2c [diff] |
Make default unit testing main use pw_dumb_io Updates the default unit testing main to use dumb_io. This allows unit tests to run on both host and stm32f429i-disc1 with minimal differences. This change also updates simple_printing_event_handler to print out a function that takes a std::string_view instead of a char*. Change-Id: Ib83bd25ca0db243fd5c18325117b5ebe10e40b4e
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.