commit | cf87283072f0a4debf2521c67916004cedf58cfb | [log] [tgz] |
---|---|---|
author | Keir Mierle <keir@google.com> | Mon Nov 18 18:53:13 2019 -0800 |
committer | Keir Mierle <keir@google.com> | Tue Nov 19 11:45:12 2019 -0800 |
tree | 0d97e4e1eb49fb6b664f47eb11b56324cfce0f73 | |
parent | 2c1e56bbf0c256cca29ae46363ee4f507e5cf59b [diff] |
pw_cmd: Start basic module with compile watcher This starts the pw_cmd module, which will eventually have a command line tool to make working with Pigweed easier. The initial command has only 1 abilitiy: to watch the Pigweed source directory for changes and trigger a recompile & test re-run if something changed. This makes for a fast iteration time that avoids having to explicitly compile. In the future this will expand to have multiple other sub-commands. Change-Id: Ic82ab376716900914660fd8ae2787384a69110bd
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.