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

Separate out attribute access interface registry/cache, remove free functions from InteractionModelEngine.h #32954

Merged
merged 22 commits into from
Apr 12, 2024

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented Apr 11, 2024

AttributeAccessInterface is very stand-alone and has no reason to be tied to ember directly (as its use is mostly inside the compatibility functions as a hook and the only callbacks ember needs is a cleanup).

Changes

  • create AttributeAccessInterfaceRegistry.h/cpp to contain the old functions that existed in attribute-storage.cpp.
    • as a sideffect, mocks do not need to return nullptr for all attribute access interfaces
    • as a sideffect, dynamic server would in theory also support attributeaccessinterface
  • moved the declaration of the DispatchSingleClusterCommand method into its own src/app/util/IMClusterCommandHandler.h to represent that we generate this code into IMClusterCommandHandler.cpp
  • removed invalid/unused platform includes: it turns out platform code was including attributeaccessinterface but not using it ... and as a sideffect this made a using chip::TLV needing removal (that was also there due to copy and paste, but no TLV is used in platform)
  • Fixed a few other platform includes that we transitively assumed due to AttributeAccessInterface (added some safecasts and cluster-enums includes).

@github-actions github-actions bot added the esp32 label Apr 11, 2024
Copy link

github-actions bot commented Apr 11, 2024

PR #32954: Size comparison from 15f2c49 to e88d964

Increases above 0.2%:

