commit | f09afdea80e4aaab3ee6d44898bd38576faa1438 | [log] [tgz] |
---|---|---|
author | Keir Mierle <keir@google.com> | Fri Nov 22 18:00:18 2019 -0800 |
committer | Keir Mierle <keir@google.com> | Mon Nov 25 10:57:35 2019 -0800 |
tree | 65e4e249d8ee4abffe2796299b822dd2f2a6f791 | |
parent | ce9b952f0578ec13fc658eabe035e143343671fe [diff] |
pw_cmd: Switch plugin registry mechanism This switches to a simpler plugin registry model with a simple global list that's modified by modules when they are imported. Change-Id: I3ff483f69f51fdcf81967d54663b3a17268bfe1d
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.