tree: 8b4e54e5b83b387be5bafd18903aa926a9a06c6c [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. error_table.py
  19. fixit_rotation.py
  20. gen_chip_version.py
  21. gen_test_driver.py
  22. idl_lint.py
  23. README.md
  24. rules.matterlint
  25. run-clang-tidy-on-compile-commands.py
  26. run_codegen_targets.sh
  27. run_in_build_env.sh
  28. 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/)