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

[TC-SC-4.3] Discovery [DUT as Commissionee] #31982

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

Conversation

raul-marquez-csa
Copy link
Contributor

@raul-marquez-csa raul-marquez-csa commented Feb 6, 2024

TC-SC-4.3 TEST CASE DETAILS

Category
Functional conformance

Purpose
The purpose of this test case is to verify that a Matter node is discoverable and can advertise its services in a Matter network.

Test Plan
https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/securechannel.adoc#343-tc-sc-43-discovery-dut_commissionee

MdnsDiscovery class

Description
This pull request includes the MdnsDiscovery class, a solution for discovering mDNS (Multicast DNS) services in a network environment. The class is designed to leverage the Zeroconf library, enabling the detection and querying of various service types as defined by the MDNS types and subtypes used in Matter.

Methods
get_commissioner_service
get_commissionable_service
get_operational_service
get_border_router_service
get_all_services
get_service_types
get_service_by_record_type

All accept 2 optional parameters:
log_output (bool): Logs the discovered services to the console, defaults to False.
discovery_timeout_sec (float): The duration in seconds to wait for the discovery process, defaults to 15 seconds.

Example usage for Operational Service

from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main
from mdns_discovery.mdns_discovery import MdnsDiscovery, MdnsServiceType


class TC_EXA(MatterBaseTest):

    @async_test_body
    async def test_TC_EXA(self):
        # Instantiate MdnsDiscovery class
        mdns = MdnsDiscovery()

        # Get operational service via browse
        # Set log output to True
        operational_service = await mdns.get_operational_service(log_output=True)


if __name__ == "__main__":
    default_matter_test_main()

Example usage for Get Service By Record Type

from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main
from mdns_discovery.mdns_discovery import MdnsDiscovery, MdnsServiceType


class TC_EXA(MatterBaseTest):

    def get_dut_instance_name(self) -> str:
        node_id = self.dut_node_id
        compressed_fabric_id = self.default_controller.GetCompressedFabricId()
        instance_name = f'{compressed_fabric_id:016X}-{node_id:016X}'
        return instance_name

    @async_test_body
    async def test_TC_EXA(self):
        # Instantiate MdnsDiscovery class
        mdns = MdnsDiscovery()
        
        # Get SRV record
        mdns = MdnsDiscovery()
        instance_name = self.get_dut_instance_name()
        instance_qname = f"{instance_name}.{MdnsServiceType.OPERATIONAL.value}"
        operational_record = await mdns.get_service_by_record_type(
            service_name=instance_qname,
            service_type=MdnsServiceType.OPERATIONAL.value,
            record_type=DNSRecordType.SRV,
            log_output=True
        )

if __name__ == "__main__":
    default_matter_test_main()

RECORD QUERIES/ANSWERS

To verify the correct functioning of the MdnsDiscovery class, I captured the questions/answers with Wireshark in an excel sheet (relevant entries are color coded for easier identification).

For this test case, queries for SRV, TXT, AAAA, and PTR records were performed. This is just informational as it's the first test case using this class.

Link to the logs:
Wireshark Logs

@github-actions github-actions bot added the tests label Feb 6, 2024
Copy link

github-actions bot commented Feb 7, 2024

PR #31982: Size comparison from 86977c2 to e0df481

Decreases (2 builds for efr32)
platform target config section 86977c2 e0df481 change % change
efr32 lighting-app BRD4187C (read/write) 1104992 1104984 -8 -0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.text 931444 931436 -8 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 86977c2 e0df481 change % change
bl602 lighting-app bl602 (read/write) 1429914 1429914 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157396 157396 0 0.0
.text 1097060 1097060 0 0.0
bl602+mfd (read/write) 1444322 1444322 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156356 156356 0 0.0
.text 1112362 1112362 0 0.0
bl602+rpc (read/write) 1477554 1477554 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 164964 164964 0 0.0
.text 1128702 1128702 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1194739 1194739 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106780 106780 0 0.0
.text 966322 966322 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1205535 1205535 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105720 105720 0 0.0
.text 978076 978076 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1286207 1286207 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122152 122152 0 0.0
.text 1041010 1041010 0 0.0
bl706-eth (read/write) 1013121 1013121 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100100 100100 0 0.0
.text 758140 758140 0 0.0
bl706-wifi (read/write) 1246134 1246134 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121080 121080 0 0.0
.text 988394 988394 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1164060 1164060 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100784 100784 0 0.0
.text 959168 959168 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1175468 1175468 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99724 99724 0 0.0
.text 971490 971490 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780924 780924 0 0.0
(read/write) 168896 168896 0 0.0
.bss 90884 90884 0 0.0
.data 3568 3568 0 0.0
.rodata 90364 90364 0 0.0
.text 690296 690296 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799828 799828 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84764 84764 0 0.0
.text 714800 714800 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788388 788388 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111508 111508 0 0.0
.text 676616 676616 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738708 738708 0 0.0
(read/write) 167856 167856 0 0.0
.bss 89624 89624 0 0.0
.data 3552 3552 0 0.0
.rodata 86084 86084 0 0.0
.text 652360 652360 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724340 724340 0 0.0
(read/write) 168072 168072 0 0.0
.bss 89840 89840 0 0.0
.data 3552 3552 0 0.0
.rodata 81924 81924 0 0.0
.text 642152 642152 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 580834 580834 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86490 86490 0 0.0
.text 492220 492220 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628282 628282 0 0.0
(read/write) 208368 208368 0 0.0
.bss 201744 201744 0 0.0
.data 1504 1504 0 0.0
.rodata 107098 107098 0 0.0
.text 519064 519064 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564347 564347 0 0.0
.app_xip_area 454205 454205 0 0.0
.bss 64976 64976 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 549443 549443 0 0.0
.app_xip_area 434501 434501 0 0.0
.bss 69768 69768 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565987 565987 0 0.0
.app_xip_area 457341 457341 0 0.0
.bss 63512 63512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562715 562715 0 0.0
.app_xip_area 450757 450757 0 0.0
.bss 66752 66752 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928080 928080 0 0.0
.bss 197904 197904 0 0.0
.data 1388 1388 0 0.0
.text 728768 728768 0 0.0
BRD4187C (read/write) 1104992 1104984 -8 -0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.bss 188288 188288 0 0.0
.data 2792 2792 0 0.0
.text 931444 931436 -8 -0.0
window-app BRD4187C (read/write) 1158992 1158992 0 0.0
.bss 168884 168884 0 0.0
.data 3316 3316 0 0.0
.text 986772 986772 0 0.0
esp32 all-clusters-app c3devkit (read only) 1202230 1202230 0 0.0
(read/write) 1747160 1747160 0 0.0
.dram0.bss 73568 73568 0 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 250440 250440 0 0.0
.flash.text 1202230 1202230 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1244003 1244003 0 0.0
(read/write) 532100 532100 0 0.0
.dram0.bss 80424 80424 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 280576 280576 0 0.0
.flash.text 1237839 1237839 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610704 610704 0 0.0
(read/write) 81392 81392 0 0.0
.bss 69184 69184 0 0.0
.data 2224 2224 0 0.0
.text 610168 610168 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696128 696128 0 0.0
.bss 67752 67752 0 0.0
.data 2800 2800 0 0.0
.text 582104 582104 0 0.0
light k32w0+release (read only) 598920 598920 0 0.0
(read/write) 79344 79344 0 0.0
.bss 67160 67160 0 0.0
.data 2200 2200 0 0.0
.text 598384 598384 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787072 787072 0 0.0
.bss 77428 77428 0 0.0
.data 2016 2016 0 0.0
.text 664176 664176 0 0.0
lock k32w0+release (read only) 581464 581464 0 0.0
(read/write) 78836 78836 0 0.0
.bss 66704 66704 0 0.0
.data 2148 2148 0 0.0
.text 580928 580928 0 0.0
linux air-purifier-app debug (read only) 2606501 2606501 0 0.0
(read/write) 128640 128640 0 0.0
.bss 46368 46368 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74104 74104 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 183944 183944 0 0.0
.text 2245317 2245317 0 0.0
all-clusters-app debug (read only) 5851505 5851505 0 0.0
(read/write) 478024 478024 0 0.0
.bss 133488 133488 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 332696 332696 0 0.0
.dynamic 624 624 0 0.0
.got 5368 5368 0 0.0
.init 27 27 0 0.0
.init_array 1360 1360 0 0.0
.rodata 346600 346600 0 0.0
.text 5073267 5073267 0 0.0
all-clusters-minimal-app debug (read only) 5164409 5164409 0 0.0
(read/write) 235736 235736 0 0.0
.bss 127472 127472 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 96872 96872 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 287098 287098 0 0.0
.text 4643347 4643347 0 0.0
bridge-app debug (read only) 4574513 4574513 0 0.0
(read/write) 216824 216824 0 0.0
.bss 117984 117984 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85984 85984 0 0.0
.dynamic 624 624 0 0.0
.got 5256 5256 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 227866 227866 0 0.0
.text 4126675 4126675 0 0.0
chip-tool debug (read only) 11983473 11983473 0 0.0
(read/write) 520824 520824 0 0.0
.bss 94296 94296 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414184 414184 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 446553 446553 0 0.0
.text 10832211 10832211 0 0.0
chip-tool-ipv6only arm64 (read only) 11475520 11475520 0 0.0
(read/write) 589048 589048 0 0.0
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 453976 453976 0 0.0
.dynamic 512 512 0 0.0
.got 20328 20328 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352908 352908 0 0.0
.text 10235804 10235804 0 0.0
lighting-app debug+rpc+ui (read only) 5496113 5496113 0 0.0
(read/write) 225608 225608 0 0.0
.bss 118936 118936 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94384 94384 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 352628 352628 0 0.0
.text 4897411 4897411 0 0.0
lock-app debug (read only) 4653505 4653505 0 0.0
(read/write) 204784 204784 0 0.0
.bss 113488 113488 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80488 80488 0 0.0
.dynamic 624 624 0 0.0
.got 5208 5208 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 254362 254362 0 0.0
.text 4187155 4187155 0 0.0
ota-provider-app debug (read only) 4280337 4280337 0 0.0
(read/write) 193040 193040 0 0.0
.bss 113248 113248 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69584 69584 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206874 206874 0 0.0
.text 3881043 3881043 0 0.0
ota-requestor-app debug (read only) 4395785 4395785 0 0.0
(read/write) 197256 197256 0 0.0
.bss 114144 114144 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72544 72544 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212826 212826 0 0.0
.text 3986259 3986259 0 0.0
shell debug (read only) 2864697 2864697 0 0.0
(read/write) 155720 155720 0 0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 85960 85960 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186720 186720 0 0.0
.text 2505410 2505410 0 0.0
thermostat-no-ble arm64 (read only) 4464040 4464040 0 0.0
(read/write) 247920 247920 0 0.0
.bss 121752 121752 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103520 103520 0 0.0
.dynamic 512 512 0 0.0
.got 12208 12208 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158780 158780 0 0.0
.text 3960700 3960700 0 0.0
tv-app debug (read only) 5605505 5605505 0 0.0
(read/write) 350624 350624 0 0.0
.bss 243232 243232 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 93608 93608 0 0.0
.dynamic 624 624 0 0.0
.got 5504 5504 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 284538 284538 0 0.0
.text 5080643 5080643 0 0.0
tv-casting-app debug (read only) 9839617 9839617 0 0.0
(read/write) 339728 339728 0 0.0
.bss 156048 156048 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 173880 173880 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 381360 381360 0 0.0
.text 8993123 8993123 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531896 2531896 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494580 1494580 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1095176 1095176 0 0.0
bss 129969 129969 0 0.0
rodata 111712 111712 0 0.0
text 805688 805688 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1215396 1215396 0 0.0
bss 122107 122107 0 0.0
rodata 141572 141572 0 0.0
text 801212 801212 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045832 1045832 0 0.0
bss 129617 129617 0 0.0
rodata 99336 99336 0 0.0
text 769100 769100 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835288 835288 0 0.0
(read/write) 1789276 1789276 0 0.0
.bss 195396 195396 0 0.0
.data 2656 2656 0 0.0
.text 1582836 1582836 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1714516 1714516 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1510428 1510428 0 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634372 1634372 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1436996 1436996 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1666668 1666668 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442092 1442092 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124392 1124392 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 636776 636776 0 0.0
lock-app qpg6105+debug (read/write) 1089136 1089136 0 0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 601516 601516 0 0.0
stm32 light STM32WB5MM-DK (read/write) 596901 596901 0 0.0
.bss 128288 128288 0 0.0
.data 676 676 0 0.0
.rodata 78812 78812 0 0.0
.text 379400 379400 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825402 825402 0 0.0
bss 51116 51116 0 0.0
text 617146 617146 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1113000 1113000 0 0.0
bss 100920 100920 0 0.0
text 787238 787238 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1092152 1092152 0 0.0
bss 110012 110012 0 0.0
text 760274 760274 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935768 935768 0 0.0
bss 93060 93060 0 0.0
text 649402 649402 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827002 827002 0 0.0
bss 51164 51164 0 0.0
text 618808 618808 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 984576 984576 0 0.0
bss 79204 79204 0 0.0
text 699226 699226 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1097204 1097204 0 0.0
bss 100140 100140 0 0.0
text 773074 773074 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 957868 957868 0 0.0
bss 70668 70668 0 0.0
text 655302 655302 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953420 953420 0 0.0
bss 92640 92640 0 0.0
text 667168 667168 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 884608 884608 0 0.0
bss 69228 69228 0 0.0
text 625694 625694 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825212 825212 0 0.0
bss 57472 57472 0 0.0
text 592580 592580 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705960 705960 0 0.0
bss 73640 73640 0 0.0
text 462312 462312 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828266 828266 0 0.0
bss 51292 51292 0 0.0
text 621162 621162 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884033 884033 0 0.0
bss 60948 60948 0 0.0
text 635886 635886 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850800 850800 0 0.0
bss 57760 57760 0 0.0
text 612212 612212 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845364 845364 0 0.0
bss 58152 58152 0 0.0
text 606380 606380 0 0.0

