Damian Królik e80da23d4b [scripts] Enhance checkout_submodules.py script (#21852) 3 лет назад
..
build edaaaf23bc Resolve comilation issue for darwin-framework-tool on M1 (#21761) 3 лет назад
examples 0ac799e419 Cleanup of script for WPA3 mode on RS91x (#21669) 3 лет назад
flashing 366613816f BL602 pull request (#16370) 3 лет назад
helpers 71a9760033 [Tizen] VSCode debug support (#19043) 3 лет назад
idl 08bb91f42e Fabric-scoping support in IDL parsing (#20819) 3 лет назад
setup d47e374037 [TIZEN] Support for installing Tizen SDK without docker (#21346) 3 лет назад
tests f258b717c5 Add full threading backtrace dumps in Cirque and REPL (#21615) 3 лет назад
tools 0528a4259e [BEKEN] add beken platform file (#21824) 3 лет назад
BUILD.gn dc85dad550 Use Pigweed's new Python build system (#21202) 3 лет назад
README.md b03bc9fb05 Remove unused scripts/gen-chip-version.sh (#15150) 4 лет назад
activate.sh c7ed260901 Update pigweed & enable arm64 host support (#3319) 5 лет назад
bootstrap.sh dc85dad550 Use Pigweed's new Python build system (#21202) 3 лет назад
build_coverage.sh 9cc13b53bc [coverage] Add use_coverage flag to add --coverage to clang builds. (#17935) 3 лет назад
build_python.sh 61dd4d0204 [python] Split Python wheel in two separate wheels (#20054) 3 лет назад
build_python_device.sh 61dd4d0204 [python] Split Python wheel in two separate wheels (#20054) 3 лет назад
checkout_submodules.py e80da23d4b [scripts] Enhance checkout_submodules.py script (#21852) 3 лет назад
codegen.py 3f68c3c3df Document codegen python code (#15306) 4 лет назад
constraints.esp32.txt dc85dad550 Use Pigweed's new Python build system (#21202) 3 лет назад
constraints.txt dc85dad550 Use Pigweed's new Python build system (#21202) 3 лет назад
environment.json dc85dad550 Use Pigweed's new Python build system (#21202) 3 лет назад
environment_no_cipd.json dc85dad550 Use Pigweed's new Python build system (#21202) 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 f0315008a8 [style] Add autopep8 to restyled.yaml (#8943) 4 лет назад
idl_lint.py 0bf3ba4223 Add a linter to validate that our configuration for codegen actually implements all requirements (#19074) 3 лет назад
matter_banner.txt dc85dad550 Use Pigweed's new Python build system (#21202) 3 лет назад
python.json c77810b9a7 Fix test driver Build (MAC) + Enable a test on efr32 platform (#17559) 3 лет назад
requirements.esp32.txt dc85dad550 Use Pigweed's new Python build system (#21202) 3 лет назад
requirements.mbed.txt e974dc62a9 Update python requirements (#20328) 3 лет назад
requirements.nrfconnect.txt dc85dad550 Use Pigweed's new Python build system (#21202) 3 лет назад
requirements.txt dc85dad550 Use Pigweed's new Python build system (#21202) 3 лет назад
rules.matterlint 117dd16785 Align Actions cluster better with spec. (#21638) 3 лет назад
run-clang-tidy-on-compile-commands.py ae832b7e48 Improve clang-tidy script output to not be noisy (#17612) 3 лет назад
run_in_build_env.sh 2a7eaf09be Remove scripts/build/gn_build.sh (#11905) 4 лет назад

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