tree: 9af6c9d8408307dbf557900d47488c62b9cd6ada [path history] [tgz]
  1. build/
  2. examples/
  3. flashing/
  4. helpers/
  5. idl/
  6. setup/
  7. tests/
  8. tools/
  9. bootstrap.sh
  10. BUILD.gn
  11. build_python.sh
  12. build_python_device.sh
  13. codegen.py
  14. constraints.txt
  15. environment.json
  16. environment_no_cipd.json
  17. fixit_rotation.py
  18. gen_chip_version.py
  19. gen_test_driver.py
  20. python.json
  21. README.md
  22. requirements.esp32.txt
  23. requirements.mbed.txt
  24. requirements.txt
  25. 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.py)
  • replicate tree-wide CI flows for local verification (e.g. helpers/)