platform target config section 15f2c49 e88d964 change % change
linux air-purifier-app debug .init_array 792 800 8 1.0
all-clusters-app debug .init_array 1432 1440 8 0.6
all-clusters-minimal-app debug .init_array 1160 1168 8 0.7
bridge-app debug .init_array 856 864 8 0.9
chip-tool debug .init_array 824 832 8 1.0
lighting-app debug+rpc+ui .init_array 968 976 8 0.8
lock-app debug .init_array 872 880 8 0.9
ota-provider-app debug .init_array 744 752 8 1.1
ota-requestor-app debug .init_array 792 800 8 1.0
shell debug .init_array 1104 1112 8 0.7
tv-app debug .init_array 1176 1184 8 0.7
tv-casting-app debug .init_array 1208 1216 8 0.7
Increases (22 builds for cc13x4_26x4, cyw30739, linux, psoc6, stm32)
platform target config section 15f2c49 e88d964 change % change
cc13x4_26x4 lock-ftd LP_EM_CC1354P10_6 .text 721508 721512 4 0.0
lock-mtd LP_EM_CC1354P10_6 .text 683436 683440 4 0.0
pump-app LP_EM_CC1354P10_6 .text 660996 661000 4 0.0
cyw30739 light cyw930739m2evb_01 .app_xip_area 459517 459525 8 0.0
ota-requestor cyw930739m2evb_01 .app_xip_area 464333 464341 8 0.0
linux air-purifier-app debug (read only) 2645053 2645205 152 0.0
.init_array 792 800 8 1.0
.rodata 184880 184912 32 0.0
.text 2281205 2281301 96 0.0
all-clusters-app debug (read only) 5953881 5954065 184 0.0
(read/write) 481504 481512 8 0.0
.data.rel.ro 334456 334472 16 0.0
.init_array 1432 1440 8 0.6
.rodata 350416 350480 64 0.0
.text 5168707 5168803 96 0.0
all-clusters-minimal-app debug (read only) 5234145 5234393 248 0.0
.data.rel.ro 98040 98056 16 0.0
.init_array 1160 1168 8 0.7
.rodata 289386 289514 128 0.0
.text 4708659 4708755 96 0.0
bridge-app debug (read only) 4627641 4627793 152 0.0
(read/write) 218336 218344 8 0.0
.init_array 856 864 8 0.9
.rodata 230250 230282 32 0.0
.text 4175715 4175811 96 0.0
chip-tool debug (read only) 12082489 12082513 24 0.0
(read/write) 523032 523104 72 0.0
.bss 94680 94744 64 0.1
.init_array 824 832 8 1.0
.text 10922931 10922995 64 0.0
lighting-app debug+rpc+ui (read only) 5550441 5550593 152 0.0
(read/write) 227064 227112 48 0.0
.bss 119336 119344 8 0.0
.data.rel.ro 95360 95376 16 0.0
.init_array 968 976 8 0.8
.rodata 354004 354036 32 0.0
.text 4948371 4948467 96 0.0
lock-app debug (read only) 4692241 4692441 200 0.0
(read/write) 205552 205568 16 0.0
.bss 113696 113704 8 0.0
.init_array 872 880 8 0.9
.rodata 255914 255978 64 0.0
.text 4223715 4223827 112 0.0
ota-provider-app debug (read only) 4309049 4309201 152 0.0
.init_array 744 752 8 1.1
.rodata 209162 209194 32 0.0
.text 3905427 3905523 96 0.0
ota-requestor-app debug (read only) 4438649 4438769 120 0.0
.init_array 792 800 8 1.0
.text 4024275 4024371 96 0.0
shell debug (read only) 2920385 2920569 184 0.0
.init_array 1104 1112 8 0.7
.rodata 186656 186752 96 0.1
.text 2559074 2559138 64 0.0
thermostat-no-ble arm64 (read only) 4427788 4427820 32 0.0
.text 3931160 3931192 32 0.0
tv-app debug (read only) 5763153 5763321 168 0.0
(read/write) 353296 353304 8 0.0
.init_array 1176 1184 8 0.7
.rodata 293258 293322 64 0.0
.text 5226691 5226771 80 0.0
tv-casting-app debug (read only) 9893105 9893209 104 0.0
.init_array 1208 1216 8 0.7
.rodata 383672 383704 32 0.0
.text 9042771 9042819 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832280 832288 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835432 835440 8 0.0
(read/write) 1724964 1724972 8 0.0
.text 1518668 1518684 16 0.0
light cy8ckit_062s2_43012 (read only) 842160 842168 8 0.0
stm32 light STM32WB5MM-DK .text 384720 384728 8 0.0
Decreases (47 builds for cc13x4_26x4, cyw30739, efr32, linux, nrfconnect, nxp, psoc6, stm32, telink)
platform target config section 15f2c49 e88d964 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782500 782484 -16 -0.0
(read/write) 168824 168816 -8 -0.0
.bss 90780 90772 -8 -0.0
.text 699604 699592 -12 -0.0
lock-ftd LP_EM_CC1354P10_6 (read/write) 178976 178968 -8 -0.0
.bss 100948 100940 -8 -0.0
lock-mtd LP_EM_CC1354P10_6 (read/write) 173416 173408 -8 -0.0
.bss 95388 95380 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read/write) 167784 167776 -8 -0.0
.bss 89520 89512 -8 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725188 725180 -8 -0.0
.text 650852 650848 -4 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569599 569591 -8 -0.0
.bss 64908 64892 -16 -0.0
lock cyw930739m2evb_01 (read/write) 551815 551799 -16 -0.0
.bss 69572 69556 -16 -0.0
ota-requestor cyw930739m2evb_01 .bss 63444 63436 -8 -0.0
switch cyw930739m2evb_01 (read/write) 564887 564863 -24 -0.0
.app_xip_area 453117 453109 -8 -0.0
.bss 66556 66540 -16 -0.0
efr32 lighting-app BRD4187C (read/write) 1068136 1068096 -40 -0.0
.bss 179904 179896 -8 -0.0
.text 884796 884764 -32 -0.0
lock-app BRD4338a (read/write) 959720 959708 -12 -0.0
.text 699860 699848 -12 -0.0
window-app BRD4187C (read/write) 1133808 1133796 -12 -0.0
.bss 164504 164496 -8 -0.0
.text 965964 965960 -4 -0.0
linux air-purifier-app debug .bss 46736 46728 -8 -0.0
all-clusters-app debug .bss 135072 135040 -32 -0.0
all-clusters-minimal-app debug (read/write) 237488 237464 -24 -0.0
.bss 127904 127872 -32 -0.0
chip-tool debug .rodata 451225 451161 -64 -0.0
chip-tool-ipv6only arm64 (read/write) 588928 588912 -16 -0.0
.bss 103736 103720 -16 -0.0
lock-app debug .data.rel.ro 81016 81000 -16 -0.0
ota-provider-app debug (read/write) 194224 194200 -24 -0.0
.bss 113472 113440 -32 -0.0
ota-requestor-app debug (read/write) 198592 198568 -24 -0.0
.bss 114368 114336 -32 -0.0
.data.rel.ro 73552 73536 -16 -0.0
shell debug (read/write) 156904 156880 -24 -0.0
.bss 62544 62512 -32 -0.1
thermostat-no-ble arm64 (read/write) 243536 243504 -32 -0.0
tv-casting-app debug (read/write) 342544 342528 -16 -0.0
.bss 157904 157880 -24 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1064780 1064764 -16 -0.0
text 781400 781384 -16 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1225560 1225544 -16 -0.0
text 797064 797048 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1012260 1012244 -16 -0.0
text 742768 742752 -16 -0.0
nxp contact k32w0+release (read only) 574964 574956 -8 -0.0
.text 574428 574420 -8 -0.0
k32w1+release (read/write) 702100 702092 -8 -0.0
.bss 71192 71184 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1803076 1803068 -8 -0.0
.bss 198372 198364 -8 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .bss 195252 195244 -8 -0.0
light cy8ckit_062s2_43012 (read/write) 1643700 1643684 -16 -0.0
.bss 188716 188708 -8 -0.0
.text 1444132 1444124 -8 -0.0
stm32 light STM32WB5MM-DK .bss 128436 128428 -8 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 832938 832914 -24 -0.0
text 623968 623938 -30 -0.0
all-clusters-app tlsr9518adk80d (read/write) 1096176 1096136 -40 -0.0
text 797526 797486 -40 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1057640 1057592 -48 -0.0
text 771888 771844 -44 -0.0
bridge-app tlsr9518adk80d (read/write) 913128 913088 -40 -0.0
text 655326 655286 -40 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 834982 834950 -32 -0.0
text 626074 626042 -32 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 935720 935688 -32 -0.0
text 702712 702676 -36 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1089536 1089504 -32 -0.0
text 793336 793300 -36 -0.0
lock-app-dfu tlsr9528a (read/write) 910212 910180 -32 -0.0
text 659602 659570 -32 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 932820 932780 -40 -0.0
text 674898 674854 -44 -0.0
pump-app tlsr9258a (read/write) 832628 832596 -32 -0.0
text 623166 623138 -28 -0.0
pump-controller-app tlsr9518adk80d (read/write) 798748 798716 -32 -0.0
text 598072 598044 -28 -0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 842706 842674 -32 -0.0
text 632612 632580 -32 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858469 858437 -32 -0.0
text 642182 642146 -36 -0.0
thermostat tlsr9518adk80d (read/write) 824296 824264 -32 -0.0
text 617624 617596 -28 -0.0
window-covering tlsr9258a (read/write) 837412 837380 -32 -0.0
text 625536 625504 -32 -0.0
Full report (54 builds for cc13x4_26x4, cyw30739, efr32, linux, nrfconnect, nxp, psoc6, stm32, telink)
platform target config section 15f2c49 e88d964 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782500 782484 -16 -0.0
(read/write) 168824 168816 -8 -0.0
.bss 90780 90772 -8 -0.0
.data 3584 3584 0 0.0
.rodata 82628 82628 0 0.0
.text 699604 699592 -12 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798492 798492 0 0.0
(read/write) 178976 178968 -8 -0.0
.bss 100948 100940 -8 -0.0
.data 3576 3576 0 0.0
.rodata 76716 76716 0 0.0
.text 721508 721512 4 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787236 787236 0 0.0
(read/write) 173416 173408 -8 -0.0
.bss 95388 95380 -8 -0.0
.data 3576 3576 0 0.0
.rodata 103532 103532 0 0.0
.text 683436 683440 4 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739556 739556 0 0.0
(read/write) 167784 167776 -8 -0.0
.bss 89520 89512 -8 -0.0
.data 3568 3568 0 0.0
.rodata 78292 78292 0 0.0
.text 660996 661000 4 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725188 725180 -8 -0.0
(read/write) 168000 168000 0 0.0
.bss 89736 89736 0 0.0
.data 3568 3568 0 0.0
.rodata 74068 74068 0 0.0
.text 650852 650848 -4 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569599 569591 -8 -0.0
.app_xip_area 459517 459525 8 0.0
.bss 64908 64892 -16 -0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 551815 551799 -16 -0.0
.app_xip_area 437061 437061 0 0.0
.bss 69572 69556 -16 -0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572911 572911 0 0.0
.app_xip_area 464333 464341 8 0.0
.bss 63444 63436 -8 -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) 564887 564863 -24 -0.0
.app_xip_area 453117 453109 -8 -0.0
.bss 66556 66540 -16 -0.0
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1068136 1068096 -40 -0.0
.bss 179904 179896 -8 -0.0
.data 3416 3416 0 0.0
.text 884796 884764 -32 -0.0
lock-app BRD4338a (read/write) 959720 959708 -12 -0.0
.bss 210220 210220 0 0.0
.data 30272 30272 0 0.0
.text 699860 699848 -12 -0.0
window-app BRD4187C (read/write) 1133808 1133796 -12 -0.0
.bss 164504 164496 -8 -0.0
.data 3320 3320 0 0.0
.text 965964 965960 -4 -0.0
linux air-purifier-app debug (read only) 2645053 2645205 152 0.0
(read/write) 130032 130032 0 0.0
.bss 46736 46728 -8 -0.0
.data 2272 2272 0 0.0
.data.rel.ro 75080 75080 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 792 800 8 1.0
.rodata 184880 184912 32 0.0
.text 2281205 2281301 96 0.0
all-clusters-app debug (read only) 5953881 5954065 184 0.0
(read/write) 481504 481512 8 0.0
.bss 135072 135040 -32 -0.0
.data 4560 4560 0 0.0
.data.rel.ro 334456 334472 16 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1432 1440 8 0.6
.rodata 350416 350480 64 0.0
.text 5168707 5168803 96 0.0
all-clusters-minimal-app debug (read only) 5234145 5234393 248 0.0
(read/write) 237488 237464 -24 -0.0
.bss 127904 127872 -32 -0.0
.data 4464 4464 0 0.0
.data.rel.ro 98040 98056 16 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1160 1168 8 0.7
.rodata 289386 289514 128 0.0
.text 4708659 4708755 96 0.0
bridge-app debug (read only) 4627641 4627793 152 0.0
(read/write) 218336 218344 8 0.0
.bss 118400 118400 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 86976 86976 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 856 864 8 0.9
.rodata 230250 230282 32 0.0
.text 4175715 4175811 96 0.0
chip-tool debug (read only) 12082489 12082513 24 0.0
(read/write) 523032 523104 72 0.0
.bss 94680 94744 64 0.1
.data 5122 5122 0 0.0
.data.rel.ro 416000 416000 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 824 832 8 1.0
.rodata 451225 451161 -64 -0.0
.text 10922931 10922995 64 0.0
chip-tool-ipv6only arm64 (read only) 11402292 11402292 0 0.0
(read/write) 588928 588912 -16 -0.0
.bss 103736 103720 -16 -0.0
.data 4512 4512 0 0.0
.data.rel.ro 455936 455936 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356004 356004 0 0.0
.text 10164600 10164600 0 0.0
lighting-app debug+rpc+ui (read only) 5550441 5550593 152 0.0
(read/write) 227064 227112 48 0.0
.bss 119336 119344 8 0.0
.data 4864 4864 0 0.0
.data.rel.ro 95360 95376 16 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 968 976 8 0.8
.rodata 354004 354036 32 0.0
.text 4948371 4948467 96 0.0
lock-app debug (read only) 4692241 4692441 200 0.0
(read/write) 205552 205568 16 0.0
.bss 113696 113704 8 0.0
.data 4160 4160 0 0.0
.data.rel.ro 81016 81000 -16 -0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 872 880 8 0.9
.rodata 255914 255978 64 0.0
.text 4223715 4223827 112 0.0
ota-provider-app debug (read only) 4309049 4309201 152 0.0
(read/write) 194224 194200 -24 -0.0
.bss 113472 113440 -32 -0.0
.data 4368 4368 0 0.0
.data.rel.ro 70448 70448 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 744 752 8 1.1
.rodata 209162 209194 32 0.0
.text 3905427 3905523 96 0.0
ota-requestor-app debug (read only) 4438649 4438769 120 0.0
(read/write) 198592 198568 -24 -0.0
.bss 114368 114336 -32 -0.0
.data 4768 4768 0 0.0
.data.rel.ro 73552 73536 -16 -0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 792 800 8 1.0
.rodata 215370 215370 0 0.0
.text 4024275 4024371 96 0.0
shell debug (read only) 2920385 2920569 184 0.0
(read/write) 156904 156880 -24 -0.0
.bss 62544 62512 -32 -0.1
.data 1424 1424 0 0.0
.data.rel.ro 87152 87152 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1104 1112 8 0.7
.rodata 186656 186752 96 0.1
.text 2559074 2559138 64 0.0
thermostat-no-ble arm64 (read only) 4427788 4427820 32 0.0
(read/write) 243536 243504 -32 -0.0
.bss 121976 121976 0 0.0
.data 3392 3392 0 0.0
.data.rel.ro 104296 104296 0 0.0
.dynamic 512 512 0 0.0
.got 8712 8712 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160084 160084 0 0.0
.text 3931160 3931192 32 0.0
tv-app debug (read only) 5763153 5763321 168 0.0
(read/write) 353296 353304 8 0.0
.bss 244336 244336 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 95128 95128 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1176 1184 8 0.7
.rodata 293258 293322 64 0.0
.text 5226691 5226771 80 0.0
tv-casting-app debug (read only) 9893105 9893209 104 0.0
(read/write) 342544 342528 -16 -0.0
.bss 157904 157880 -24 -0.0
.data 3008 3008 0 0.0
.data.rel.ro 174752 174752 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1208 1216 8 0.7
.rodata 383672 383704 32 0.0
.text 9042771 9042819 48 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1064780 1064764 -16 -0.0
bss 133107 133107 0 0.0
rodata 103052 103052 0 0.0
text 781400 781384 -16 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1225560 1225544 -16 -0.0
bss 127163 127163 0 0.0
rodata 151300 151300 0 0.0
text 797064 797048 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1012260 1012244 -16 -0.0
bss 131965 131965 0 0.0
rodata 90316 90316 0 0.0
text 742768 742752 -16 -0.0
nxp contact k32w0+release (read only) 574964 574956 -8 -0.0
(read/write) 80004 80004 0 0.0
.bss 67840 67840 0 0.0
.data 2180 2180 0 0.0
.text 574428 574420 -8 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702100 702092 -8 -0.0
.bss 71192 71184 -8 -0.0
.data 2856 2856 0 0.0
.text 588672 588672 0 0.0
light k32w0+release (read only) 608880 608880 0 0.0
(read/write) 79464 79464 0 0.0
.bss 67280 67280 0 0.0
.data 2200 2200 0 0.0
.text 608344 608344 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793824 793824 0 0.0
.bss 80728 80728 0 0.0
.data 2056 2056 0 0.0
.text 671672 671672 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832280 832288 8 0.0
(read/write) 1803076 1803068 -8 -0.0
.bss 198372 198364 -8 -0.0
.data 2688 2688 0 0.0
.text 1593628 1593628 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835432 835440 8 0.0
(read/write) 1724964 1724972 8 0.0
.bss 195252 195244 -8 -0.0
.data 2656 2656 0 0.0
.text 1518668 1518684 16 0.0
light cy8ckit_062s2_43012 (read only) 842160 842168 8 0.0
(read/write) 1643700 1643684 -16 -0.0
.bss 188716 188708 -8 -0.0
.data 2464 2464 0 0.0
.text 1444132 1444124 -8 -0.0
lock cy8ckit_062s2_43012 (read only) 815096 815096 0 0.0
(read/write) 1672388 1672388 0 0.0
.bss 215788 215788 0 0.0
.data 2456 2456 0 0.0
.text 1445756 1445756 0 0.0
stm32 light STM32WB5MM-DK (read/write) 603789 603789 0 0.0
.bss 128436 128428 -8 -0.0
.data 676 676 0 0.0
.rodata 80212 80212 0 0.0
.text 384720 384728 8 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 832938 832914 -24 -0.0
bss 49836 49836 0 0.0
text 623968 623938 -30 -0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096176 1096136 -40 -0.0
bss 101520 101520 0 0.0
text 797526 797486 -40 -0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1057640 1057592 -48 -0.0
bss 109968 109968 0 0.0
text 771888 771844 -44 -0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 913128 913088 -40 -0.0
bss 92724 92724 0 0.0
text 655326 655286 -40 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834982 834950 -32 -0.0
bss 49880 49880 0 0.0
text 626074 626042 -32 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 935720 935688 -32 -0.0
bss 77492 77492 0 0.0
text 702712 702676 -36 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1089536 1089504 -32 -0.0
bss 99816 99816 0 0.0
text 793336 793300 -36 -0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 910212 910180 -32 -0.0
bss 69160 69160 0 0.0
text 659602 659570 -32 -0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 932820 932780 -40 -0.0
bss 92428 92428 0 0.0
text 674898 674854 -44 -0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 832628 832596 -32 -0.0
bss 58124 58124 0 0.0
text 623166 623138 -28 -0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 798748 798716 -32 -0.0
bss 56052 56052 0 0.0
text 598072 598044 -28 -0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 675936 675936 0 0.0
bss 73412 73412 0 0.0
text 461698 461698 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 842706 842674 -32 -0.0
bss 51508 51508 0 0.0
text 632612 632580 -32 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858469 858437 -32 -0.0
bss 59676 59676 0 0.0
text 642182 642146 -36 -0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 824296 824264 -32 -0.0
bss 56384 56384 0 0.0
text 617624 617596 -28 -0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 837412 837380 -32 -0.0
bss 58340 58340 0 0.0
text 625536 625504 -32 -0.0

