tree: 65a595405dacd2863b793a8469202dc25ece14ab [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. constraints.txt
  12. environment.json
  13. environment_no_cipd.json
  14. fixit_rotation.py
  15. gen-chip-version.sh
  16. gen_chip_version.py
  17. gen_test_driver.py
  18. python.json
  19. README.md
  20. requirements.esp32.txt
  21. requirements.mbed.txt
  22. requirements.txt
  23. 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/)