Copy link

github-actions bot commented Feb 7, 2024

PR #31982: Size comparison from 86977c2 to dfd560e

Increases (1 build for k32w)
platform target config section 86977c2 dfd560e change % change
k32w contact k32w1+release (read/write) 696128 696136 8 0.0
.text 582104 582112 8 0.0
Decreases (3 builds for efr32, k32w)
platform target config section 86977c2 dfd560e change % change
efr32 lighting-app BRD4187C (read/write) 1104992 1104984 -8 -0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.text 931444 931436 -8 -0.0
k32w contact k32w0+release (read only) 610704 610688 -16 -0.0
.text 610168 610152 -16 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 86977c2 dfd560e change % change
bl602 lighting-app bl602 (read/write) 1429914 1429914 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157396 157396 0 0.0
.text 1097060 1097060 0 0.0
bl602+mfd (read/write) 1444322 1444322 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156356 156356 0 0.0
.text 1112362 1112362 0 0.0
bl602+rpc (read/write) 1477554 1477554 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 164964 164964 0 0.0
.text 1128702 1128702 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1194739 1194739 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106780 106780 0 0.0
.text 966322 966322 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1205535 1205535 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105720 105720 0 0.0
.text 978076 978076 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1286207 1286207 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122152 122152 0 0.0
.text 1041010 1041010 0 0.0
bl706-eth (read/write) 1013121 1013121 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100100 100100 0 0.0
.text 758140 758140 0 0.0
bl706-wifi (read/write) 1246134 1246134 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121080 121080 0 0.0
.text 988394 988394 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1164060 1164060 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100784 100784 0 0.0
.text 959168 959168 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1175468 1175468 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99724 99724 0 0.0
.text 971490 971490 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780924 780924 0 0.0
(read/write) 168896 168896 0 0.0
.bss 90884 90884 0 0.0
.data 3568 3568 0 0.0
.rodata 90364 90364 0 0.0
.text 690296 690296 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799828 799828 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84764 84764 0 0.0
.text 714800 714800 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788388 788388 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111508 111508 0 0.0
.text 676616 676616 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738708 738708 0 0.0
(read/write) 167856 167856 0 0.0
.bss 89624 89624 0 0.0
.data 3552 3552 0 0.0
.rodata 86084 86084 0 0.0
.text 652360 652360 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724340 724340 0 0.0
(read/write) 168072 168072 0 0.0
.bss 89840 89840 0 0.0
.data 3552 3552 0 0.0
.rodata 81924 81924 0 0.0
.text 642152 642152 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 580834 580834 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86490 86490 0 0.0
.text 492220 492220 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628282 628282 0 0.0
(read/write) 208368 208368 0 0.0
.bss 201744 201744 0 0.0
.data 1504 1504 0 0.0
.rodata 107098 107098 0 0.0
.text 519064 519064 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564347 564347 0 0.0
.app_xip_area 454205 454205 0 0.0
.bss 64976 64976 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 549443 549443 0 0.0
.app_xip_area 434501 434501 0 0.0
.bss 69768 69768 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565987 565987 0 0.0
.app_xip_area 457341 457341 0 0.0
.bss 63512 63512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562715 562715 0 0.0
.app_xip_area 450757 450757 0 0.0
.bss 66752 66752 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928080 928080 0 0.0
.bss 197904 197904 0 0.0
.data 1388 1388 0 0.0
.text 728768 728768 0 0.0
BRD4187C (read/write) 1104992 1104984 -8 -0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.bss 188288 188288 0 0.0
.data 2792 2792 0 0.0
.text 931444 931436 -8 -0.0
window-app BRD4187C (read/write) 1158992 1158992 0 0.0
.bss 168884 168884 0 0.0
.data 3316 3316 0 0.0
.text 986772 986772 0 0.0
esp32 all-clusters-app c3devkit (read only) 1202230 1202230 0 0.0
(read/write) 1747160 1747160 0 0.0
.dram0.bss 73568 73568 0 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 250440 250440 0 0.0
.flash.text 1202230 1202230 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1244003 1244003 0 0.0
(read/write) 532100 532100 0 0.0
.dram0.bss 80424 80424 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 280576 280576 0 0.0
.flash.text 1237839 1237839 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610704 610688 -16 -0.0
(read/write) 81392 81392 0 0.0
.bss 69184 69184 0 0.0
.data 2224 2224 0 0.0
.text 610168 610152 -16 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696128 696136 8 0.0
.bss 67752 67752 0 0.0
.data 2800 2800 0 0.0
.text 582104 582112 8 0.0
light k32w0+release (read only) 598920 598920 0 0.0
(read/write) 79344 79344 0 0.0
.bss 67160 67160 0 0.0
.data 2200 2200 0 0.0
.text 598384 598384 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787072 787072 0 0.0
.bss 77428 77428 0 0.0
.data 2016 2016 0 0.0
.text 664176 664176 0 0.0
lock k32w0+release (read only) 581464 581464 0 0.0
(read/write) 78836 78836 0 0.0
.bss 66704 66704 0 0.0
.data 2148 2148 0 0.0
.text 580928 580928 0 0.0
linux air-purifier-app debug (read only) 2606501 2606501 0 0.0
(read/write) 128640 128640 0 0.0
.bss 46368 46368 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74104 74104 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 183944 183944 0 0.0
.text 2245317 2245317 0 0.0
all-clusters-app debug (read only) 5851505 5851505 0 0.0
(read/write) 478024 478024 0 0.0
.bss 133488 133488 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 332696 332696 0 0.0
.dynamic 624 624 0 0.0
.got 5368 5368 0 0.0
.init 27 27 0 0.0
.init_array 1360 1360 0 0.0
.rodata 346600 346600 0 0.0
.text 5073267 5073267 0 0.0
all-clusters-minimal-app debug (read only) 5164409 5164409 0 0.0
(read/write) 235736 235736 0 0.0
.bss 127472 127472 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 96872 96872 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 287098 287098 0 0.0
.text 4643347 4643347 0 0.0
bridge-app debug (read only) 4574513 4574513 0 0.0
(read/write) 216824 216824 0 0.0
.bss 117984 117984 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85984 85984 0 0.0
.dynamic 624 624 0 0.0
.got 5256 5256 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 227866 227866 0 0.0
.text 4126675 4126675 0 0.0
chip-tool debug (read only) 11983473 11983473 0 0.0
(read/write) 520824 520824 0 0.0
.bss 94296 94296 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414184 414184 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 446553 446553 0 0.0
.text 10832211 10832211 0 0.0
chip-tool-ipv6only arm64 (read only) 11475520 11475520 0 0.0
(read/write) 589048 589048 0 0.0
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 453976 453976 0 0.0
.dynamic 512 512 0 0.0
.got 20328 20328 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352908 352908 0 0.0
.text 10235804 10235804 0 0.0
lighting-app debug+rpc+ui (read only) 5496113 5496113 0 0.0
(read/write) 225608 225608 0 0.0
.bss 118936 118936 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94384 94384 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 352628 352628 0 0.0
.text 4897411 4897411 0 0.0
lock-app debug (read only) 4653505 4653505 0 0.0
(read/write) 204784 204784 0 0.0
.bss 113488 113488 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80488 80488 0 0.0
.dynamic 624 624 0 0.0
.got 5208 5208 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 254362 254362 0 0.0
.text 4187155 4187155 0 0.0
ota-provider-app debug (read only) 4280337 4280337 0 0.0
(read/write) 193040 193040 0 0.0
.bss 113248 113248 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69584 69584 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206874 206874 0 0.0
.text 3881043 3881043 0 0.0
ota-requestor-app debug (read only) 4395785 4395785 0 0.0
(read/write) 197256 197256 0 0.0
.bss 114144 114144 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72544 72544 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212826 212826 0 0.0
.text 3986259 3986259 0 0.0
shell debug (read only) 2864697 2864697 0 0.0
(read/write) 155720 155720 0 0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 85960 85960 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186720 186720 0 0.0
.text 2505410 2505410 0 0.0
thermostat-no-ble arm64 (read only) 4464040 4464040 0 0.0
(read/write) 247920 247920 0 0.0
.bss 121752 121752 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103520 103520 0 0.0
.dynamic 512 512 0 0.0
.got 12208 12208 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158780 158780 0 0.0
.text 3960700 3960700 0 0.0
tv-app debug (read only) 5605505 5605505 0 0.0
(read/write) 350624 350624 0 0.0
.bss 243232 243232 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 93608 93608 0 0.0
.dynamic 624 624 0 0.0
.got 5504 5504 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 284538 284538 0 0.0
.text 5080643 5080643 0 0.0
tv-casting-app debug (read only) 9839617 9839617 0 0.0
(read/write) 339728 339728 0 0.0
.bss 156048 156048 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 173880 173880 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 381360 381360 0 0.0
.text 8993123 8993123 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531896 2531896 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494580 1494580 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1095176 1095176 0 0.0
bss 129969 129969 0 0.0
rodata 111712 111712 0 0.0
text 805688 805688 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1215396 1215396 0 0.0
bss 122107 122107 0 0.0
rodata 141572 141572 0 0.0
text 801212 801212 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045832 1045832 0 0.0
bss 129617 129617 0 0.0
rodata 99336 99336 0 0.0
text 769100 769100 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835288 835288 0 0.0
(read/write) 1789276 1789276 0 0.0
.bss 195396 195396 0 0.0
.data 2656 2656 0 0.0
.text 1582836 1582836 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1714516 1714516 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1510428 1510428 0 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634372 1634372 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1436996 1436996 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1666668 1666668 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442092 1442092 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124392 1124392 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 636776 636776 0 0.0
lock-app qpg6105+debug (read/write) 1089136 1089136 0 0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 601516 601516 0 0.0
stm32 light STM32WB5MM-DK (read/write) 596901 596901 0 0.0
.bss 128288 128288 0 0.0
.data 676 676 0 0.0
.rodata 78812 78812 0 0.0
.text 379400 379400 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825402 825402 0 0.0
bss 51116 51116 0 0.0
text 617146 617146 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1113000 1113000 0 0.0
bss 100920 100920 0 0.0
text 787238 787238 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1092152 1092152 0 0.0
bss 110012 110012 0 0.0
text 760274 760274 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935768 935768 0 0.0
bss 93060 93060 0 0.0
text 649402 649402 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827002 827002 0 0.0
bss 51164 51164 0 0.0
text 618808 618808 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 984576 984576 0 0.0
bss 79204 79204 0 0.0
text 699226 699226 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1097204 1097204 0 0.0
bss 100140 100140 0 0.0
text 773074 773074 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 957868 957868 0 0.0
bss 70668 70668 0 0.0
text 655302 655302 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953420 953420 0 0.0
bss 92640 92640 0 0.0
text 667168 667168 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 884608 884608 0 0.0
bss 69228 69228 0 0.0
text 625694 625694 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825212 825212 0 0.0
bss 57472 57472 0 0.0
text 592580 592580 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705960 705960 0 0.0
bss 73640 73640 0 0.0
text 462312 462312 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828266 828266 0 0.0
bss 51292 51292 0 0.0
text 621162 621162 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884033 884033 0 0.0
bss 60948 60948 0 0.0
text 635886 635886 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850800 850800 0 0.0
bss 57760 57760 0 0.0
text 612212 612212 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845364 845364 0 0.0
bss 58152 58152 0 0.0
text 606380 606380 0 0.0

Copy link

github-actions bot commented Feb 7, 2024

PR #31982: Size comparison from 1a6bd3b to d9a66d7

Full report (4 builds for cc32xx, mbed, stm32)
platform target config section 1a6bd3b d9a66d7 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 580834 580834 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86490 86490 0 0.0
.text 492220 492220 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628282 628282 0 0.0
(read/write) 208368 208368 0 0.0
.bss 201744 201744 0 0.0
.data 1504 1504 0 0.0
.rodata 107098 107098 0 0.0
.text 519064 519064 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531896 2531896 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494580 1494580 0 0.0
stm32 light STM32WB5MM-DK (read/write) 596901 596901 0 0.0
.bss 128288 128288 0 0.0
.data 676 676 0 0.0
.rodata 78812 78812 0 0.0
.text 379400 379400 0 0.0

Copy link

github-actions bot commented Feb 7, 2024

PR #31982: Size comparison from 1a6bd3b to b08c906

