Adding env_setup folder and initial setup script.

Python 3 virtualenv setup and moves CIPD files from
https://pigweed.googlesource.com/infra/buildtools.

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