Add missing format_test dep.

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