Copy link

PR #32954: Size comparison from 15f2c49 to c2c9b9e

Increases (3 builds for cc32xx, stm32)
platform target config section 15f2c49 c2c9b9e0 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read/write) 208080 208088 8 0.0
.bss 201308 201316 8 0.0
.text 496980 496988 8 0.0
lock CC3235SF_LAUNCHXL (read only) 631418 631422 4 0.0
(read/write) 208336 208344 8 0.0
.bss 201712 201720 8 0.0
.text 521436 521448 12 0.0
stm32 light STM32WB5MM-DK .text 384720 384728 8 0.0
Decreases (3 builds for cc32xx, stm32)
platform target config section 15f2c49 c2c9b9e0 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586618 586614 -4 -0.0
.rodata 87514 87502 -12 -0.0
lock CC3235SF_LAUNCHXL .rodata 107858 107854 -4 -0.0
stm32 light STM32WB5MM-DK .bss 128436 128428 -8 -0.0
Full report (3 builds for cc32xx, stm32)
platform target config section 15f2c49 c2c9b9e0 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586618 586614 -4 -0.0
(read/write) 208080 208088 8 0.0
.bss 201308 201316 8 0.0
.data 1648 1648 0 0.0
.rodata 87514 87502 -12 -0.0
.text 496980 496988 8 0.0
lock CC3235SF_LAUNCHXL (read only) 631418 631422 4 0.0
(read/write) 208336 208344 8 0.0
.bss 201712 201720 8 0.0
.data 1504 1504 0 0.0
.rodata 107858 107854 -4 -0.0
.text 521436 521448 12 0.0
stm32 light STM32WB5MM-DK (read/write) 603789 603789 0 0.0
.bss 128436 128428 -8 -0.0
.data 676 676 0 0.0
.rodata 80212 80212 0 0.0
.text 384720 384728 8 0.0

Copy link

github-actions bot commented Apr 12, 2024

PR #32954: Size comparison from 15f2c49 to fb05c95

Increases (10 builds for cc13x4_26x4, cc32xx, linux, mbed, qpg, stm32)
platform target config section 15f2c49 fb05c95 change % change
cc13x4_26x4 lock-ftd LP_EM_CC1354P10_6 .text 721508 721512 4 0.0
lock-mtd LP_EM_CC1354P10_6 .text 683436 683440 4 0.0
pump-app LP_EM_CC1354P10_6 .text 660996 661000 4 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read/write) 208080 208088 8 0.0
.bss 201308 201316 8 0.0
.text 496980 496988 8 0.0
lock CC3235SF_LAUNCHXL (read only) 631418 631422 4 0.0
(read/write) 208336 208344 8 0.0
.bss 201712 201720 8 0.0
.text 521436 521448 12 0.0
linux chip-tool-ipv6only arm64 (read only) 11402292 11402436 144 0.0
.text 10164600 10164744 144 0.0
thermostat-no-ble arm64 (read only) 4427788 4427868 80 0.0
.text 3931160 3931240 80 0.0
mbed lock-app-release cy8cproto_062_4343w .bss 220472 220480 8 0.0
qpg lock-app qpg6105+debug (read/write) 1092232 1092240 8 0.0
.text 604612 604620 8 0.0
stm32 light STM32WB5MM-DK .text 384720 384728 8 0.0
Decreases (14 builds for cc13x4_26x4, cc32xx, linux, mbed, nxp, qpg, stm32)
platform target config section 15f2c49 fb05c95 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782500 782484 -16 -0.0
(read/write) 168824 168816 -8 -0.0
.bss 90780 90772 -8 -0.0
.text 699604 699592 -12 -0.0
lock-ftd LP_EM_CC1354P10_6 (read/write) 178976 178968 -8 -0.0
.bss 100948 100940 -8 -0.0
lock-mtd LP_EM_CC1354P10_6 (read/write) 173416 173408 -8 -0.0
.bss 95388 95380 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read/write) 167784 167776 -8 -0.0
.bss 89520 89512 -8 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725188 725180 -8 -0.0
.text 650852 650848 -4 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586618 586614 -4 -0.0
.rodata 87514 87502 -12 -0.0
lock CC3235SF_LAUNCHXL .rodata 107858 107854 -4 -0.0
linux chip-tool-ipv6only arm64 (read/write) 588928 588768 -160 -0.0
.bss 103736 103720 -16 -0.0
thermostat-no-ble arm64 (read/write) 243536 243456 -80 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2534632 2534624 -8 -0.0
.text 1497316 1497308 -8 -0.0
nxp contact k32w0+release (read only) 574964 574956 -8 -0.0
.text 574428 574420 -8 -0.0
k32w1+release (read/write) 702100 702092 -8 -0.0
.bss 71192 71184 -8 -0.0
qpg lock-app qpg6105+debug .bss 97252 97244 -8 -0.0
stm32 light STM32WB5MM-DK .bss 128436 128428 -8 -0.0
Full report (17 builds for cc13x4_26x4, cc32xx, linux, mbed, nxp, qpg, stm32)
platform target config section 15f2c49 fb05c95 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782500 782484 -16 -0.0
(read/write) 168824 168816 -8 -0.0
.bss 90780 90772 -8 -0.0
.data 3584 3584 0 0.0
.rodata 82628 82628 0 0.0
.text 699604 699592 -12 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798492 798492 0 0.0
(read/write) 178976 178968 -8 -0.0
.bss 100948 100940 -8 -0.0
.data 3576 3576 0 0.0
.rodata 76716 76716 0 0.0
.text 721508 721512 4 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787236 787236 0 0.0
(read/write) 173416 173408 -8 -0.0
.bss 95388 95380 -8 -0.0
.data 3576 3576 0 0.0
.rodata 103532 103532 0 0.0
.text 683436 683440 4 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739556 739556 0 0.0
(read/write) 167784 167776 -8 -0.0
.bss 89520 89512 -8 -0.0
.data 3568 3568 0 0.0
.rodata 78292 78292 0 0.0
.text 660996 661000 4 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725188 725180 -8 -0.0
(read/write) 168000 168000 0 0.0
.bss 89736 89736 0 0.0
.data 3568 3568 0 0.0
.rodata 74068 74068 0 0.0
.text 650852 650848 -4 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586618 586614 -4 -0.0
(read/write) 208080 208088 8 0.0
.bss 201308 201316 8 0.0
.data 1648 1648 0 0.0
.rodata 87514 87502 -12 -0.0
.text 496980 496988 8 0.0
lock CC3235SF_LAUNCHXL (read only) 631418 631422 4 0.0
(read/write) 208336 208344 8 0.0
.bss 201712 201720 8 0.0
.data 1504 1504 0 0.0
.rodata 107858 107854 -4 -0.0
.text 521436 521448 12 0.0
linux chip-tool-ipv6only arm64 (read only) 11402292 11402436 144 0.0
(read/write) 588928 588768 -160 -0.0
.bss 103736 103720 -16 -0.0
.data 4512 4512 0 0.0
.data.rel.ro 455936 455936 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356004 356004 0 0.0
.text 10164600 10164744 144 0.0
thermostat-no-ble arm64 (read only) 4427788 4427868 80 0.0
(read/write) 243536 243456 -80 -0.0
.bss 121976 121976 0 0.0
.data 3392 3392 0 0.0
.data.rel.ro 104296 104296 0 0.0
.dynamic 512 512 0 0.0
.got 8712 8712 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160084 160084 0 0.0
.text 3931160 3931240 80 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534632 2534624 -8 -0.0
.bss 220472 220480 8 0.0
.data 5216 5216 0 0.0
.text 1497316 1497308 -8 -0.0
nxp contact k32w0+release (read only) 574964 574956 -8 -0.0
(read/write) 80004 80004 0 0.0
.bss 67840 67840 0 0.0
.data 2180 2180 0 0.0
.text 574428 574420 -8 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702100 702092 -8 -0.0
.bss 71192 71184 -8 -0.0
.data 2856 2856 0 0.0
.text 588672 588672 0 0.0
light k32w0+release (read only) 608880 608880 0 0.0
(read/write) 79464 79464 0 0.0
.bss 67280 67280 0 0.0
.data 2200 2200 0 0.0
.text 608344 608344 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793824 793824 0 0.0
.bss 80728 80728 0 0.0
.data 2056 2056 0 0.0
.text 671672 671672 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1132200 1132200 0 0.0
.bss 102572 102572 0 0.0
.data 844 844 0 0.0
.text 644584 644584 0 0.0
lock-app qpg6105+debug (read/write) 1092232 1092240 8 0.0
.bss 97252 97244 -8 -0.0
.data 856 856 0 0.0
.text 604612 604620 8 0.0
stm32 light STM32WB5MM-DK (read/write) 603789 603789 0 0.0
.bss 128436 128428 -8 -0.0
.data 676 676 0 0.0
.rodata 80212 80212 0 0.0
.text 384720 384728 8 0.0

