Stefan Agner e00843e86f [python] Remove dependency only used in testing (#26727) 2 лет назад
..
build 7ea1978a46 Add CI for CC13x4 Platforms (#26730) 2 лет назад
configure.venv 65a3b3848f Improve configure script so ninja can be run without a wrapper (#26379) 2 лет назад
examples 92d58ed43d [Silabs] Rename examples folder (#26766) 2 лет назад
flashing dbc123e482 [Bouffalolab] Update lighting-app zap, partition table and flash download script (#26025) 2 лет назад
helpers ca5deb3b8e Make restyle-diff pick a better base to restyle against (#25887) 2 лет назад
lints 6e6a2a62f0 Make pigweed set up clang-format on M1/M2 macs as well. (#26579) 2 лет назад
pregenerate ef05822452 Allow code pre-generation to accept files outside of chip-root (#25970) 2 лет назад
py_matter_idl 235093eab3 [Android] Implement using generic IM(invoke,read,write,subscribe) APIs - reupload (#26710) 2 лет назад
py_matter_yamltests ea5f3c0e7f [chiptool.py] Add some mechanism to add additional custom pseudo clusters by using a custom folder (#26694) 2 лет назад
setup 2173abb3ea Force fetching x64 zap for mac even on arm. (#26747) 2 лет назад
tests 1871b6ffe3 [python tests] decode shell output as UTF-8 (#26783) 2 лет назад
tools 49e36af470 [ESP32] Fix generation of encrypted factory partition (#26840) 2 лет назад
BUILD.gn 03995c3b0b python: New //:python_wheels target (#25024) 3 лет назад
README.md b03bc9fb05 Remove unused scripts/gen-chip-version.sh (#15150) 4 лет назад
activate.sh 3d9bc88315 Cache bootstrap step in all CI workflows (#24968) 3 лет назад
bootstrap.sh 3d9bc88315 Cache bootstrap step in all CI workflows (#24968) 3 лет назад
build_coverage.sh 7e3d712504 Copy webapp's YAML file to the coverage output directory (#24545) 3 лет назад
build_python.sh e00843e86f [python] Remove dependency only used in testing (#26727) 2 лет назад
build_python_device.sh 2ed6dcb2c5 build_python_device.sh: use chip-core instead of chip-library (#22494) 3 лет назад
checkout_submodules.py 3c812bc1cd [ASR] add ASR582X & ASR595X support (#26361) 2 лет назад
codegen.py 053b33b7d0 codegen.py: allow generators to take input arguments (#26147) 2 лет назад
codepregen.py ef05822452 Allow code pre-generation to accept files outside of chip-root (#25970) 2 лет назад
configure c2e12e62a9 Remove no-longer-needed Darwin removal annotations. (#26636) 2 лет назад
configure.impl.py 3902c3593c Add configure script to set up a light-weight build environment (#26154) 2 лет назад
error_table.py d43179144f Fix doc build issue in ERROR_CODES.md (#25894) 2 лет назад
fixit_rotation.py f0315008a8 [style] Add autopep8 to restyled.yaml (#8943) 4 лет назад
gen_chip_version.py f0315008a8 [style] Add autopep8 to restyled.yaml (#8943) 4 лет назад
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 a271d56cab Add xml of refrigerator alarm cluster and zap generated (#26572) 2 лет назад
run-clang-tidy-on-compile-commands.py 5529d74114 Set auto_envvar_prefix for click apps to CHIP (#23797) 3 лет назад
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 лет назад

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