forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bl702l_matter' of github.com:bouffalolab/connectedhomei…
…p-1 into bl702l_matter * 'bl702l_matter' of github.com:bouffalolab/connectedhomeip-1: (446 commits) [Python] Add Python commissioning flow (project-chip#25119) Add to flake8 in workflow and fix python files (project-chip#25280) Align Time Format Localization cluster XML to spec changes. (project-chip#25289) Use the PathsFinder module in scripts/tests/run_test_suite.py instead of having duplicated code (project-chip#25368) Add a continuous browse for Matter operational advertisements on Darwin. (project-chip#25317) Chef doorlock sample update (project-chip#24118) Fix implementation of OnChipScanComplete and OnScanComplete - second PR (project-chip#24873) Add to flake8 in workflow and fix python files (project-chip#25279) Make PASE setup a bit more robust if multiple clients race. (project-chip#25352) Add dependent lib kotlin-stdlib for kotlin version of java-matter-controller (project-chip#25358) [python tests] Add to flake8 in workflow and fix python files (part project-chip#25193) (project-chip#25312) Add to flake8 in workflow and fix python files (project-chip#25283) Add a way to read a concrete attribute path from AttributePathIB::Parser. (project-chip#25293) Make sure various tests in TestReadInteraction are not no-ops. (project-chip#25298) [Android] Add isUrgent option in Android (project-chip#25301) [NXP] Add to flake8 in workflow and fix python files (part project-chip#25193) (project-chip#25305) [placeholder] Allow applications can specify which additional sources to build (project-chip#25346) Set thread sleep and yield backends for rpc (project-chip#25350) [config-data] Remove some enums that just don't generate anything (project-chip#25370) [Tizen] CI workflow for running QEMU-based tests (project-chip#24871) ...
- Loading branch information
Showing
2,056 changed files
with
185,588 additions
and
89,687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,104 @@ | ||
[flake8] | ||
max-line-length = 132 | ||
exclude = third_party | ||
.* | ||
out/* | ||
scripts/idl/* | ||
./examples/common/QRCode/* | ||
# temporarily scan only directories with fixed files | ||
# TODO: Remove the paths below when all bugs are fixed | ||
src/tools/chip-cert/* | ||
src/test_driver/openiotsdk/* | ||
src/test_driver/mbed/* | ||
src/test_driver/linux-cirque/* | ||
build/chip/java/tests/* | ||
build/chip/linux/* | ||
build/config/linux/* | ||
credentials/fetch-paa-certs-from-dcl.py | ||
docs/_extensions/external_content.py | ||
examples/common/pigweed/rpc_console/py/chip_rpc/console.py | ||
examples/lighting-app/python/lighting.py | ||
examples/platform/mbed/ota/generate_ota_list_image.py | ||
scripts/build/build/target.py | ||
scripts/build/build/targets.py | ||
scripts/build/builders/android.py | ||
scripts/build/builders/bouffalolab.py | ||
scripts/build/builders/cc13x2x7_26x2x7.py | ||
scripts/build/builders/genio.py | ||
scripts/build/builders/gn.py | ||
scripts/build/builders/imx.py | ||
scripts/build/builders/infineon.py | ||
scripts/build/builders/nrf.py | ||
scripts/codegen.py | ||
scripts/codepregen.py | ||
scripts/error_table.py | ||
scripts/examples/gn_to_cmakelists.py | ||
scripts/flashing/bouffalolab_firmware_utils.py | ||
scripts/flashing/cyw30739_firmware_utils.py | ||
scripts/flashing/nrfconnect_firmware_utils.py | ||
scripts/gen_chip_version.py | ||
scripts/helpers/bloat_check.py | ||
scripts/pregenerate/using_codegen.py | ||
scripts/pregenerate/using_zap.py | ||
scripts/py_matter_yamltests/matter_yamltests/constraints.py | ||
scripts/py_matter_yamltests/matter_yamltests/definitions.py | ||
scripts/py_matter_yamltests/matter_yamltests/fixes.py | ||
scripts/py_matter_yamltests/matter_yamltests/parser.py | ||
scripts/py_matter_yamltests/matter_yamltests/pics_checker.py | ||
scripts/py_matter_yamltests/matter_yamltests/pseudo_clusters/pseudo_clusters.py | ||
scripts/py_matter_yamltests/matter_yamltests/yaml_loader.py | ||
scripts/py_matter_yamltests/test_pics_checker.py | ||
scripts/py_matter_yamltests/test_spec_definitions.py | ||
scripts/py_matter_yamltests/test_yaml_loader.py | ||
scripts/py_matter_yamltests/test_yaml_parser.py | ||
scripts/run-clang-tidy-on-compile-commands.py | ||
scripts/setup/nrfconnect/update_ncs.py | ||
scripts/tests/chiptest/yamltest_with_chip_repl_tester.py | ||
scripts/tools/check_zcl_file_sync.py | ||
scripts/tools/convert_ini.py | ||
scripts/tools/memory/memdf/__init__.py | ||
scripts/tools/memory/report_summary.py | ||
scripts/tools/nrfconnect/generate_nrfconnect_chip_factory_data.py | ||
scripts/tools/nrfconnect/nrfconnect_generate_partition.py | ||
scripts/tools/nrfconnect/tests/test_generate_factory_data.py | ||
scripts/tools/silabs/FactoryDataProvider.py | ||
scripts/tools/telink/mfg_tool.py | ||
scripts/tools/zap/generate.py | ||
scripts/tools/zap/prune_outputs.py | ||
scripts/tools/zap/version_update.py | ||
scripts/tools/zap/zap_download.py | ||
scripts/tools/zap_convert_all.py | ||
src/app/ota_image_tool.py | ||
src/app/zap_cluster_list.py | ||
src/controller/python/build-chip-wheel.py | ||
src/controller/python/chip-device-ctrl.py | ||
src/controller/python/chip/CertificateAuthority.py | ||
src/controller/python/chip/ChipBleUtility.py | ||
src/controller/python/chip/ChipBluezMgr.py | ||
src/controller/python/chip/ChipCommissionableNodeCtrl.py | ||
src/controller/python/chip/ChipCoreBluetoothMgr.py | ||
src/controller/python/chip/ChipDeviceCtrl.py | ||
src/controller/python/chip/ChipReplStartup.py | ||
src/controller/python/chip/ChipStack.py | ||
src/controller/python/chip/ChipUtility.py | ||
src/controller/python/chip/FabricAdmin.py | ||
src/controller/python/chip/ble/scan_devices.py | ||
src/controller/python/chip/clusters/Attribute.py | ||
src/controller/python/chip/clusters/ClusterObjects.py | ||
src/controller/python/chip/clusters/Command.py | ||
src/controller/python/chip/clusters/__init__.py | ||
src/controller/python/chip/discovery/__init__.py | ||
src/controller/python/chip/interaction_model/__init__.py | ||
src/controller/python/chip/interaction_model/delegate.py | ||
src/controller/python/chip/internal/commissioner.py | ||
src/controller/python/chip/setup_payload/setup_payload.py | ||
src/controller/python/chip/storage/__init__.py | ||
src/controller/python/chip/tlv/__init__.py | ||
src/controller/python/chip/utils/CommissioningBuildingBlocks.py | ||
src/controller/python/chip/yaml/__init__.py | ||
src/controller/python/chip/yaml/format_converter.py | ||
src/controller/python/chip/yaml/runner.py | ||
src/lib/asn1/gen_asn1oid.py | ||
src/pybindings/pycontroller/build-chip-wheel.py | ||
src/pybindings/pycontroller/pychip/__init__.py | ||
src/setup_payload/python/generate_setup_payload.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
container: | ||
image: connectedhomeip/chip-build:0.6.35 | ||
image: connectedhomeip/chip-build:0.6.40 | ||
|
||
steps: | ||
- uses: Wandalen/[email protected] | ||
|
Oops, something went wrong.