Add bazel build system files.

Build everything with 'bazel build //...' and run all tests with
'bazel test //...'.

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