tree: 94a7f120b702fa98650c454554fedf90741a7a9f [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_coverage.sh
  12. build_python.sh
  13. build_python_device.sh
  14. checkout_submodules.py
  15. codegen.py
  16. constraints.txt
  17. environment.json
  18. environment_no_cipd.json
  19. fixit_rotation.py
  20. gen_chip_version.py
  21. gen_test_driver.py
  22. idl_lint.py
  23. python.json
  24. README.md
  25. requirements.esp32.txt
  26. requirements.mbed.txt
  27. requirements.nrfconnect.txt
  28. requirements.txt
  29. rules.matterlint
  30. run-clang-tidy-on-compile-commands.py
  31. 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/)