Copy link

github-actions bot commented Apr 12, 2024

PR #32954: Size comparison from 15f2c49 to 84dec17

Increases (24 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, mbed, psoc6, qpg, stm32)
platform target config section 15f2c49 84dec17 change % change
bl602 lighting-app bl602 .bss 85432 85440 8 0.0
bl602+mfd .bss 85600 85608 8 0.0
bl602+rpc (read/write) 1490270 1490442 172 0.0
.rodata 166640 166644 4 0.0
.text 1139600 1139766 166 0.0
bl702 lighting-app bl702 (read/write) 1207475 1207647 172 0.0
.data 3688 3696 8 0.2
.text 977256 977420 164 0.0
bl702+mfd .data 3664 3672 8 0.2
bl702+rpc (read/write) 1299211 1299383 172 0.0
.data 4224 4232 8 0.2
.text 1052220 1052384 164 0.0
bl702l lighting-app bl702l .data 5048 5056 8 0.2
bl702l+mfd .data 5032 5040 8 0.2
cc13x4_26x4 lock-ftd LP_EM_CC1354P10_6 .text 721508 721512 4 0.0
lock-mtd LP_EM_CC1354P10_6 .text 683436 683440 4 0.0
pump-app LP_EM_CC1354P10_6 .text 660996 661000 4 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read/write) 208080 208088 8 0.0
.bss 201308 201316 8 0.0
.text 496980 496988 8 0.0
lock CC3235SF_LAUNCHXL (read only) 631418 631422 4 0.0
(read/write) 208336 208344 8 0.0
.bss 201712 201720 8 0.0
.text 521436 521448 12 0.0
cyw30739 light cyw930739m2evb_01 .app_xip_area 459517 459525 8 0.0
ota-requestor cyw930739m2evb_01 .app_xip_area 464333 464341 8 0.0
esp32 all-clusters-app m5stack (read only) 1255435 1255939 504 0.0
(read/write) 536508 536516 8 0.0
.flash.rodata 284344 284352 8 0.0
.flash.text 1249271 1249775 504 0.0
linux chip-tool-ipv6only arm64 (read only) 11402292 11402436 144 0.0
.text 10164600 10164744 144 0.0
thermostat-no-ble arm64 (read only) 4427788 4427868 80 0.0
.text 3931160 3931240 80 0.0
mbed lock-app-release cy8cproto_062_4343w .bss 220472 220480 8 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832280 832288 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835432 835440 8 0.0
(read/write) 1724964 1724972 8 0.0
.text 1518668 1518684 16 0.0
light cy8ckit_062s2_43012 (read only) 842160 842168 8 0.0
qpg lock-app qpg6105+debug (read/write) 1092232 1092240 8 0.0
.text 604612 604620 8 0.0
stm32 light STM32WB5MM-DK .text 384720 384728 8 0.0
Decreases (31 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, mbed, nxp, psoc6, qpg, stm32)
platform target config section 15f2c49 84dec17 change % change
bl602 lighting-app bl602 (read/write) 1442886 1442786 -100 -0.0
.rodata 159072 159068 -4 -0.0
.text 1108210 1108120 -90 -0.0
bl602+mfd (read/write) 1457302 1457210 -92 -0.0
.rodata 158032 158028 -4 -0.0
.text 1123528 1123438 -90 -0.0
bl702 lighting-app bl702 .bss 11217 11185 -32 -0.3
bl702+mfd (read/write) 1218547 1218463 -84 -0.0
.bss 11393 11361 -32 -0.3
.text 989266 989174 -92 -0.0
bl702+rpc .bss 19701 19669 -32 -0.2
bl706-eth (read/write) 1025013 1024913 -100 -0.0
.bss 23792 23760 -32 -0.1
.data 3264 3256 -8 -0.2
.text 768214 768124 -90 -0.0
bl706-wifi (read/write) 1259670 1259566 -104 -0.0
.bss 10677 10645 -32 -0.3
.text 1000102 999998 -104 -0.0
bl702l lighting-app bl702l (read/write) 1177076 1176992 -84 -0.0
.bss 16428 16396 -32 -0.2
.text 970378 970286 -92 -0.0
bl702l+mfd (read/write) 1188992 1188396 -596 -0.1
.bss 16604 16572 -32 -0.2
.text 982700 982608 -92 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782500 782484 -16 -0.0
(read/write) 168824 168816 -8 -0.0
.bss 90780 90772 -8 -0.0
.text 699604 699592 -12 -0.0
lock-ftd LP_EM_CC1354P10_6 (read/write) 178976 178968 -8 -0.0
.bss 100948 100940 -8 -0.0
lock-mtd LP_EM_CC1354P10_6 (read/write) 173416 173408 -8 -0.0
.bss 95388 95380 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read/write) 167784 167776 -8 -0.0
.bss 89520 89512 -8 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725188 725180 -8 -0.0
.text 650852 650848 -4 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586618 586614 -4 -0.0
.rodata 87514 87502 -12 -0.0
lock CC3235SF_LAUNCHXL .rodata 107858 107854 -4 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569599 569591 -8 -0.0
.bss 64908 64892 -16 -0.0
lock cyw930739m2evb_01 (read/write) 551815 551799 -16 -0.0
.bss 69572 69556 -16 -0.0
ota-requestor cyw930739m2evb_01 .bss 63444 63436 -8 -0.0
switch cyw930739m2evb_01 (read/write) 564887 564863 -24 -0.0
.app_xip_area 453117 453109 -8 -0.0
.bss 66556 66540 -16 -0.0
esp32 all-clusters-app c3devkit (read only) 1213544 1213386 -158 -0.0
(read/write) 1750344 1750224 -120 -0.0
.dram0.bss 74384 74320 -64 -0.1
.flash.rodata 252808 252752 -56 -0.0
.flash.text 1213544 1213386 -158 -0.0
linux chip-tool-ipv6only arm64 (read/write) 588928 588768 -160 -0.0
.bss 103736 103720 -16 -0.0
thermostat-no-ble arm64 (read/write) 243536 243456 -80 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2534632 2534624 -8 -0.0
.text 1497316 1497308 -8 -0.0
nxp contact k32w0+release (read only) 574964 574956 -8 -0.0
.text 574428 574420 -8 -0.0
k32w1+release (read/write) 702100 702092 -8 -0.0
.bss 71192 71184 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1803076 1803068 -8 -0.0
.bss 198372 198364 -8 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .bss 195252 195244 -8 -0.0
light cy8ckit_062s2_43012 (read/write) 1643700 1643684 -16 -0.0
.bss 188716 188708 -8 -0.0
.text 1444132 1444124 -8 -0.0
qpg lock-app qpg6105+debug .bss 97252 97244 -8 -0.0
stm32 light STM32WB5MM-DK .bss 128436 128428 -8 -0.0
Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, mbed, nxp, psoc6, qpg, stm32)
platform target config section 15f2c49 84dec17 change % change
bl602 lighting-app bl602 (read/write) 1442886 1442786 -100 -0.0
.bss 85432 85440 8 0.0
.data 9504 9504 0 0.0
.rodata 159072 159068 -4 -0.0
.text 1108210 1108120 -90 -0.0
bl602+mfd (read/write) 1457302 1457210 -92 -0.0
.bss 85600 85608 8 0.0
.data 9480 9480 0 0.0
.rodata 158032 158028 -4 -0.0
.text 1123528 1123438 -90 -0.0
bl602+rpc (read/write) 1490270 1490442 172 0.0
.bss 93480 93480 0 0.0
.data 9880 9880 0 0.0
.rodata 166640 166644 4 0.0
.text 1139600 1139766 166 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1207475 1207647 172 0.0
.bss 11217 11185 -32 -0.3
.data 3688 3696 8 0.2
.rodata 108432 108432 0 0.0
.text 977256 977420 164 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1218547 1218463 -84 -0.0
.bss 11393 11361 -32 -0.3
.data 3664 3672 8 0.2
.rodata 107372 107372 0 0.0
.text 989266 989174 -92 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1299211 1299383 172 0.0
.bss 19701 19669 -32 -0.2
.data 4224 4232 8 0.2
.rodata 123804 123804 0 0.0
.text 1052220 1052384 164 0.0
bl706-eth (read/write) 1025013 1024913 -100 -0.0
.bss 23792 23760 -32 -0.1
.data 3264 3256 -8 -0.2
.rodata 101756 101756 0 0.0
.text 768214 768124 -90 -0.0
bl706-wifi (read/write) 1259670 1259566 -104 -0.0
.bss 10677 10645 -32 -0.3
.data 3696 3696 0 0.0
.rodata 122756 122756 0 0.0
.text 1000102 999998 -104 -0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1177076 1176992 -84 -0.0
.bss 16428 16396 -32 -0.2
.data 5048 5056 8 0.2
.rodata 102436 102436 0 0.0
.text 970378 970286 -92 -0.0
bl702l+mfd (read/write) 1188992 1188396 -596 -0.1
.bss 16604 16572 -32 -0.2
.data 5032 5040 8 0.2
.rodata 101376 101376 0 0.0
.text 982700 982608 -92 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782500 782484 -16 -0.0
(read/write) 168824 168816 -8 -0.0
.bss 90780 90772 -8 -0.0
.data 3584 3584 0 0.0
.rodata 82628 82628 0 0.0
.text 699604 699592 -12 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798492 798492 0 0.0
(read/write) 178976 178968 -8 -0.0
.bss 100948 100940 -8 -0.0
.data 3576 3576 0 0.0
.rodata 76716 76716 0 0.0
.text 721508 721512 4 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787236 787236 0 0.0
(read/write) 173416 173408 -8 -0.0
.bss 95388 95380 -8 -0.0
.data 3576 3576 0 0.0
.rodata 103532 103532 0 0.0
.text 683436 683440 4 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739556 739556 0 0.0
(read/write) 167784 167776 -8 -0.0
.bss 89520 89512 -8 -0.0
.data 3568 3568 0 0.0
.rodata 78292 78292 0 0.0
.text 660996 661000 4 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725188 725180 -8 -0.0
(read/write) 168000 168000 0 0.0
.bss 89736 89736 0 0.0
.data 3568 3568 0 0.0
.rodata 74068 74068 0 0.0
.text 650852 650848 -4 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586618 586614 -4 -0.0
(read/write) 208080 208088 8 0.0
.bss 201308 201316 8 0.0
.data 1648 1648 0 0.0
.rodata 87514 87502 -12 -0.0
.text 496980 496988 8 0.0
lock CC3235SF_LAUNCHXL (read only) 631418 631422 4 0.0
(read/write) 208336 208344 8 0.0
.bss 201712 201720 8 0.0
.data 1504 1504 0 0.0
.rodata 107858 107854 -4 -0.0
.text 521436 521448 12 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569599 569591 -8 -0.0
.app_xip_area 459517 459525 8 0.0
.bss 64908 64892 -16 -0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 551815 551799 -16 -0.0
.app_xip_area 437061 437061 0 0.0
.bss 69572 69556 -16 -0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572911 572911 0 0.0
.app_xip_area 464333 464341 8 0.0
.bss 63444 63436 -8 -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) 564887 564863 -24 -0.0
.app_xip_area 453117 453109 -8 -0.0
.bss 66556 66540 -16 -0.0
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1213544 1213386 -158 -0.0
(read/write) 1750344 1750224 -120 -0.0
.dram0.bss 74384 74320 -64 -0.1
.dram0.data 13628 13628 0 0.0
.flash.rodata 252808 252752 -56 -0.0
.flash.text 1213544 1213386 -158 -0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1255435 1255939 504 0.0
(read/write) 536508 536516 8 0.0
.dram0.bss 81064 81064 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284344 284352 8 0.0
.flash.text 1249271 1249775 504 0.0
.iram0.text 125403 125403 0 0.0
linux chip-tool-ipv6only arm64 (read only) 11402292 11402436 144 0.0
(read/write) 588928 588768 -160 -0.0
.bss 103736 103720 -16 -0.0
.data 4512 4512 0 0.0
.data.rel.ro 455936 455936 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356004 356004 0 0.0
.text 10164600 10164744 144 0.0
thermostat-no-ble arm64 (read only) 4427788 4427868 80 0.0
(read/write) 243536 243456 -80 -0.0
.bss 121976 121976 0 0.0
.data 3392 3392 0 0.0
.data.rel.ro 104296 104296 0 0.0
.dynamic 512 512 0 0.0
.got 8712 8712 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160084 160084 0 0.0
.text 3931160 3931240 80 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534632 2534624 -8 -0.0
.bss 220472 220480 8 0.0
.data 5216 5216 0 0.0
.text 1497316 1497308 -8 -0.0
nxp contact k32w0+release (read only) 574964 574956 -8 -0.0
(read/write) 80004 80004 0 0.0
.bss 67840 67840 0 0.0
.data 2180 2180 0 0.0
.text 574428 574420 -8 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702100 702092 -8 -0.0
.bss 71192 71184 -8 -0.0
.data 2856 2856 0 0.0
.text 588672 588672 0 0.0
light k32w0+release (read only) 608880 608880 0 0.0
(read/write) 79464 79464 0 0.0
.bss 67280 67280 0 0.0
.data 2200 2200 0 0.0
.text 608344 608344 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793824 793824 0 0.0
.bss 80728 80728 0 0.0
.data 2056 2056 0 0.0
.text 671672 671672 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832280 832288 8 0.0
(read/write) 1803076 1803068 -8 -0.0
.bss 198372 198364 -8 -0.0
.data 2688 2688 0 0.0
.text 1593628 1593628 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835432 835440 8 0.0
(read/write) 1724964 1724972 8 0.0
.bss 195252 195244 -8 -0.0
.data 2656 2656 0 0.0
.text 1518668 1518684 16 0.0
light cy8ckit_062s2_43012 (read only) 842160 842168 8 0.0
(read/write) 1643700 1643684 -16 -0.0
.bss 188716 188708 -8 -0.0
.data 2464 2464 0 0.0
.text 1444132 1444124 -8 -0.0
lock cy8ckit_062s2_43012 (read only) 815096 815096 0 0.0
(read/write) 1672388 1672388 0 0.0
.bss 215788 215788 0 0.0
.data 2456 2456 0 0.0
.text 1445756 1445756 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1132200 1132200 0 0.0
.bss 102572 102572 0 0.0
.data 844 844 0 0.0
.text 644584 644584 0 0.0
lock-app qpg6105+debug (read/write) 1092232 1092240 8 0.0
.bss 97252 97244 -8 -0.0
.data 856 856 0 0.0
.text 604612 604620 8 0.0
stm32 light STM32WB5MM-DK (read/write) 603789 603789 0 0.0
.bss 128436 128428 -8 -0.0
.data 676 676 0 0.0
.rodata 80212 80212 0 0.0
.text 384720 384728 8 0.0

