Integrate bloat reports into docgen

This change updates the bloat script to output an RST version of its
report card table. Metadata is added to the bloat_report GN template
indicating its RST output, allowing it to be listed as a dependency of
pw_doc_group targets.

Change-Id: I3f098d352856a9dd8688bac44e3b60ddbb97a3a6
6 files changed
tree: 81e3d3f989823893078f7ca2ec400cc3438344e7
  1. pw_bloat/
  2. pw_build/
  3. pw_docgen/
  4. pw_preprocessor/
  5. pw_span/
  6. pw_status/
  7. pw_string/
  8. pw_toolchain/
  9. pw_unit_test/
  10. targets/
  11. .clang-format
  12. .gitignore
  13. .gn
  14. AUTHORS
  15. BUILD
  16. BUILD.gn
  17. BUILDCONFIG.gn
  18. CONTRIBUTING.md
  19. LICENSE
  20. modules.gni
  21. pw_vars_default.gni
  22. README.md
  23. WORKSPACE
README.md

Pigweed embedded oriented software libraries

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.