tree: 17faacd2a832fd481c49c3471de2eea63289d603 [path history] [tgz]
  1. build/
  2. examples/
  3. flashing/
  4. helpers/
  5. setup/
  6. tests/
  7. tools/
  8. bootstrap.sh
  9. BUILD.gn
  10. build_python.sh
  11. build_python_device.sh
  12. constraints.txt
  13. environment.json
  14. environment_no_cipd.json
  15. fixit_rotation.py
  16. gen-chip-version.sh
  17. gen_chip_version.py
  18. gen_test_driver.py
  19. python.json
  20. README.md
  21. requirements.esp32.txt
  22. requirements.mbed.txt
  23. requirements.txt
  24. run_in_build_env.sh
scripts/README.md

Scripts

Herein is a smattering of scripts, mostly bash, that:

  • capture repetitive developer workflow
  • provide glue for integration with CI and IDEs
  • provide tree build facilities (e.g. gen-chip-version.sh)
  • replicate tree-wide CI flows for local verification (e.g. helpers/)