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

Remove all un-specified draft clusters from SDK #35583

Merged
merged 15 commits into from
Sep 17, 2024

Conversation

tcarmelveilleux
Copy link
Contributor

Some clusters have never existed in Matter spec since 1.0 (all removed before 1.0),
but due to early work in SDK and their existence in bits and pieces of prototypes, they had
leaked in.

The following clusters are removed by this PR:

  • Binary Input (Basic) --> Replaced by Boolean State cluster
  • ElectricalMeasurement --> Replaced by ElectricalEnergyMeasurement/ElectricalPowerMeasurement and the work of Energy TT
  • On/Off Switch Configuration --> No replacement, was a draft that never was tested
  • BarrierControl --> No replacement, never certifiable, not in spec
  • ZLL Commissioning --> not Matter, Zigbee-only
  • IAS Zone --> not Matter, Zigbee-only

None of these clusters have any:

  • Spec
  • Certification test plan (official, balloted)

None of them ever passed a SVE

Continued inclusion of these clusters only perpetuates errors and violates the point of having standardization for the clusters in the standard range.

Copy link

semanticdiff-com bot commented Sep 13, 2024

Review changes with SemanticDiff.

Analyzed 10 of 152 files.

Overall, the semantic diff is 1% smaller than the GitHub diff.

File Information
Filename Status
zzz_generated/darwin-framework-tool/zap-generated/cluster/Commands.h Unsupported file format
zzz_generated/chip-tool/zap-generated/cluster/Commands.h Unsupported file format
zzz_generated/chip-tool/zap-generated/cluster/logging/DataModelLogger.cpp Unsupported file format
zzz_generated/chip-tool/zap-generated/cluster/logging/DataModelLogger.h Unsupported file format
zzz_generated/chip-tool/zap-generated/cluster/logging/EntryToText.cpp Unsupported file format
zzz_generated/app-common/app-common/zap-generated/callback.h Unsupported file format
zzz_generated/app-common/app-common/zap-generated/cluster-enums.h Unsupported file format
zzz_generated/app-common/app-common/zap-generated/cluster-objects.cpp Unsupported file format
zzz_generated/app-common/app-common/zap-generated/cluster-objects.h Unsupported file format
zzz_generated/app-common/app-common/zap-generated/ids/Attributes.h Unsupported file format
zzz_generated/app-common/app-common/zap-generated/ids/Clusters.h Unsupported file format
zzz_generated/app-common/app-common/zap-generated/ids/Commands.h Unsupported file format
zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp Unsupported file format
zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.h Unsupported file format
✔️ src/controller/python/chip/clusters/CHIPClusters.py Analyzed
src/controller/python/chip/clusters/Objects.py Unsupported file format
src/controller/java/zap-generated/CHIPAttributeTLVValueDecoder.cpp Unsupported file format
src/controller/java/zap-generated/CHIPEventTLVValueDecoder.cpp Unsupported file format
src/controller/java/generated/java/matter/controller/cluster/files.gni Unsupported file format
src/controller/java/generated/java/matter/controller/cluster/clusters/BarrierControlCluster.kt Unsupported file format
src/controller/java/generated/java/matter/controller/cluster/clusters/BinaryInputBasicCluster.kt Unsupported file format
src/controller/java/generated/java/matter/controller/cluster/clusters/ElectricalMeasurementCluster.kt Unsupported file format
src/controller/java/generated/java/matter/controller/cluster/clusters/OnOffSwitchConfigurationCluster.kt Unsupported file format
src/controller/java/generated/java/chip/devicecontroller/ChipClusters.java Unsupported file format
✔️ src/controller/java/generated/java/chip/devicecontroller/ClusterIDMapping.java Analyzed
✔️ src/controller/java/generated/java/chip/devicecontroller/ClusterInfoMapping.java Analyzed
✔️ src/controller/java/generated/java/chip/devicecontroller/ClusterReadMapping.java Analyzed
✔️ src/controller/java/generated/java/chip/devicecontroller/ClusterWriteMapping.java Analyzed
src/controller/data_model/controller-clusters.matter Unsupported file format
src/controller/data_model/controller-clusters.zap Unsupported file format
src/app/chip_data_model.gni Unsupported file format
✔️ src/app/zap_cluster_list.json 25.0% smaller
✔️ src/app/zap-templates/zcl/zcl-with-test-extensions.json Analyzed
✔️ src/app/zap-templates/zcl/zcl.json 54.55% smaller
src/app/zap-templates/zcl/data-model/draft/README.md Unsupported file format
src/app/zap-templates/zcl/data-model/draft/barrier-control-cluster.xml Unsupported file format
src/app/zap-templates/zcl/data-model/draft/electrical-measurement-cluster.xml Unsupported file format
src/app/zap-templates/zcl/data-model/draft/input-output-value-clusters.xml Unsupported file format
src/app/zap-templates/zcl/data-model/draft/onoff-switch-configuration-cluster.xml Unsupported file format
src/app/zap-templates/zcl/data-model/chip/matter-devices.xml Unsupported file format
src/app/util/util.cpp Unsupported file format
src/app/tests/suites/README.md Unsupported file format
src/app/tests/suites/certification/information.py Unsupported file format
src/app/tests/suites/certification/tests.yaml Unsupported file format
src/app/clusters/barrier-control-server/barrier-control-server.cpp Unsupported file format
src/app/clusters/barrier-control-server/barrier-control-server.h Unsupported file format
scripts/rules.matterlint Unsupported file format
scripts/tools/zap/tests/outputs/all-clusters-app/app-templates/IMClusterCommandHandler.cpp Unsupported file format
scripts/tools/zap/tests/outputs/all-clusters-app/app-templates/endpoint_config.h Unsupported file format
scripts/tools/zap/tests/outputs/all-clusters-app/app-templates/gen_config.h Unsupported file format
scripts/tools/zap/tests/inputs/all-clusters-app.zap Unsupported file format
scripts/tools/zap/tests/inputs/lighting-app.zap Unsupported file format
✔️ scripts/tests/chiptest/__init__.py Analyzed
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/inputs/large_all_clusters_app.matter Unsupported file format
examples/window-app/common/window-app.zap Unsupported file format
examples/tv-casting-app/tv-casting-common/tv-casting-app.matter Unsupported file format
examples/tv-casting-app/tv-casting-common/tv-casting-app.zap Unsupported file format
examples/tv-app/tv-common/tv-app.zap Unsupported file format
examples/thermostat/thermostat-common/thermostat.zap Unsupported file format
examples/thermostat/qpg/zap/thermostaticRadiatorValve.zap Unsupported file format
examples/thermostat/nxp/zap/thermostat_matter_thread.zap Unsupported file format
examples/thermostat/nxp/zap/thermostat_matter_wifi.zap Unsupported file format
examples/temperature-measurement-app/temperature-measurement-common/temperature-measurement.zap Unsupported file format
examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.zap Unsupported file format
examples/pump-controller-app/pump-controller-common/pump-controller-app.zap Unsupported file format
examples/pump-app/silabs/data_model/pump-thread-app.zap Unsupported file format
examples/pump-app/silabs/data_model/pump-wifi-app.zap Unsupported file format
examples/pump-app/pump-common/pump-app.zap Unsupported file format
examples/placeholder/linux/apps/app2/config.zap Unsupported file format
examples/placeholder/linux/apps/app1/config.zap Unsupported file format
examples/ota-requestor-app/ota-requestor-common/ota-requestor-app.zap Unsupported file format
examples/ota-provider-app/ota-provider-common/ota-provider-app.zap Unsupported file format
examples/network-manager-app/network-manager-common/network-manager-app.matter Unsupported file format
examples/network-manager-app/network-manager-common/network-manager-app.zap Unsupported file format
examples/lock-app/qpg/zap/lock.zap Unsupported file format
examples/lock-app/lock-common/lock-app.zap Unsupported file format
examples/lighting-app-data-mode-no-unique-id/lighting-common/lighting-app.zap Unsupported file format
examples/lighting-app/silabs/src/ZclCallbacks.cpp Unsupported file format
examples/lighting-app/silabs/data_model/lighting-thread-app.zap Unsupported file format
examples/lighting-app/silabs/data_model/lighting-wifi-app.zap Unsupported file format
examples/lighting-app/qpg/zap/light.zap Unsupported file format
examples/lighting-app/nxp/zap/lighting-on-off.zap Unsupported file format
examples/lighting-app/nxp/k32w0/main/ZclCallbacks.cpp Unsupported file format
examples/lighting-app/nxp/common/DeviceCallbacks.cpp Unsupported file format
examples/lighting-app/lighting-common/lighting-app.zap Unsupported file format
examples/lighting-app/infineon/psoc6/src/ZclCallbacks.cpp Unsupported file format
examples/lighting-app/genio/src/ZclCallbacks.cpp Unsupported file format
examples/lighting-app/bouffalolab/data_model/lighting-app-ethernet.zap Unsupported file format
examples/lighting-app/bouffalolab/data_model/lighting-app-thread.zap Unsupported file format
examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.zap Unsupported file format
examples/lighting-app/bouffalolab/common/ZclCallbacks.cpp Unsupported file format
examples/light-switch-app/telink/src/ZclCallbacks.cpp Unsupported file format
examples/light-switch-app/silabs/src/ZclCallbacks.cpp Unsupported file format
examples/light-switch-app/qpg/zap/switch.zap Unsupported file format
examples/light-switch-app/light-switch-common/light-switch-app.zap Unsupported file format
examples/light-switch-app/infineon/cyw30739/src/ZclCallbacks.cpp Unsupported file format
examples/light-switch-app/genio/src/ZclCallbacks.cpp Unsupported file format
examples/light-switch-app/esp32/main/DeviceCallbacks.cpp Unsupported file format
examples/light-switch-app/esp32/main/include/DeviceCallbacks.h Unsupported file format
examples/light-switch-app/cc13x4_26x4/src/ZclCallbacks.cpp Unsupported file format
examples/light-switch-app/asr/src/DeviceCallbacks.cpp Unsupported file format
examples/light-switch-app/ameba/main/DeviceCallbacks.cpp Unsupported file format
examples/light-switch-app/ameba/main/include/DeviceCallbacks.h Unsupported file format
examples/laundry-washer-app/nxp/zap/laundry-washer-app.zap Unsupported file format
examples/fabric-bridge-app/fabric-bridge-common/fabric-bridge-app.zap Unsupported file format
examples/energy-management-app/esp32/main/CMakeLists.txt Unsupported file format
examples/darwin-framework-tool/README.md Unsupported file format
examples/contact-sensor-app/nxp/zap-sit/contact-sensor-app.zap Unsupported file format
examples/contact-sensor-app/nxp/zap-lit/contact-sensor-app.zap Unsupported file format
examples/contact-sensor-app/contact-sensor-common/contact-sensor-app.zap Unsupported file format
examples/common/pigweed/protos/attributes_service.proto Unsupported file format
examples/chip-tool/README.md Unsupported file format
✔️ examples/chef/sample_app_util/zap_file_parser.py 43.65% smaller
examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.zap Unsupported file format
examples/chef/devices/rootnode_airpurifier_73a6fe2651.zap Unsupported file format
examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap Unsupported file format
examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.zap Unsupported file format
examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap Unsupported file format
examples/chef/devices/rootnode_contactsensor_27f76aeaf5.zap Unsupported file format
examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap Unsupported file format
examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap Unsupported file format
examples/chef/devices/rootnode_dimmablepluginunit_f8a9a0b9d4.zap Unsupported file format
examples/chef/devices/rootnode_doorlock_aNKYAreMXE.zap Unsupported file format
examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.zap Unsupported file format
examples/chef/devices/rootnode_fan_7N2TobIlOX.zap Unsupported file format
examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.zap Unsupported file format
examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.zap Unsupported file format
examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.zap Unsupported file format
examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.zap Unsupported file format
examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.zap Unsupported file format
examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.zap Unsupported file format
examples/chef/devices/rootnode_onofflight_samplemei.zap Unsupported file format
examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.zap Unsupported file format
examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.zap Unsupported file format
examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.zap Unsupported file format
examples/chef/devices/rootnode_speaker_RpzeXdimqA.zap Unsupported file format
examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.zap Unsupported file format
examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.zap Unsupported file format
examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.zap Unsupported file format
examples/bridge-app/bridge-common/bridge-app.zap Unsupported file format
examples/all-clusters-minimal-app/esp32/main/CMakeLists.txt Unsupported file format
examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.zap Unsupported file format
examples/all-clusters-app/esp32/main/CMakeLists.txt Unsupported file format
examples/all-clusters-app/all-clusters-common/all-clusters-app.matter Unsupported file format
examples/all-clusters-app/all-clusters-common/all-clusters-app.zap Unsupported file format
examples/air-quality-sensor-app/air-quality-sensor-common/air-quality-sensor-app.zap Unsupported file format
examples/air-purifier-app/air-purifier-common/air-purifier-app.zap Unsupported file format
docs/zap_clusters.md Unsupported file format
.github/workflows/tests.yaml Unsupported file format

