Kai Liao aed2bcd8e2 Fail Summarize - Data on Pass/Fail Rate Per Workflow (#29170) před 2 roky
..
build 9a751256a1 [Telink] Add B92 (tlsr9528a) SoC support & Update Telink image to 10 (#28841) před 2 roky
configure.venv 65a3b3848f Improve configure script so ninja can be run without a wrapper (#26379) před 2 roky
examples 0b9dfec117 [ST] Adding STM32 platform and lighting app example with STM32WB5MM-DK board (#28889) před 2 roky
flashing 0b9dfec117 [ST] Adding STM32 platform and lighting app example with STM32WB5MM-DK board (#28889) před 2 roky
helpers 78a3bd9186 Bash completion support for chip-tool (#28470) před 2 roky
pregenerate 12b638314b Flake8 fixes Python error files in the scripts directory před 2 roky
py_matter_idl 9384bf6628 Update description tag handling in xml (#29114) před 2 roky
py_matter_yamltests 5e09d74913 Define LastReceivedEventNumber as a global variable. (#28896) před 2 roky
setup 0134127130 Update ZAP to v2023.09.05-nightly. (#29095) před 2 roky
tests b043fae1d2 Add CI testing for purposeful YAML failures. (#29099) před 2 roky
tools aed2bcd8e2 Fail Summarize - Data on Pass/Fail Rate Per Workflow (#29170) před 2 roky
BUILD.gn 03995c3b0b python: New //:python_wheels target (#25024) před 3 roky
README.md b03bc9fb05 Remove unused scripts/gen-chip-version.sh (#15150) před 4 roky
activate.sh 3d9bc88315 Cache bootstrap step in all CI workflows (#24968) před 3 roky
bootstrap.sh 3d9bc88315 Cache bootstrap step in all CI workflows (#24968) před 3 roky
build_coverage.sh 683d5574ce Bump third_party/pigweed/repo from `f4d0b35` to `cf4291d` (#28404) před 2 roky
build_python.sh ce22e3d524 Add decoded data into python tracing builds (#28842) před 2 roky
build_python_device.sh 2ed6dcb2c5 build_python_device.sh: use chip-core instead of chip-library (#22494) před 3 roky
checkout_submodules.py 0b9dfec117 [ST] Adding STM32 platform and lighting app example with STM32WB5MM-DK board (#28889) před 2 roky
codegen.py 12b638314b Flake8 fixes Python error files in the scripts directory před 2 roky
codepregen.py 12b638314b Flake8 fixes Python error files in the scripts directory před 2 roky
configure 367a0c672c Get configure working again and fix the minimal build (#28547) před 2 roky
configure.impl.py 367a0c672c Get configure working again and fix the minimal build (#28547) před 2 roky
error_table.py 12b638314b Flake8 fixes Python error files in the scripts directory před 2 roky
gen_chip_version.py 12b638314b Flake8 fixes Python error files in the scripts directory před 2 roky
gen_test_driver.py e0e186c9b5 [python tests] Add to flake8 in workflow and fix python files (part #25193) (#25312) před 3 roky
idl_lint.py d5bfb4b38f Add isort formatter to restyled configuration (#24148) před 3 roky
rules.matterlint 0da8dc4677 Add Smoke CO Cluster to All Clusters App (#27124) před 2 roky
run-clang-tidy-on-compile-commands.py 12b638314b Flake8 fixes Python error files in the scripts directory před 2 roky
run_codegen_targets.sh 23787d6eb4 Update Pigweed to 9264e686 (#23279) před 3 roky
run_in_build_env.sh 5529d74114 Set auto_envvar_prefix for click apps to CHIP (#23797) před 3 roky
run_in_ns.sh 0efd31856a [OIS] Platform and examples implementation (#23382) před 3 roky
run_in_python_env.sh 56b022d67d Remove `install into build-env` from `build_python.sh` (#27437) před 2 roky

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/)