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

Map "chip" Python imports as first-party #37138

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

Conversation

arkq
Copy link
Contributor

@arkq arkq commented Jan 21, 2025

Problem

CHIP imports are intermixed with 3rd party imports. Since, chip is "reserved" namespace for CHIP project, we can mark it as first-party from our point of view. This should improve imports readability.

Commit 0d3c003 was created by running isort on entire codebase.

Changes

  • Keep Python formatters/checkers configuration in one place
  • Map "chip" Python imports as first-party

Testing

CI should catch any issues with this PR

Copy link

semanticdiff-com bot commented Jan 21, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  src/python_testing/TC_DA_1_2.py  84% smaller
  src/python_testing/TC_DA_1_5.py  80% smaller
  src/python_testing/TC_CADMIN_1_11.py  67% smaller
  src/python_testing/TC_DA_1_7.py  67% smaller
  src/python_testing/TC_MCORE_FS_1_2.py  67% smaller
  src/python_testing/TC_MCORE_FS_1_5.py  67% smaller
  src/python_testing/TestSpecParsingDeviceType.py  67% smaller
  src/controller/python/chip/ChipReplStartup.py  50% smaller
  src/controller/python/chip/commissioning/commissioning_flow_blocks.py  50% smaller
  src/controller/python/chip/yaml/runner.py  50% smaller
  src/controller/python/test/test_scripts/base.py  50% smaller
  src/python_testing/TC_CC_2_2.py  50% smaller
  src/python_testing/TC_DEM_2_1.py  50% smaller
  src/python_testing/TC_DEM_2_10.py  50% smaller
  src/python_testing/TC_DEM_2_2.py  50% smaller
  src/python_testing/TC_DEM_2_3.py  50% smaller
  src/python_testing/TC_DEM_2_4.py  50% smaller
  src/python_testing/TC_DEM_2_5.py  50% smaller
  src/python_testing/TC_DEM_2_6.py  50% smaller
  src/python_testing/TC_DEM_2_7.py  50% smaller
  src/python_testing/TC_DEM_2_8.py  50% smaller
  src/python_testing/TC_DEM_2_9.py  50% smaller
  src/python_testing/TC_DRLK_2_9.py  50% smaller
  src/python_testing/TC_EEM_2_1.py  50% smaller
  src/python_testing/TC_EEVSE_2_2.py  50% smaller
  src/python_testing/TC_EEVSE_2_3.py  50% smaller
  src/python_testing/TC_EEVSE_2_6.py  50% smaller
  src/python_testing/TC_EPM_2_1.py  50% smaller
  src/python_testing/TC_EWATERHTR_2_1.py  50% smaller
  src/python_testing/TC_EWATERHTR_2_2.py  50% smaller
  src/python_testing/TC_EWATERHTR_2_3.py  50% smaller
  src/python_testing/TC_ICDM_5_1.py  50% smaller
  src/python_testing/TC_OPCREDS_3_4.py  50% smaller
  src/python_testing/TC_SC_4_3.py  50% smaller
  src/python_testing/TestConformanceTest.py  50% smaller
  src/test_driver/mbed/integration_tests/shell/test_app.py  50% smaller
  scripts/tests/chiptest/yamltest_with_chip_repl_tester.py  34% smaller
  src/python_testing/TC_OPCREDS_3_2.py  34% smaller
  src/test_driver/openiotsdk/integration-tests/all-clusters-app/test_app.py  34% smaller
  src/test_driver/openiotsdk/integration-tests/ota-requestor-app/test_app.py  34% smaller
  src/test_driver/openiotsdk/integration-tests/shell/test_app.py  34% smaller
  src/test_driver/openiotsdk/integration-tests/tv-app/test_app.py  34% smaller
  src/python_testing/TC_LVL_2_3.py  25% smaller
  src/python_testing/matter_testing_infrastructure/chip/testing/matter_testing.py  22% smaller
  .github/.wordlist.txt Unsupported file format
  .isort.cfg Unsupported file format
  .restyled.yaml Unsupported file format
  docs/style/CODING_STYLE_GUIDE.md Unsupported file format
  examples/common/pigweed/rpc_console/py/chip_rpc/plugins/device_toolbar.py  0% smaller
  examples/lighting-app/python/lighting.py  0% smaller
  pyproject.toml Unsupported file format
  scripts/py_matter_idl/matter_idl/zapxml/handlers/__init__.py  0% smaller
  scripts/tests/run_python_test.py  0% smaller
  src/controller/python/chip/clusters/Attribute.py  0% smaller
  src/controller/python/chip/clusters/ClusterObjects.py  0% smaller
  src/controller/python/chip/crypto/p256keypair.py  0% smaller
  src/controller/python/chip/interaction_model/delegate.py  0% smaller
  src/controller/python/chip/native/__init__.py  0% smaller
  src/controller/python/chip/yaml/format_converter.py  0% smaller
  src/controller/python/py_matter_yamltest_repl_adapter/matter_yamltest_repl_adapter/adapter.py  0% smaller
  src/controller/python/py_matter_yamltest_repl_adapter/matter_yamltest_repl_adapter/runner.py  0% smaller
  src/controller/python/test/test_scripts/cluster_objects.py  0% smaller
  src/controller/python/test/test_scripts/mobile-device-test.py  0% smaller
  src/controller/python/test/test_scripts/network_commissioning.py  0% smaller
  src/controller/python/test/test_scripts/python_commissioning_flow_test.py  0% smaller
  src/controller/python/test/test_scripts/subscription_resumption_timeout_test.py  0% smaller
  src/controller/python/test/unit_tests/test_generated_clusterobjects.py  0% smaller
  src/python_testing/MinimalRepresentation.py  0% smaller
  src/python_testing/TCP_Tests.py  0% smaller
  src/python_testing/TC_ACE_1_2.py  0% smaller
  src/python_testing/TC_ACE_1_3.py  0% smaller
  src/python_testing/TC_ACE_1_4.py  0% smaller
  src/python_testing/TC_ACE_1_5.py  0% smaller
  src/python_testing/TC_ACL_2_11.py  0% smaller
  src/python_testing/TC_ACL_2_2.py  0% smaller
  src/python_testing/TC_BOOLCFG_2_1.py  0% smaller
  src/python_testing/TC_BOOLCFG_3_1.py  0% smaller
  src/python_testing/TC_BOOLCFG_4_1.py  0% smaller
  src/python_testing/TC_BOOLCFG_4_2.py  0% smaller
  src/python_testing/TC_BOOLCFG_4_3.py  0% smaller
  src/python_testing/TC_BOOLCFG_4_4.py  0% smaller
  src/python_testing/TC_BOOLCFG_5_1.py  0% smaller
  src/python_testing/TC_BOOLCFG_5_2.py  0% smaller
  src/python_testing/TC_BRBINFO_4_1.py  0% smaller
  src/python_testing/TC_CADMIN_1_19.py  0% smaller
  src/python_testing/TC_CADMIN_1_22_24.py  0% smaller
  src/python_testing/TC_CADMIN_1_9.py  0% smaller
  src/python_testing/TC_CCTRL_2_1.py  0% smaller
  src/python_testing/TC_CCTRL_2_2.py  0% smaller
  src/python_testing/TC_CCTRL_2_3.py  0% smaller
  src/python_testing/TC_CC_10_1.py  0% smaller
  src/python_testing/TC_CGEN_2_4.py  0% smaller
  src/python_testing/TC_CNET_1_4.py  0% smaller
  src/python_testing/TC_CNET_4_4.py  0% smaller
  src/python_testing/TC_DEMTestBase.py  0% smaller
  src/python_testing/TC_DGGEN_2_4.py  0% smaller
  src/python_testing/TC_DGGEN_3_2.py  0% smaller
  src/python_testing/TC_DGSW_2_3.py  0% smaller
  src/python_testing/TC_DGWIFI_2_1.py  0% smaller
  src/python_testing/TC_DGWIFI_2_2.py  0% smaller
  src/python_testing/TC_DGWIFI_2_3.py  0% smaller
  src/python_testing/TC_DRLK_2_12.py  0% smaller
  src/python_testing/TC_DRLK_2_13.py  0% smaller
  src/python_testing/TC_DRLK_2_2.py  0% smaller
  src/python_testing/TC_DRLK_2_3.py  0% smaller
  src/python_testing/TC_DRLK_2_5.py  0% smaller
  src/python_testing/TC_ECOINFO_2_1.py  0% smaller
  src/python_testing/TC_ECOINFO_2_2.py  0% smaller
  src/python_testing/TC_EEM_2_2.py  0% smaller
  src/python_testing/TC_EEM_2_3.py  0% smaller
  src/python_testing/TC_EEM_2_4.py  0% smaller
  src/python_testing/TC_EEM_2_5.py  0% smaller
  src/python_testing/TC_EEVSE_2_4.py  0% smaller
  src/python_testing/TC_EEVSE_2_5.py  0% smaller
  src/python_testing/TC_EEVSE_Utils.py  0% smaller
  src/python_testing/TC_EPM_2_2.py  0% smaller
  src/python_testing/TC_EWATERHTRBase.py  0% smaller
  src/python_testing/TC_EnergyReporting_Utils.py  0% smaller
  src/python_testing/TC_FAN_3_1.py  0% smaller
  src/python_testing/TC_FAN_3_2.py  0% smaller
  src/python_testing/TC_FAN_3_3.py  0% smaller
  src/python_testing/TC_FAN_3_4.py  0% smaller
  src/python_testing/TC_FAN_3_5.py  0% smaller
  src/python_testing/TC_ICDM_2_1.py  0% smaller
  src/python_testing/TC_ICDM_3_1.py  0% smaller
  src/python_testing/TC_ICDM_3_2.py  0% smaller
  src/python_testing/TC_ICDM_3_3.py  0% smaller
  src/python_testing/TC_ICDM_3_4.py  0% smaller
  src/python_testing/TC_ICDManagementCluster.py  0% smaller
  src/python_testing/TC_IDM_1_2.py  0% smaller
  src/python_testing/TC_IDM_1_4.py  0% smaller
  src/python_testing/TC_IDM_4_2.py  0% smaller
  src/python_testing/TC_MCORE_FS_1_1.py  0% smaller
  src/python_testing/TC_MCORE_FS_1_3.py  0% smaller
  src/python_testing/TC_MCORE_FS_1_4.py  0% smaller
  src/python_testing/TC_MWOCTRL_2_1.py  0% smaller
  src/python_testing/TC_MWOCTRL_2_2.py  0% smaller
  src/python_testing/TC_MWOCTRL_2_4.py  0% smaller
  src/python_testing/TC_MWOM_1_2.py  0% smaller
  src/python_testing/TC_OCC_2_1.py  0% smaller
  src/python_testing/TC_OCC_2_2.py  0% smaller
  src/python_testing/TC_OCC_2_3.py  0% smaller
  src/python_testing/TC_OCC_3_1.py  0% smaller
  src/python_testing/TC_OCC_3_2.py  0% smaller
  src/python_testing/TC_OPCREDS_3_1.py  0% smaller
  src/python_testing/TC_OPCREDS_3_5.py  0% smaller
  src/python_testing/TC_OPSTATE_2_1.py  0% smaller
  src/python_testing/TC_OPSTATE_2_2.py  0% smaller
  src/python_testing/TC_OPSTATE_2_3.py  0% smaller
  src/python_testing/TC_OPSTATE_2_4.py  0% smaller
  src/python_testing/TC_OPSTATE_2_5.py  0% smaller
  src/python_testing/TC_OPSTATE_2_6.py  0% smaller
  src/python_testing/TC_OVENOPSTATE_2_1.py  0% smaller
  src/python_testing/TC_OVENOPSTATE_2_2.py  0% smaller
  src/python_testing/TC_OVENOPSTATE_2_3.py  0% smaller
  src/python_testing/TC_OVENOPSTATE_2_4.py  0% smaller
  src/python_testing/TC_OVENOPSTATE_2_5.py  0% smaller
  src/python_testing/TC_OVENOPSTATE_2_6.py  0% smaller
  src/python_testing/TC_OpstateCommon.py  0% smaller
  src/python_testing/TC_PS_2_3.py  0% smaller
  src/python_testing/TC_PWRTL_2_1.py  0% smaller
  src/python_testing/TC_RR_1_1.py  0% smaller
  src/python_testing/TC_RVCCLEANM_1_2.py  0% smaller
  src/python_testing/TC_RVCCLEANM_2_1.py  0% smaller
  src/python_testing/TC_RVCCLEANM_2_2.py  0% smaller
  src/python_testing/TC_RVCOPSTATE_2_1.py  0% smaller
  src/python_testing/TC_RVCOPSTATE_2_3.py  0% smaller
  src/python_testing/TC_RVCOPSTATE_2_4.py  0% smaller
  src/python_testing/TC_RVCRUNM_1_2.py  0% smaller
  src/python_testing/TC_RVCRUNM_2_1.py  0% smaller
  src/python_testing/TC_RVCRUNM_2_2.py  0% smaller
  src/python_testing/TC_SC_3_6.py  0% smaller
  src/python_testing/TC_SC_7_1.py  0% smaller
  src/python_testing/TC_SEAR_1_2.py  0% smaller
  src/python_testing/TC_SEAR_1_3.py  0% smaller
  src/python_testing/TC_SEAR_1_4.py  0% smaller
  src/python_testing/TC_SEAR_1_5.py  0% smaller
  src/python_testing/TC_SEAR_1_6.py  0% smaller
  src/python_testing/TC_SWTCH.py  0% smaller
  src/python_testing/TC_TCCM_1_2.py  0% smaller
  src/python_testing/TC_TCTL_2_3.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_1.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_10.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_11.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_12.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_13.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_2.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_4.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_5.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_6.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_7.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_8.py  0% smaller
  src/python_testing/TC_TIMESYNC_2_9.py  0% smaller
  src/python_testing/TC_TIMESYNC_3_1.py  0% smaller
  src/python_testing/TC_TMP_2_1.py  0% smaller
  src/python_testing/TC_TSTAT_4_2.py  0% smaller
  src/python_testing/TC_TestAttrAvail.py  0% smaller
  src/python_testing/TC_TestEventTrigger.py  0% smaller
  src/python_testing/TC_VALCC_2_1.py  0% smaller
  src/python_testing/TC_VALCC_3_1.py  0% smaller
  src/python_testing/TC_VALCC_3_2.py  0% smaller
  src/python_testing/TC_VALCC_3_3.py  0% smaller
  src/python_testing/TC_VALCC_3_4.py  0% smaller
  src/python_testing/TC_VALCC_4_1.py  0% smaller
  src/python_testing/TC_VALCC_4_2.py  0% smaller
  src/python_testing/TC_VALCC_4_3.py  0% smaller
  src/python_testing/TC_VALCC_4_4.py  0% smaller
  src/python_testing/TC_VALCC_4_5.py  0% smaller
  src/python_testing/TC_WASHERCTRL_2_1.py  0% smaller
  src/python_testing/TC_WHM_1_2.py  0% smaller
  src/python_testing/TC_WHM_2_1.py  0% smaller
  src/python_testing/TC_pics_checker.py  0% smaller
  src/python_testing/TestBatchInvoke.py  0% smaller
  src/python_testing/TestBdxTransfer.py  0% smaller
  src/python_testing/TestChoiceConformanceSupport.py  0% smaller
  src/python_testing/TestCommissioningTimeSync.py  0% smaller
  src/python_testing/TestConformanceSupport.py  0% smaller
  src/python_testing/TestGroupTableReports.py  0% smaller
  src/python_testing/TestIdChecks.py  0% smaller
  src/python_testing/TestMatterTestingSupport.py  0% smaller
  src/python_testing/TestSpecParsingSupport.py  0% smaller
  src/python_testing/TestTimeSyncTrustedTimeSource.py  0% smaller
  src/python_testing/TestUnitTestingErrorPath.py  0% smaller
  src/python_testing/drlk_2_x_common.py  0% smaller
  src/python_testing/hello_external_runner.py  0% smaller
  src/python_testing/hello_test.py  0% smaller
  src/python_testing/matter_testing_infrastructure/chip/testing/basic_composition.py  0% smaller
  src/python_testing/matter_testing_infrastructure/chip/testing/test_matter_asserts.py  0% smaller
  src/python_testing/modebase_cluster_check.py  0% smaller
  src/python_testing/post_certification_tests/production_device_checks.py  0% smaller
  src/python_testing/test_plan_table_generator.py  0% smaller
  src/python_testing/test_testing/TestDecorators.py  0% smaller
  src/python_testing/test_testing/test_TC_CCNTL_2_2.py  0% smaller
  src/python_testing/test_testing/test_TC_MCORE_FS_1_1.py  0% smaller
  src/test_driver/mbed/integration_tests/lighting-app/test_app.py  0% smaller
  src/test_driver/mbed/integration_tests/lock-app/test_app.py  0% smaller
  src/test_driver/openiotsdk/integration-tests/common/fixtures.py  0% smaller
  src/test_driver/openiotsdk/integration-tests/lock-app/test_app.py  0% smaller
  src/tools/PICS-generator/PICSGenerator.py  0% smaller
  src/tools/device-graph/matter-device-graph.py  0% smaller

Copy link

PR #37138: Size comparison from 8370039 to 16ca30e

Full report (1 build for stm32)
platform target config section 8370039 16ca30e change % change
stm32 light STM32WB5MM-DK FLASH 482648 482608 -40 -0.0
RAM 144656 144672 16 0.0

Copy link

github-actions bot commented Jan 21, 2025

PR #37138: Size comparison from 8370039 to e8405c5

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 8370039 e8405c5 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1092018 1092312 294 0.0
RAM 103258 103282 24 0.0
bl702 lighting-app bl702+eth FLASH 650236 650236 0 0.0
RAM 25265 25265 0 0.0
bl702+wifi FLASH 828106 828400 294 0.0
RAM 13981 13981 0 0.0
bl706+mfd+rpc+littlefs FLASH 1055136 1055136 0 0.0
RAM 23845 23845 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888134 888134 0 0.0
RAM 18504 18504 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 971120 971120 0 0.0
RAM 16368 16368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 838024 838000 -24 -0.0
RAM 123448 123464 16 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823452 823412 -40 -0.0
RAM 125320 125344 24 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770636 770636 0 0.0
RAM 113804 113804 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754888 754888 0 0.0
RAM 114012 114012 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538433 538433 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572369 572297 -72 -0.0
RAM 205320 205344 24 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679473 679401 -72 -0.0
RAM 78508 78532 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699317 699253 -64 -0.0
RAM 81148 81172 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699317 699253 -64 -0.0
RAM 81148 81172 24 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656253 656181 -72 -0.0
RAM 73576 73600 24 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 615833 615793 -40 -0.0
RAM 71492 71516 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635461 635421 -40 -0.0
RAM 74036 74060 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635461 635421 -40 -0.0
RAM 74036 74060 24 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635329 635265 -64 -0.0
RAM 74500 74524 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 655045 654973 -72 -0.0
RAM 77044 77068 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 655045 654973 -72 -0.0
RAM 77044 77068 24 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611773 611701 -72 -0.0
RAM 68588 68612 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631633 631561 -72 -0.0
RAM 71228 71252 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631633 631561 -72 -0.0
RAM 71228 71252 24 0.0
efr32 lock-app BRD4187C FLASH 934704 934672 -32 -0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 729580 729668 88 0.0
RAM 234748 234768 20 0.0
window-app BRD4187C FLASH 1029288 1029344 56 0.0
RAM 128008 128040 32 0.0
esp32 all-clusters-app c3devkit DRAM 95088 95104 16 0.0
FLASH 1536886 1536860 -26 -0.0
IRAM 82552 82552 0 0.0
m5stack DRAM 116076 116092 16 0.0
FLASH 1544970 1544946 -24 -0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4752 4752 0 0.0
FLASH 2708845 2708845 0 0.0
RAM 132800 132800 0 0.0
all-clusters-app debug unknown 5560 5560 0 0.0
FLASH 5974698 5974932 234 0.0
RAM 531520 531616 96 0.0
all-clusters-minimal-app debug unknown 5456 5456 0 0.0
FLASH 5322484 5323618 1134 0.0
RAM 242632 242728 96 0.0
bridge-app debug unknown 5472 5472 0 0.0
FLASH 4680640 4681806 1166 0.0
RAM 221368 221464 96 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 13046528 13046528 0 0.0
RAM 596178 596178 0 0.0
chip-tool-ipv6only arm64 unknown 21776 21776 0 0.0
FLASH 1112372 1112372 0 0.0
RAM 647920 647920 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11393503 11393503 0 0.0
RAM 596522 596522 0 0.0
fabric-bridge-app debug unknown 4728 4728 0 0.0
FLASH 4506068 4507202 1134 0.0
RAM 208552 208648 96 0.0
fabric-sync debug unknown 4968 4968 0 0.0
FLASH 5611141 5612261 1120 0.0
RAM 483424 483520 96 0.0
lighting-app debug+rpc+ui unknown 6136 6136 0 0.0
FLASH 5615681 5615921 240 0.0
RAM 231648 231744 96 0.0
lock-app debug unknown 5408 5408 0 0.0
FLASH 4730586 4730856 270 0.0
RAM 207616 207712 96 0.0
ota-provider-app debug unknown 4768 4768 0 0.0
FLASH 4359432 4359432 0 0.0
RAM 201352 201352 0 0.0
ota-requestor-app debug unknown 4720 4720 0 0.0
FLASH 4496936 4496936 0 0.0
RAM 205936 205936 0 0.0
shell debug unknown 4248 4248 0 0.0
FLASH 3004781 3005021 240 0.0
RAM 160408 160504 96 0.1
thermostat-no-ble arm64 unknown 9536 9536 0 0.0
FLASH 4098720 4098896 176 0.0
RAM 246064 246136 72 0.0
tv-app debug unknown 5736 5736 0 0.0
FLASH 5951077 5952245 1168 0.0
RAM 606824 606920 96 0.0
tv-casting-app debug unknown 5312 5312 0 0.0
FLASH 11271213 11272349 1136 0.0
RAM 710736 710864 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913664 913652 -12 -0.0
RAM 143148 143168 20 0.0
nrf7002dk_nrf5340_cpuapp FLASH 888544 888632 88 0.0
RAM 141335 141355 20 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 848552 848696 144 0.0
RAM 142060 142080 20 0.0
nxp contact k32w0+release FLASH 584288 584288 0 0.0
RAM 70860 70860 0 0.0
mcxw71+release FLASH 599632 599632 0 0.0
RAM 63080 63080 0 0.0
light k32w0+release FLASH 610716 610716 0 0.0
RAM 70252 70252 0 0.0
k32w1+release FLASH 685184 685184 0 0.0
RAM 48664 48664 0 0.0
lock mcxw71+release FLASH 761264 761264 0 0.0
RAM 70708 70708 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646340 1646420 80 0.0
RAM 211544 211560 16 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1552892 1553212 320 0.0
RAM 208352 208376 24 0.0
light cy8ckit_062s2_43012 FLASH 1468780 1468876 96 0.0
RAM 200328 200352 24 0.0
lock cy8ckit_062s2_43012 FLASH 1466828 1466908 80 0.0
RAM 224672 224688 16 0.0
qpg lighting-app qpg6105+debug FLASH 661992 661992 0 0.0
RAM 105204 105204 0 0.0
lock-app qpg6105+debug FLASH 619772 619772 0 0.0
RAM 99648 99648 0 0.0
stm32 light STM32WB5MM-DK FLASH 482648 482608 -40 -0.0
RAM 144656 144672 16 0.0
telink bridge-app tlsr9258a FLASH 681396 681522 126 0.0
RAM 91064 91084 20 0.0
contact-sensor-app tlsr9528a_retention FLASH 621608 621556 -52 -0.0
RAM 31464 31484 20 0.1
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 770454 770426 -28 -0.0
RAM 49324 49344 20 0.0
light-app-ota-shell-factory-data tl7218x FLASH 774872 774822 -50 -0.0
RAM 99628 99648 20 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 708782 708724 -58 -0.0
RAM 73356 73376 20 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625882 625832 -50 -0.0
RAM 141996 142016 20 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 811932 811882 -50 -0.0
RAM 99540 99560 20 0.0
tizen all-clusters-app arm unknown 5112 5112 0 0.0
FLASH 1751184 1751312 128 0.0
RAM 93468 93524 56 0.1
chip-tool-ubsan arm unknown 11024 11024 0 0.0
FLASH 18213494 18213494 0 0.0
RAM 7955128 7955128 0 0.0