Copy link

github-actions bot commented Sep 13, 2024

PR #35583: Size comparison from bba766b to f2f6df5

Full report (16 builds for nrfconnect, nxp, qpg, stm32, tizen)
platform target config section bba766b f2f6df5 change % change
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 915168 913008 -2160 -0.2
RAM 142272 142188 -84 -0.1
nrf7002dk_nrf5340_cpuapp FLASH 886464 884768 -1696 -0.2
RAM 140411 140327 -84 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846520 846520 0 0.0
RAM 141090 141090 0 0.0
nxp contact k32w0+release FLASH 580500 580500 0 0.0
RAM 70720 70720 0 0.0
k32w1+release FLASH 593256 593256 0 0.0
RAM 62560 62560 0 0.0
mcxw71+release FLASH 593008 593008 0 0.0
RAM 62560 62560 0 0.0
light k32w0+release FLASH 616296 616280 -16 -0.0
RAM 70184 70184 0 0.0
k32w1+release FLASH 679504 679400 -104 -0.0
RAM 48176 48176 0 0.0
mcxw71+release FLASH 679504 679400 -104 -0.0
RAM 48176 48176 0 0.0
lock k32w1+release FLASH 701816 701816 0 0.0
RAM 66716 66716 0 0.0
mcxw71+release FLASH 701824 701824 0 0.0
RAM 66716 66716 0 0.0
qpg lighting-app qpg6105+debug FLASH 659060 659060 0 0.0
RAM 105220 105220 0 0.0
lock-app qpg6105+debug FLASH 616968 616968 0 0.0
RAM 99688 99688 0 0.0
stm32 light STM32WB5MM-DK FLASH 480544 480544 0 0.0
RAM 144676 144676 0 0.0
tizen all-clusters-app arm unknown 4852 4852 0 0.0
FLASH 1724808 1720608 -4200 -0.2
RAM 89608 89044 -564 -0.6
chip-tool-ubsan arm unknown 10284 10252 -32 -0.3
FLASH 17532010 17317274 -214736 -1.2
RAM 7609740 7543460 -66280 -0.9

@tcarmelveilleux tcarmelveilleux added the skip-protocol-compatibility Marker that protocol backwards compatibility checks are to be skipped label Sep 13, 2024
Copy link

github-actions bot commented Sep 13, 2024

PR #35583: Size comparison from bba766b to 60a4d54

Full report (16 builds for nrfconnect, nxp, qpg, stm32, tizen)
platform target config section bba766b 60a4d54 change % change
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 915168 913008 -2160 -0.2
RAM 142272 142188 -84 -0.1
nrf7002dk_nrf5340_cpuapp FLASH 886464 884768 -1696 -0.2
RAM 140411 140327 -84 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846520 846520 0 0.0
RAM 141090 141090 0 0.0
nxp contact k32w0+release FLASH 580500 580500 0 0.0
RAM 70720 70720 0 0.0
k32w1+release FLASH 593256 593256 0 0.0
RAM 62560 62560 0 0.0
mcxw71+release FLASH 593008 593008 0 0.0
RAM 62560 62560 0 0.0
light k32w0+release FLASH 616296 616280 -16 -0.0
RAM 70184 70184 0 0.0
k32w1+release FLASH 679504 679400 -104 -0.0
RAM 48176 48176 0 0.0
mcxw71+release FLASH 679504 679400 -104 -0.0
RAM 48176 48176 0 0.0
lock k32w1+release FLASH 701816 701816 0 0.0
RAM 66716 66716 0 0.0
mcxw71+release FLASH 701824 701824 0 0.0
RAM 66716 66716 0 0.0
qpg lighting-app qpg6105+debug FLASH 659060 659060 0 0.0
RAM 105220 105220 0 0.0
lock-app qpg6105+debug FLASH 616968 616968 0 0.0
RAM 99688 99688 0 0.0
stm32 light STM32WB5MM-DK FLASH 480544 480544 0 0.0
RAM 144676 144676 0 0.0
tizen all-clusters-app arm unknown 4852 4852 0 0.0
FLASH 1724808 1720608 -4200 -0.2
RAM 89608 89044 -564 -0.6
chip-tool-ubsan arm unknown 10284 10252 -32 -0.3
FLASH 17532010 17317274 -214736 -1.2
RAM 7609740 7543460 -66280 -0.9

Copy link

github-actions bot commented Sep 13, 2024

PR #35583: Size comparison from bba766b to 0fa0d41

Full report (11 builds for nxp, qpg, stm32, tizen)
platform target config section bba766b 0fa0d41 change % change
nxp contact k32w1+release FLASH 593256 593256 0 0.0
RAM 62560 62560 0 0.0
mcxw71+release FLASH 593008 593008 0 0.0
RAM 62560 62560 0 0.0
light k32w1+release FLASH 679504 679400 -104 -0.0
RAM 48176 48176 0 0.0
mcxw71+release FLASH 679504 679400 -104 -0.0
RAM 48176 48176 0 0.0
lock k32w1+release FLASH 701816 701816 0 0.0
RAM 66716 66716 0 0.0
mcxw71+release FLASH 701824 701824 0 0.0
RAM 66716 66716 0 0.0
qpg lighting-app qpg6105+debug FLASH 659060 659060 0 0.0
RAM 105220 105220 0 0.0
lock-app qpg6105+debug FLASH 616968 616968 0 0.0
RAM 99688 99688 0 0.0
stm32 light STM32WB5MM-DK FLASH 480544 480544 0 0.0
RAM 144676 144676 0 0.0
tizen all-clusters-app arm unknown 4852 4852 0 0.0
FLASH 1724808 1720608 -4200 -0.2
RAM 89608 89044 -564 -0.6
chip-tool-ubsan arm unknown 10284 10252 -32 -0.3
FLASH 17532010 17317274 -214736 -1.2
RAM 7609740 7543460 -66280 -0.9

Copy link

github-actions bot commented Sep 13, 2024

PR #35583: Size comparison from bba766b to 7907c63