Copy link

github-actions bot commented Apr 12, 2024

PR #32954: Size comparison from 15f2c49 to 12ef336

Increases above 0.2%:

platform target config section 15f2c49 12ef336 change % change
linux air-purifier-app debug .init_array 792 800 8 1.0
all-clusters-app debug .init_array 1432 1440 8 0.6
all-clusters-minimal-app debug .init_array 1160 1168 8 0.7
bridge-app debug .init_array 856 864 8 0.9
chip-tool debug .init_array 824 832 8 1.0
lighting-app debug+rpc+ui .init_array 968 976 8 0.8
lock-app debug .init_array 872 880 8 0.9
ota-provider-app debug .init_array 744 752 8 1.1
ota-requestor-app debug .init_array 792 800 8 1.0
shell debug .init_array 1104 1112 8 0.7
tv-app debug .init_array 1176 1184 8 0.7
tv-casting-app debug .init_array 1208 1216 8 0.7
Increases (39 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, psoc6, qpg, stm32)
platform target config section 15f2c49 12ef336 change % change
bl602 lighting-app bl602 .bss 85432 85440 8 0.0
bl602+mfd .bss 85600 85608 8 0.0
bl602+rpc (read/write) 1490270 1490442 172 0.0
.rodata 166640 166644 4 0.0
.text 1139600 1139768 168 0.0
bl702 lighting-app bl702 (read/write) 1207475 1207651 176 0.0
.data 3688 3696 8 0.2
.text 977256 977422 166 0.0
bl702+mfd .data 3664 3672 8 0.2
bl702+rpc (read/write) 1299211 1299387 176 0.0
.data 4224 4232 8 0.2
.text 1052220 1052386 166 0.0
bl702l lighting-app bl702l .data 5048 5056 8 0.2
bl702l+mfd .data 5032 5040 8 0.2
cc13x4_26x4 lock-ftd LP_EM_CC1354P10_6 .text 721508 721512 4 0.0
lock-mtd LP_EM_CC1354P10_6 .text 683436 683440 4 0.0
pump-app LP_EM_CC1354P10_6 .text 660996 661000 4 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read/write) 208080 208088 8 0.0
.bss 201308 201316 8 0.0
.text 496980 496988 8 0.0
lock CC3235SF_LAUNCHXL (read only) 631418 631422 4 0.0
(read/write) 208336 208344 8 0.0
.bss 201712 201720 8 0.0
.text 521436 521448 12 0.0
cyw30739 light cyw930739m2evb_01 .app_xip_area 459517 459525 8 0.0
ota-requestor cyw930739m2evb_01 .app_xip_area 464333 464341 8 0.0
efr32 lighting-app BRD4187C (read/write) 1068136 1068248 112 0.0
.data 3416 3424 8 0.2
.text 884796 884908 112 0.0
lock-app BRD4338a (read/write) 959720 959868 148 0.0
.text 699860 700008 148 0.0
window-app BRD4187C (read/write) 1133808 1133988 180 0.0
.data 3320 3328 8 0.2
.text 965964 966144 180 0.0
esp32 all-clusters-app m5stack (read only) 1255435 1255939 504 0.0
(read/write) 536508 536516 8 0.0
.flash.rodata 284344 284352 8 0.0
.flash.text 1249271 1249775 504 0.0
linux air-purifier-app debug (read only) 2645053 2645253 200 0.0
.init_array 792 800 8 1.0
.rodata 184880 184912 32 0.0
.text 2281205 2281349 144 0.0
all-clusters-app debug (read only) 5953881 5954113 232 0.0
(read/write) 481504 481512 8 0.0
.data.rel.ro 334456 334472 16 0.0
.init_array 1432 1440 8 0.6
.rodata 350416 350480 64 0.0
.text 5168707 5168851 144 0.0
all-clusters-minimal-app debug (read only) 5234145 5234441 296 0.0
.data.rel.ro 98040 98056 16 0.0
.init_array 1160 1168 8 0.7
.rodata 289386 289514 128 0.0
.text 4708659 4708803 144 0.0
bridge-app debug (read only) 4627641 4627841 200 0.0
(read/write) 218336 218344 8 0.0
.init_array 856 864 8 0.9
.rodata 230250 230282 32 0.0
.text 4175715 4175859 144 0.0
chip-tool debug (read only) 12082489 12082673 184 0.0
(read/write) 523032 523104 72 0.0
.bss 94680 94744 64 0.1
.init_array 824 832 8 1.0
.text 10922931 10923155 224 0.0
chip-tool-ipv6only arm64 (read only) 11402292 11402436 144 0.0
.text 10164600 10164744 144 0.0
lighting-app debug+rpc+ui (read only) 5550441 5550641 200 0.0
(read/write) 227064 227112 48 0.0
.bss 119336 119344 8 0.0
.data.rel.ro 95360 95376 16 0.0
.init_array 968 976 8 0.8
.rodata 354004 354036 32 0.0
.text 4948371 4948515 144 0.0
lock-app debug (read only) 4692241 4692489 248 0.0
(read/write) 205552 205568 16 0.0
.bss 113696 113704 8 0.0
.init_array 872 880 8 0.9
.rodata 255914 255978 64 0.0
.text 4223715 4223875 160 0.0
ota-provider-app debug (read only) 4309049 4309249 200 0.0
.init_array 744 752 8 1.1
.rodata 209162 209194 32 0.0
.text 3905427 3905571 144 0.0
ota-requestor-app debug (read only) 4438649 4438817 168 0.0
.init_array 792 800 8 1.0
.text 4024275 4024419 144 0.0
shell debug (read only) 2920385 2920729 344 0.0
.init_array 1104 1112 8 0.7
.rodata 186656 186752 96 0.1
.text 2559074 2559298 224 0.0
thermostat-no-ble arm64 (read only) 4427788 4427868 80 0.0
.text 3931160 3931240 80 0.0
tv-app debug (read only) 5763153 5763369 216 0.0
(read/write) 353296 353304 8 0.0
.init_array 1176 1184 8 0.7
.rodata 293258 293322 64 0.0
.text 5226691 5226819 128 0.0
tv-casting-app debug (read only) 9893105 9893385 280 0.0
.init_array 1208 1216 8 0.7
.rodata 383672 383704 32 0.0
.text 9042771 9042995 224 0.0
mbed lock-app-release cy8cproto_062_4343w .bss 220472 220480 8 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832280 832288 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835432 835440 8 0.0
(read/write) 1724964 1724972 8 0.0
.text 1518668 1518684 16 0.0
light cy8ckit_062s2_43012 (read only) 842160 842168 8 0.0
qpg lock-app qpg6105+debug (read/write) 1092232 1092240 8 0.0
.text 604612 604620 8 0.0
stm32 light STM32WB5MM-DK .text 384720 384728 8 0.0
Decreases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 15f2c49 12ef336 change % change
bl602 lighting-app bl602 (read/write) 1442886 1442794 -92 -0.0
.rodata 159072 159068 -4 -0.0
.text 1108210 1108122 -88 -0.0
bl602+mfd (read/write) 1457302 1457210 -92 -0.0
.rodata 158032 158028 -4 -0.0
.text 1123528 1123440 -88 -0.0
bl702 lighting-app bl702 .bss 11217 11185 -32 -0.3
bl702+mfd (read/write) 1218547 1218463 -84 -0.0
.bss 11393 11361 -32 -0.3
.text 989266 989176 -90 -0.0
bl702+rpc .bss 19701 19669 -32 -0.2
bl706-eth (read/write) 1025013 1024917 -96 -0.0
.bss 23792 23760 -32 -0.1
.data 3264 3256 -8 -0.2
.text 768214 768126 -88 -0.0
bl706-wifi (read/write) 1259670 1259566 -104 -0.0
.bss 10677 10645 -32 -0.3
.text 1000102 1000000 -102 -0.0
bl702l lighting-app bl702l (read/write) 1177076 1176992 -84 -0.0
.bss 16428 16396 -32 -0.2
.text 970378 970288 -90 -0.0
bl702l+mfd (read/write) 1188992 1188400 -592 -0.0
.bss 16604 16572 -32 -0.2
.text 982700 982610 -90 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782500 782484 -16 -0.0
(read/write) 168824 168816 -8 -0.0
.bss 90780 90772 -8 -0.0
.text 699604 699592 -12 -0.0
lock-ftd LP_EM_CC1354P10_6 (read/write) 178976 178968 -8 -0.0
.bss 100948 100940 -8 -0.0
lock-mtd LP_EM_CC1354P10_6 (read/write) 173416 173408 -8 -0.0
.bss 95388 95380 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read/write) 167784 167776 -8 -0.0
.bss 89520 89512 -8 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725188 725180 -8 -0.0
.text 650852 650848 -4 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586618 586614 -4 -0.0
.rodata 87514 87502 -12 -0.0
lock CC3235SF_LAUNCHXL .rodata 107858 107854 -4 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569599 569591 -8 -0.0
.bss 64908 64892 -16 -0.0
lock cyw930739m2evb_01 (read/write) 551815 551799 -16 -0.0
.bss 69572 69556 -16 -0.0
ota-requestor cyw930739m2evb_01 .bss 63444 63436 -8 -0.0
switch cyw930739m2evb_01 (read/write) 564887 564863 -24 -0.0
.app_xip_area 453117 453109 -8 -0.0
.bss 66556 66540 -16 -0.0
efr32 lighting-app BRD4187C .bss 179904 179896 -8 -0.0
window-app BRD4187C .bss 164504 164496 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1213544 1213388 -156 -0.0
(read/write) 1750344 1750224 -120 -0.0
.dram0.bss 74384 74320 -64 -0.1
.flash.rodata 252808 252752 -56 -0.0
.flash.text 1213544 1213388 -156 -0.0
linux air-purifier-app debug .bss 46736 46728 -8 -0.0
all-clusters-app debug .bss 135072 135040 -32 -0.0
all-clusters-minimal-app debug (read/write) 237488 237464 -24 -0.0
.bss 127904 127872 -32 -0.0
chip-tool debug .rodata 451225 451161 -64 -0.0
chip-tool-ipv6only arm64 (read/write) 588928 588768 -160 -0.0
.bss 103736 103720 -16 -0.0
lock-app debug .data.rel.ro 81016 81000 -16 -0.0
ota-provider-app debug (read/write) 194224 194200 -24 -0.0
.bss 113472 113440 -32 -0.0
ota-requestor-app debug (read/write) 198592 198568 -24 -0.0
.bss 114368 114336 -32 -0.0
.data.rel.ro 73552 73536 -16 -0.0
shell debug (read/write) 156904 156880 -24 -0.0
.bss 62544 62512 -32 -0.1
thermostat-no-ble arm64 (read/write) 243536 243456 -80 -0.0
tv-casting-app debug (read/write) 342544 342528 -16 -0.0
.bss 157904 157880 -24 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2534632 2534624 -8 -0.0
.text 1497316 1497308 -8 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1064780 1064764 -16 -0.0
text 781400 781384 -16 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1225560 1225544 -16 -0.0
text 797064 797048 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1012260 1012244 -16 -0.0
text 742768 742752 -16 -0.0
light-switch-app nrf52840dk_nrf52840 text 710928 710916 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1197944 1197928 -16 -0.0
text 746292 746280 -12 -0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1063840 1063824 -16 -0.0
text 790276 790264 -12 -0.0
nrf52840dongle_nrf52840 (read/write) 1018636 1018620 -16 -0.0
text 742432 742420 -12 -0.0
nrf5340dk_nrf5340_cpuapp text 691976 691964 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1197944 1197928 -16 -0.0
text 746292 746280 -12 -0.0
lock-app nrf52840dk_nrf52840 (read/write) 976224 976208 -16 -0.0
text 703248 703236 -12 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 906464 906448 -16 -0.0
text 627096 627084 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1211244 1211228 -16 -0.0
text 739508 739496 -12 -0.0
pump-app nrf52840dk_nrf52840 text 680116 680104 -12 -0.0
pump-controller-app nrf52840dk_nrf52840 text 669956 669944 -12 -0.0
nxp contact k32w0+release (read only) 574964 574956 -8 -0.0
.text 574428 574420 -8 -0.0
k32w1+release (read/write) 702100 702092 -8 -0.0
.bss 71192 71184 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1803076 1803068 -8 -0.0
.bss 198372 198364 -8 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .bss 195252 195244 -8 -0.0
light cy8ckit_062s2_43012 (read/write) 1643700 1643684 -16 -0.0
.bss 188716 188708 -8 -0.0
.text 1444132 1444124 -8 -0.0
qpg lock-app qpg6105+debug .bss 97252 97244 -8 -0.0
stm32 light STM32WB5MM-DK .bss 128436 128428 -8 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 832938 832914 -24 -0.0
text 623968 623940 -28 -0.0
all-clusters-app tlsr9518adk80d (read/write) 1096176 1096136 -40 -0.0
text 797526 797488 -38 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1057640 1057600 -40 -0.0
text 771888 771846 -42 -0.0
bridge-app tlsr9518adk80d (read/write) 913128 913088 -40 -0.0
text 655326 655288 -38 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 834982 834950 -32 -0.0
text 626074 626044 -30 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 935720 935688 -32 -0.0
text 702712 702678 -34 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1089536 1089504 -32 -0.0
text 793336 793302 -34 -0.0
lock-app-dfu tlsr9528a (read/write) 910212 910180 -32 -0.0
text 659602 659572 -30 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 932820 932780 -40 -0.0
text 674898 674856 -42 -0.0
pump-app tlsr9258a (read/write) 832628 832596 -32 -0.0
text 623166 623140 -26 -0.0
pump-controller-app tlsr9518adk80d (read/write) 798748 798724 -24 -0.0
text 598072 598046 -26 -0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 842706 842674 -32 -0.0
text 632612 632582 -30 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858469 858437 -32 -0.0
text 642182 642148 -34 -0.0
thermostat tlsr9518adk80d (read/write) 824296 824272 -24 -0.0
text 617624 617598 -26 -0.0
window-covering tlsr9258a (read/write) 837412 837388 -24 -0.0
text 625536 625506 -30 -0.0
Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 15f2c49 12ef336 change % change
bl602 lighting-app bl602 (read/write) 1442886 1442794 -92 -0.0
.bss 85432 85440 8 0.0
.data 9504 9504 0 0.0
.rodata 159072 159068 -4 -0.0
.text 1108210 1108122 -88 -0.0
bl602+mfd (read/write) 1457302 1457210 -92 -0.0
.bss 85600 85608 8 0.0
.data 9480 9480 0 0.0
.rodata 158032 158028 -4 -0.0
.text 1123528 1123440 -88 -0.0
bl602+rpc (read/write) 1490270 1490442 172 0.0
.bss 93480 93480 0 0.0
.data 9880 9880 0 0.0
.rodata 166640 166644 4 0.0
.text 1139600 1139768 168 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1207475 1207651 176 0.0
.bss 11217 11185 -32 -0.3
.data 3688 3696 8 0.2
.rodata 108432 108432 0 0.0
.text 977256 977422 166 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1218547 1218463 -84 -0.0
.bss 11393 11361 -32 -0.3
.data 3664 3672 8 0.2
.rodata 107372 107372 0 0.0
.text 989266 989176 -90 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1299211 1299387 176 0.0
.bss 19701 19669 -32 -0.2
.data 4224 4232 8 0.2
.rodata 123804 123804 0 0.0
.text 1052220 1052386 166 0.0
bl706-eth (read/write) 1025013 1024917 -96 -0.0
.bss 23792 23760 -32 -0.1
.data 3264 3256 -8 -0.2
.rodata 101756 101756 0 0.0
.text 768214 768126 -88 -0.0
bl706-wifi (read/write) 1259670 1259566 -104 -0.0
.bss 10677 10645 -32 -0.3
.data 3696 3696 0 0.0
.rodata 122756 122756 0 0.0
.text 1000102 1000000 -102 -0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1177076 1176992 -84 -0.0
.bss 16428 16396 -32 -0.2
.data 5048 5056 8 0.2
.rodata 102436 102436 0 0.0
.text 970378 970288 -90 -0.0
bl702l+mfd (read/write) 1188992 1188400 -592 -0.0
.bss 16604 16572 -32 -0.2
.data 5032 5040 8 0.2
.rodata 101376 101376 0 0.0
.text 982700 982610 -90 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782500 782484 -16 -0.0
(read/write) 168824 168816 -8 -0.0
.bss 90780 90772 -8 -0.0
.data 3584 3584 0 0.0
.rodata 82628 82628 0 0.0
.text 699604 699592 -12 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798492 798492 0 0.0
(read/write) 178976 178968 -8 -0.0
.bss 100948 100940 -8 -0.0
.data 3576 3576 0 0.0
.rodata 76716 76716 0 0.0
.text 721508 721512 4 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787236 787236 0 0.0
(read/write) 173416 173408 -8 -0.0
.bss 95388 95380 -8 -0.0
.data 3576 3576 0 0.0
.rodata 103532 103532 0 0.0
.text 683436 683440 4 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739556 739556 0 0.0
(read/write) 167784 167776 -8 -0.0
.bss 89520 89512 -8 -0.0
.data 3568 3568 0 0.0
.rodata 78292 78292 0 0.0
.text 660996 661000 4 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 725188 725180 -8 -0.0
(read/write) 168000 168000 0 0.0
.bss 89736 89736 0 0.0
.data 3568 3568 0 0.0
.rodata 74068 74068 0 0.0
.text 650852 650848 -4 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586618 586614 -4 -0.0
(read/write) 208080 208088 8 0.0
.bss 201308 201316 8 0.0
.data 1648 1648 0 0.0
.rodata 87514 87502 -12 -0.0
.text 496980 496988 8 0.0
lock CC3235SF_LAUNCHXL (read only) 631418 631422 4 0.0
(read/write) 208336 208344 8 0.0
.bss 201712 201720 8 0.0
.data 1504 1504 0 0.0
.rodata 107858 107854 -4 -0.0
.text 521436 521448 12 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569599 569591 -8 -0.0
.app_xip_area 459517 459525 8 0.0
.bss 64908 64892 -16 -0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 551815 551799 -16 -0.0
.app_xip_area 437061 437061 0 0.0
.bss 69572 69556 -16 -0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572911 572911 0 0.0
.app_xip_area 464333 464341 8 0.0
.bss 63444 63436 -8 -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) 564887 564863 -24 -0.0
.app_xip_area 453117 453109 -8 -0.0
.bss 66556 66540 -16 -0.0
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1068136 1068248 112 0.0
.bss 179904 179896 -8 -0.0
.data 3416 3424 8 0.2
.text 884796 884908 112 0.0
lock-app BRD4338a (read/write) 959720 959868 148 0.0
.bss 210220 210220 0 0.0
.data 30272 30272 0 0.0
.text 699860 700008 148 0.0
window-app BRD4187C (read/write) 1133808 1133988 180 0.0
.bss 164504 164496 -8 -0.0
.data 3320 3328 8 0.2
.text 965964 966144 180 0.0
esp32 all-clusters-app c3devkit (read only) 1213544 1213388 -156 -0.0
(read/write) 1750344 1750224 -120 -0.0
.dram0.bss 74384 74320 -64 -0.1
.dram0.data 13628 13628 0 0.0
.flash.rodata 252808 252752 -56 -0.0
.flash.text 1213544 1213388 -156 -0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1255435 1255939 504 0.0
(read/write) 536508 536516 8 0.0
.dram0.bss 81064 81064 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284344 284352 8 0.0
.flash.text 1249271 1249775 504 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2645053 2645253 200 0.0
(read/write) 130032 130032 0 0.0
.bss 46736 46728 -8 -0.0
.data 2272 2272 0 0.0
.data.rel.ro 75080 75080 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 792 800 8 1.0
.rodata 184880 184912 32 0.0
.text 2281205 2281349 144 0.0
all-clusters-app debug (read only) 5953881 5954113 232 0.0
(read/write) 481504 481512 8 0.0
.bss 135072 135040 -32 -0.0
.data 4560 4560 0 0.0
.data.rel.ro 334456 334472 16 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1432 1440 8 0.6
.rodata 350416 350480 64 0.0
.text 5168707 5168851 144 0.0
all-clusters-minimal-app debug (read only) 5234145 5234441 296 0.0
(read/write) 237488 237464 -24 -0.0
.bss 127904 127872 -32 -0.0
.data 4464 4464 0 0.0
.data.rel.ro 98040 98056 16 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1160 1168 8 0.7
.rodata 289386 289514 128 0.0
.text 4708659 4708803 144 0.0
bridge-app debug (read only) 4627641 4627841 200 0.0
(read/write) 218336 218344 8 0.0
.bss 118400 118400 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 86976 86976 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 856 864 8 0.9
.rodata 230250 230282 32 0.0
.text 4175715 4175859 144 0.0
chip-tool debug (read only) 12082489 12082673 184 0.0
(read/write) 523032 523104 72 0.0
.bss 94680 94744 64 0.1
.data 5122 5122 0 0.0
.data.rel.ro 416000 416000 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 824 832 8 1.0
.rodata 451225 451161 -64 -0.0
.text 10922931 10923155 224 0.0
chip-tool-ipv6only arm64 (read only) 11402292 11402436 144 0.0
(read/write) 588928 588768 -160 -0.0
.bss 103736 103720 -16 -0.0
.data 4512 4512 0 0.0
.data.rel.ro 455936 455936 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356004 356004 0 0.0
.text 10164600 10164744 144 0.0
lighting-app debug+rpc+ui (read only) 5550441 5550641 200 0.0
(read/write) 227064 227112 48 0.0
.bss 119336 119344 8 0.0
.data 4864 4864 0 0.0
.data.rel.ro 95360 95376 16 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 968 976 8 0.8
.rodata 354004 354036 32 0.0
.text 4948371 4948515 144 0.0
lock-app debug (read only) 4692241 4692489 248 0.0
(read/write) 205552 205568 16 0.0
.bss 113696 113704 8 0.0
.data 4160 4160 0 0.0
.data.rel.ro 81016 81000 -16 -0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 872 880 8 0.9
.rodata 255914 255978 64 0.0
.text 4223715 4223875 160 0.0
ota-provider-app debug (read only) 4309049 4309249 200 0.0
(read/write) 194224 194200 -24 -0.0
.bss 113472 113440 -32 -0.0
.data 4368 4368 0 0.0
.data.rel.ro 70448 70448 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 744 752 8 1.1
.rodata 209162 209194 32 0.0
.text 3905427 3905571 144 0.0
ota-requestor-app debug (read only) 4438649 4438817 168 0.0
(read/write) 198592 198568 -24 -0.0
.bss 114368 114336 -32 -0.0
.data 4768 4768 0 0.0
.data.rel.ro 73552 73536 -16 -0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 792 800 8 1.0
.rodata 215370 215370 0 0.0
.text 4024275 4024419 144 0.0
shell debug (read only) 2920385 2920729 344 0.0
(read/write) 156904 156880 -24 -0.0
.bss 62544 62512 -32 -0.1
.data 1424 1424 0 0.0
.data.rel.ro 87152 87152 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1104 1112 8 0.7
.rodata 186656 186752 96 0.1
.text 2559074 2559298 224 0.0
thermostat-no-ble arm64 (read only) 4427788 4427868 80 0.0
(read/write) 243536 243456 -80 -0.0
.bss 121976 121976 0 0.0
.data 3392 3392 0 0.0
.data.rel.ro 104296 104296 0 0.0
.dynamic 512 512 0 0.0
.got 8712 8712 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160084 160084 0 0.0
.text 3931160 3931240 80 0.0
tv-app debug (read only) 5763153 5763369 216 0.0
(read/write) 353296 353304 8 0.0
.bss 244336 244336 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 95128 95128 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1176 1184 8 0.7
.rodata 293258 293322 64 0.0
.text 5226691 5226819 128 0.0
tv-casting-app debug (read only) 9893105 9893385 280 0.0
(read/write) 342544 342528 -16 -0.0
.bss 157904 157880 -24 -0.0
.data 3008 3008 0 0.0
.data.rel.ro 174752 174752 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1208 1216 8 0.7
.rodata 383672 383704 32 0.0
.text 9042771 9042995 224 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534632 2534624 -8 -0.0
.bss 220472 220480 8 0.0
.data 5216 5216 0 0.0
.text 1497316 1497308 -8 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1064780 1064764 -16 -0.0
bss 133107 133107 0 0.0
rodata 103052 103052 0 0.0
text 781400 781384 -16 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1225560 1225544 -16 -0.0
bss 127163 127163 0 0.0
rodata 151300 151300 0 0.0
text 797064 797048 -16 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1012260 1012244 -16 -0.0
bss 131965 131965 0 0.0
rodata 90316 90316 0 0.0
text 742768 742752 -16 -0.0
light-switch-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 963864 963864 0 0.0
bss 126026 126026 0 0.0
rodata 79776 79776 0 0.0
text 710928 710916 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1197944 1197928 -16 -0.0
bss 119339 119339 0 0.0
rodata 178148 178148 0 0.0
text 746292 746280 -12 -0.0
lighting-app nrf52840dk_nrf52840+rpc (read only) 4 4 0 0.0
(read/write) 1063840 1063824 -16 -0.0
bss 137777 137777 0 0.0
rodata 85488 85488 0 0.0
text 790276 790264 -12 -0.0
nrf52840dongle_nrf52840 (read only) 4 4 0 0.0
(read/write) 1018636 1018620 -16 -0.0
bss 145782 145782 0 0.0
rodata 75412 75412 0 0.0
text 742432 742420 -12 -0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 961824 961824 0 0.0
bss 136583 136583 0 0.0
rodata 81280 81280 0 0.0
text 691976 691964 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1197944 1197928 -16 -0.0
bss 119339 119339 0 0.0
rodata 178148 178148 0 0.0
text 746292 746280 -12 -0.0
lock-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 976224 976208 -16 -0.0
bss 126557 126557 0 0.0
rodata 99336 99336 0 0.0
text 703248 703236 -12 -0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 906464 906448 -16 -0.0
bss 126623 126623 0 0.0
rodata 100760 100760 0 0.0
text 627096 627084 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1211244 1211228 -16 -0.0
bss 119870 119870 0 0.0
rodata 197716 197716 0 0.0
text 739508 739496 -12 -0.0
pump-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 927268 927268 0 0.0
bss 125234 125234 0 0.0
rodata 74836 74836 0 0.0
text 680116 680104 -12 -0.0
pump-controller-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 913572 913572 0 0.0
bss 125033 125033 0 0.0
rodata 71572 71572 0 0.0
text 669956 669944 -12 -0.0
nxp contact k32w0+release (read only) 574964 574956 -8 -0.0
(read/write) 80004 80004 0 0.0
.bss 67840 67840 0 0.0
.data 2180 2180 0 0.0
.text 574428 574420 -8 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 702100 702092 -8 -0.0
.bss 71192 71184 -8 -0.0
.data 2856 2856 0 0.0
.text 588672 588672 0 0.0
light k32w0+release (read only) 608880 608880 0 0.0
(read/write) 79464 79464 0 0.0
.bss 67280 67280 0 0.0
.data 2200 2200 0 0.0
.text 608344 608344 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793824 793824 0 0.0
.bss 80728 80728 0 0.0
.data 2056 2056 0 0.0
.text 671672 671672 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832280 832288 8 0.0
(read/write) 1803076 1803068 -8 -0.0
.bss 198372 198364 -8 -0.0
.data 2688 2688 0 0.0
.text 1593628 1593628 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835432 835440 8 0.0
(read/write) 1724964 1724972 8 0.0
.bss 195252 195244 -8 -0.0
.data 2656 2656 0 0.0
.text 1518668 1518684 16 0.0
light cy8ckit_062s2_43012 (read only) 842160 842168 8 0.0
(read/write) 1643700 1643684 -16 -0.0
.bss 188716 188708 -8 -0.0
.data 2464 2464 0 0.0
.text 1444132 1444124 -8 -0.0
lock cy8ckit_062s2_43012 (read only) 815096 815096 0 0.0
(read/write) 1672388 1672388 0 0.0
.bss 215788 215788 0 0.0
.data 2456 2456 0 0.0
.text 1445756 1445756 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1132200 1132200 0 0.0
.bss 102572 102572 0 0.0
.data 844 844 0 0.0
.text 644584 644584 0 0.0
lock-app qpg6105+debug (read/write) 1092232 1092240 8 0.0
.bss 97252 97244 -8 -0.0
.data 856 856 0 0.0
.text 604612 604620 8 0.0
stm32 light STM32WB5MM-DK (read/write) 603789 603789 0 0.0
.bss 128436 128428 -8 -0.0
.data 676 676 0 0.0
.rodata 80212 80212 0 0.0
.text 384720 384728 8 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 832938 832914 -24 -0.0
bss 49836 49836 0 0.0
text 623968 623940 -28 -0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096176 1096136 -40 -0.0
bss 101520 101520 0 0.0
text 797526 797488 -38 -0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1057640 1057600 -40 -0.0
bss 109968 109968 0 0.0
text 771888 771846 -42 -0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 913128 913088 -40 -0.0
bss 92724 92724 0 0.0
text 655326 655288 -38 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834982 834950 -32 -0.0
bss 49880 49880 0 0.0
text 626074 626044 -30 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 935720 935688 -32 -0.0
bss 77492 77492 0 0.0
text 702712 702678 -34 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1089536 1089504 -32 -0.0
bss 99816 99816 0 0.0
text 793336 793302 -34 -0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 910212 910180 -32 -0.0
bss 69160 69160 0 0.0
text 659602 659572 -30 -0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 932820 932780 -40 -0.0
bss 92428 92428 0 0.0
text 674898 674856 -42 -0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 832628 832596 -32 -0.0
bss 58124 58124 0 0.0
text 623166 623140 -26 -0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 798748 798724 -24 -0.0
bss 56052 56052 0 0.0
text 598072 598046 -26 -0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 675936 675936 0 0.0
bss 73412 73412 0 0.0
text 461698 461698 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 842706 842674 -32 -0.0
bss 51508 51508 0 0.0
text 632612 632582 -30 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858469 858437 -32 -0.0
bss 59676 59676 0 0.0
text 642182 642148 -34 -0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 824296 824272 -24 -0.0
bss 56384 56384 0 0.0
text 617624 617598 -26 -0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 837412 837388 -24 -0.0
bss 58340 58340 0 0.0
text 625536 625506 -30 -0.0

@mergify mergify bot merged commit 07f4b35 into project-chip:master Apr 12, 2024
65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants