wyhong 3a2381148e [Bouffalolab] Add factory data support on BL70x family (#29401) 2 лет назад
..
build 3a2381148e [Bouffalolab] Add factory data support on BL70x family (#29401) 2 лет назад
configure.venv 65a3b3848f Improve configure script so ninja can be run without a wrapper (#26379) 2 лет назад
examples a9a4259278 Stop using ResolverProxy for resolving node lookups (#29264) 2 лет назад
flashing 02b8027be0 [Bouffalolab] Update bflb-iot-tool version and flash script (#29379) 2 лет назад
helpers 78a3bd9186 Bash completion support for chip-tool (#28470) 2 лет назад
pregenerate 12b638314b Flake8 fixes Python error files in the scripts directory 2 лет назад
py_matter_idl 6fe4b115db Align On/Off cluster XML with the spec. (#29404) 2 лет назад
py_matter_yamltests ef5040a4d9 [MatterYamlTests] null values that are saved are not substituted when… (#29107) 2 лет назад
setup 33052ccf3b Update ZAP to pull in MTR_AVAILABLE. (#29362) 2 лет назад
tests bc64cb0c21 Fix commissioning with a node ID we've used before to not reuse CASE sessions. (#29418) 2 лет назад
tools 33052ccf3b Update ZAP to pull in MTR_AVAILABLE. (#29362) 2 лет назад
BUILD.gn 03995c3b0b python: New //:python_wheels target (#25024) 2 лет назад
README.md b03bc9fb05 Remove unused scripts/gen-chip-version.sh (#15150) 3 лет назад
activate.sh 3d9bc88315 Cache bootstrap step in all CI workflows (#24968) 2 лет назад
backwards_compatibility_checker.py 6948a80773 Add a script capable to check for backwards compatibility differences between .matter files (#29349) 2 лет назад
bootstrap.sh 3d9bc88315 Cache bootstrap step in all CI workflows (#24968) 2 лет назад
build_coverage.sh 683d5574ce Bump third_party/pigweed/repo from `f4d0b35` to `cf4291d` (#28404) 2 лет назад
build_python.sh ce22e3d524 Add decoded data into python tracing builds (#28842) 2 лет назад
build_python_device.sh 2ed6dcb2c5 build_python_device.sh: use chip-core instead of chip-library (#22494) 3 лет назад
checkout_submodules.py 0b9dfec117 [ST] Adding STM32 platform and lighting app example with STM32WB5MM-DK board (#28889) 2 лет назад
codegen.py 12b638314b Flake8 fixes Python error files in the scripts directory 2 лет назад
codepregen.py 12b638314b Flake8 fixes Python error files in the scripts directory 2 лет назад
configure 367a0c672c Get configure working again and fix the minimal build (#28547) 2 лет назад
configure.impl.py 367a0c672c Get configure working again and fix the minimal build (#28547) 2 лет назад
error_table.py 12b638314b Flake8 fixes Python error files in the scripts directory 2 лет назад
gen_chip_version.py 12b638314b Flake8 fixes Python error files in the scripts directory 2 лет назад
gen_test_driver.py e0e186c9b5 [python tests] Add to flake8 in workflow and fix python files (part #25193) (#25312) 2 лет назад
idl_lint.py d5bfb4b38f Add isort formatter to restyled configuration (#24148) 3 лет назад
rules.matterlint 4442906bcc Sample Manufacturer Extension Cluster (#29162) 2 лет назад
run-clang-tidy-on-compile-commands.py 12b638314b Flake8 fixes Python error files in the scripts directory 2 лет назад
run_codegen_targets.sh 23787d6eb4 Update Pigweed to 9264e686 (#23279) 3 лет назад
run_in_build_env.sh 5529d74114 Set auto_envvar_prefix for click apps to CHIP (#23797) 3 лет назад
run_in_ns.sh 0efd31856a [OIS] Platform and examples implementation (#23382) 3 лет назад
run_in_python_env.sh 56b022d67d Remove `install into build-env` from `build_python.sh` (#27437) 2 лет назад

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