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