Minor pw_bloat updates

This change renames the bloat_report template to pw_size_report as it is
more explicit.

Additionally, the option to override the global Bloaty config file on a
per-report basis is removed. This is due to Pigweed's policy of having
one target per build invocation. The Bloaty config is inherently tied to
an executable build target and linker script, both of which are provided
by the target. Overriding the Bloaty config without changing the target
can result in meaningless report output.

Change-Id: I1fa444d065d964a3a85ade50039e06ae807050f2
4 files changed
tree: 2cbe7d825ae6a8ce623258677c75087094c340dc
  1. docs/
  2. pw_bloat/
  3. pw_build/
  4. pw_docgen/
  5. pw_preprocessor/
  6. pw_span/
  7. pw_status/
  8. pw_string/
  9. pw_toolchain/
  10. pw_unit_test/
  11. targets/
  12. .clang-format
  13. .gitignore
  14. .gn
  15. AUTHORS
  16. BUILD
  17. BUILD.gn
  18. BUILDCONFIG.gn
  19. CONTRIBUTING.md
  20. LICENSE
  21. modules.gni
  22. presubmit.py
  23. pw_vars_default.gni
  24. README.md
  25. 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.