tree: ac6a68443ce6466d587da50d10e73a64d8a65553 [path history] [tgz]
  1. build/
  2. examples/
  3. flashing/
  4. helpers/
  5. pregenerate/
  6. py_matter_idl/
  7. py_matter_yamltests/
  8. setup/
  9. tests/
  10. tools/
  11. BUILD.gn
  12. build_coverage.sh
  13. build_python.sh
  14. build_python_device.sh
  15. checkout_submodules.py
  16. codegen.py
  17. codepregen.py
  18. configure
  19. configure.impl.py
  20. error_table.py
  21. fixit_rotation.py
  22. gen_chip_version.py
  23. gen_test_driver.py
  24. idl_lint.py
  25. README.md
  26. rules.matterlint
  27. run-clang-tidy-on-compile-commands.py
  28. run_codegen_targets.sh
  29. run_in_build_env.sh
  30. run_in_ns.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/)