Move loads to beginning of BUILD files.

Change-Id: Idb918a48cfe6149f624295f6712fbf0a3a36a7ff
6 files changed
tree: b3e20e1f727d11f98506ce9a4b029a67a4aa1148
  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.