Full report (82 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section bba766b 7907c63 change % change
bl602 lighting-app bl602 FLASH 1278156 1277820 -336 -0.0
RAM 95832 95832 0 0.0
bl602+mfd FLASH 1292010 1291930 -80 -0.0
RAM 95968 95968 0 0.0
bl602+rpc FLASH 1317120 1317032 -88 -0.0
RAM 104256 104256 0 0.0
bl702 lighting-app bl702 FLASH 943860 943776 -84 -0.0
RAM 15153 15153 0 0.0
bl702+mfd FLASH 946260 946176 -84 -0.0
RAM 15305 15305 0 0.0
bl702+rpc FLASH 1039180 1039096 -84 -0.0
RAM 24173 24173 0 0.0
bl706-eth FLASH 646056 645972 -84 -0.0
RAM 25241 25241 0 0.0
bl706-wifi FLASH 894048 893708 -340 -0.0
RAM 14477 14477 0 0.0
bl702l lighting-app bl702l FLASH 960520 960436 -84 -0.0
RAM 16812 16812 0 0.0
bl702l+mfd FLASH 963142 963058 -84 -0.0
RAM 16964 16964 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 677233 677233 0 0.0
RAM 78492 78492 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 697085 697085 0 0.0
RAM 81132 81132 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 697085 697085 0 0.0
RAM 81132 81132 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 654021 654021 0 0.0
RAM 73560 73560 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 613433 613321 -112 -0.0
RAM 71460 71460 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633069 632949 -120 -0.0
RAM 74004 74004 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633069 632949 -120 -0.0
RAM 74004 74004 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 632545 632545 0 0.0
RAM 74508 74508 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 652261 652261 0 0.0
RAM 77052 77052 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 652261 652261 0 0.0
RAM 77052 77052 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 608057 608057 0 0.0
RAM 68596 68596 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 627909 627909 0 0.0
RAM 71236 71236 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 627909 627909 0 0.0
RAM 71236 71236 0 0.0
efr32 lighting-app BRD4187C FLASH 932464 932344 -120 -0.0
RAM 135060 135060 0 0.0
lock-app BRD2605a FLASH 739940 739932 -8 -0.0
RAM 231212 231212 0 0.0
BRD4338a FLASH 740588 740580 -8 -0.0
RAM 231244 231244 0 0.0
window-app BRD4187C FLASH 1015500 1015492 -8 -0.0
RAM 127000 127000 0 0.0
esp32 all-clusters-app c3devkit DRAM 94168 94088 -80 -0.1
FLASH 1539596 1537122 -2474 -0.2
IRAM 82538 82538 0 0.0
m5stack DRAM 115112 115024 -88 -0.1
FLASH 1549894 1547542 -2352 -0.2
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2771087 2771041 -46 -0.0
RAM 128928 128928 0 0.0
all-clusters-app debug unknown 5456 5456 0 0.0
FLASH 6082608 6073208 -9400 -0.2
RAM 514432 507040 -7392 -1.4
all-clusters-minimal-app debug unknown 5352 5352 0 0.0
FLASH 5406670 5406624 -46 -0.0
RAM 240784 240784 0 0.0
bridge-app debug unknown 5336 5336 0 0.0
FLASH 4740144 4740098 -46 -0.0
RAM 217824 217824 0 0.0
chip-tool debug unknown 5888 5888 0 0.0
FLASH 12676228 12539616 -136612 -1.1
RAM 562250 554474 -7776 -1.4
chip-tool-ipv6only arm64 unknown 20384 20320 -64 -0.3
FLASH 11341508 11239620 -101888 -0.9
RAM 612376 604552 -7824 -1.3
fabric-admin debug unknown 5720 5720 0 0.0
FLASH 10978783 10892375 -86408 -0.8
RAM 561306 553530 -7776 -1.4
fabric-bridge-app debug unknown 4568 4568 0 0.0
FLASH 4562880 4562834 -46 -0.0
RAM 204440 204440 0 0.0
lighting-app debug+rpc+ui unknown 5984 5984 0 0.0
FLASH 5676465 5676417 -48 -0.0
RAM 228112 228112 0 0.0
lock-app debug unknown 5272 5272 0 0.0
FLASH 4789428 4789382 -46 -0.0
RAM 203912 203912 0 0.0
ota-provider-app debug unknown 4648 4648 0 0.0
FLASH 4422612 4422566 -46 -0.0
RAM 197616 197616 0 0.0
ota-requestor-app debug unknown 4584 4584 0 0.0
FLASH 4561356 4561310 -46 -0.0
RAM 202184 202184 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3107773 3101837 -5936 -0.2
RAM 159624 158824 -800 -0.5
thermostat-no-ble arm64 unknown 9336 9336 0 0.0
FLASH 4333156 4333092 -64 -0.0
RAM 242400 242400 0 0.0
tv-app debug unknown 5552 5552 0 0.0
FLASH 6022117 6018645 -3472 -0.1
RAM 587104 580480 -6624 -1.1
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 10883789 10746269 -137520 -1.3
RAM 650224 642352 -7872 -1.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 915168 913008 -2160 -0.2
RAM 142272 142188 -84 -0.1
nrf7002dk_nrf5340_cpuapp FLASH 886464 884768 -1696 -0.2
RAM 140411 140327 -84 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846520 846520 0 0.0
RAM 141090 141090 0 0.0
nxp contact k32w0+release FLASH 580500 580500 0 0.0
RAM 70720 70720 0 0.0
k32w1+release FLASH 593256 593256 0 0.0
RAM 62560 62560 0 0.0
mcxw71+release FLASH 593008 593008 0 0.0
RAM 62560 62560 0 0.0
light k32w0+release FLASH 616296 616280 -16 -0.0
RAM 70184 70184 0 0.0
k32w1+release FLASH 679504 679400 -104 -0.0
RAM 48176 48176 0 0.0
mcxw71+release FLASH 679504 679400 -104 -0.0
RAM 48176 48176 0 0.0
lock k32w1+release FLASH 701816 701816 0 0.0
RAM 66716 66716 0 0.0
mcxw71+release FLASH 701824 701824 0 0.0
RAM 66716 66716 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646988 1644604 -2384 -0.1
RAM 210968 210888 -80 -0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1550612 1550612 0 0.0
RAM 207680 207680 0 0.0
light cy8ckit_062s2_43012 FLASH 1466436 1466324 -112 -0.0
RAM 200672 200672 0 0.0
lock cy8ckit_062s2_43012 FLASH 1462956 1462956 0 0.0
RAM 225024 225024 0 0.0
qpg lighting-app qpg6105+debug FLASH 659060 659060 0 0.0
RAM 105220 105220 0 0.0
lock-app qpg6105+debug FLASH 616968 616968 0 0.0
RAM 99688 99688 0 0.0
stm32 light STM32WB5MM-DK FLASH 480544 480544 0 0.0
RAM 144676 144676 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 621690 621690 0 0.0
RAM 50964 50964 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 688192 686930 -1262 -0.2
RAM 148400 148316 -84 -0.1
all-clusters-minimal-app tlsr9528a FLASH 779878 779878 0 0.0
RAM 110768 110768 0 0.0
bridge-app tlsr9258a FLASH 680710 680710 0 0.0
RAM 91620 91620 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621454 621454 0 0.0
RAM 50916 50916 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 707390 707364 -26 -0.0
RAM 74256 74256 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 624608 624608 0 0.0
RAM 144292 144292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 810016 810016 0 0.0
RAM 99424 99424 0 0.0
lock-app-dfu tlsr9528a FLASH 655210 655210 0 0.0
RAM 66976 66976 0 0.0
ota-requestor-app tlsr9258a FLASH 696686 696686 0 0.0
RAM 91212 91212 0 0.0
pump-app-usb tlsr9518adk80d FLASH 633042 633042 0 0.0
RAM 55792 55792 0 0.0
pump-controller-app tlsr9518adk80d FLASH 610232 610232 0 0.0
RAM 53036 53036 0 0.0
shell tlsr9518adk80d FLASH 467176 467176 0 0.0
RAM 68668 68668 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 628236 628236 0 0.0
RAM 52636 52636 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 652368 652368 0 0.0
RAM 56584 56584 0 0.0
thermostat tlsr9518adk80d FLASH 636966 636966 0 0.0
RAM 53440 53440 0 0.0
window-covering tlsr9118bdk40d FLASH 523142 523142 0 0.0
RAM 97268 97268 0 0.0
tizen all-clusters-app arm unknown 4852 4852 0 0.0
FLASH 1724808 1720608 -4200 -0.2
RAM 89608 89044 -564 -0.6
chip-tool-ubsan arm unknown 10284 10252 -32 -0.3
FLASH 17532010 17317274 -214736 -1.2
RAM 7609740 7543460 -66280 -0.9

@mergify mergify bot added the conflict label Sep 16, 2024
@mergify mergify bot removed the conflict label Sep 16, 2024
Copy link

github-actions bot commented Sep 16, 2024

PR #35583: Size comparison from 4f35706 to d6a2c97

Full report (80 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, stm32, telink, tizen)
platform target config section 4f35706 d6a2c97 change % change
bl602 lighting-app bl602 FLASH 1278168 1277832 -336 -0.0
RAM 95824 95824 0 0.0
bl602+mfd FLASH 1292278 1291942 -336 -0.0
RAM 95968 95968 0 0.0
bl602+rpc FLASH 1317132 1317044 -88 -0.0
RAM 104248 104248 0 0.0
bl702 lighting-app bl702 FLASH 943874 943790 -84 -0.0
RAM 15145 15145 0 0.0
bl702+mfd FLASH 946274 946190 -84 -0.0
RAM 15305 15305 0 0.0
bl702+rpc FLASH 1039194 1039110 -84 -0.0
RAM 24173 24173 0 0.0
bl706-eth FLASH 646070 645986 -84 -0.0
RAM 25233 25233 0 0.0
bl706-wifi FLASH 894082 893742 -340 -0.0
RAM 14477 14477 0 0.0
bl702l lighting-app bl702l FLASH 960534 960450 -84 -0.0
RAM 16804 16804 0 0.0
bl702l+mfd FLASH 963156 963072 -84 -0.0
RAM 16964 16964 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 677261 677261 0 0.0
RAM 78492 78492 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 697113 697113 0 0.0
RAM 81124 81124 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 697113 697113 0 0.0
RAM 81124 81124 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 654041 654041 0 0.0
RAM 73560 73560 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 613453 613333 -120 -0.0
RAM 71452 71452 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633081 632969 -112 -0.0
RAM 74004 74004 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633081 632969 -112 -0.0
RAM 74004 74004 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 632573 632573 0 0.0
RAM 74500 74500 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 652289 652289 0 0.0
RAM 77052 77052 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 652289 652289 0 0.0
RAM 77052 77052 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 607989 607989 0 0.0
RAM 68588 68588 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 627841 627841 0 0.0
RAM 71220 71220 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 627841 627841 0 0.0
RAM 71220 71220 0 0.0
efr32 lighting-app BRD4187C FLASH 932468 932348 -120 -0.0
RAM 135056 135056 0 0.0
lock-app BRD2605a FLASH 739960 739952 -8 -0.0
RAM 231212 231212 0 0.0
BRD4338a FLASH 740608 740600 -8 -0.0
RAM 231244 231244 0 0.0
window-app BRD4187C FLASH 1015544 1015536 -8 -0.0
RAM 126996 126996 0 0.0
esp32 all-clusters-app c3devkit DRAM 94152 94064 -88 -0.1
FLASH 1539526 1537052 -2474 -0.2
IRAM 82538 82538 0 0.0
m5stack DRAM 115096 115008 -88 -0.1
FLASH 1549846 1547494 -2352 -0.2
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2771233 2771187 -46 -0.0
RAM 128944 128944 0 0.0
all-clusters-app debug unknown 5456 5456 0 0.0
FLASH 6082726 6073358 -9368 -0.2
RAM 514288 506928 -7360 -1.4
all-clusters-minimal-app debug unknown 5352 5352 0 0.0
FLASH 5406782 5406736 -46 -0.0
RAM 240640 240640 0 0.0
bridge-app debug unknown 5336 5336 0 0.0
FLASH 4740294 4740248 -46 -0.0
RAM 217840 217840 0 0.0
chip-tool debug unknown 5888 5888 0 0.0
FLASH 12676354 12539742 -136612 -1.1
RAM 562282 554506 -7776 -1.4
chip-tool-ipv6only arm64 unknown 20384 20320 -64 -0.3
FLASH 11341604 11239716 -101888 -0.9
RAM 612384 604560 -7824 -1.3
fabric-admin debug unknown 5720 5720 0 0.0
FLASH 10978909 10892501 -86408 -0.8
RAM 561322 553546 -7776 -1.4
fabric-bridge-app debug unknown 4568 4568 0 0.0
FLASH 4563032 4562986 -46 -0.0
RAM 204456 204456 0 0.0
lighting-app debug+rpc+ui unknown 5984 5984 0 0.0
FLASH 5676609 5676561 -48 -0.0
RAM 228128 228128 0 0.0
lock-app debug unknown 5272 5272 0 0.0
FLASH 4789574 4789528 -46 -0.0
RAM 203928 203928 0 0.0
ota-provider-app debug unknown 4648 4648 0 0.0
FLASH 4422762 4422716 -46 -0.0
RAM 197632 197632 0 0.0
ota-requestor-app debug unknown 4584 4584 0 0.0
FLASH 4561508 4561462 -46 -0.0
RAM 202200 202200 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3107901 3101981 -5920 -0.2
RAM 159448 158712 -736 -0.5
thermostat-no-ble arm64 unknown 9336 9336 0 0.0
FLASH 4333260 4333196 -64 -0.0
RAM 242256 242256 0 0.0
tv-app debug unknown 5552 5552 0 0.0
FLASH 6022261 6018789 -3472 -0.1
RAM 587088 580464 -6624 -1.1
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 10883805 10746317 -137488 -1.3
RAM 650256 642384 -7872 -1.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 915124 912964 -2160 -0.2
RAM 142259 142175 -84 -0.1
nrf7002dk_nrf5340_cpuapp FLASH 886440 884744 -1696 -0.2
RAM 140398 140314 -84 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846468 846468 0 0.0
RAM 141077 141077 0 0.0
nxp contact k32w0+release FLASH 580520 580520 0 0.0
RAM 70720 70720 0 0.0
k32w1+release FLASH 593272 593272 0 0.0
RAM 62552 62552 0 0.0
mcxw71+release FLASH 593024 593024 0 0.0
RAM 62552 62552 0 0.0
light k32w0+release FLASH 616316 616300 -16 -0.0
RAM 70184 70184 0 0.0
k32w1+release FLASH 679512 679416 -96 -0.0
RAM 48176 48176 0 0.0
mcxw71+release FLASH 679528 679416 -112 -0.0
RAM 48176 48176 0 0.0
lock k32w1+release FLASH 701824 701824 0 0.0
RAM 66708 66708 0 0.0
mcxw71+release FLASH 701832 701832 0 0.0
RAM 66708 66708 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646916 1644532 -2384 -0.1
RAM 210952 210864 -88 -0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1550556 1550556 0 0.0
RAM 207664 207664 0 0.0
light cy8ckit_062s2_43012 FLASH 1466468 1466356 -112 -0.0
RAM 200672 200672 0 0.0
lock cy8ckit_062s2_43012 FLASH 1462988 1462988 0 0.0
RAM 225024 225024 0 0.0
stm32 light STM32WB5MM-DK FLASH 480568 480568 0 0.0
RAM 144668 144668 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 621708 621708 0 0.0
RAM 50964 50964 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 688210 686948 -1262 -0.2
RAM 148388 148304 -84 -0.1
all-clusters-minimal-app tlsr9528a FLASH 779892 779892 0 0.0
RAM 110756 110756 0 0.0
bridge-app tlsr9258a FLASH 680728 680728 0 0.0
RAM 91620 91620 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621472 621472 0 0.0
RAM 50916 50916 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 707404 707378 -26 -0.0
RAM 74256 74256 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 624626 624626 0 0.0
RAM 144292 144292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 810034 810034 0 0.0
RAM 99424 99424 0 0.0
lock-app-dfu tlsr9528a FLASH 655224 655224 0 0.0
RAM 66976 66976 0 0.0
ota-requestor-app tlsr9258a FLASH 696704 696704 0 0.0
RAM 91212 91212 0 0.0
pump-app-usb tlsr9518adk80d FLASH 633060 633060 0 0.0
RAM 55792 55792 0 0.0
pump-controller-app tlsr9518adk80d FLASH 610250 610250 0 0.0
RAM 53036 53036 0 0.0
shell tlsr9518adk80d FLASH 467176 467176 0 0.0
RAM 68668 68668 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 628436 628436 0 0.0
RAM 52636 52636 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 652386 652386 0 0.0
RAM 56584 56584 0 0.0
thermostat tlsr9518adk80d FLASH 636980 636980 0 0.0
RAM 53428 53428 0 0.0
window-covering tlsr9118bdk40d FLASH 523156 523156 0 0.0
RAM 97268 97268 0 0.0
tizen all-clusters-app arm unknown 4852 4852 0 0.0
FLASH 1724840 1720656 -4184 -0.2
RAM 89524 88952 -572 -0.6
chip-tool-ubsan arm unknown 10284 10252 -32 -0.3
FLASH 17532050 17317306 -214744 -1.2
RAM 7609748 7543468 -66280 -0.9

Copy link

github-actions bot commented Sep 17, 2024

PR #35583: Size comparison from cc5ea19 to 9aca28e

Full report (82 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section cc5ea19 9aca28e change % change
bl602 lighting-app bl602 FLASH 1278192 1277856 -336 -0.0
RAM 95824 95824 0 0.0
bl602+mfd FLASH 1292302 1291966 -336 -0.0
RAM 95968 95968 0 0.0
bl602+rpc FLASH 1317156 1317068 -88 -0.0
RAM 104248 104248 0 0.0
bl702 lighting-app bl702 FLASH 943868 943784 -84 -0.0
RAM 15145 15145 0 0.0
bl702+mfd FLASH 946268 946184 -84 -0.0
RAM 15305 15305 0 0.0
bl702+rpc FLASH 1039188 1039104 -84 -0.0
RAM 24173 24173 0 0.0
bl706-eth FLASH 646064 645980 -84 -0.0
RAM 25233 25233 0 0.0
bl706-wifi FLASH 894076 893736 -340 -0.0
RAM 14477 14477 0 0.0
bl702l lighting-app bl702l FLASH 960528 960444 -84 -0.0
RAM 16804 16804 0 0.0
bl702l+mfd FLASH 963150 963066 -84 -0.0
RAM 16964 16964 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 677269 677269 0 0.0
RAM 78492 78492 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 697121 697121 0 0.0
RAM 81124 81124 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 697121 697121 0 0.0
RAM 81124 81124 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 654049 654049 0 0.0
RAM 73560 73560 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 613461 613341 -120 -0.0
RAM 71452 71452 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633089 632977 -112 -0.0
RAM 74004 74004 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633089 632977 -112 -0.0
RAM 74004 74004 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 632589 632589 0 0.0
RAM 74500 74500 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 652297 652297 0 0.0
RAM 77052 77052 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 652297 652297 0 0.0
RAM 77052 77052 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 608005 608005 0 0.0
RAM 68588 68588 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 627857 627857 0 0.0
RAM 71220 71220 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 627857 627857 0 0.0
RAM 71220 71220 0 0.0
efr32 lighting-app BRD4187C FLASH 932500 932380 -120 -0.0
RAM 135056 135056 0 0.0
lock-app BRD2605a FLASH 739960 739952 -8 -0.0
RAM 231212 231212 0 0.0
BRD4338a FLASH 740608 740600 -8 -0.0
RAM 231244 231244 0 0.0
window-app BRD4187C FLASH 1015544 1015536 -8 -0.0
RAM 126996 126996 0 0.0
esp32 all-clusters-app c3devkit DRAM 94152 94064 -88 -0.1
FLASH 1539520 1537046 -2474 -0.2
IRAM 82538 82538 0 0.0
m5stack DRAM 115096 115008 -88 -0.1
FLASH 1549862 1547510 -2352 -0.2
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2771259 2771213 -46 -0.0
RAM 128944 128944 0 0.0
all-clusters-app debug unknown 5456 5456 0 0.0
FLASH 6082752 6073384 -9368 -0.2
RAM 514288 506928 -7360 -1.4
all-clusters-minimal-app debug unknown 5352 5352 0 0.0
FLASH 5406808 5406762 -46 -0.0
RAM 240640 240640 0 0.0
bridge-app debug unknown 5336 5336 0 0.0
FLASH 4740320 4740274 -46 -0.0
RAM 217840 217840 0 0.0
chip-tool debug unknown 5888 5888 0 0.0
FLASH 12676380 12539768 -136612 -1.1
RAM 562282 554506 -7776 -1.4
chip-tool-ipv6only arm64 unknown 20384 20320 -64 -0.3
FLASH 11341636 11239748 -101888 -0.9
RAM 612384 604560 -7824 -1.3
fabric-admin debug unknown 5720 5720 0 0.0
FLASH 10979263 10892855 -86408 -0.8
RAM 561322 553546 -7776 -1.4
fabric-bridge-app debug unknown 4568 4568 0 0.0
FLASH 4563058 4563012 -46 -0.0
RAM 204456 204456 0 0.0
lighting-app debug+rpc+ui unknown 5984 5984 0 0.0
FLASH 5676641 5676593 -48 -0.0
RAM 228128 228128 0 0.0
lock-app debug unknown 5272 5272 0 0.0
FLASH 4789600 4789554 -46 -0.0
RAM 203928 203928 0 0.0
ota-provider-app debug unknown 4648 4648 0 0.0
FLASH 4422786 4422740 -46 -0.0
RAM 197632 197632 0 0.0
ota-requestor-app debug unknown 4584 4584 0 0.0
FLASH 4561532 4561486 -46 -0.0
RAM 202200 202200 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3107917 3102013 -5904 -0.2
RAM 159448 158712 -736 -0.5
thermostat-no-ble arm64 unknown 9336 9336 0 0.0
FLASH 4333292 4333228 -64 -0.0
RAM 242256 242256 0 0.0
tv-app debug unknown 5552 5552 0 0.0
FLASH 6022277 6018805 -3472 -0.1
RAM 587088 580464 -6624 -1.1
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 10883837 10746349 -137488 -1.3
RAM 650256 642384 -7872 -1.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 915128 912968 -2160 -0.2
RAM 142259 142175 -84 -0.1
nrf7002dk_nrf5340_cpuapp FLASH 886444 884748 -1696 -0.2
RAM 140398 140314 -84 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846476 846476 0 0.0
RAM 141077 141077 0 0.0
nxp contact k32w0+release FLASH 580520 580520 0 0.0
RAM 70720 70720 0 0.0
k32w1+release FLASH 593352 593352 0 0.0
RAM 62896 62896 0 0.0
mcxw71+release FLASH 593104 593104 0 0.0
RAM 62896 62896 0 0.0
light k32w0+release FLASH 616332 616316 -16 -0.0
RAM 70184 70184 0 0.0
k32w1+release FLASH 679608 679488 -120 -0.0
RAM 48512 48512 0 0.0
mcxw71+release FLASH 679608 679504 -104 -0.0
RAM 48512 48512 0 0.0
lock k32w1+release FLASH 701904 701904 0 0.0
RAM 67036 67036 0 0.0
mcxw71+release FLASH 701928 701928 0 0.0
RAM 67036 67036 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646932 1644548 -2384 -0.1
RAM 210952 210864 -88 -0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1550556 1550556 0 0.0
RAM 207664 207664 0 0.0
light cy8ckit_062s2_43012 FLASH 1466484 1466372 -112 -0.0
RAM 200672 200672 0 0.0
lock cy8ckit_062s2_43012 FLASH 1462988 1462988 0 0.0
RAM 225024 225024 0 0.0
qpg lighting-app qpg6105+debug FLASH 659104 659104 0 0.0
RAM 105212 105212 0 0.0
lock-app qpg6105+debug FLASH 616996 616996 0 0.0
RAM 99688 99688 0 0.0
stm32 light STM32WB5MM-DK FLASH 480576 480576 0 0.0
RAM 144668 144668 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 621702 621702 0 0.0
RAM 50964 50964 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 688204 686942 -1262 -0.2
RAM 148388 148304 -84 -0.1
all-clusters-minimal-app tlsr9528a FLASH 779886 779886 0 0.0
RAM 110756 110756 0 0.0
bridge-app tlsr9258a FLASH 680722 680722 0 0.0
RAM 91620 91620 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621466 621466 0 0.0
RAM 50916 50916 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 707398 707372 -26 -0.0
RAM 74256 74256 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 624620 624620 0 0.0
RAM 144292 144292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 810028 810028 0 0.0
RAM 99424 99424 0 0.0
lock-app-dfu tlsr9528a FLASH 655218 655218 0 0.0
RAM 66976 66976 0 0.0
ota-requestor-app tlsr9258a FLASH 696698 696698 0 0.0
RAM 91212 91212 0 0.0
pump-app-usb tlsr9518adk80d FLASH 633054 633054 0 0.0
RAM 55792 55792 0 0.0
pump-controller-app tlsr9518adk80d FLASH 610244 610244 0 0.0
RAM 53036 53036 0 0.0
shell tlsr9518adk80d FLASH 467170 467170 0 0.0
RAM 68668 68668 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 628430 628430 0 0.0
RAM 52636 52636 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 652380 652380 0 0.0
RAM 56584 56584 0 0.0
thermostat tlsr9518adk80d FLASH 636974 636974 0 0.0
RAM 53428 53428 0 0.0
window-covering tlsr9118bdk40d FLASH 523150 523150 0 0.0
RAM 97268 97268 0 0.0
tizen all-clusters-app arm unknown 4852 4852 0 0.0
FLASH 1724856 1720672 -4184 -0.2
RAM 89524 88952 -572 -0.6
chip-tool-ubsan arm unknown 10284 10252 -32 -0.3
FLASH 17532082 17317346 -214736 -1.2
RAM 7609764 7543492 -66272 -0.9

Copy link

github-actions bot commented Sep 17, 2024

PR #35583: Size comparison from a578c14 to 3199262

Full report (82 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section a578c148 3199262 change % change
bl602 lighting-app bl602 FLASH 1278192 1277856 -336 -0.0
RAM 95824 95824 0 0.0
bl602+mfd FLASH 1292302 1291966 -336 -0.0
RAM 95968 95968 0 0.0
bl602+rpc FLASH 1317156 1317068 -88 -0.0
RAM 104248 104248 0 0.0
bl702 lighting-app bl702 FLASH 943868 943784 -84 -0.0
RAM 15145 15145 0 0.0
bl702+mfd FLASH 946268 946184 -84 -0.0
RAM 15305 15305 0 0.0
bl702+rpc FLASH 1039188 1039104 -84 -0.0
RAM 24173 24173 0 0.0
bl706-eth FLASH 646064 645980 -84 -0.0
RAM 25233 25233 0 0.0
bl706-wifi FLASH 894076 893736 -340 -0.0
RAM 14477 14477 0 0.0
bl702l lighting-app bl702l FLASH 960528 960444 -84 -0.0
RAM 16804 16804 0 0.0
bl702l+mfd FLASH 963150 963066 -84 -0.0
RAM 16964 16964 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 677269 677269 0 0.0
RAM 78492 78492 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 697121 697121 0 0.0
RAM 81124 81124 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 697121 697121 0 0.0
RAM 81124 81124 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 654049 654049 0 0.0
RAM 73560 73560 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 613461 613341 -120 -0.0
RAM 71452 71452 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633089 632977 -112 -0.0
RAM 74004 74004 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633089 632977 -112 -0.0
RAM 74004 74004 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 632589 632589 0 0.0
RAM 74500 74500 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 652297 652297 0 0.0
RAM 77052 77052 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 652297 652297 0 0.0
RAM 77052 77052 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 608005 608005 0 0.0
RAM 68588 68588 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 627857 627857 0 0.0
RAM 71220 71220 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 627857 627857 0 0.0
RAM 71220 71220 0 0.0
efr32 lighting-app BRD4187C FLASH 932500 932380 -120 -0.0
RAM 135056 135056 0 0.0
lock-app BRD2605a FLASH 739960 739952 -8 -0.0
RAM 231212 231212 0 0.0
BRD4338a FLASH 740608 740600 -8 -0.0
RAM 231244 231244 0 0.0
window-app BRD4187C FLASH 1015544 1015536 -8 -0.0
RAM 126996 126996 0 0.0
esp32 all-clusters-app c3devkit DRAM 94152 94064 -88 -0.1
FLASH 1539520 1537046 -2474 -0.2
IRAM 82538 82538 0 0.0
m5stack DRAM 115096 115008 -88 -0.1
FLASH 1549862 1547510 -2352 -0.2
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2771259 2771213 -46 -0.0
RAM 128944 128944 0 0.0
all-clusters-app debug unknown 5456 5456 0 0.0
FLASH 6082752 6073384 -9368 -0.2
RAM 514288 506928 -7360 -1.4
all-clusters-minimal-app debug unknown 5352 5352 0 0.0
FLASH 5406808 5406762 -46 -0.0
RAM 240640 240640 0 0.0
bridge-app debug unknown 5336 5336 0 0.0
FLASH 4740320 4740274 -46 -0.0
RAM 217840 217840 0 0.0
chip-tool debug unknown 5888 5888 0 0.0
FLASH 12676380 12539768 -136612 -1.1
RAM 562282 554506 -7776 -1.4
chip-tool-ipv6only arm64 unknown 20384 20320 -64 -0.3
FLASH 11341636 11239748 -101888 -0.9
RAM 612384 604560 -7824 -1.3
fabric-admin debug unknown 5720 5720 0 0.0
FLASH 10979263 10892855 -86408 -0.8
RAM 561322 553546 -7776 -1.4
fabric-bridge-app debug unknown 4568 4568 0 0.0
FLASH 4563058 4563012 -46 -0.0
RAM 204456 204456 0 0.0
lighting-app debug+rpc+ui unknown 5984 5984 0 0.0
FLASH 5676641 5676593 -48 -0.0
RAM 228128 228128 0 0.0
lock-app debug unknown 5272 5272 0 0.0
FLASH 4789600 4789554 -46 -0.0
RAM 203928 203928 0 0.0
ota-provider-app debug unknown 4648 4648 0 0.0
FLASH 4422786 4422740 -46 -0.0
RAM 197632 197632 0 0.0
ota-requestor-app debug unknown 4584 4584 0 0.0
FLASH 4561532 4561486 -46 -0.0
RAM 202200 202200 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3107917 3102013 -5904 -0.2
RAM 159448 158712 -736 -0.5
thermostat-no-ble arm64 unknown 9336 9336 0 0.0
FLASH 4333292 4333228 -64 -0.0
RAM 242256 242256 0 0.0
tv-app debug unknown 5552 5552 0 0.0
FLASH 6022277 6018805 -3472 -0.1
RAM 587088 580464 -6624 -1.1
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 10883837 10746349 -137488 -1.3
RAM 650256 642384 -7872 -1.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 915128 912968 -2160 -0.2
RAM 142259 142175 -84 -0.1
nrf7002dk_nrf5340_cpuapp FLASH 886444 884748 -1696 -0.2
RAM 140398 140314 -84 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846476 846476 0 0.0
RAM 141077 141077 0 0.0
nxp contact k32w0+release FLASH 580520 580520 0 0.0
RAM 70720 70720 0 0.0
k32w1+release FLASH 593352 593352 0 0.0
RAM 62896 62896 0 0.0
mcxw71+release FLASH 593104 593104 0 0.0
RAM 62896 62896 0 0.0
light k32w0+release FLASH 616332 616316 -16 -0.0
RAM 70184 70184 0 0.0
k32w1+release FLASH 679608 679488 -120 -0.0
RAM 48512 48512 0 0.0
mcxw71+release FLASH 679608 679504 -104 -0.0
RAM 48512 48512 0 0.0
lock k32w1+release FLASH 701904 701904 0 0.0
RAM 67036 67036 0 0.0
mcxw71+release FLASH 701928 701928 0 0.0
RAM 67036 67036 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646932 1644548 -2384 -0.1
RAM 210952 210864 -88 -0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1550556 1550556 0 0.0
RAM 207664 207664 0 0.0
light cy8ckit_062s2_43012 FLASH 1466484 1466372 -112 -0.0
RAM 200672 200672 0 0.0
lock cy8ckit_062s2_43012 FLASH 1462988 1462988 0 0.0
RAM 225024 225024 0 0.0
qpg lighting-app qpg6105+debug FLASH 659104 659104 0 0.0
RAM 105212 105212 0 0.0
lock-app qpg6105+debug FLASH 616996 616996 0 0.0
RAM 99688 99688 0 0.0
stm32 light STM32WB5MM-DK FLASH 480576 480576 0 0.0
RAM 144668 144668 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 621702 621702 0 0.0
RAM 50964 50964 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 688204 686942 -1262 -0.2
RAM 148388 148304 -84 -0.1
all-clusters-minimal-app tlsr9528a FLASH 779886 779886 0 0.0
RAM 110756 110756 0 0.0
bridge-app tlsr9258a FLASH 680722 680722 0 0.0
RAM 91620 91620 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621466 621466 0 0.0
RAM 50916 50916 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 707398 707372 -26 -0.0
RAM 74256 74256 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 624620 624620 0 0.0
RAM 144292 144292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 810028 810028 0 0.0
RAM 99424 99424 0 0.0
lock-app-dfu tlsr9528a FLASH 655218 655218 0 0.0
RAM 66976 66976 0 0.0
ota-requestor-app tlsr9258a FLASH 696698 696698 0 0.0
RAM 91212 91212 0 0.0
pump-app-usb tlsr9518adk80d FLASH 633054 633054 0 0.0
RAM 55792 55792 0 0.0
pump-controller-app tlsr9518adk80d FLASH 610244 610244 0 0.0
RAM 53036 53036 0 0.0
shell tlsr9518adk80d FLASH 467170 467170 0 0.0
RAM 68668 68668 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 628430 628430 0 0.0
RAM 52636 52636 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 652380 652380 0 0.0
RAM 56584 56584 0 0.0
thermostat tlsr9518adk80d FLASH 636974 636974 0 0.0
RAM 53428 53428 0 0.0
window-covering tlsr9118bdk40d FLASH 523150 523150 0 0.0
RAM 97268 97268 0 0.0
tizen all-clusters-app arm unknown 4852 4852 0 0.0
FLASH 1724856 1720672 -4184 -0.2
RAM 89524 88952 -572 -0.6
chip-tool-ubsan arm unknown 10284 10252 -32 -0.3
FLASH 17532082 17317346 -214736 -1.2
RAM 7609764 7543492 -66272 -0.9

Copy link

github-actions bot commented Sep 17, 2024

PR #35583: Size comparison from a578c14 to dab918c

Full report (82 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section a578c148 dab918c change % change
bl602 lighting-app bl602 FLASH 1278192 1277856 -336 -0.0
RAM 95824 95824 0 0.0
bl602+mfd FLASH 1292302 1291966 -336 -0.0
RAM 95968 95968 0 0.0
bl602+rpc FLASH 1317156 1317068 -88 -0.0
RAM 104248 104248 0 0.0
bl702 lighting-app bl702 FLASH 943868 943784 -84 -0.0
RAM 15145 15145 0 0.0
bl702+mfd FLASH 946268 946184 -84 -0.0
RAM 15305 15305 0 0.0
bl702+rpc FLASH 1039188 1039104 -84 -0.0
RAM 24173 24173 0 0.0
bl706-eth FLASH 646064 645980 -84 -0.0
RAM 25233 25233 0 0.0
bl706-wifi FLASH 894076 893736 -340 -0.0
RAM 14477 14477 0 0.0
bl702l lighting-app bl702l FLASH 960528 960444 -84 -0.0
RAM 16804 16804 0 0.0
bl702l+mfd FLASH 963150 963066 -84 -0.0
RAM 16964 16964 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 677269 677269 0 0.0
RAM 78492 78492 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 697121 697121 0 0.0
RAM 81124 81124 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 697121 697121 0 0.0
RAM 81124 81124 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 654049 654049 0 0.0
RAM 73560 73560 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 613461 613341 -120 -0.0
RAM 71452 71452 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633089 632977 -112 -0.0
RAM 74004 74004 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633089 632977 -112 -0.0
RAM 74004 74004 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 632589 632589 0 0.0
RAM 74500 74500 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 652297 652297 0 0.0
RAM 77052 77052 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 652297 652297 0 0.0
RAM 77052 77052 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 608005 608005 0 0.0
RAM 68588 68588 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 627857 627857 0 0.0
RAM 71220 71220 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 627857 627857 0 0.0
RAM 71220 71220 0 0.0
efr32 lighting-app BRD4187C FLASH 932500 932380 -120 -0.0
RAM 135056 135056 0 0.0
lock-app BRD2605a FLASH 739960 739952 -8 -0.0
RAM 231212 231212 0 0.0
BRD4338a FLASH 740608 740600 -8 -0.0
RAM 231244 231244 0 0.0
window-app BRD4187C FLASH 1015544 1015536 -8 -0.0
RAM 126996 126996 0 0.0
esp32 all-clusters-app c3devkit DRAM 94152 94064 -88 -0.1
FLASH 1539520 1537046 -2474 -0.2
IRAM 82538 82538 0 0.0
m5stack DRAM 115096 115008 -88 -0.1
FLASH 1549862 1547510 -2352 -0.2
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2771259 2772147 888 0.0
RAM 128944 128944 0 0.0
all-clusters-app debug unknown 5456 5456 0 0.0
FLASH 6082752 6074318 -8434 -0.1
RAM 514288 506928 -7360 -1.4
all-clusters-minimal-app debug unknown 5352 5352 0 0.0
FLASH 5406808 5407696 888 0.0
RAM 240640 240640 0 0.0
bridge-app debug unknown 5336 5336 0 0.0
FLASH 4740320 4741208 888 0.0
RAM 217840 217840 0 0.0
chip-tool debug unknown 5888 5888 0 0.0
FLASH 12676380 12540702 -135678 -1.1
RAM 562282 554506 -7776 -1.4
chip-tool-ipv6only arm64 unknown 20384 20320 -64 -0.3
FLASH 11341636 11240596 -101040 -0.9
RAM 612384 604560 -7824 -1.3
fabric-admin debug unknown 5720 5720 0 0.0
FLASH 10979263 10893789 -85474 -0.8
RAM 561322 553546 -7776 -1.4
fabric-bridge-app debug unknown 4568 4568 0 0.0
FLASH 4563058 4563946 888 0.0
RAM 204456 204456 0 0.0
lighting-app debug+rpc+ui unknown 5984 5984 0 0.0
FLASH 5676641 5677521 880 0.0
RAM 228128 228128 0 0.0
lock-app debug unknown 5272 5272 0 0.0
FLASH 4789600 4790488 888 0.0
RAM 203928 203928 0 0.0
ota-provider-app debug unknown 4648 4648 0 0.0
FLASH 4422786 4423674 888 0.0
RAM 197632 197632 0 0.0
ota-requestor-app debug unknown 4584 4584 0 0.0
FLASH 4561532 4562420 888 0.0
RAM 202200 202200 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3107917 3102941 -4976 -0.2
RAM 159448 158712 -736 -0.5
thermostat-no-ble arm64 unknown 9336 9336 0 0.0
FLASH 4333292 4334076 784 0.0
RAM 242256 242256 0 0.0
tv-app debug unknown 5552 5552 0 0.0
FLASH 6022277 6019749 -2528 -0.0
RAM 587088 580464 -6624 -1.1
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 10883837 10747277 -136560 -1.3
RAM 650256 642384 -7872 -1.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 915128 912968 -2160 -0.2
RAM 142259 142175 -84 -0.1
nrf7002dk_nrf5340_cpuapp FLASH 886444 884748 -1696 -0.2
RAM 140398 140314 -84 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846476 846476 0 0.0
RAM 141077 141077 0 0.0
nxp contact k32w0+release FLASH 580520 580520 0 0.0
RAM 70720 70720 0 0.0
k32w1+release FLASH 593352 593352 0 0.0
RAM 62896 62896 0 0.0
mcxw71+release FLASH 593104 593104 0 0.0
RAM 62896 62896 0 0.0
light k32w0+release FLASH 616332 616316 -16 -0.0
RAM 70184 70184 0 0.0
k32w1+release FLASH 679608 679488 -120 -0.0
RAM 48512 48512 0 0.0
mcxw71+release FLASH 679608 679504 -104 -0.0
RAM 48512 48512 0 0.0
lock k32w1+release FLASH 701904 701904 0 0.0
RAM 67036 67036 0 0.0
mcxw71+release FLASH 701928 701928 0 0.0
RAM 67036 67036 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646932 1644548 -2384 -0.1
RAM 210952 210864 -88 -0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1550556 1550556 0 0.0
RAM 207664 207664 0 0.0
light cy8ckit_062s2_43012 FLASH 1466484 1466372 -112 -0.0
RAM 200672 200672 0 0.0
lock cy8ckit_062s2_43012 FLASH 1462988 1462988 0 0.0
RAM 225024 225024 0 0.0
qpg lighting-app qpg6105+debug FLASH 659104 659104 0 0.0
RAM 105212 105212 0 0.0
lock-app qpg6105+debug FLASH 616996 616996 0 0.0
RAM 99688 99688 0 0.0
stm32 light STM32WB5MM-DK FLASH 480576 480576 0 0.0
RAM 144668 144668 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 621702 621702 0 0.0
RAM 50964 50964 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 688204 686942 -1262 -0.2
RAM 148388 148304 -84 -0.1
all-clusters-minimal-app tlsr9528a FLASH 779886 779886 0 0.0
RAM 110756 110756 0 0.0
bridge-app tlsr9258a FLASH 680722 680722 0 0.0
RAM 91620 91620 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621466 621466 0 0.0
RAM 50916 50916 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 707398 707372 -26 -0.0
RAM 74256 74256 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 624620 624620 0 0.0
RAM 144292 144292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 810028 810028 0 0.0
RAM 99424 99424 0 0.0
lock-app-dfu tlsr9528a FLASH 655218 655218 0 0.0
RAM 66976 66976 0 0.0
ota-requestor-app tlsr9258a FLASH 696698 696698 0 0.0
RAM 91212 91212 0 0.0
pump-app-usb tlsr9518adk80d FLASH 633054 633054 0 0.0
RAM 55792 55792 0 0.0
pump-controller-app tlsr9518adk80d FLASH 610244 610244 0 0.0
RAM 53036 53036 0 0.0
shell tlsr9518adk80d FLASH 467170 467170 0 0.0
RAM 68668 68668 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 628430 628430 0 0.0
RAM 52636 52636 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 652380 652380 0 0.0
RAM 56584 56584 0 0.0
thermostat tlsr9518adk80d FLASH 636974 636974 0 0.0
RAM 53428 53428 0 0.0
window-covering tlsr9118bdk40d FLASH 523150 523150 0 0.0
RAM 97268 97268 0 0.0
tizen all-clusters-app arm unknown 4852 4852 0 0.0
FLASH 1724856 1720668 -4188 -0.2
RAM 89524 88952 -572 -0.6
chip-tool-ubsan arm unknown 10284 10252 -32 -0.3
FLASH 17532082 17317338 -214744 -1.2
RAM 7609764 7543536 -66228 -0.9

@mergify mergify bot merged commit 44024ca into project-chip:master Sep 17, 2024
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app controller darwin documentation Improvements or additions to documentation examples github matter-1.4-te2-script-change Script changes before end of Matter 1.4 TE2 review - approved scripts skip-protocol-compatibility Marker that protocol backwards compatibility checks are to be skipped tests tools workflows
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants