Joshua Villasenor f50e117ea5 Update simulated README and fix gn_build_test_example template path. (#25661) 2 лет назад
..
build c5458d9d0f use environment variables for EFR SDK root (#25730) 2 лет назад
examples f50e117ea5 Update simulated README and fix gn_build_test_example template path. (#25661) 2 лет назад
flashing e5c1a3bb52 [nrfconnect] Add to flake8 in workflow and fix python files (#25277) 2 лет назад
helpers d5bfb4b38f Add isort formatter to restyled configuration (#24148) 3 лет назад
pregenerate 7fe4abc815 Remove dependency of libChipController on app-specific codegen. (#24555) 3 лет назад
py_matter_idl a99288216a Add to flake8 in workflow and fix python files (#25272) 3 лет назад
py_matter_yamltests ab8710222c Fix matter_yamltests with Python 11. (#25539) 3 лет назад
setup 42897ae0a7 Avoid polluting Pigweed environment namespace (#22742) 2 лет назад
tests 0d5837cec2 Fix Java CI (#25644) 2 лет назад
tools 709dc0f416 Bump cryptography from 36.0.2 to 39.0.1 in /scripts/tools/telink (#24912) 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 03995c3b0b python: New //:python_wheels target (#25024) 3 лет назад
build_python_device.sh 2ed6dcb2c5 build_python_device.sh: use chip-core instead of chip-library (#22494) 3 лет назад
checkout_submodules.py 610c8e552a Reduce number of checked out submodules (#24383) 3 лет назад
codegen.py a5c64f9e69 [codegen] Add ability to define CustomGenerator plugin. (#24861) 3 лет назад
codepregen.py 7fe4abc815 Remove dependency of libChipController on app-specific codegen. (#24555) 3 лет назад
error_table.py d5bfb4b38f Add isort formatter to restyled configuration (#24148) 3 лет назад
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) 3 лет назад
idl_lint.py d5bfb4b38f Add isort formatter to restyled configuration (#24148) 3 лет назад
rules.matterlint dd28247433 Fix matter lint (#24878) 3 лет назад
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/)