Decreases (2 builds for efr32)
platform target config section 1a6bd3b b08c906 change % change
efr32 lighting-app BRD4187C (read/write) 1104992 1104984 -8 -0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.text 931444 931436 -8 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 1a6bd3b b08c906 change % change
bl602 lighting-app bl602 (read/write) 1429914 1429914 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157396 157396 0 0.0
.text 1097060 1097060 0 0.0
bl602+mfd (read/write) 1444322 1444322 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156356 156356 0 0.0
.text 1112362 1112362 0 0.0
bl602+rpc (read/write) 1477554 1477554 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 164964 164964 0 0.0
.text 1128702 1128702 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1194739 1194739 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106780 106780 0 0.0
.text 966322 966322 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1205535 1205535 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105720 105720 0 0.0
.text 978076 978076 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1286207 1286207 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122152 122152 0 0.0
.text 1041010 1041010 0 0.0
bl706-eth (read/write) 1013121 1013121 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100100 100100 0 0.0
.text 758140 758140 0 0.0
bl706-wifi (read/write) 1246134 1246134 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121080 121080 0 0.0
.text 988394 988394 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1164060 1164060 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100784 100784 0 0.0
.text 959168 959168 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1175468 1175468 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99724 99724 0 0.0
.text 971490 971490 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780924 780924 0 0.0
(read/write) 168896 168896 0 0.0
.bss 90884 90884 0 0.0
.data 3568 3568 0 0.0
.rodata 90364 90364 0 0.0
.text 690296 690296 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799828 799828 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84764 84764 0 0.0
.text 714800 714800 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788388 788388 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111508 111508 0 0.0
.text 676616 676616 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738708 738708 0 0.0
(read/write) 167856 167856 0 0.0
.bss 89624 89624 0 0.0
.data 3552 3552 0 0.0
.rodata 86084 86084 0 0.0
.text 652360 652360 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724340 724340 0 0.0
(read/write) 168072 168072 0 0.0
.bss 89840 89840 0 0.0
.data 3552 3552 0 0.0
.rodata 81924 81924 0 0.0
.text 642152 642152 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 580834 580834 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86490 86490 0 0.0
.text 492220 492220 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628282 628282 0 0.0
(read/write) 208368 208368 0 0.0
.bss 201744 201744 0 0.0
.data 1504 1504 0 0.0
.rodata 107098 107098 0 0.0
.text 519064 519064 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564347 564347 0 0.0
.app_xip_area 454205 454205 0 0.0
.bss 64976 64976 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 549443 549443 0 0.0
.app_xip_area 434501 434501 0 0.0
.bss 69768 69768 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565987 565987 0 0.0
.app_xip_area 457341 457341 0 0.0
.bss 63512 63512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562715 562715 0 0.0
.app_xip_area 450757 450757 0 0.0
.bss 66752 66752 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928080 928080 0 0.0
.bss 197904 197904 0 0.0
.data 1388 1388 0 0.0
.text 728768 728768 0 0.0
BRD4187C (read/write) 1104992 1104984 -8 -0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.bss 188288 188288 0 0.0
.data 2792 2792 0 0.0
.text 931444 931436 -8 -0.0
window-app BRD4187C (read/write) 1158992 1158992 0 0.0
.bss 168884 168884 0 0.0
.data 3316 3316 0 0.0
.text 986772 986772 0 0.0
esp32 all-clusters-app c3devkit (read only) 1202230 1202230 0 0.0
(read/write) 1747160 1747160 0 0.0
.dram0.bss 73568 73568 0 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 250440 250440 0 0.0
.flash.text 1202230 1202230 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1244003 1244003 0 0.0
(read/write) 532100 532100 0 0.0
.dram0.bss 80424 80424 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 280576 280576 0 0.0
.flash.text 1237839 1237839 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610688 610688 0 0.0
(read/write) 81392 81392 0 0.0
.bss 69184 69184 0 0.0
.data 2224 2224 0 0.0
.text 610152 610152 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696136 696136 0 0.0
.bss 67752 67752 0 0.0
.data 2800 2800 0 0.0
.text 582112 582112 0 0.0
light k32w0+release (read only) 598920 598920 0 0.0
(read/write) 79344 79344 0 0.0
.bss 67160 67160 0 0.0
.data 2200 2200 0 0.0
.text 598384 598384 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787072 787072 0 0.0
.bss 77428 77428 0 0.0
.data 2016 2016 0 0.0
.text 664176 664176 0 0.0
lock k32w0+release (read only) 581464 581464 0 0.0
(read/write) 78836 78836 0 0.0
.bss 66704 66704 0 0.0
.data 2148 2148 0 0.0
.text 580928 580928 0 0.0
linux air-purifier-app debug (read only) 2606501 2606501 0 0.0
(read/write) 128640 128640 0 0.0
.bss 46368 46368 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74104 74104 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 183944 183944 0 0.0
.text 2245317 2245317 0 0.0
all-clusters-app debug (read only) 5851505 5851505 0 0.0
(read/write) 478024 478024 0 0.0
.bss 133488 133488 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 332696 332696 0 0.0
.dynamic 624 624 0 0.0
.got 5368 5368 0 0.0
.init 27 27 0 0.0
.init_array 1360 1360 0 0.0
.rodata 346600 346600 0 0.0
.text 5073267 5073267 0 0.0
all-clusters-minimal-app debug (read only) 5164409 5164409 0 0.0
(read/write) 235736 235736 0 0.0
.bss 127472 127472 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 96872 96872 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 287098 287098 0 0.0
.text 4643347 4643347 0 0.0
bridge-app debug (read only) 4574513 4574513 0 0.0
(read/write) 216824 216824 0 0.0
.bss 117984 117984 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85984 85984 0 0.0
.dynamic 624 624 0 0.0
.got 5256 5256 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 227866 227866 0 0.0
.text 4126675 4126675 0 0.0
chip-tool debug (read only) 11983473 11983473 0 0.0
(read/write) 520824 520824 0 0.0
.bss 94296 94296 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414184 414184 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 446553 446553 0 0.0
.text 10832211 10832211 0 0.0
chip-tool-ipv6only arm64 (read only) 11475520 11475520 0 0.0
(read/write) 589048 589048 0 0.0
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 453976 453976 0 0.0
.dynamic 512 512 0 0.0
.got 20328 20328 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352908 352908 0 0.0
.text 10235804 10235804 0 0.0
lighting-app debug+rpc+ui (read only) 5496113 5496113 0 0.0
(read/write) 225608 225608 0 0.0
.bss 118936 118936 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94384 94384 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 352628 352628 0 0.0
.text 4897411 4897411 0 0.0
lock-app debug (read only) 4653505 4653505 0 0.0
(read/write) 204784 204784 0 0.0
.bss 113488 113488 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80488 80488 0 0.0
.dynamic 624 624 0 0.0
.got 5208 5208 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 254362 254362 0 0.0
.text 4187155 4187155 0 0.0
ota-provider-app debug (read only) 4280337 4280337 0 0.0
(read/write) 193040 193040 0 0.0
.bss 113248 113248 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69584 69584 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206874 206874 0 0.0
.text 3881043 3881043 0 0.0
ota-requestor-app debug (read only) 4395785 4395785 0 0.0
(read/write) 197256 197256 0 0.0
.bss 114144 114144 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72544 72544 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212826 212826 0 0.0
.text 3986259 3986259 0 0.0
shell debug (read only) 2864697 2864697 0 0.0
(read/write) 155720 155720 0 0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 85960 85960 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186720 186720 0 0.0
.text 2505410 2505410 0 0.0
thermostat-no-ble arm64 (read only) 4464040 4464040 0 0.0
(read/write) 247920 247920 0 0.0
.bss 121752 121752 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103520 103520 0 0.0
.dynamic 512 512 0 0.0
.got 12208 12208 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158780 158780 0 0.0
.text 3960700 3960700 0 0.0
tv-app debug (read only) 5605505 5605505 0 0.0
(read/write) 350624 350624 0 0.0
.bss 243232 243232 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 93608 93608 0 0.0
.dynamic 624 624 0 0.0
.got 5504 5504 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 284538 284538 0 0.0
.text 5080643 5080643 0 0.0
tv-casting-app debug (read only) 9839617 9839617 0 0.0
(read/write) 339728 339728 0 0.0
.bss 156048 156048 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 173880 173880 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 381360 381360 0 0.0
.text 8993123 8993123 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531896 2531896 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494580 1494580 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1095176 1095176 0 0.0
bss 129969 129969 0 0.0
rodata 111712 111712 0 0.0
text 805688 805688 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1215396 1215396 0 0.0
bss 122107 122107 0 0.0
rodata 141572 141572 0 0.0
text 801212 801212 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045832 1045832 0 0.0
bss 129617 129617 0 0.0
rodata 99336 99336 0 0.0
text 769100 769100 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835288 835288 0 0.0
(read/write) 1789276 1789276 0 0.0
.bss 195396 195396 0 0.0
.data 2656 2656 0 0.0
.text 1582836 1582836 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1714516 1714516 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1510428 1510428 0 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634372 1634372 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1436996 1436996 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1666668 1666668 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442092 1442092 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124392 1124392 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 636776 636776 0 0.0
lock-app qpg6105+debug (read/write) 1089136 1089136 0 0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 601516 601516 0 0.0
stm32 light STM32WB5MM-DK (read/write) 596901 596901 0 0.0
.bss 128288 128288 0 0.0
.data 676 676 0 0.0
.rodata 78812 78812 0 0.0
.text 379400 379400 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825402 825402 0 0.0
bss 51116 51116 0 0.0
text 617146 617146 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1113000 1113000 0 0.0
bss 100920 100920 0 0.0
text 787238 787238 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1092152 1092152 0 0.0
bss 110012 110012 0 0.0
text 760274 760274 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935768 935768 0 0.0
bss 93060 93060 0 0.0
text 649402 649402 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827002 827002 0 0.0
bss 51164 51164 0 0.0
text 618808 618808 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 984576 984576 0 0.0
bss 79204 79204 0 0.0
text 699226 699226 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1097204 1097204 0 0.0
bss 100140 100140 0 0.0
text 773074 773074 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 957868 957868 0 0.0
bss 70668 70668 0 0.0
text 655302 655302 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953420 953420 0 0.0
bss 92640 92640 0 0.0
text 667168 667168 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 884608 884608 0 0.0
bss 69228 69228 0 0.0
text 625694 625694 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825212 825212 0 0.0
bss 57472 57472 0 0.0
text 592580 592580 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705960 705960 0 0.0
bss 73640 73640 0 0.0
text 462312 462312 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828266 828266 0 0.0
bss 51292 51292 0 0.0
text 621162 621162 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884033 884033 0 0.0
bss 60948 60948 0 0.0
text 635886 635886 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850800 850800 0 0.0
bss 57760 57760 0 0.0
text 612212 612212 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845364 845364 0 0.0
bss 58152 58152 0 0.0
text 606380 606380 0 0.0

Copy link

github-actions bot commented Feb 7, 2024

PR #31982: Size comparison from 18bf8c0 to ba72381

Decreases (2 builds for efr32)
platform target config section 18bf8c0 ba72381 change % change
efr32 lighting-app BRD4187C (read/write) 1104992 1104984 -8 -0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.text 931444 931436 -8 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 18bf8c0 ba72381 change % change
bl602 lighting-app bl602 (read/write) 1429914 1429914 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157396 157396 0 0.0
.text 1097060 1097060 0 0.0
bl602+mfd (read/write) 1444322 1444322 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156356 156356 0 0.0
.text 1112362 1112362 0 0.0
bl602+rpc (read/write) 1477554 1477554 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 164964 164964 0 0.0
.text 1128702 1128702 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1194739 1194739 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106780 106780 0 0.0
.text 966322 966322 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1205535 1205535 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105720 105720 0 0.0
.text 978076 978076 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1286207 1286207 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122152 122152 0 0.0
.text 1041010 1041010 0 0.0
bl706-eth (read/write) 1013121 1013121 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100100 100100 0 0.0
.text 758140 758140 0 0.0
bl706-wifi (read/write) 1246134 1246134 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121080 121080 0 0.0
.text 988394 988394 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1164060 1164060 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100784 100784 0 0.0
.text 959168 959168 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1175468 1175468 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99724 99724 0 0.0
.text 971490 971490 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780924 780924 0 0.0
(read/write) 168896 168896 0 0.0
.bss 90884 90884 0 0.0
.data 3568 3568 0 0.0
.rodata 90364 90364 0 0.0
.text 690296 690296 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799828 799828 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84764 84764 0 0.0
.text 714800 714800 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788388 788388 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111508 111508 0 0.0
.text 676616 676616 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738708 738708 0 0.0
(read/write) 167856 167856 0 0.0
.bss 89624 89624 0 0.0
.data 3552 3552 0 0.0
.rodata 86084 86084 0 0.0
.text 652360 652360 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724340 724340 0 0.0
(read/write) 168072 168072 0 0.0
.bss 89840 89840 0 0.0
.data 3552 3552 0 0.0
.rodata 81924 81924 0 0.0
.text 642152 642152 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 580834 580834 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86490 86490 0 0.0
.text 492220 492220 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628282 628282 0 0.0
(read/write) 208368 208368 0 0.0
.bss 201744 201744 0 0.0
.data 1504 1504 0 0.0
.rodata 107098 107098 0 0.0
.text 519064 519064 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564347 564347 0 0.0
.app_xip_area 454205 454205 0 0.0
.bss 64976 64976 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 549443 549443 0 0.0
.app_xip_area 434501 434501 0 0.0
.bss 69768 69768 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565987 565987 0 0.0
.app_xip_area 457341 457341 0 0.0
.bss 63512 63512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562715 562715 0 0.0
.app_xip_area 450757 450757 0 0.0
.bss 66752 66752 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928080 928080 0 0.0
.bss 197904 197904 0 0.0
.data 1388 1388 0 0.0
.text 728768 728768 0 0.0
BRD4187C (read/write) 1104992 1104984 -8 -0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.bss 188288 188288 0 0.0
.data 2792 2792 0 0.0
.text 931444 931436 -8 -0.0
window-app BRD4187C (read/write) 1158992 1158992 0 0.0
.bss 168884 168884 0 0.0
.data 3316 3316 0 0.0
.text 986772 986772 0 0.0
esp32 all-clusters-app c3devkit (read only) 1202230 1202230 0 0.0
(read/write) 1747160 1747160 0 0.0
.dram0.bss 73568 73568 0 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 250440 250440 0 0.0
.flash.text 1202230 1202230 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1244003 1244003 0 0.0
(read/write) 532100 532100 0 0.0
.dram0.bss 80424 80424 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 280576 280576 0 0.0
.flash.text 1237839 1237839 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610688 610688 0 0.0
(read/write) 81392 81392 0 0.0
.bss 69184 69184 0 0.0
.data 2224 2224 0 0.0
.text 610152 610152 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696136 696136 0 0.0
.bss 67752 67752 0 0.0
.data 2800 2800 0 0.0
.text 582112 582112 0 0.0
light k32w0+release (read only) 598920 598920 0 0.0
(read/write) 79344 79344 0 0.0
.bss 67160 67160 0 0.0
.data 2200 2200 0 0.0
.text 598384 598384 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787072 787072 0 0.0
.bss 77428 77428 0 0.0
.data 2016 2016 0 0.0
.text 664176 664176 0 0.0
lock k32w0+release (read only) 581464 581464 0 0.0
(read/write) 78836 78836 0 0.0
.bss 66704 66704 0 0.0
.data 2148 2148 0 0.0
.text 580928 580928 0 0.0
linux air-purifier-app debug (read only) 2606501 2606501 0 0.0
(read/write) 128640 128640 0 0.0
.bss 46368 46368 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74104 74104 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 183944 183944 0 0.0
.text 2245317 2245317 0 0.0
all-clusters-app debug (read only) 5851505 5851505 0 0.0
(read/write) 478024 478024 0 0.0
.bss 133488 133488 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 332696 332696 0 0.0
.dynamic 624 624 0 0.0
.got 5368 5368 0 0.0
.init 27 27 0 0.0
.init_array 1360 1360 0 0.0
.rodata 346600 346600 0 0.0
.text 5073267 5073267 0 0.0
all-clusters-minimal-app debug (read only) 5164409 5164409 0 0.0
(read/write) 235736 235736 0 0.0
.bss 127472 127472 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 96872 96872 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 287098 287098 0 0.0
.text 4643347 4643347 0 0.0
bridge-app debug (read only) 4574513 4574513 0 0.0
(read/write) 216824 216824 0 0.0
.bss 117984 117984 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85984 85984 0 0.0
.dynamic 624 624 0 0.0
.got 5256 5256 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 227866 227866 0 0.0
.text 4126675 4126675 0 0.0
chip-tool debug (read only) 11983473 11983473 0 0.0
(read/write) 520824 520824 0 0.0
.bss 94296 94296 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414184 414184 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 446553 446553 0 0.0
.text 10832211 10832211 0 0.0
chip-tool-ipv6only arm64 (read only) 11475520 11475520 0 0.0
(read/write) 589048 589048 0 0.0
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 453976 453976 0 0.0
.dynamic 512 512 0 0.0
.got 20328 20328 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352908 352908 0 0.0
.text 10235804 10235804 0 0.0
lighting-app debug+rpc+ui (read only) 5496113 5496113 0 0.0
(read/write) 225608 225608 0 0.0
.bss 118936 118936 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94384 94384 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 352628 352628 0 0.0
.text 4897411 4897411 0 0.0
lock-app debug (read only) 4653505 4653505 0 0.0
(read/write) 204784 204784 0 0.0
.bss 113488 113488 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80488 80488 0 0.0
.dynamic 624 624 0 0.0
.got 5208 5208 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 254362 254362 0 0.0
.text 4187155 4187155 0 0.0
ota-provider-app debug (read only) 4280337 4280337 0 0.0
(read/write) 193040 193040 0 0.0
.bss 113248 113248 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69584 69584 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206874 206874 0 0.0
.text 3881043 3881043 0 0.0
ota-requestor-app debug (read only) 4395785 4395785 0 0.0
(read/write) 197256 197256 0 0.0
.bss 114144 114144 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72544 72544 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212826 212826 0 0.0
.text 3986259 3986259 0 0.0
shell debug (read only) 2864697 2864697 0 0.0
(read/write) 155720 155720 0 0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 85960 85960 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186720 186720 0 0.0
.text 2505410 2505410 0 0.0
thermostat-no-ble arm64 (read only) 4464040 4464040 0 0.0
(read/write) 247920 247920 0 0.0
.bss 121752 121752 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103520 103520 0 0.0
.dynamic 512 512 0 0.0
.got 12208 12208 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158780 158780 0 0.0
.text 3960700 3960700 0 0.0
tv-app debug (read only) 5605505 5605505 0 0.0
(read/write) 350624 350624 0 0.0
.bss 243232 243232 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 93608 93608 0 0.0
.dynamic 624 624 0 0.0
.got 5504 5504 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 284538 284538 0 0.0
.text 5080643 5080643 0 0.0
tv-casting-app debug (read only) 9839617 9839617 0 0.0
(read/write) 339728 339728 0 0.0
.bss 156048 156048 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 173880 173880 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 381360 381360 0 0.0
.text 8993123 8993123 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531896 2531896 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494580 1494580 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1095176 1095176 0 0.0
bss 129969 129969 0 0.0
rodata 111712 111712 0 0.0
text 805688 805688 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1215396 1215396 0 0.0
bss 122107 122107 0 0.0
rodata 141572 141572 0 0.0
text 801212 801212 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045832 1045832 0 0.0
bss 129617 129617 0 0.0
rodata 99336 99336 0 0.0
text 769100 769100 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835288 835288 0 0.0
(read/write) 1789276 1789276 0 0.0
.bss 195396 195396 0 0.0
.data 2656 2656 0 0.0
.text 1582836 1582836 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1714516 1714516 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1510428 1510428 0 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634372 1634372 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1436996 1436996 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1666668 1666668 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442092 1442092 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124392 1124392 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 636776 636776 0 0.0
lock-app qpg6105+debug (read/write) 1089136 1089136 0 0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 601516 601516 0 0.0
stm32 light STM32WB5MM-DK (read/write) 596901 596901 0 0.0
.bss 128288 128288 0 0.0
.data 676 676 0 0.0
.rodata 78812 78812 0 0.0
.text 379400 379400 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825346 825346 0 0.0
bss 51116 51116 0 0.0
text 617094 617094 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1083896 1083896 0 0.0
bss 100920 100920 0 0.0
text 787182 787182 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1044140 1044140 0 0.0
bss 110012 110012 0 0.0
text 760222 760222 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 906664 906664 0 0.0
bss 93060 93060 0 0.0
text 649346 649346 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 826946 826946 0 0.0
bss 51164 51164 0 0.0
text 618756 618756 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 932948 932948 0 0.0
bss 79204 79204 0 0.0
text 699174 699174 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068020 1068020 0 0.0
bss 100140 100140 0 0.0
text 773018 773018 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 906240 906240 0 0.0
bss 70668 70668 0 0.0
text 655250 655250 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924316 924316 0 0.0
bss 92640 92640 0 0.0
text 667112 667112 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 829554 829554 0 0.0
bss 51272 51272 0 0.0
text 621758 621758 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 793276 793276 0 0.0
bss 57472 57472 0 0.0
text 592524 592524 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676856 676856 0 0.0
bss 73640 73640 0 0.0
text 462256 462256 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828210 828210 0 0.0
bss 51292 51292 0 0.0
text 621110 621110 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 851761 851761 0 0.0
bss 60948 60948 0 0.0
text 635830 635830 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 818864 818864 0 0.0
bss 57760 57760 0 0.0
text 612156 612156 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 838320 838320 0 0.0
bss 69576 69576 0 0.0
text 628664 628664 0 0.0

Copy link

github-actions bot commented Feb 7, 2024

PR #31982: Size comparison from 18bf8c0 to 5d6912f

