pw_span module

pw::span is a stand-in for C++20's std::span.

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