Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Python matter IDL module in matter namespace #37298

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

arkq
Copy link
Contributor

@arkq arkq commented Jan 29, 2025

Problem

As discussed in #37138, this PR is a kind of PoC for converting chip namespace to matter namespace for Python modules.

Changes

  • Install Python matter IDL module in matter namespace (and fix wheel package data includes)
  • Keep Python formatters/checkers configuration in one place
  • Map "matter" Python imports as first-party

Testing

CI will verify potential breaks

@arkq arkq requested a review from a team as a code owner January 29, 2025 12:35
Copy link

semanticdiff-com bot commented Jan 29, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  scripts/py_matter_idl/matter/idl/generators/__init__.py  91% smaller
  src/controller/python/chip/yaml/format_converter.py  90% smaller
  scripts/py_matter_idl/matter/idl/test_generators.py  70% smaller
  scripts/py_matter_idl/matter/idl/test_idl_generator.py  64% smaller
  scripts/py_matter_idl/matter/idl/data_model_xml_parser.py  62% smaller
  scripts/py_matter_idl/matter/idl/test_data_model_xml.py  55% smaller
  scripts/py_matter_idl/matter/idl/test_supported_types.py  53% smaller
  scripts/py_matter_idl/matter/idl/test_backwards_compatibility.py  48% smaller
  scripts/py_matter_idl/matter/idl/zapxml_parser.py  48% smaller
  scripts/py_matter_idl/matter/idl/test_zapxml.py  43% smaller
  scripts/py_matter_idl/matter/idl/matter_idl_parser.py  39% smaller
  scripts/py_matter_idl/matter/idl/test_matter_idl_parser.py  18% smaller
  .github/.wordlist.txt Unsupported file format
  .github/workflows/lint.yml Unsupported file format
  .github/workflows/tests.yaml Unsupported file format
  .isort.cfg Unsupported file format
  .restyled.yaml Unsupported file format
  docs/guides/matter_idl_tooling.md Unsupported file format
  docs/style/CODING_STYLE_GUIDE.md Unsupported file format
  docs/zap_and_codegen/code_generation.md Unsupported file format
  pyproject.toml Unsupported file format
  scripts/backwards_compatibility_checker.py  0% smaller
  scripts/codegen.py  0% smaller
  scripts/idl_lint.py  0% smaller
  scripts/py_matter_idl/BUILD.gn Unsupported file format
  scripts/py_matter_idl/examples/README.md Unsupported file format
  scripts/py_matter_idl/examples/matter_idl_plugin/__init__.py  0% smaller
  scripts/py_matter_idl/files.gni Unsupported file format
  scripts/py_matter_idl/matter/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/README.md Unsupported file format
  scripts/py_matter_idl/matter/idl/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/backwards_compatibility.py  0% smaller
  scripts/py_matter_idl/matter/idl/data_model_xml/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/data_model_xml/handlers/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/data_model_xml/handlers/base.py  0% smaller
  scripts/py_matter_idl/matter/idl/data_model_xml/handlers/context.py  0% smaller
  scripts/py_matter_idl/matter/idl/data_model_xml/handlers/derivation.py  0% smaller
  scripts/py_matter_idl/matter/idl/data_model_xml/handlers/handlers.py  0% smaller
  scripts/py_matter_idl/matter/idl/data_model_xml/handlers/parsing.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/cluster_selection.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/cpp/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/cpp/application/CallbackStubSource.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/cpp/application/ClusterInitCallbackSource.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/cpp/application/PluginApplicationCallbacksHeader.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/cpp/application/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/cpp/tlvmeta/TLVMetaData_cpp.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/cpp/tlvmeta/TLVMetaData_h.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/cpp/tlvmeta/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/filters.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/idl/MatterIdl.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/idl/README.md Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/idl/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/java/ChipClusters_java.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/ChipEventStructs.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/ChipEventStructs_java.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/ChipStructFiles_gni.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/ChipStructs.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/ChipStructs_java.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/ClusterIDMapping.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/ClusterInfoMapping_java.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/ClusterReadMapping.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/ClusterWriteMapping.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/java/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/kotlin/MatterClusters.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/kotlin/MatterEventStructs.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/kotlin/MatterFiles_gni.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/kotlin/MatterStructs.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/kotlin/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/markdown/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/markdown/clusters_markdown.jinja Unsupported file format
  scripts/py_matter_idl/matter/idl/generators/registry.py  0% smaller
  scripts/py_matter_idl/matter/idl/generators/type_definitions.py  0% smaller
  scripts/py_matter_idl/matter/idl/lint/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/lint/lint_rules_grammar.lark Unsupported file format
  scripts/py_matter_idl/matter/idl/lint/lint_rules_parser.py  0% smaller
  scripts/py_matter_idl/matter/idl/lint/type_definitions.py  0% smaller
  scripts/py_matter_idl/matter/idl/matter_grammar.lark Unsupported file format
  scripts/py_matter_idl/matter/idl/matter_idl_types.py  0% smaller
  scripts/py_matter_idl/matter/idl/py.typed Unsupported file format
  scripts/py_matter_idl/matter/idl/test_case_conversion.py  0% smaller
  scripts/py_matter_idl/matter/idl/tests/available_tests.yaml Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/inputs/cluster_struct_attribute.matter Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/inputs/cluster_with_commands.matter Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/inputs/global_struct_attribute.matter Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/inputs/large_all_clusters_app.matter Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/inputs/large_lighting_app.matter Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/inputs/optional_argument.matter Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/inputs/several_clusters.matter Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/inputs/simple_attribute.matter Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/cluster_struct_attribute/cpp-tlvmeta/clusters_meta.cpp Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/cluster_struct_attribute/cpp-tlvmeta/clusters_meta.h Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/cluster_with_commands/cpp-tlvmeta/clusters_meta.cpp Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/cluster_with_commands/cpp-tlvmeta/clusters_meta.h Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/large_all_clusters_app/cpp-app/PluginApplicationCallbacks.h Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/large_all_clusters_app/cpp-app/callback-stub.cpp Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/large_all_clusters_app/cpp-app/cluster-init-callback.cpp Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/large_lighting_app/cpp-app/PluginApplicationCallbacks.h Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/large_lighting_app/cpp-app/callback-stub.cpp Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/large_lighting_app/cpp-app/cluster-init-callback.cpp Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/proto/first_cluster.proto Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/proto/second_cluster.proto Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/proto/third_cluster.proto Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/cpp-app/PluginApplicationCallbacks.h Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/cpp-app/callback-stub.cpp Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/cpp-app/cluster-init-callback.cpp Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/java/ChipClusters.java  0% smaller
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/java/ChipEventStructs.java  0% smaller
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/java/ChipStructs.java  0% smaller
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/java/ClusterIDMapping.java  0% smaller
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/java/ClusterInfoMapping.java  0% smaller
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/java/ClusterReadMapping.java  0% smaller
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/java/ClusterWriteMapping.java  0% smaller
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/java/SecondClusterFabricDescriptorStruct.kt Unsupported file format
  scripts/py_matter_idl/matter/idl/tests/outputs/several_clusters/java/files.gni Unsupported file format
  scripts/py_matter_idl/matter/idl/zapxml/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/zapxml/handlers/__init__.py  0% smaller
  scripts/py_matter_idl/matter/idl/zapxml/handlers/base.py  0% smaller
  scripts/py_matter_idl/matter/idl/zapxml/handlers/context.py  0% smaller
  scripts/py_matter_idl/matter/idl/zapxml/handlers/handlers.py  0% smaller
  scripts/py_matter_idl/matter/idl/zapxml/handlers/parsing.py  0% smaller
  scripts/py_matter_idl/setup.cfg Unsupported file format
  scripts/py_matter_yamltests/matter_yamltests/definitions.py  0% smaller
  scripts/setup/requirements.build.txt Unsupported file format
  scripts/tests/chiptest/yamltest_with_chip_repl_tester.py  0% smaller
  scripts/tests/chipyaml/relative_importer.py  0% smaller
  src/controller/python/chip/yaml/runner.py  0% smaller