Increases (2 builds for esp32)
platform target config section 18bf8c0 5d6912f change % change
esp32 all-clusters-app c3devkit (read only) 1202230 1202232 2 0.0
.flash.text 1202230 1202232 2 0.0
m5stack (read only) 1244003 1244011 8 0.0
.flash.text 1237839 1237847 8 0.0
Decreases (3 builds for efr32, linux)
platform target config section 18bf8c0 5d6912f change % change
efr32 lighting-app BRD4187C (read/write) 1104992 1104984 -8 -0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.text 931444 931436 -8 -0.0
linux all-clusters-app debug (read only) 5851505 5851137 -368 -0.0
.text 5073267 5072899 -368 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 18bf8c0 5d6912f change % change
bl602 lighting-app bl602 (read/write) 1429914 1429914 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157396 157396 0 0.0
.text 1097060 1097060 0 0.0
bl602+mfd (read/write) 1444322 1444322 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156356 156356 0 0.0
.text 1112362 1112362 0 0.0
bl602+rpc (read/write) 1477554 1477554 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 164964 164964 0 0.0
.text 1128702 1128702 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1194739 1194739 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106780 106780 0 0.0
.text 966322 966322 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1205535 1205535 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105720 105720 0 0.0
.text 978076 978076 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1286207 1286207 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122152 122152 0 0.0
.text 1041010 1041010 0 0.0
bl706-eth (read/write) 1013121 1013121 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100100 100100 0 0.0
.text 758140 758140 0 0.0
bl706-wifi (read/write) 1246134 1246134 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121080 121080 0 0.0
.text 988394 988394 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1164060 1164060 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100784 100784 0 0.0
.text 959168 959168 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1175468 1175468 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99724 99724 0 0.0
.text 971490 971490 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780924 780924 0 0.0
(read/write) 168896 168896 0 0.0
.bss 90884 90884 0 0.0
.data 3568 3568 0 0.0
.rodata 90364 90364 0 0.0
.text 690296 690296 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799828 799828 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84764 84764 0 0.0
.text 714800 714800 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788388 788388 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111508 111508 0 0.0
.text 676616 676616 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738708 738708 0 0.0
(read/write) 167856 167856 0 0.0
.bss 89624 89624 0 0.0
.data 3552 3552 0 0.0
.rodata 86084 86084 0 0.0
.text 652360 652360 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724340 724340 0 0.0
(read/write) 168072 168072 0 0.0
.bss 89840 89840 0 0.0
.data 3552 3552 0 0.0
.rodata 81924 81924 0 0.0
.text 642152 642152 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 580834 580834 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86490 86490 0 0.0
.text 492220 492220 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628282 628282 0 0.0
(read/write) 208368 208368 0 0.0
.bss 201744 201744 0 0.0
.data 1504 1504 0 0.0
.rodata 107098 107098 0 0.0
.text 519064 519064 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564347 564347 0 0.0
.app_xip_area 454205 454205 0 0.0
.bss 64976 64976 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 549443 549443 0 0.0
.app_xip_area 434501 434501 0 0.0
.bss 69768 69768 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 565987 565987 0 0.0
.app_xip_area 457341 457341 0 0.0
.bss 63512 63512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562715 562715 0 0.0
.app_xip_area 450757 450757 0 0.0
.bss 66752 66752 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928080 928080 0 0.0
.bss 197904 197904 0 0.0
.data 1388 1388 0 0.0
.text 728768 728768 0 0.0
BRD4187C (read/write) 1104992 1104984 -8 -0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906468 906460 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1122544 1122536 -8 -0.0
.bss 188288 188288 0 0.0
.data 2792 2792 0 0.0
.text 931444 931436 -8 -0.0
window-app BRD4187C (read/write) 1158992 1158992 0 0.0
.bss 168884 168884 0 0.0
.data 3316 3316 0 0.0
.text 986772 986772 0 0.0
esp32 all-clusters-app c3devkit (read only) 1202230 1202232 2 0.0
(read/write) 1747160 1747160 0 0.0
.dram0.bss 73568 73568 0 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 250440 250440 0 0.0
.flash.text 1202230 1202232 2 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1244003 1244011 8 0.0
(read/write) 532100 532100 0 0.0
.dram0.bss 80424 80424 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 280576 280576 0 0.0
.flash.text 1237839 1237847 8 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610688 610688 0 0.0
(read/write) 81392 81392 0 0.0
.bss 69184 69184 0 0.0
.data 2224 2224 0 0.0
.text 610152 610152 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696136 696136 0 0.0
.bss 67752 67752 0 0.0
.data 2800 2800 0 0.0
.text 582112 582112 0 0.0
light k32w0+release (read only) 598920 598920 0 0.0
(read/write) 79344 79344 0 0.0
.bss 67160 67160 0 0.0
.data 2200 2200 0 0.0
.text 598384 598384 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787072 787072 0 0.0
.bss 77428 77428 0 0.0
.data 2016 2016 0 0.0
.text 664176 664176 0 0.0
lock k32w0+release (read only) 581464 581464 0 0.0
(read/write) 78836 78836 0 0.0
.bss 66704 66704 0 0.0
.data 2148 2148 0 0.0
.text 580928 580928 0 0.0
linux air-purifier-app debug (read only) 2606501 2606501 0 0.0
(read/write) 128640 128640 0 0.0
.bss 46368 46368 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74104 74104 0 0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 183944 183944 0 0.0
.text 2245317 2245317 0 0.0
all-clusters-app debug (read only) 5851505 5851137 -368 -0.0
(read/write) 478024 478024 0 0.0
.bss 133488 133488 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 332696 332696 0 0.0
.dynamic 624 624 0 0.0
.got 5368 5368 0 0.0
.init 27 27 0 0.0
.init_array 1360 1360 0 0.0
.rodata 346600 346600 0 0.0
.text 5073267 5072899 -368 -0.0
all-clusters-minimal-app debug (read only) 5164409 5164409 0 0.0
(read/write) 235736 235736 0 0.0
.bss 127472 127472 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 96872 96872 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 287098 287098 0 0.0
.text 4643347 4643347 0 0.0
bridge-app debug (read only) 4574513 4574513 0 0.0
(read/write) 216824 216824 0 0.0
.bss 117984 117984 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 85984 85984 0 0.0
.dynamic 624 624 0 0.0
.got 5256 5256 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 227866 227866 0 0.0
.text 4126675 4126675 0 0.0
chip-tool debug (read only) 11983473 11983473 0 0.0
(read/write) 520824 520824 0 0.0
.bss 94296 94296 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414184 414184 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 446553 446553 0 0.0
.text 10832211 10832211 0 0.0
chip-tool-ipv6only arm64 (read only) 11475520 11475520 0 0.0
(read/write) 589048 589048 0 0.0
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 453976 453976 0 0.0
.dynamic 512 512 0 0.0
.got 20328 20328 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352908 352908 0 0.0
.text 10235804 10235804 0 0.0
lighting-app debug+rpc+ui (read only) 5496113 5496113 0 0.0
(read/write) 225608 225608 0 0.0
.bss 118936 118936 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94384 94384 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 352628 352628 0 0.0
.text 4897411 4897411 0 0.0
lock-app debug (read only) 4653505 4653505 0 0.0
(read/write) 204784 204784 0 0.0
.bss 113488 113488 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80488 80488 0 0.0
.dynamic 624 624 0 0.0
.got 5208 5208 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 254362 254362 0 0.0
.text 4187155 4187155 0 0.0
ota-provider-app debug (read only) 4280337 4280337 0 0.0
(read/write) 193040 193040 0 0.0
.bss 113248 113248 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69584 69584 0 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206874 206874 0 0.0
.text 3881043 3881043 0 0.0
ota-requestor-app debug (read only) 4395785 4395785 0 0.0
(read/write) 197256 197256 0 0.0
.bss 114144 114144 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72544 72544 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212826 212826 0 0.0
.text 3986259 3986259 0 0.0
shell debug (read only) 2864697 2864697 0 0.0
(read/write) 155720 155720 0 0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 85960 85960 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186720 186720 0 0.0
.text 2505410 2505410 0 0.0
thermostat-no-ble arm64 (read only) 4464040 4464040 0 0.0
(read/write) 247920 247920 0 0.0
.bss 121752 121752 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103520 103520 0 0.0
.dynamic 512 512 0 0.0
.got 12208 12208 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158780 158780 0 0.0
.text 3960700 3960700 0 0.0
tv-app debug (read only) 5605505 5605505 0 0.0
(read/write) 350624 350624 0 0.0
.bss 243232 243232 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 93608 93608 0 0.0
.dynamic 624 624 0 0.0
.got 5504 5504 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 284538 284538 0 0.0
.text 5080643 5080643 0 0.0
tv-casting-app debug (read only) 9839617 9839617 0 0.0
(read/write) 339728 339728 0 0.0
.bss 156048 156048 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 173880 173880 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 381360 381360 0 0.0
.text 8993123 8993123 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531896 2531896 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494580 1494580 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1095176 1095176 0 0.0
bss 129969 129969 0 0.0
rodata 111712 111712 0 0.0
text 805688 805688 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1215396 1215396 0 0.0
bss 122107 122107 0 0.0
rodata 141572 141572 0 0.0
text 801212 801212 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045832 1045832 0 0.0
bss 129617 129617 0 0.0
rodata 99336 99336 0 0.0
text 769100 769100 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835288 835288 0 0.0
(read/write) 1789276 1789276 0 0.0
.bss 195396 195396 0 0.0
.data 2656 2656 0 0.0
.text 1582836 1582836 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1714516 1714516 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1510428 1510428 0 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634372 1634372 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1436996 1436996 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1666668 1666668 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442092 1442092 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124392 1124392 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 636776 636776 0 0.0
lock-app qpg6105+debug (read/write) 1089136 1089136 0 0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 601516 601516 0 0.0
stm32 light STM32WB5MM-DK (read/write) 596901 596901 0 0.0
.bss 128288 128288 0 0.0
.data 676 676 0 0.0
.rodata 78812 78812 0 0.0
.text 379400 379400 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825346 825346 0 0.0
bss 51116 51116 0 0.0
text 617094 617094 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1083896 1083896 0 0.0
bss 100920 100920 0 0.0
text 787182 787182 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1044140 1044140 0 0.0
bss 110012 110012 0 0.0
text 760222 760222 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 906664 906664 0 0.0
bss 93060 93060 0 0.0
text 649346 649346 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 826946 826946 0 0.0
bss 51164 51164 0 0.0
text 618756 618756 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 932948 932948 0 0.0
bss 79204 79204 0 0.0
text 699174 699174 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068020 1068020 0 0.0
bss 100140 100140 0 0.0
text 773018 773018 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 906240 906240 0 0.0
bss 70668 70668 0 0.0
text 655250 655250 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924316 924316 0 0.0
bss 92640 92640 0 0.0
text 667112 667112 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 829554 829554 0 0.0
bss 51272 51272 0 0.0
text 621758 621758 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 793276 793276 0 0.0
bss 57472 57472 0 0.0
text 592524 592524 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676856 676856 0 0.0
bss 73640 73640 0 0.0
text 462256 462256 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828210 828210 0 0.0
bss 51292 51292 0 0.0
text 621110 621110 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 851761 851761 0 0.0
bss 60948 60948 0 0.0
text 635830 635830 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 818864 818864 0 0.0
bss 57760 57760 0 0.0
text 612156 612156 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 838320 838320 0 0.0
bss 69576 69576 0 0.0
text 628664 628664 0 0.0

src/python_testing/mdns_discovery/mdns_discovery.py Outdated Show resolved Hide resolved
src/python_testing/mdns_discovery/mdns_discovery.py Outdated Show resolved Hide resolved
src/python_testing/mdns_discovery/mdns_discovery.py Outdated Show resolved Hide resolved
src/python_testing/mdns_discovery/mdns_discovery.py Outdated Show resolved Hide resolved
src/python_testing/TC_SC_4_3.py Outdated Show resolved Hide resolved
src/python_testing/TC_SC_4_3.py Outdated Show resolved Hide resolved
src/python_testing/TC_SC_4_3.py Outdated Show resolved Hide resolved
src/python_testing/TC_SC_4_3.py Outdated Show resolved Hide resolved
src/python_testing/TC_SC_4_3.py Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Oct 15, 2024

PR #31982: Size comparison from bbc0fb2 to 8864f7c

Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section bbc0fb2 8864f7c change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1349986 1349986 0 0.0
RAM 104120 104120 0 0.0
bl702 lighting-app bl702+eth FLASH 647742 647742 0 0.0
RAM 25233 25233 0 0.0
bl702+wifi FLASH 825228 825228 0 0.0
RAM 13965 13965 0 0.0
bl706+mfd+rpc+littlefs FLASH 1054154 1054154 0 0.0
RAM 23821 23821 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 974998 974998 0 0.0
RAM 16468 16468 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 829532 829532 0 0.0
RAM 123452 123452 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 814872 814872 0 0.0
RAM 125332 125332 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 761436 761436 0 0.0
RAM 113824 113824 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 745664 745664 0 0.0
RAM 114016 114016 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 617202 617202 0 0.0
RAM 205908 205908 0 0.0
lock CC3235SF_LAUNCHXL FLASH 657258 657258 0 0.0
RAM 206060 206060 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 678517 678517 0 0.0
RAM 78668 78668 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 698361 698361 0 0.0
RAM 81300 81300 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 698361 698361 0 0.0
RAM 81300 81300 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 655297 655297 0 0.0
RAM 73736 73736 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 614845 614845 0 0.0
RAM 71628 71628 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 634473 634473 0 0.0
RAM 74180 74180 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 634473 634473 0 0.0
RAM 74180 74180 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 634165 634165 0 0.0
RAM 74676 74676 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 653873 653873 0 0.0
RAM 77228 77228 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 653873 653873 0 0.0
RAM 77228 77228 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 609477 609477 0 0.0
RAM 68764 68764 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 629337 629337 0 0.0
RAM 71396 71396 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 629337 629337 0 0.0
RAM 71396 71396 0 0.0
efr32 lock-app BRD4187C FLASH 925216 925216 0 0.0
RAM 159708 159708 0 0.0
BRD4338a FLASH 741352 741344 -8 -0.0
RAM 231008 231008 0 0.0
window-app BRD4187C FLASH 1018140 1018140 0 0.0
RAM 128052 128052 0 0.0
esp32 all-clusters-app c3devkit DRAM 94248 94248 0 0.0
FLASH 1538732 1538732 0 0.0
IRAM 82538 82538 0 0.0
m5stack DRAM 115192 115192 0 0.0
FLASH 1549078 1549078 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2781139 2781139 0 0.0
RAM 129520 129520 0 0.0
all-clusters-app debug unknown 5528 5528 0 0.0
FLASH 6087760 6087760 0 0.0
RAM 522912 522912 0 0.0
all-clusters-minimal-app debug unknown 5424 5424 0 0.0
FLASH 5418418 5418418 0 0.0
RAM 241200 241200 0 0.0
bridge-app debug unknown 5408 5408 0 0.0
FLASH 4751768 4751768 0 0.0
RAM 218384 218384 0 0.0
chip-tool debug unknown 5960 5960 0 0.0
FLASH 13161680 13161680 0 0.0
RAM 584562 584562 0 0.0
chip-tool-ipv6only arm64 unknown 21408 21408 0 0.0
FLASH 11720272 11720272 0 0.0
RAM 635480 635480 0 0.0
fabric-admin debug unknown 5792 5792 0 0.0
FLASH 11377275 11377275 0 0.0
RAM 584218 584218 0 0.0
fabric-bridge-app debug unknown 4632 4632 0 0.0
FLASH 4575400 4575400 0 0.0
RAM 205048 205048 0 0.0
lighting-app debug+rpc+ui unknown 6056 6056 0 0.0
FLASH 5693905 5693905 0 0.0
RAM 228488 228488 0 0.0
lock-app debug unknown 5344 5344 0 0.0
FLASH 4801344 4801344 0 0.0
RAM 204472 204472 0 0.0
ota-provider-app debug unknown 4720 4720 0 0.0
FLASH 4430768 4430768 0 0.0
RAM 198192 198192 0 0.0
ota-requestor-app debug unknown 4656 4656 0 0.0
FLASH 4569582 4569582 0 0.0
RAM 202760 202760 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3111197 3111197 0 0.0
RAM 159280 159280 0 0.0
thermostat-no-ble arm64 unknown 9448 9448 0 0.0
FLASH 4319696 4319696 0 0.0
RAM 242888 242888 0 0.0
tv-app debug unknown 5624 5624 0 0.0
FLASH 6031701 6031701 0 0.0
RAM 596416 596416 0 0.0
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 11367517 11367517 0 0.0
RAM 675936 675936 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 914504 914504 0 0.0
RAM 142359 142359 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 885280 885280 0 0.0
RAM 140498 140498 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 847924 847924 0 0.0
RAM 141261 141261 0 0.0
nxp contact k32w0+release FLASH 582248 582248 0 0.0
RAM 70952 70952 0 0.0
k32w1+release FLASH 597136 597136 0 0.0
RAM 63184 63184 0 0.0
mcxw71+release FLASH 596896 596896 0 0.0
RAM 63184 63184 0 0.0
light k32w0+release FLASH 618764 618764 0 0.0
RAM 70416 70416 0 0.0
k32w1+release FLASH 683112 683112 0 0.0
RAM 48816 48816 0 0.0
mcxw71+release FLASH 683128 683128 0 0.0
RAM 48816 48816 0 0.0
lock k32w1+release FLASH 705480 705480 0 0.0
RAM 67324 67324 0 0.0
mcxw71+release FLASH 705504 705504 0 0.0
RAM 67324 67324 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646388 1646388 0 0.0
RAM 211400 211400 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1552436 1552436 0 0.0
RAM 208200 208200 0 0.0
light cy8ckit_062s2_43012 FLASH 1467860 1467860 0 0.0
RAM 201200 201200 0 0.0
lock cy8ckit_062s2_43012 FLASH 1464932 1464932 0 0.0
RAM 225560 225560 0 0.0
qpg lighting-app qpg6105+debug FLASH 660560 660560 0 0.0
RAM 105396 105396 0 0.0
lock-app qpg6105+debug FLASH 618580 618580 0 0.0
RAM 99864 99864 0 0.0
stm32 light STM32WB5MM-DK FLASH 481864 481864 0 0.0
RAM 144844 144844 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 620998 620998 0 0.0
RAM 50648 50648 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 688222 688222 0 0.0
RAM 148488 148488 0 0.0
all-clusters-minimal-app tlsr9528a FLASH 781214 781214 0 0.0
RAM 110440 110440 0 0.0
bridge-app tlsr9258a FLASH 681098 681098 0 0.0
RAM 91304 91304 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 620762 620762 0 0.0
RAM 50600 50600 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 708716 708716 0 0.0
RAM 73940 73940 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625716 625716 0 0.0
RAM 144468 144468 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 811724 811724 0 0.0
RAM 99100 99100 0 0.0
lock-app-dfu tlsr9528a FLASH 656668 656668 0 0.0
RAM 66660 66660 0 0.0
ota-requestor-app tlsr9258a FLASH 697076 697076 0 0.0
RAM 90896 90896 0 0.0
pump-app-usb tlsr9518adk80d FLASH 634408 634408 0 0.0
RAM 55476 55476 0 0.0
pump-controller-app tlsr9518adk80d FLASH 611598 611598 0 0.0
RAM 52720 52720 0 0.0
shell tlsr9518adk80d FLASH 467872 467872 0 0.0
RAM 68168 68168 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 627912 627912 0 0.0
RAM 52320 52320 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 653730 653730 0 0.0
RAM 56268 56268 0 0.0
thermostat tlsr9518adk80d FLASH 638340 638340 0 0.0
RAM 53112 53112 0 0.0
window-covering tlsr9118bdk40d FLASH 524456 524456 0 0.0
RAM 97444 97444 0 0.0
tizen all-clusters-app arm unknown 4904 4904 0 0.0
FLASH 1726876 1726876 0 0.0
RAM 89084 89084 0 0.0
chip-tool-ubsan arm unknown 10792 10792 0 0.0
FLASH 18327298 18327298 0 0.0
RAM 7969632 7969632 0 0.0

Copy link

github-actions bot commented Oct 15, 2024

PR #31982: Size comparison from 064c205 to 819ea06

Full report (27 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, nxp, qpg, stm32, tizen)
platform target config section 064c205 819ea06 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1349986 1349986 0 0.0
RAM 104120 104120 0 0.0
bl702 lighting-app bl702+eth FLASH 647742 647742 0 0.0
RAM 25233 25233 0 0.0
bl702+wifi FLASH 825228 825228 0 0.0
RAM 13965 13965 0 0.0
bl706+mfd+rpc+littlefs FLASH 1054154 1054154 0 0.0
RAM 23821 23821 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 974998 974998 0 0.0
RAM 16468 16468 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 829532 829532 0 0.0
RAM 123452 123452 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 814872 814872 0 0.0
RAM 125332 125332 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 761436 761436 0 0.0
RAM 113824 113824 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 745664 745664 0 0.0
RAM 114016 114016 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 617202 617202 0 0.0
RAM 205908 205908 0 0.0
lock CC3235SF_LAUNCHXL FLASH 657258 657258 0 0.0
RAM 206060 206060 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 914504 914504 0 0.0
RAM 142359 142359 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 885280 885280 0 0.0
RAM 140498 140498 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 847924 847924 0 0.0
RAM 141261 141261 0 0.0
nxp contact k32w0+release FLASH 582248 582248 0 0.0
RAM 70952 70952 0 0.0
k32w1+release FLASH 597136 597136 0 0.0
RAM 63184 63184 0 0.0
mcxw71+release FLASH 596896 596896 0 0.0
RAM 63184 63184 0 0.0
light k32w0+release FLASH 618764 618764 0 0.0
RAM 70416 70416 0 0.0
k32w1+release FLASH 683112 683112 0 0.0
RAM 48816 48816 0 0.0
mcxw71+release FLASH 683128 683128 0 0.0
RAM 48816 48816 0 0.0
lock k32w1+release FLASH 705480 705480 0 0.0
RAM 67324 67324 0 0.0
mcxw71+release FLASH 705504 705504 0 0.0
RAM 67324 67324 0 0.0
qpg lighting-app qpg6105+debug FLASH 660560 660560 0 0.0
RAM 105396 105396 0 0.0
lock-app qpg6105+debug FLASH 618580 618580 0 0.0
RAM 99864 99864 0 0.0
stm32 light STM32WB5MM-DK FLASH 481864 481864 0 0.0
RAM 144844 144844 0 0.0
tizen all-clusters-app arm unknown 4904 4904 0 0.0
FLASH 1726716 1726716 0 0.0
RAM 89084 89084 0 0.0
chip-tool-ubsan arm unknown 10792 10792 0 0.0
FLASH 18327198 18327198 0 0.0
RAM 7969512 7969512 0 0.0

Copy link

github-actions bot commented Oct 15, 2024

PR #31982: Size comparison from 064c205 to b42f4cb

Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 064c205 b42f4cb change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1349986 1349986 0 0.0
RAM 104120 104120 0 0.0
bl702 lighting-app bl702+eth FLASH 647742 647742 0 0.0
RAM 25233 25233 0 0.0
bl702+wifi FLASH 825228 825228 0 0.0
RAM 13965 13965 0 0.0
bl706+mfd+rpc+littlefs FLASH 1054154 1054154 0 0.0
RAM 23821 23821 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 974998 974998 0 0.0
RAM 16468 16468 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 829532 829532 0 0.0
RAM 123452 123452 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 814872 814872 0 0.0
RAM 125332 125332 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 761436 761436 0 0.0
RAM 113824 113824 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 745664 745664 0 0.0
RAM 114016 114016 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 617202 617202 0 0.0
RAM 205908 205908 0 0.0
lock CC3235SF_LAUNCHXL FLASH 657258 657258 0 0.0
RAM 206060 206060 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 678517 678517 0 0.0
RAM 78668 78668 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 698361 698361 0 0.0
RAM 81300 81300 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 698361 698361 0 0.0
RAM 81300 81300 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 655297 655297 0 0.0
RAM 73736 73736 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 614845 614845 0 0.0
RAM 71628 71628 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 634473 634473 0 0.0
RAM 74180 74180 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 634473 634473 0 0.0
RAM 74180 74180 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 634165 634165 0 0.0
RAM 74676 74676 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 653873 653873 0 0.0
RAM 77228 77228 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 653873 653873 0 0.0
RAM 77228 77228 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 609477 609477 0 0.0
RAM 68764 68764 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 629337 629337 0 0.0
RAM 71396 71396 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 629337 629337 0 0.0
RAM 71396 71396 0 0.0
efr32 lock-app BRD4187C FLASH 925216 925216 0 0.0
RAM 159708 159708 0 0.0
BRD4338a FLASH 741384 741376 -8 -0.0
RAM 231008 231008 0 0.0
window-app BRD4187C FLASH 1018172 1018172 0 0.0
RAM 128052 128052 0 0.0
esp32 all-clusters-app c3devkit DRAM 94248 94248 0 0.0
FLASH 1538732 1538732 0 0.0
IRAM 82538 82538 0 0.0
m5stack DRAM 115192 115192 0 0.0
FLASH 1549078 1549078 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2781089 2781089 0 0.0
RAM 129520 129520 0 0.0
all-clusters-app debug unknown 5528 5528 0 0.0
FLASH 6087530 6087530 0 0.0
RAM 522912 522912 0 0.0
all-clusters-minimal-app debug unknown 5424 5424 0 0.0
FLASH 5418280 5418280 0 0.0
RAM 241200 241200 0 0.0
bridge-app debug unknown 5408 5408 0 0.0
FLASH 4751720 4751720 0 0.0
RAM 218384 218384 0 0.0
chip-tool debug unknown 5960 5960 0 0.0
FLASH 13161544 13161544 0 0.0
RAM 584562 584562 0 0.0
chip-tool-ipv6only arm64 unknown 21408 21408 0 0.0
FLASH 11720160 11720160 0 0.0
RAM 635480 635480 0 0.0
fabric-admin debug unknown 5792 5792 0 0.0
FLASH 11377139 11377139 0 0.0
RAM 584218 584218 0 0.0
fabric-bridge-app debug unknown 4632 4632 0 0.0
FLASH 4575352 4575352 0 0.0
RAM 205048 205048 0 0.0
lighting-app debug+rpc+ui unknown 6056 6056 0 0.0
FLASH 5693729 5693729 0 0.0
RAM 228488 228488 0 0.0
lock-app debug unknown 5344 5344 0 0.0
FLASH 4801296 4801296 0 0.0
RAM 204472 204472 0 0.0
ota-provider-app debug unknown 4720 4720 0 0.0
FLASH 4430678 4430678 0 0.0
RAM 198192 198192 0 0.0
ota-requestor-app debug unknown 4656 4656 0 0.0
FLASH 4569444 4569444 0 0.0
RAM 202760 202760 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3111005 3111005 0 0.0
RAM 159280 159280 0 0.0
thermostat-no-ble arm64 unknown 9448 9448 0 0.0
FLASH 4319696 4319696 0 0.0
RAM 242888 242888 0 0.0
tv-app debug unknown 5624 5624 0 0.0
FLASH 6031557 6031557 0 0.0
RAM 596416 596416 0 0.0
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 11367389 11367389 0 0.0
RAM 675936 675936 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 914504 914504 0 0.0
RAM 142359 142359 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 885280 885280 0 0.0
RAM 140498 140498 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 847924 847924 0 0.0
RAM 141261 141261 0 0.0
nxp contact k32w0+release FLASH 582248 582248 0 0.0
RAM 70952 70952 0 0.0
k32w1+release FLASH 597136 597136 0 0.0
RAM 63184 63184 0 0.0
mcxw71+release FLASH 596896 596896 0 0.0
RAM 63184 63184 0 0.0
light k32w0+release FLASH 618764 618764 0 0.0
RAM 70416 70416 0 0.0
k32w1+release FLASH 683112 683112 0 0.0
RAM 48816 48816 0 0.0
mcxw71+release FLASH 683128 683128 0 0.0
RAM 48816 48816 0 0.0
lock k32w1+release FLASH 705480 705480 0 0.0
RAM 67324 67324 0 0.0
mcxw71+release FLASH 705504 705504 0 0.0
RAM 67324 67324 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646388 1646388 0 0.0
RAM 211400 211400 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1552436 1552436 0 0.0
RAM 208200 208200 0 0.0
light cy8ckit_062s2_43012 FLASH 1467860 1467860 0 0.0
RAM 201200 201200 0 0.0
lock cy8ckit_062s2_43012 FLASH 1464932 1464932 0 0.0
RAM 225560 225560 0 0.0
qpg lighting-app qpg6105+debug FLASH 660560 660560 0 0.0
RAM 105396 105396 0 0.0
lock-app qpg6105+debug FLASH 618580 618580 0 0.0
RAM 99864 99864 0 0.0
stm32 light STM32WB5MM-DK FLASH 481864 481864 0 0.0
RAM 144844 144844 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 620998 620998 0 0.0
RAM 50648 50648 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 688222 688222 0 0.0
RAM 148488 148488 0 0.0
all-clusters-minimal-app tlsr9528a FLASH 781214 781214 0 0.0
RAM 110440 110440 0 0.0
bridge-app tlsr9258a FLASH 681098 681098 0 0.0
RAM 91304 91304 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 620762 620762 0 0.0
RAM 50600 50600 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 708716 708716 0 0.0
RAM 73940 73940 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625716 625716 0 0.0
RAM 144468 144468 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 811724 811724 0 0.0
RAM 99100 99100 0 0.0
lock-app-dfu tlsr9528a FLASH 656668 656668 0 0.0
RAM 66660 66660 0 0.0
ota-requestor-app tlsr9258a FLASH 697076 697076 0 0.0
RAM 90896 90896 0 0.0
pump-app-usb tlsr9518adk80d FLASH 634408 634408 0 0.0
RAM 55476 55476 0 0.0
pump-controller-app tlsr9518adk80d FLASH 611598 611598 0 0.0
RAM 52720 52720 0 0.0
shell tlsr9518adk80d FLASH 467872 467872 0 0.0
RAM 68168 68168 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 627912 627912 0 0.0
RAM 52320 52320 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 653730 653730 0 0.0
RAM 56268 56268 0 0.0
thermostat tlsr9518adk80d FLASH 638340 638340 0 0.0
RAM 53112 53112 0 0.0
window-covering tlsr9118bdk40d FLASH 524456 524456 0 0.0
RAM 97444 97444 0 0.0
tizen all-clusters-app arm unknown 4904 4904 0 0.0
FLASH 1726716 1726716 0 0.0
RAM 89084 89084 0 0.0
chip-tool-ubsan arm unknown 10792 10792 0 0.0
FLASH 18327198 18327198 0 0.0
RAM 7969512 7969512 0 0.0

Copy link

github-actions bot commented Oct 29, 2024