@arkq arkq marked this pull request as ready for review January 21, 2025 19:49
@arkq arkq marked this pull request as draft January 23, 2025 08:23
@arkq arkq marked this pull request as ready for review January 24, 2025 14:00
Copy link

github-actions bot commented Jan 24, 2025

PR #37138: Size comparison from f3202b1 to 3f2fc0c

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 f3202b1 3f2fc0c change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1093530 1093530 0 0.0
RAM 103298 103298 0 0.0
bl702 lighting-app bl702+eth FLASH 650142 650142 0 0.0
RAM 25265 25265 0 0.0
bl702+wifi FLASH 828050 828050 0 0.0
RAM 13981 13981 0 0.0
bl706+mfd+rpc+littlefs FLASH 1056602 1056602 0 0.0
RAM 23861 23861 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888036 888036 0 0.0
RAM 18504 18504 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 971022 971022 0 0.0
RAM 16368 16368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 837992 837992 0 0.0
RAM 123464 123464 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823396 823396 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 754872 754872 0 0.0
RAM 114012 114012 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538437 538437 0 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572301 572301 0 0.0
RAM 205344 205344 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679393 679393 0 0.0
RAM 78532 78532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699245 699245 0 0.0
RAM 81172 81172 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699245 699245 0 0.0
RAM 81172 81172 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656173 656173 0 0.0
RAM 73600 73600 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 615777 615777 0 0.0
RAM 71516 71516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635405 635405 0 0.0
RAM 74060 74060 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635405 635405 0 0.0
RAM 74060 74060 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635249 635249 0 0.0
RAM 74524 74524 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 654957 654957 0 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 654957 654957 0 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611693 611693 0 0.0
RAM 68612 68612 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631553 631553 0 0.0
RAM 71252 71252 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631553 631553 0 0.0
RAM 71252 71252 0 0.0
efr32 lock-app BRD4187C FLASH 936232 936232 0 0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 729484 729476 -8 -0.0
RAM 234768 234768 0 0.0
window-app BRD4187C FLASH 1029160 1029152 -8 -0.0
RAM 128040 128040 0 0.0
esp32 all-clusters-app c3devkit DRAM 97296 97296 0 0.0
FLASH 1577024 1577024 0 0.0
IRAM 83820 83820 0 0.0
m5stack DRAM 116092 116092 0 0.0
FLASH 1544974 1544974 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4760 4760 0 0.0
FLASH 2708469 2708469 0 0.0
RAM 132800 132800 0 0.0
all-clusters-app debug unknown 5568 5568 0 0.0
FLASH 5974524 5974524 0 0.0
RAM 531616 531616 0 0.0
all-clusters-minimal-app debug unknown 5464 5464 0 0.0
FLASH 5323210 5323210 0 0.0
RAM 242728 242728 0 0.0
bridge-app debug unknown 5480 5480 0 0.0
FLASH 4681398 4681398 0 0.0
RAM 221464 221464 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 13042256 13042256 0 0.0
RAM 596178 596178 0 0.0
chip-tool-ipv6only arm64 unknown 21776 21776 0 0.0
FLASH 11118960 11118960 0 0.0
RAM 647920 647920 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11388337 11388337 0 0.0
RAM 596522 596522 0 0.0
fabric-bridge-app debug unknown 4736 4736 0 0.0
FLASH 4505996 4505996 0 0.0
RAM 208648 208648 0 0.0
fabric-sync debug unknown 4976 4976 0 0.0
FLASH 5612245 5612245 0 0.0
RAM 483520 483520 0 0.0
lighting-app debug+rpc+ui unknown 6144 6144 0 0.0
FLASH 5624177 5624177 0 0.0
RAM 231744 231744 0 0.0
lock-app debug unknown 5416 5416 0 0.0
FLASH 4730448 4730448 0 0.0
RAM 207712 207712 0 0.0
ota-provider-app debug unknown 4776 4776 0 0.0
FLASH 4359024 4359024 0 0.0
RAM 201352 201352 0 0.0
ota-requestor-app debug unknown 4728 4728 0 0.0
FLASH 4496528 4496528 0 0.0
RAM 205936 205936 0 0.0
shell debug unknown 4256 4256 0 0.0
FLASH 3004605 3004605 0 0.0
RAM 160504 160504 0 0.0
thermostat-no-ble arm64 unknown 9536 9536 0 0.0
FLASH 4098480 4098480 0 0.0
RAM 246136 246136 0 0.0
tv-app debug unknown 5744 5744 0 0.0
FLASH 5951861 5951861 0 0.0
RAM 606920 606920 0 0.0
tv-casting-app debug unknown 5320 5320 0 0.0
FLASH 11269245 11269245 0 0.0
RAM 710864 710864 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913640 913640 0 0.0
RAM 143168 143168 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 888496 888496 0 0.0
RAM 141355 141355 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 848680 848680 0 0.0
RAM 142080 142080 0 0.0
nxp contact k32w0+release FLASH 584272 584272 0 0.0
RAM 70860 70860 0 0.0
mcxw71+release FLASH 599616 599616 0 0.0
RAM 63080 63080 0 0.0
light k32w0+release FLASH 610700 610700 0 0.0
RAM 70252 70252 0 0.0
k32w1+release FLASH 685168 685168 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 1646292 1646292 0 0.0
RAM 211560 211560 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553068 1553068 0 0.0
RAM 208376 208376 0 0.0
light cy8ckit_062s2_43012 FLASH 1468748 1468748 0 0.0
RAM 200352 200352 0 0.0
lock cy8ckit_062s2_43012 FLASH 1466780 1466780 0 0.0
RAM 224688 224688 0 0.0
qpg lighting-app qpg6105+debug FLASH 661976 661976 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 482592 482592 0 0.0
RAM 144672 144672 0 0.0
telink bridge-app tlsr9258a FLASH 681350 681350 0 0.0
RAM 91084 91084 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621380 621380 0 0.0
RAM 31484 31484 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 770234 770234 0 0.0
RAM 49344 49344 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 774650 774650 0 0.0
RAM 99648 99648 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 708552 708552 0 0.0
RAM 73376 73376 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625660 625660 0 0.0
RAM 142016 142016 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 813032 813032 0 0.0
RAM 99560 99560 0 0.0
tizen all-clusters-app arm unknown 5116 5116 0 0.0
FLASH 1751752 1751752 0 0.0
RAM 93524 93524 0 0.0
chip-tool-ubsan arm unknown 11024 11024 0 0.0
FLASH 18211902 18211902 0 0.0
RAM 7954076 7954076 0 0.0

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.

1 participant