@github-actions github-actions bot added documentation Improvements or additions to documentation scripts controller labels Jan 29, 2025
Copy link

github-actions bot commented Jan 29, 2025

PR #37298: Size comparison from 6e8676b to cf08e89

Full report (10 builds for cc13x4_26x4, cc32xx, nrfconnect, stm32)
platform target config section 6e8676b cf08e89 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 837968 837968 0 0.0
RAM 123464 123464 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823388 823388 0 0.0
RAM 125344 125344 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770612 770612 0 0.0
RAM 113804 113804 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754856 754856 0 0.0
RAM 114012 114012 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538413 538413 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572277 572277 0 0.0
RAM 205344 205344 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 907060 907060 0 0.0
RAM 142395 142395 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 901600 901600 0 0.0
RAM 124739 124739 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 845788 845788 0 0.0
RAM 141323 141323 0 0.0
stm32 light STM32WB5MM-DK FLASH 482568 482568 0 0.0
RAM 144672 144672 0 0.0

Copy link

PR #37298: Size comparison from 6e8676b to b31f751

Full report (3 builds for cc32xx, stm32)
platform target config section 6e8676b b31f751 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538413 538413 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572277 572277 0 0.0
RAM 205344 205344 0 0.0
stm32 light STM32WB5MM-DK FLASH 482568 482568 0 0.0
RAM 144672 144672 0 0.0