PR #31982: Size comparison from 3d80093 to 30efb6c

Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 3d80093 30efb6c change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1349924 1349924 0 0.0
RAM 104120 104120 0 0.0
bl702 lighting-app bl702+eth FLASH 647346 647346 0 0.0
RAM 25233 25233 0 0.0
bl702+wifi FLASH 824910 824910 0 0.0
RAM 13965 13965 0 0.0
bl706+mfd+rpc+littlefs FLASH 1053644 1053644 0 0.0
RAM 23821 23821 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 974428 974428 0 0.0
RAM 16468 16468 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 836396 836396 0 0.0
RAM 123676 123676 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 821824 821824 0 0.0
RAM 125556 125556 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 768388 768388 0 0.0
RAM 114048 114048 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 752648 752648 0 0.0
RAM 114240 114240 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 626450 626450 0 0.0
RAM 206132 206132 0 0.0
lock CC3235SF_LAUNCHXL FLASH 666426 666426 0 0.0
RAM 206284 206284 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 678365 678365 0 0.0
RAM 78692 78692 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 698217 698217 0 0.0
RAM 81324 81324 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 698217 698217 0 0.0
RAM 81324 81324 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 655153 655153 0 0.0
RAM 73760 73760 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 614813 614813 0 0.0
RAM 71644 71644 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 634449 634449 0 0.0
RAM 74196 74196 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 634449 634449 0 0.0
RAM 74196 74196 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 634173 634173 0 0.0
RAM 74692 74692 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 653889 653889 0 0.0
RAM 77244 77244 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 653889 653889 0 0.0
RAM 77244 77244 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 609429 609429 0 0.0
RAM 68780 68780 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 629281 629281 0 0.0
RAM 71412 71412 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 629281 629281 0 0.0
RAM 71412 71412 0 0.0
efr32 lock-app BRD4187C FLASH 926100 926100 0 0.0
RAM 159920 159920 0 0.0
BRD4338a FLASH 741208 741208 0 0.0
RAM 232580 232580 0 0.0
window-app BRD4187C FLASH 1018008 1018008 0 0.0
RAM 128264 128264 0 0.0
esp32 all-clusters-app c3devkit DRAM 95256 95256 0 0.0
FLASH 1538710 1538710 0 0.0
IRAM 82538 82538 0 0.0
m5stack DRAM 116192 116192 0 0.0
FLASH 1548950 1548950 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2736743 2736743 0 0.0
RAM 129616 129616 0 0.0
all-clusters-app debug unknown 5528 5528 0 0.0
FLASH 6039048 6039048 0 0.0
RAM 523872 523872 0 0.0
all-clusters-minimal-app debug unknown 5424 5424 0 0.0
FLASH 5371642 5371642 0 0.0
RAM 242448 242448 0 0.0
bridge-app debug unknown 5408 5408 0 0.0
FLASH 4705204 4705204 0 0.0
RAM 218400 218400 0 0.0
chip-tool debug unknown 5960 5960 0 0.0
FLASH 12979062 12979062 0 0.0
RAM 584466 584466 0 0.0
chip-tool-ipv6only arm64 unknown 21416 21416 0 0.0
FLASH 11114184 11114184 0 0.0
RAM 635400 635400 0 0.0
fabric-admin debug unknown 5792 5792 0 0.0
FLASH 11308853 11308853 0 0.0
RAM 584922 584922 0 0.0
fabric-bridge-app debug unknown 4632 4632 0 0.0
FLASH 4531634 4531634 0 0.0
RAM 205368 205368 0 0.0
fabric-sync debug unknown 4840 4840 0 0.0
FLASH 5244117 5244117 0 0.0
RAM 465432 465432 0 0.0
lighting-app debug+rpc+ui unknown 6056 6056 0 0.0
FLASH 5646289 5646289 0 0.0
RAM 228520 228520 0 0.0
lock-app debug unknown 5344 5344 0 0.0
FLASH 4754080 4754080 0 0.0
RAM 204520 204520 0 0.0
ota-provider-app debug unknown 4720 4720 0 0.0
FLASH 4380820 4380820 0 0.0
RAM 198240 198240 0 0.0
ota-requestor-app debug unknown 4656 4656 0 0.0
FLASH 4519860 4519860 0 0.0
RAM 202808 202808 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3063773 3063773 0 0.0
RAM 160336 160336 0 0.0
thermostat-no-ble arm64 unknown 9456 9456 0 0.0
FLASH 4123816 4123816 0 0.0
RAM 242936 242936 0 0.0
tv-app debug unknown 5624 5624 0 0.0
FLASH 5980517 5980517 0 0.0
RAM 596304 596304 0 0.0
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 11187469 11187469 0 0.0
RAM 694552 694552 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 914348 914348 0 0.0
RAM 143357 143357 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 885884 885884 0 0.0
RAM 141496 141496 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 847916 847916 0 0.0
RAM 142265 142265 0 0.0
nxp contact k32w0+release FLASH 582280 582280 0 0.0
RAM 71092 71092 0 0.0
mcxw71+release FLASH 596768 596768 0 0.0
RAM 63184 63184 0 0.0
light k32w0+release FLASH 618884 618884 0 0.0
RAM 70556 70556 0 0.0
k32w1+release FLASH 682976 682976 0 0.0
RAM 48816 48816 0 0.0
lock mcxw71+release FLASH 746568 746568 0 0.0
RAM 67340 67340 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1643572 1643572 0 0.0
RAM 212408 212408 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1550524 1550524 0 0.0
RAM 209208 209208 0 0.0
light cy8ckit_062s2_43012 FLASH 1466516 1466516 0 0.0
RAM 201200 201200 0 0.0
lock cy8ckit_062s2_43012 FLASH 1463956 1463956 0 0.0
RAM 225560 225560 0 0.0
qpg lighting-app qpg6105+debug FLASH 660376 660376 0 0.0
RAM 105420 105420 0 0.0
lock-app qpg6105+debug FLASH 618460 618460 0 0.0
RAM 99880 99880 0 0.0
stm32 light STM32WB5MM-DK FLASH 481672 481672 0 0.0
RAM 144844 144844 0 0.0
telink bridge-app tlsr9258a FLASH 680868 680868 0 0.0
RAM 91304 91304 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 620466 620466 0 0.0
RAM 50600 50600 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 708404 708404 0 0.0
RAM 73940 73940 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625310 625310 0 0.0
RAM 144468 144468 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 811320 811320 0 0.0
RAM 99100 99100 0 0.0
tizen all-clusters-app arm unknown 4912 4912 0 0.0
FLASH 1722268 1722268 0 0.0
RAM 90140 90140 0 0.0
chip-tool-ubsan arm unknown 10792 10792 0 0.0
FLASH 18157678 18157678 0 0.0
RAM 7915516 7915516 0 0.0

Copy link

github-actions bot commented Nov 12, 2024

PR #31982: Size comparison from ebfd212 to 57dee9f

Full report (5 builds for cc32xx, stm32, tizen)
platform target config section ebfd212 57dee9f change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 625930 625930 0 0.0
RAM 205784 205784 0 0.0
lock CC3235SF_LAUNCHXL FLASH 667242 667242 0 0.0
RAM 205936 205936 0 0.0
stm32 light STM32WB5MM-DK FLASH 482944 482944 0 0.0
RAM 144848 144848 0 0.0
tizen all-clusters-app arm unknown 4956 4956 0 0.0
FLASH 1722680 1722680 0 0.0
RAM 90660 90660 0 0.0
chip-tool-ubsan arm unknown 10800 10800 0 0.0
FLASH 17979646 17979646 0 0.0
RAM 7844172 7844172 0 0.0

Copy link

PR #31982: Size comparison from ebfd212 to 20a35bb

Full report (1 build for stm32)
platform target config section ebfd212 20a35bb change % change
stm32 light STM32WB5MM-DK FLASH 482944 482944 0 0.0
RAM 144848 144848 0 0.0

Copy link

github-actions bot commented Nov 14, 2024

PR #31982: Size comparison from 59d7388 to 41ffddc

Full report (63 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, tizen)
platform target config section 59d73883 41ffddc change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1349448 1349448 0 0.0
RAM 104080 104080 0 0.0
bl702 lighting-app bl702+eth FLASH 649346 649346 0 0.0
RAM 25313 25313 0 0.0
bl702+wifi FLASH 826926 826926 0 0.0
RAM 14053 14053 0 0.0
bl706+mfd+rpc+littlefs FLASH 1055124 1055124 0 0.0
RAM 23893 23893 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 976486 976486 0 0.0
RAM 16556 16556 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 837852 837852 0 0.0
RAM 123632 123632 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823768 823768 0 0.0
RAM 125520 125520 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770492 770492 0 0.0
RAM 113988 113988 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754704 754704 0 0.0
RAM 114196 114196 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 627498 627498 0 0.0
RAM 205784 205784 0 0.0
lock CC3235SF_LAUNCHXL FLASH 667242 667242 0 0.0
RAM 205936 205936 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679489 679489 0 0.0
RAM 78692 78692 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699341 699341 0 0.0
RAM 81324 81324 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699341 699341 0 0.0
RAM 81324 81324 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656277 656277 0 0.0
RAM 73760 73760 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 616345 616345 0 0.0
RAM 71644 71644 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635973 635973 0 0.0
RAM 74196 74196 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635973 635973 0 0.0
RAM 74196 74196 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635801 635801 0 0.0
RAM 74692 74692 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 655517 655517 0 0.0
RAM 77244 77244 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 655517 655517 0 0.0
RAM 77244 77244 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611197 611197 0 0.0
RAM 68780 68780 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631049 631049 0 0.0
RAM 71412 71412 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631049 631049 0 0.0
RAM 71412 71412 0 0.0
efr32 lock-app BRD4187C FLASH 927596 927596 0 0.0
RAM 160164 160164 0 0.0
BRD4338a FLASH 743712 743688 -24 -0.0
RAM 233296 233296 0 0.0
window-app BRD4187C FLASH 1018816 1018808 -8 -0.0
RAM 128264 128264 0 0.0
esp32 all-clusters-app c3devkit DRAM 95336 95336 0 0.0
FLASH 1540014 1540014 0 0.0
IRAM 82542 82542 0 0.0
m5stack DRAM 116264 116264 0 0.0
FLASH 1548894 1548886 -8 -0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4712 4712 0 0.0
FLASH 2699379 2699379 0 0.0
RAM 129696 129696 0 0.0
all-clusters-app debug unknown 5552 5552 0 0.0
FLASH 5990630 5990598 -32 -0.0
RAM 523552 523456 -96 -0.0
all-clusters-minimal-app debug unknown 5448 5448 0 0.0
FLASH 5328802 5328802 0 0.0
RAM 242512 242512 0 0.0
bridge-app debug unknown 5432 5432 0 0.0
FLASH 4671244 4671244 0 0.0
RAM 218432 218432 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 12855046 12830214 -24832 -0.2
RAM 583186 582258 -928 -0.2
chip-tool-ipv6only arm64 unknown 21336 21288 -48 -0.2
FLASH 10989696 10966576 -23120 -0.2
RAM 634088 633144 -944 -0.1
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11260541 11237799 -22742 -0.2
RAM 583538 582610 -928 -0.2
fabric-bridge-app debug unknown 4688 4688 0 0.0
FLASH 4495514 4495514 0 0.0
RAM 205408 205408 0 0.0
fabric-sync debug unknown 4896 4896 0 0.0
FLASH 5309861 5309829 -32 -0.0
RAM 466536 466440 -96 -0.0
lighting-app debug+rpc+ui unknown 6096 6096 0 0.0
FLASH 5607169 5607169 0 0.0
RAM 228600 228600 0 0.0
lock-app debug unknown 5368 5368 0 0.0
FLASH 4720718 4720718 0 0.0
RAM 204600 204600 0 0.0
ota-provider-app debug unknown 4744 4744 0 0.0
FLASH 4346150 4346150 0 0.0
RAM 198272 198272 0 0.0
ota-requestor-app debug unknown 4680 4680 0 0.0
FLASH 4484552 4484552 0 0.0
RAM 202856 202856 0 0.0
shell debug unknown 4240 4240 0 0.0
FLASH 3013837 3013837 0 0.0
RAM 160344 160344 0 0.0
thermostat-no-ble arm64 unknown 9464 9464 0 0.0
FLASH 4090256 4090256 0 0.0
RAM 242984 242984 0 0.0
tv-app debug unknown 5664 5664 0 0.0
FLASH 5943813 5943749 -64 -0.0
RAM 595984 595888 -96 -0.0
tv-casting-app debug unknown 5232 5232 0 0.0
FLASH 11061613 11036013 -25600 -0.2
RAM 693096 691928 -1168 -0.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 914884 914884 0 0.0
RAM 143289 143289 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 887340 887340 0 0.0
RAM 141476 141476 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 849080 849080 0 0.0
RAM 142197 142197 0 0.0
nxp contact k32w0+release FLASH 584128 584128 0 0.0
RAM 71048 71048 0 0.0
mcxw71+release FLASH 598664 598664 0 0.0
RAM 63144 63144 0 0.0
light k32w0+release FLASH 611172 611172 0 0.0
RAM 70440 70440 0 0.0
k32w1+release FLASH 684976 684976 0 0.0
RAM 48776 48776 0 0.0
lock mcxw71+release FLASH 748512 748512 0 0.0
RAM 67300 67300 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1642476 1642476 0 0.0
RAM 212064 212064 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1550468 1550468 0 0.0
RAM 208864 208864 0 0.0
light cy8ckit_062s2_43012 FLASH 1466620 1466620 0 0.0
RAM 200848 200848 0 0.0
lock cy8ckit_062s2_43012 FLASH 1464796 1464796 0 0.0
RAM 225208 225208 0 0.0
qpg lighting-app qpg6105+debug FLASH 662144 662144 0 0.0
RAM 105384 105384 0 0.0
lock-app qpg6105+debug FLASH 620244 620244 0 0.0
RAM 99836 99836 0 0.0
stm32 light STM32WB5MM-DK FLASH 482944 482944 0 0.0
RAM 144848 144848 0 0.0
tizen all-clusters-app arm unknown 4952 4952 0 0.0
FLASH 1721608 1721608 0 0.0
RAM 90628 90628 0 0.0
chip-tool-ubsan arm unknown 10800 10776 -24 -0.2
FLASH 17982062 17938758 -43304 -0.2
RAM 7845204 7825888 -19316 -0.2

Copy link

github-actions bot commented Nov 14, 2024

PR #31982: Size comparison from 59d7388 to 78a768a

Increases above 0.2%:

platform target config section 59d73883 78a768a change % change
linux fabric-sync debug FLASH 5309861 5456181 146320 2.8
RAM 466536 470520 3984 0.9
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 59d73883 78a768a change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1349448 1349448 0 0.0
RAM 104080 104080 0 0.0
bl702 lighting-app bl702+eth FLASH 649346 649334 -12 -0.0
RAM 25313 25329 16 0.1
bl702+wifi FLASH 826926 826914 -12 -0.0
RAM 14053 14069 16 0.1
bl706+mfd+rpc+littlefs FLASH 1055124 1055112 -12 -0.0
RAM 23893 23909 16 0.1
bl702l lighting-app bl702l+mfd+littlefs FLASH 976486 976486 0 0.0
RAM 16556 16556 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 837852 837852 0 0.0
RAM 123632 123632 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823768 823768 0 0.0
RAM 125520 125520 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770492 770492 0 0.0
RAM 113988 113988 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754704 754704 0 0.0
RAM 114196 114196 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 627498 627498 0 0.0
RAM 205784 205784 0 0.0
lock CC3235SF_LAUNCHXL FLASH 667242 667242 0 0.0
RAM 205936 205936 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679489 679489 0 0.0
RAM 78692 78692 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699341 699333 -8 -0.0
RAM 81324 81324 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699341 699333 -8 -0.0
RAM 81324 81324 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656277 656277 0 0.0
RAM 73760 73760 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 616345 616345 0 0.0
RAM 71644 71644 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635973 635973 0 0.0
RAM 74196 74196 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635973 635973 0 0.0
RAM 74196 74196 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635801 635801 0 0.0
RAM 74692 74692 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 655517 655509 -8 -0.0
RAM 77244 77244 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 655517 655509 -8 -0.0
RAM 77244 77244 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611197 611197 0 0.0
RAM 68780 68780 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631049 631049 0 0.0
RAM 71412 71412 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631049 631049 0 0.0
RAM 71412 71412 0 0.0
efr32 lock-app BRD4187C FLASH 927596 927596 0 0.0
RAM 160164 160164 0 0.0
BRD4338a FLASH 743712 743688 -24 -0.0
RAM 233296 233296 0 0.0
window-app BRD4187C FLASH 1018816 1018808 -8 -0.0
RAM 128264 128264 0 0.0
esp32 all-clusters-app c3devkit DRAM 95336 95336 0 0.0
FLASH 1540014 1540014 0 0.0
IRAM 82542 82542 0 0.0
m5stack DRAM 116264 116264 0 0.0
FLASH 1548894 1548854 -40 -0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4712 4712 0 0.0
FLASH 2699379 2699441 62 0.0
RAM 129696 129728 32 0.0
all-clusters-app debug unknown 5552 5552 0 0.0
FLASH 5990630 5990630 0 0.0
RAM 523552 523456 -96 -0.0
all-clusters-minimal-app debug unknown 5448 5448 0 0.0
FLASH 5328802 5328800 -2 -0.0
RAM 242512 242512 0 0.0
bridge-app debug unknown 5432 5432 0 0.0
FLASH 4671244 4671272 28 0.0
RAM 218432 218464 32 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 12855046 12830216 -24830 -0.2
RAM 583186 582226 -960 -0.2
chip-tool-ipv6only arm64 unknown 21336 21288 -48 -0.2
FLASH 10989696 10966576 -23120 -0.2
RAM 634088 633144 -944 -0.1
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11260541 1123780 -22740 -0.2
RAM 583538 582578 -960 -0.2
fabric-bridge-app debug unknown 4688 4688 0 0.0
FLASH 4495514 4495542 28 0.0
RAM 205408 205424 16 0.0
fabric-sync debug unknown 4896 4896 0 0.0
FLASH 5309861 5456181 146320 2.8
RAM 466536 470520 3984 0.9
lighting-app debug+rpc+ui unknown 6096 6096 0 0.0
FLASH 5607169 5607201 32 0.0
RAM 228600 228616 16 0.0
lock-app debug unknown 5368 5368 0 0.0
FLASH 4720718 4720684 -34 -0.0
RAM 204600 204632 32 0.0
ota-provider-app debug unknown 4744 4744 0 0.0
FLASH 4346150 4346146 -4 -0.0
RAM 198272 198304 32 0.0
ota-requestor-app debug unknown 4680 4680 0 0.0
FLASH 4484552 4484580 28 0.0
RAM 202856 202888 32 0.0
shell debug unknown 4240 4240 0 0.0
FLASH 3013837 3013869 32 0.0
RAM 160344 160360 16 0.0
thermostat-no-ble arm64 unknown 9464 9464 0 0.0
FLASH 4090256 4090288 32 0.0
RAM 242984 242984 0 0.0
tv-app debug unknown 5664 5664 0 0.0
FLASH 5943813 5943813 0 0.0
RAM 595984 595920 -64 -0.0
tv-casting-app debug unknown 5232 5232 0 0.0
FLASH 11061613 11035981 -25632 -0.2
RAM 693096 691960 -1136 -0.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 914884 914884 0 0.0
RAM 143289 143289 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 887340 887340 0 0.0
RAM 141476 141476 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 849080 849080 0 0.0
RAM 142197 142197 0 0.0
nxp contact k32w0+release FLASH 584128 584128 0 0.0
RAM 71048 71048 0 0.0
mcxw71+release FLASH 598664 598664 0 0.0
RAM 63144 63144 0 0.0
light k32w0+release FLASH 611172 611172 0 0.0
RAM 70440 70440 0 0.0
k32w1+release FLASH 684976 684976 0 0.0
RAM 48776 48776 0 0.0
lock mcxw71+release FLASH 748512 748512 0 0.0
RAM 67300 67300 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1642476 1642476 0 0.0
RAM 212064 212064 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1550468 1550468 0 0.0
RAM 208864 208864 0 0.0
light cy8ckit_062s2_43012 FLASH 1466620 1466620 0 0.0
RAM 200848 200848 0 0.0
lock cy8ckit_062s2_43012 FLASH 1464796 1464812 16 0.0
RAM 225208 225208 0 0.0
qpg lighting-app qpg6105+debug FLASH 662144 662136 -8 -0.0
RAM 105384 105384 0 0.0
lock-app qpg6105+debug FLASH 620244 620244 0 0.0
RAM 99836 99836 0 0.0
stm32 light STM32WB5MM-DK FLASH 482944 482944 0 0.0
RAM 144848 144848 0 0.0
telink bridge-app tlsr9258a FLASH 684686 684686 0 0.0
RAM 91536 91536 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 622694 622694 0 0.0
RAM 50472 50472 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 710624 710624 0 0.0
RAM 73812 73812 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 628992 628992 0 0.0
RAM 145392 145392 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 814880 814880 0 0.0
RAM 100012 100012 0 0.0
tizen all-clusters-app arm unknown 4952 4952 0 0.0
FLASH 1721608 1721612 4 0.0
RAM 90628 90628 0 0.0
chip-tool-ubsan arm unknown 10800 10776 -24 -0.2
FLASH 17982062 17938758 -43304 -0.2
RAM 7845204 7825888 -19316 -0.2

Copy link

github-actions bot commented Nov 14, 2024

PR #31982: Size comparison from 73ff58f to ef874d0

Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 73ff58f ef874d0 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1349448 1349448 0 0.0
RAM 104080 104080 0 0.0
bl702 lighting-app bl702+eth FLASH 649334 649334 0 0.0
RAM 25329 25329 0 0.0
bl702+wifi FLASH 826914 826914 0 0.0
RAM 14069 14069 0 0.0
bl706+mfd+rpc+littlefs FLASH 1055112 1055112 0 0.0
RAM 23909 23909 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 976486 976486 0 0.0
RAM 16556 16556 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 837852 837852 0 0.0
RAM 123632 123632 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823768 823768 0 0.0
RAM 125520 125520 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770492 770492 0 0.0
RAM 113988 113988 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754704 754704 0 0.0
RAM 114196 114196 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 628706 628706 0 0.0
RAM 205784 205784 0 0.0
lock CC3235SF_LAUNCHXL FLASH 667242 667242 0 0.0
RAM 205936 205936 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679489 679489 0 0.0
RAM 78692 78692 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699333 699333 0 0.0
RAM 81324 81324 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699333 699333 0 0.0
RAM 81324 81324 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656277 656277 0 0.0
RAM 73760 73760 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 616345 616345 0 0.0
RAM 71644 71644 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635973 635973 0 0.0
RAM 74196 74196 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635973 635973 0 0.0
RAM 74196 74196 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635801 635801 0 0.0
RAM 74692 74692 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 655509 655509 0 0.0
RAM 77244 77244 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 655509 655509 0 0.0
RAM 77244 77244 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 612285 612285 0 0.0
RAM 68780 68780 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 632137 632137 0 0.0
RAM 71412 71412 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 632137 632137 0 0.0
RAM 71412 71412 0 0.0
efr32 lock-app BRD4187C FLASH 927596 927596 0 0.0
RAM 160164 160164 0 0.0
BRD4338a FLASH 743696 743688 -8 -0.0
RAM 233296 233296 0 0.0
window-app BRD4187C FLASH 1018816 1018808 -8 -0.0
RAM 128264 128264 0 0.0
esp32 all-clusters-app c3devkit DRAM 95336 95336 0 0.0
FLASH 1541134 1541134 0 0.0
IRAM 82542 82542 0 0.0
m5stack DRAM 116264 116264 0 0.0
FLASH 1549822 1549822 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4712 4712 0 0.0
FLASH 2702273 2702273 0 0.0
RAM 129728 129728 0 0.0
all-clusters-app debug unknown 5552 5552 0 0.0
FLASH 5993494 5993494 0 0.0
RAM 523456 523456 0 0.0
all-clusters-minimal-app debug unknown 5448 5448 0 0.0
FLASH 5331632 5331632 0 0.0
RAM 242512 242512 0 0.0
bridge-app debug unknown 5432 5432 0 0.0
FLASH 4671272 4671272 0 0.0
RAM 218464 218464 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 12830216 12830216 0 0.0
RAM 582226 582226 0 0.0
chip-tool-ipv6only arm64 unknown 21288 21288 0 0.0
FLASH 10966576 10966576 0 0.0
RAM 633144 633144 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 1123780 1123780 0 0.0
RAM 582578 582578 0 0.0
fabric-bridge-app debug unknown 4688 4688 0 0.0
FLASH 4495542 4495542 0 0.0
RAM 205424 205424 0 0.0
fabric-sync debug unknown 4896 4896 0 0.0
FLASH 5456661 5456661 0 0.0
RAM 470512 470512 0 0.0
lighting-app debug+rpc+ui unknown 6096 6096 0 0.0
FLASH 5607201 5607201 0 0.0
RAM 228616 228616 0 0.0
lock-app debug unknown 5368 5368 0 0.0
FLASH 4720684 4720684 0 0.0
RAM 204632 204632 0 0.0
ota-provider-app debug unknown 4744 4744 0 0.0
FLASH 4346146 4346146 0 0.0
RAM 198304 198304 0 0.0
ota-requestor-app debug unknown 4680 4680 0 0.0
FLASH 4484580 4484580 0 0.0
RAM 202888 202888 0 0.0
shell debug unknown 4240 4240 0 0.0
FLASH 3016701 3016701 0 0.0
RAM 160360 160360 0 0.0
thermostat-no-ble arm64 unknown 9496 9496 0 0.0
FLASH 4093392 4093392 0 0.0
RAM 242984 242984 0 0.0
tv-app debug unknown 5664 5664 0 0.0
FLASH 5943813 5943813 0 0.0
RAM 595920 595920 0 0.0
tv-casting-app debug unknown 5232 5232 0 0.0
FLASH 11035981 11035981 0 0.0
RAM 691960 691960 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 915876 915876 0 0.0
RAM 143289 143289 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 888100 888100 0 0.0
RAM 141476 141476 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 850072 850072 0 0.0
RAM 142197 142197 0 0.0
nxp contact k32w0+release FLASH 584128 584128 0 0.0
RAM 71048 71048 0 0.0
mcxw71+release FLASH 598664 598664 0 0.0
RAM 63144 63144 0 0.0
light k32w0+release FLASH 611172 611172 0 0.0
RAM 70440 70440 0 0.0
k32w1+release FLASH 684976 684976 0 0.0
RAM 48776 48776 0 0.0
lock mcxw71+release FLASH 748512 748512 0 0.0
RAM 67300 67300 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1643604 1643604 0 0.0
RAM 212064 212064 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1551596 1551596 0 0.0
RAM 208864 208864 0 0.0
light cy8ckit_062s2_43012 FLASH 1466620 1466620 0 0.0
RAM 200848 200848 0 0.0
lock cy8ckit_062s2_43012 FLASH 1464812 1464812 0 0.0
RAM 225208 225208 0 0.0
qpg lighting-app qpg6105+debug FLASH 662136 662136 0 0.0
RAM 105384 105384 0 0.0
lock-app qpg6105+debug FLASH 620244 620244 0 0.0
RAM 99836 99836 0 0.0
stm32 light STM32WB5MM-DK FLASH 482944 482944 0 0.0
RAM 144848 144848 0 0.0
telink bridge-app tlsr9258a FLASH 684686 684686 0 0.0
RAM 91536 91536 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 622694 622694 0 0.0
RAM 50472 50472 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 710624 710624 0 0.0
RAM 73812 73812 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 628992 628992 0 0.0
RAM 145392 145392 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 814880 814880 0 0.0
RAM 100012 100012 0 0.0
tizen all-clusters-app arm unknown 4968 4968 0 0.0
FLASH 1723900 1723900 0 0.0
RAM 90628 90628 0 0.0
chip-tool-ubsan arm unknown 10776 10776 0 0.0
FLASH 17938758 17938758 0 0.0
RAM 7825888 7825888 0 0.0

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

Successfully merging this pull request may close these issues.

5 participants