Copy link

PR #37298: Size comparison from 6e8676b to 813099a

Full report (3 builds for cc32xx, stm32)
platform target config section 6e8676b 813099a change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538413 538413 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572277 572277 0 0.0
RAM 205344 205344 0 0.0
stm32 light STM32WB5MM-DK FLASH 482568 482568 0 0.0
RAM 144672 144672 0 0.0

Copy link

github-actions bot commented Jan 29, 2025

PR #37298: Size comparison from ef193bc to 73982b5

Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section ef193bc 73982b5 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1093546 1093546 0 0.0
RAM 103298 103298 0 0.0
bl702 lighting-app bl702+eth FLASH 650158 650158 0 0.0
RAM 25265 25265 0 0.0
bl702+wifi FLASH 828066 828066 0 0.0
RAM 13981 13981 0 0.0
bl706+mfd+rpc+littlefs FLASH 1056626 1056626 0 0.0
RAM 23861 23861 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888060 888060 0 0.0
RAM 18504 18504 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 971046 971046 0 0.0
RAM 16368 16368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 837968 837968 0 0.0
RAM 123464 123464 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823388 823388 0 0.0
RAM 125344 125344 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770612 770612 0 0.0
RAM 113804 113804 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754856 754856 0 0.0
RAM 114012 114012 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538413 538413 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572277 572277 0 0.0
RAM 205344 205344 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679377 679377 0 0.0
RAM 78532 78532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699229 699229 0 0.0
RAM 81172 81172 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699229 699229 0 0.0
RAM 81172 81172 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656157 656157 0 0.0
RAM 73600 73600 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 615761 615761 0 0.0
RAM 71516 71516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635389 635389 0 0.0
RAM 74060 74060 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635389 635389 0 0.0
RAM 74060 74060 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635233 635233 0 0.0
RAM 74524 74524 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 654941 654941 0 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 654941 654941 0 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611677 611677 0 0.0
RAM 68612 68612 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631537 631537 0 0.0
RAM 71252 71252 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631537 631537 0 0.0
RAM 71252 71252 0 0.0
efr32 lock-app BRD4187C FLASH 936200 936200 0 0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 729788 729780 -8 -0.0
RAM 234764 234764 0 0.0
window-app BRD4187C FLASH 1029128 1029120 -8 -0.0
RAM 128040 128040 0 0.0
esp32 all-clusters-app c3devkit DRAM 97296 97296 0 0.0
FLASH 1576990 1576990 0 0.0
IRAM 83820 83820 0 0.0
m5stack DRAM 116092 116092 0 0.0
FLASH 1544926 1544926 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4760 4760 0 0.0
FLASH 2707835 2707835 0 0.0
RAM 132800 132800 0 0.0
all-clusters-app debug unknown 5568 5568 0 0.0
FLASH 5973890 5973890 0 0.0
RAM 531616 531616 0 0.0
all-clusters-minimal-app debug unknown 5464 5464 0 0.0
FLASH 5322576 5322576 0 0.0
RAM 242728 242728 0 0.0
bridge-app debug unknown 5480 5480 0 0.0
FLASH 4680764 4680764 0 0.0
RAM 221464 221464 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 13041802 13041802 0 0.0
RAM 596178 596178 0 0.0
chip-tool-ipv6only arm64 unknown 21776 21776 0 0.0
FLASH 11118672 11118672 0 0.0
RAM 647920 647920 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11387883 11387883 0 0.0
RAM 596522 596522 0 0.0
fabric-bridge-app debug unknown 4736 4736 0 0.0
FLASH 4505362 4505362 0 0.0
RAM 208648 208648 0 0.0
fabric-sync debug unknown 4976 4976 0 0.0
FLASH 5611605 5611605 0 0.0
RAM 483520 483520 0 0.0
lighting-app debug+rpc+ui unknown 6144 6144 0 0.0
FLASH 5623521 5623521 0 0.0
RAM 231744 231744 0 0.0
lock-app debug unknown 5416 5416 0 0.0
FLASH 4729814 4729814 0 0.0
RAM 207712 207712 0 0.0
ota-provider-app debug unknown 4776 4776 0 0.0
FLASH 4358390 4358390 0 0.0
RAM 201352 201352 0 0.0
ota-requestor-app debug unknown 4728 4728 0 0.0
FLASH 4495894 4495894 0 0.0
RAM 205936 205936 0 0.0
shell debug unknown 4256 4256 0 0.0
FLASH 3003981 3003981 0 0.0
RAM 160504 160504 0 0.0
thermostat-no-ble arm64 unknown 9536 9536 0 0.0
FLASH 4097984 4097984 0 0.0
RAM 246136 246136 0 0.0
tv-app debug unknown 5744 5744 0 0.0
FLASH 5951237 5951237 0 0.0
RAM 606920 606920 0 0.0
tv-casting-app debug unknown 5320 5320 0 0.0
FLASH 11268605 11268605 0 0.0
RAM 710864 710864 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 907060 907060 0 0.0
RAM 142395 142395 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 901600 901600 0 0.0
RAM 124739 124739 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 845788 845788 0 0.0
RAM 141323 141323 0 0.0
nxp contact k32w0+release FLASH 584256 584256 0 0.0
RAM 70860 70860 0 0.0
mcxw71+release FLASH 599600 599600 0 0.0
RAM 63080 63080 0 0.0
light k32w0+release FLASH 610684 610684 0 0.0
RAM 70252 70252 0 0.0
k32w1+release FLASH 685160 685160 0 0.0
RAM 48664 48664 0 0.0
lock mcxw71+release FLASH 748632 748632 0 0.0
RAM 67476 67476 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646260 1646260 0 0.0
RAM 211560 211560 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553036 1553036 0 0.0
RAM 208376 208376 0 0.0
light cy8ckit_062s2_43012 FLASH 1468716 1468716 0 0.0
RAM 200352 200352 0 0.0
lock cy8ckit_062s2_43012 FLASH 1466748 1466748 0 0.0
RAM 224688 224688 0 0.0
qpg lighting-app qpg6105+debug FLASH 661952 661952 0 0.0
RAM 105204 105204 0 0.0
lock-app qpg6105+debug FLASH 619756 619756 0 0.0
RAM 99648 99648 0 0.0
stm32 light STM32WB5MM-DK FLASH 482568 482568 0 0.0
RAM 144672 144672 0 0.0
telink bridge-app tlsr9258a FLASH 681324 681324 0 0.0
RAM 91084 91084 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621354 621354 0 0.0
RAM 31484 31484 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 770194 770194 0 0.0
RAM 49344 49344 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 774624 774624 0 0.0
RAM 99648 99648 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 708528 708528 0 0.0
RAM 73376 73376 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625626 625626 0 0.0
RAM 142016 142016 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 813006 813006 0 0.0
RAM 99560 99560 0 0.0
tizen all-clusters-app arm unknown 5116 5116 0 0.0
FLASH 1751476 1751476 0 0.0
RAM 93524 93524 0 0.0
chip-tool-ubsan arm unknown 11024 11024 0 0.0
FLASH 18211518 18211518 0 0.0
RAM 7953776 7953776 0 0.0

@@ -1,3 +1,13 @@
[tool.autopep8]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a blocking comment to wait for the TH release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants