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

[ReadHandler] ReportScheduler Injection #28497

Conversation

lpbeliveau-silabs
Copy link
Contributor

@lpbeliveau-silabs lpbeliveau-silabs commented Aug 3, 2023

Allowed injection of ReportScheduler from app layer without having a static default scheduler in place in the Server instance.

The default scheduler needs to be manually is still instantiated in CommonCaseDeviceServerInitParams. It can also be injected in the the server's initParams like such:

// Create initParams with SDK example defaults here
static chip::CommonCaseDeviceServerInitParams initParams;
// Report scheduler and timer delegate instance
static chip::app::DefaultTimerDelegate sTimerDelegate;
static chip::app::reporting::ReportSchedulerImpl sReportScheduler(&sTimerDelegate);
initParams.reportScheduler = &sReportScheduler;

This resolves the issue: #28183

…a pointer to a report scheduler in ServerInitParams so it gets injected
@lpbeliveau-silabs lpbeliveau-silabs linked an issue Aug 3, 2023 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

PR #28497: Size comparison from e149350 to 53ba76b

Increases above 0.2%:

platform target config section e149350 53ba76b change % change
bl702 lighting-app bl702+rpc .data 4088 4104 16 0.4
bl702l lighting-app bl702l .data 4512 4528 16 0.4
cc32xx lock CC3235SF_LAUNCHXL .data 1432 1440 8 0.6
.debug_abbrev 959363 962279 2916 0.3
.debug_info 19347128 19399012 51884 0.3
cyw30739 light cyw930739m2evb_01 .data 656 664 8 1.2
lock cyw930739m2evb_01 .data 684 692 8 1.2
ota-requestor cyw930739m2evb_01 .data 584 592 8 1.4
switch cyw930739m2evb_01 .data 660 668 8 1.2
k32w contact k32w0+release .data 2116 2124 8 0.4
light k32w0+release .data 2104 2112 8 0.4
lock k32w0+release .data 2048 2056 8 0.4
linux all-clusters-app debug .init_array 1288 1296 8 0.6
all-clusters-minimal-app debug .init_array 1128 1136 8 0.7
bridge-app debug .data 3792 3824 32 0.8
.init_array 808 816 8 1.0
chip-tool debug .init_array 792 800 8 1.0
lighting-app debug+rpc+ui .init_array 944 952 8 0.8
lock-app debug .init_array 856 864 8 0.9
ota-provider-app debug .init_array 720 728 8 1.1
ota-requestor-app debug .init_array 776 784 8 1.0
shell debug .init_array 1128 1136 8 0.7
thermostat-no-ble arm64 .data 2864 2880 16 0.6
tv-app debug .data 5104 5136 32 0.6
.init_array 1136 1144 8 0.7
tv-casting-app debug .init_array 1048 1056 8 0.8
psoc6 all-clusters cy8ckit_062s2_43012 .data 2520 2528 8 0.3
all-clusters-minimal cy8ckit_062s2_43012 .data 2456 2464 8 0.3
light cy8ckit_062s2_43012 .data 2344 2352 8 0.3
lock cy8ckit_062s2_43012 .data 2360 2368 8 0.3
qpg lighting-app qpg6105+debug .data 736 744 8 1.1
lock-app qpg6105+debug .data 740 748 8 1.1
Increases (65 builds for bl602, bl702, bl702l, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e149350 53ba76b change % change
bl602 lighting-app bl602 (read/write) 1363778 1363966 188 0.0
.bss 73670 73686 16 0.0
.data 9552 9560 8 0.1
.text 1056872 1057036 164 0.0
bl602+rpc (read/write) 1411246 1411434 188 0.0
.bss 81710 81726 16 0.0
.text 1088806 1088970 164 0.0
bl702 lighting-app bl702 .bss 41285 41301 16 0.0
.debug_abbrev 1566249 1567663 1414 0.1
.debug_aranges 140336 140408 72 0.1
.debug_frame 516340 516584 244 0.0
.debug_info 41434671 41492898 58227 0.1
.debug_line 5479037 5484113 5076 0.1
.debug_loc 3563905 3564192 287 0.0
.debug_ranges 384608 384704 96 0.0
.strtab 589190 589504 314 0.1
.symtab 175552 175632 80 0.0
bl702+rpc .bss 49749 49765 16 0.0
.data 4088 4104 16 0.4
.debug_abbrev 1743379 1744793 1414 0.1
.debug_aranges 148880 148952 72 0.0
.debug_frame 545244 545488 244 0.0
.debug_info 46329616 46387288 57672 0.1
.debug_line 5891572 5896628 5056 0.1
.debug_loc 3770052 3770339 287 0.0
.debug_ranges 410360 410456 96 0.0
.strtab 652153 652467 314 0.0
.symtab 194480 194560 80 0.0
bl702l lighting-app bl702l .bss 15988 16004 16 0.1
.data 4512 4528 16 0.4
.debug_abbrev 1568468 1569882 1414 0.1
.debug_aranges 134840 134912 72 0.1
.debug_frame 496028 496272 244 0.0
.debug_info 41435779 41494007 58228 0.1
.debug_line 5394705 5399811 5106 0.1
.debug_loc 3500073 3500386 313 0.0
.debug_ranges 389816 389912 96 0.0
.strtab 589415 589729 314 0.1
.symtab 175120 175200 80 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 615170 615242 72 0.0
.data 1432 1440 8 0.6
.debug_abbrev 959363 962279 2916 0.3
.debug_aranges 108896 108936 40 0.0
.debug_frame 369428 369484 56 0.0
.debug_info 19347128 19399012 51884 0.3
.debug_line 2809586 2813449 3863 0.1
.debug_loclists 1594328 1594353 25 0.0
.debug_rnglists 100559 100584 25 0.0
.strtab 495568 495722 154 0.0
.symtab 292960 293104 144 0.0
.text 506808 506876 68 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 549999 550023 24 0.0
.app_xip_area 441249 441257 8 0.0
.bss 63776 63784 8 0.0
.data 656 664 8 1.2
lock cyw930739m2evb_01 (read/write) 536519 536551 32 0.0
.app_xip_area 422761 422777 16 0.0
.bss 68760 68768 8 0.0
.data 684 692 8 1.2
ota-requestor cyw930739m2evb_01 (read/write) 573703 573751 48 0.0
.app_xip_area 466033 466057 24 0.0
.bss 62768 62784 16 0.0
.data 584 592 8 1.4
switch cyw930739m2evb_01 (read/write) 546375 546455 80 0.0
.app_xip_area 435753 435825 72 0.0
.data 660 668 8 1.2
esp32 all-clusters-app c3devkit (read only) 1149144 1149224 80 0.0
(read/write) 1701908 1701924 16 0.0
.dram0.bss 79032 79048 16 0.0
.flash.text 1149144 1149224 80 0.0
m5stack (read only) 1191231 1191303 72 0.0
(read/write) 550114 550146 32 0.0
.dram0.bss 85408 85424 16 0.0
.dram0.data 34020 34036 16 0.0
.flash.text 1185847 1185919 72 0.0
k32w contact k32w0+release (read only) 590100 590228 128 0.0
.data 2116 2124 8 0.4
.text 589564 589692 128 0.0
light k32w0+release (read only) 588788 588900 112 0.0
(read/write) 90952 90976 24 0.0
.bss 67020 67028 8 0.0
.data 2104 2112 8 0.4
.text 588252 588364 112 0.0
lock k32w0+release (read only) 561340 561476 136 0.0
(read/write) 88784 88792 8 0.0
.data 2048 2056 8 0.4
.text 560804 560940 136 0.0
linux all-clusters-app debug (read only) 5483761 5484081 320 0.0
(read/write) 417456 417496 40 0.0
.bss 130368 130400 32 0.0
.data.rel.ro 275776 275784 8 0.0
.init_array 1288 1296 8 0.6
.rodata 333712 333776 64 0.0
.text 4773235 4773443 208 0.0
all-clusters-minimal-app debug (read only) 4898777 4899129 352 0.0
(read/write) 231408 231448 40 0.0
.bss 126048 126080 32 0.0
.init_array 1128 1136 8 0.7
.rodata 271814 271910 96 0.0
.text 4396835 4397043 208 0.0
bridge-app debug (read only) 2767969 2768289 320 0.0
(read/write) 133064 133136 72 0.1
.bss 51768 51800 32 0.1
.data 3792 3824 32 0.8
.data.rel.ro 71400 71408 8 0.0
.init_array 808 816 8 1.0
.rodata 214376 214440 64 0.0
.text 2376115 2376323 208 0.0
chip-tool debug (read only) 17767825 17767945 120 0.0
(read/write) 1055160 1055200 40 0.0
.bss 93688 93720 32 0.0
.init_array 792 800 8 1.0
.text 14796259 14796355 96 0.0
lighting-app debug+rpc+ui (read only) 5276953 5277273 320 0.0
.init_array 944 952 8 0.8
.rodata 338420 338484 64 0.0
.text 4696483 4696691 208 0.0
lock-app debug (read only) 4469121 4469409 288 0.0
(read/write) 202864 202904 40 0.0
.bss 113392 113424 32 0.0
.init_array 856 864 8 0.9
.rodata 247750 247782 32 0.0
.text 4012067 4012275 208 0.0
ota-provider-app debug (read only) 4126665 4126953 288 0.0
.init_array 720 728 8 1.1
.rodata 200934 200966 32 0.0
.text 3735459 3735667 208 0.0
ota-requestor-app debug (read only) 4220545 4220881 336 0.0
.init_array 776 784 8 1.0
.rodata 204326 204390 64 0.0
.text 3821619 3821843 224 0.0
shell debug (read only) 2928001 2928321 320 0.0
(read/write) 150712 150752 40 0.0
.bss 60040 60072 32 0.1
.data.rel.ro 84024 84032 8 0.0
.init_array 1128 1136 8 0.7
.rodata 210642 210706 64 0.0
.text 2546514 2546722 208 0.0
thermostat-no-ble arm64 .bss 122552 122568 16 0.0
.data 2864 2880 16 0.6
.text 3949784 3949928 144 0.0
tv-app debug (read only) 5314433 5314817 384 0.0
(read/write) 350136 350208 72 0.0
.bss 241568 241600 32 0.0
.data 5104 5136 32 0.6
.init_array 1136 1144 8 0.7
.rodata 272374 272406 32 0.0
.text 4798467 4798771 304 0.0
tv-casting-app debug (read only) 8294177 8294497 320 0.0
.init_array 1048 1056 8 0.8
.rodata 367612 367676 64 0.0
.text 7526451 7526659 208 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2521192 2521288 96 0.0
.bss 220008 220016 8 0.0
.data 5120 5128 8 0.2
.text 1483876 1483972 96 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1218080 1218184 104 0.0
bss 154611 154619 8 0.0
text 843180 843272 92 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1336808 1336920 112 0.0
bss 140069 140077 8 0.0
text 770628 770720 92 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156120 1156224 104 0.0
bss 154790 154798 8 0.0
text 809624 809720 96 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1102660 1102780 120 0.0
text 772276 772376 100 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360080 1360176 96 0.0
text 741416 741512 96 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1156824 1156944 120 0.0
text 818348 818456 108 0.0
nrf52840dongle_nrf52840 (read/write) 1121988 1122108 120 0.0
text 780836 780944 108 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1102256 1102360 104 0.0
text 761524 761624 100 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360080 1360176 96 0.0
text 741416 741512 96 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1129540 1129644 104 0.0
text 776744 776844 100 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1042220 1042324 104 0.0
text 693528 693624 96 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1387776 1387936 160 0.0
text 746704 746804 100 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1079816 1079920 104 0.0
bss 148545 148553 8 0.0
text 753360 753452 92 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1067664 1067768 104 0.0
bss 148344 148352 8 0.0
text 744544 744636 92 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1766476 1766548 72 0.0
.bss 193196 193212 16 0.0
.data 2520 2528 8 0.3
.debug_abbrev 1377935 1378674 739 0.1
.debug_aranges 143744 143784 40 0.0
.debug_frame 478872 478928 56 0.0
.debug_info 30050638 30102530 51892 0.2
.debug_line 4139941 4142973 3032 0.1
.debug_loclists 2245744 2245784 40 0.0
.debug_rnglists 142326 142352 26 0.0
.strtab 801943 802089 146 0.0
.symtab 499808 499952 144 0.0
.text 1562372 1562420 48 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1673916 1673988 72 0.0
.bss 191308 191324 16 0.0
.data 2456 2464 8 0.3
.debug_abbrev 1283553 1285096 1543 0.1
.debug_aranges 137048 137088 40 0.0
.debug_frame 461960 462016 56 0.0
.debug_info 27146943 27200475 53532 0.2
.debug_line 3956830 3960922 4092 0.1
.debug_loclists 2146632 2146671 39 0.0
.debug_rnglists 135447 135473 26 0.0
.strtab 712577 712723 146 0.0
.symtab 465456 465600 144 0.0
.text 1471764 1471812 48 0.0
light cy8ckit_062s2_43012 (read/write) 1605756 1605844 88 0.0
.bss 185212 185220 8 0.0
.data 2344 2352 8 0.3
.debug_abbrev 1124168 1125785 1617 0.1
.debug_aranges 127320 127360 40 0.0
.debug_frame 425592 425648 56 0.0
.debug_info 22302871 22357122 54251 0.2
.debug_line 3523424 3528198 4774 0.1
.debug_loclists 1985853 1985892 39 0.0
.debug_rnglists 125337 125363 26 0.0
.strtab 634185 634331 146 0.0
.symtab 430416 430560 144 0.0
.text 1409812 1409884 72 0.0
lock cy8ckit_062s2_43012 (read/write) 1638796 1638876 80 0.0
.bss 212676 212684 8 0.0
.data 2360 2368 8 0.3
.debug_abbrev 1115472 1116837 1365 0.1
.debug_aranges 126088 126128 40 0.0
.debug_frame 421140 421196 56 0.0
.debug_info 22207713 22261228 53515 0.2
.debug_line 3477491 3481520 4029 0.1
.debug_loclists 1963992 1964031 39 0.0
.debug_rnglists 123415 123441 26 0.0
.strtab 607469 607615 146 0.0
.symtab 422224 422368 144 0.0
.text 1415372 1415436 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1177572 1177660 88 0.0
.bss 101232 101240 8 0.0
.data 736 744 8 1.1
.text 624416 624504 88 0.0
lock-app qpg6105+debug (read/write) 1134628 1134708 80 0.0
.data 740 748 8 1.1
.text 581468 581548 80 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1069592 1069704 112 0.0
bss 107300 107316 16 0.0
text 728460 728552 92 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 976052 976172 120 0.0
bss 105276 105292 16 0.0
text 669088 669188 100 0.0
bridge-app tlsr9518adk80d (read/write) 943876 943988 112 0.0
bss 109716 109724 8 0.0
text 646702 646798 96 0.0
contact-sensor-app tlsr9518adk80d (read/write) 875792 875912 120 0.0
bss 98896 98904 8 0.0
text 590052 590148 96 0.0
light-switch-app tlsr9518adk80d (read/write) 904676 904796 120 0.0
bss 99488 99496 8 0.0
text 615684 615782 98 0.0
lighting-app tlsr9518adk80d (read/write) 982220 982332 112 0.0
bss 107572 107580 8 0.0
text 685550 685644 94 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 993592 993696 104 0.0
bss 111820 111828 8 0.0
text 693068 693160 92 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1051752 1051864 112 0.0
bss 109144 109152 8 0.0
text 730486 730576 90 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1083080 1083184 104 0.0
bss 120220 120228 8 0.0
text 750590 750680 90 0.0
lock-app tlsr9518adk80d (read/write) 932788 932892 104 0.0
bss 99576 99584 8 0.0
text 620302 620396 94 0.0
ota-requestor-app tlsr9518adk80d (read/write) 898420 898524 104 0.0
bss 100196 100212 16 0.0
text 611936 612026 90 0.0
pump-app tlsr9518adk80d (read/write) 881280 881392 112 0.0
bss 99028 99036 8 0.0
text 595744 595840 96 0.0
pump-controller-app tlsr9518adk80d (read/write) 868436 868548 112 0.0
bss 98828 98836 8 0.0
text 586182 586276 94 0.0
smoke_co_alarm-app tlsr9518adk80d (read/write) 877852 877956 104 0.0
bss 98984 98992 8 0.0
text 593112 593208 96 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 864560 864688 128 0.0
bss 98736 98744 8 0.0
text 581784 581882 98 0.0
thermostat tlsr9518adk80d (read/write) 910512 910624 112 0.0
bss 99280 99288 8 0.0
text 621228 621320 92 0.0
window-covering tlsr9518adk80d (read/write) 905836 905956 120 0.0
bss 99592 99600 8 0.0
text 616098 616196 98 0.0
Decreases (17 builds for bl702, bl702l, cc32xx, linux, psoc6, telink)
platform target config section e149350 53ba76b change % change
bl702 lighting-app bl702 (read/write) 1166699 1166611 -88 -0.0
.bss_psram 43488 43472 -16 -0.0
.debug_str 4011881 4011712 -169 -0.0
.text 953894 953806 -88 -0.0
bl702+rpc (read/write) 1265599 1265547 -52 -0.0
.bss_psram 43488 43472 -16 -0.0
.debug_str 4431746 4431577 -169 -0.0
.text 1028576 1028492 -84 -0.0
bl702l lighting-app bl702l (read/write) 1152608 1152536 -72 -0.0
.bss_psram 77904 77888 -16 -0.0
.debug_str 4024350 4024182 -168 -0.0
.text 942962 942876 -86 -0.0
cc32xx lock CC3235SF_LAUNCHXL (read/write) 207832 207792 -40 -0.0
.bss 201280 201232 -48 -0.0
.debug_str 3423483 3423299 -184 -0.0
linux all-clusters-minimal-app debug .data.rel.ro 94376 94368 -8 -0.0
chip-tool-ipv6only arm64 (read only) 16980620 16980588 -32 -0.0
(read/write) 1122712 1122696 -16 -0.0
.got 23360 23352 -8 -0.0
lighting-app debug+rpc+ui (read/write) 222344 222320 -24 -0.0
.data.rel.ro 92240 92216 -24 -0.0
lock-app debug .data.rel.ro 78960 78952 -8 -0.0
ota-provider-app debug (read/write) 192152 192128 -24 -0.0
.data.rel.ro 68448 68432 -16 -0.0
ota-requestor-app debug (read/write) 196464 196440 -24 -0.0
.data.rel.ro 71448 71432 -16 -0.0
thermostat-no-ble arm64 (read/write) 244168 244120 -48 -0.0
.data.rel.ro 102296 102232 -64 -0.1
.got 11976 11968 -8 -0.1
tv-casting-app debug (read/write) 210848 210824 -24 -0.0
.bss 54496 54464 -32 -0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837624 837600 -24 -0.0
.debug_str 4116088 4115920 -168 -0.0
.heap 837624 837600 -24 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839576 839552 -24 -0.0
.debug_str 3975637 3975477 -160 -0.0
.heap 839576 839552 -24 -0.0
light cy8ckit_062s2_43012 (read only) 845784 845768 -16 -0.0
.debug_str 3786810 3786638 -172 -0.0
.heap 845784 845768 -16 -0.0
lock cy8ckit_062s2_43012 (read only) 818304 818288 -16 -0.0
.debug_str 3748315 3748139 -176 -0.0
.heap 818304 818288 -16 -0.0
telink shell tlsr9518adk80d text 478644 478642 -2 -0.0
Full report (67 builds for bl602, bl702, bl702l, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e149350 53ba76b change % change
bl602 lighting-app bl602 (read/write) 1363778 1363966 188 0.0
.bss 73670 73686 16 0.0
.data 9552 9560 8 0.1
.text 1056872 1057036 164 0.0
bl602+rpc (read/write) 1411246 1411434 188 0.0
.bss 81710 81726 16 0.0
.data 9952 9952 0 0.0
.text 1088806 1088970 164 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1166699 1166611 -88 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41301 16 0.0
.bss_psram 43488 43472 -16 -0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1566249 1567663 1414 0.1
.debug_aranges 140336 140408 72 0.1
.debug_frame 516340 516584 244 0.0
.debug_info 41434671 41492898 58227 0.1
.debug_line 5479037 5484113 5076 0.1
.debug_loc 3563905 3564192 287 0.0
.debug_ranges 384608 384704 96 0.0
.debug_str 4011881 4011712 -169 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106812 106812 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589190 589504 314 0.1
.symtab 175552 175632 80 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
953894 953806 -88 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1265599 1265547 -52 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49765 16 0.0
.bss_psram 43488 43472 -16 -0.0
.comment 48 48 0 0.0
.data 4088 4104 16 0.4
.debug_abbrev 1743379 1744793 1414 0.1
.debug_aranges 148880 148952 72 0.0
.debug_frame 545244 545488 244 0.0
.debug_info 46329616 46387288 57672 0.1
.debug_line 5891572 5896628 5056 0.1
.debug_loc 3770052 3770339 287 0.0
.debug_ranges 410360 410456 96 0.0
.debug_str 4431746 4431577 -169 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121464 121464 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652153 652467 314 0.0
.symtab 194480 194560 80 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028576 1028492 -84 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1152608 1152536 -72 -0.0
.boot2 292 292 0 0.0
.bss 15988 16004 16 0.1
.bss_psram 77904 77888 -16 -0.0
.comment 48 48 0 0.0
.data 4512 4528 16 0.4
.debug_abbrev 1568468 1569882 1414 0.1
.debug_aranges 134840 134912 72 0.1
.debug_frame 496028 496272 244 0.0
.debug_info 41435779 41494007 58228 0.1
.debug_line 5394705 5399811 5106 0.1
.debug_loc 3500073 3500386 313 0.0
.debug_ranges 389816 389912 96 0.0
.debug_str 4024350 4024182 -168 -0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100696 100696 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 589415 589729 314 0.1
.symtab 175120 175200 80 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942962 942876 -86 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615170 615242 72 0.0
(read/write) 207832 207792 -40 -0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201280 201232 -48 -0.0
.comment 206 206 0 0.0
.data 1432 1440 8 0.6
.debug_abbrev 959363 962279 2916 0.3
.debug_aranges 108896 108936 40 0.0
.debug_frame 369428 369484 56 0.0
.debug_info 19347128 19399012 51884 0.3
.debug_line 2809586 2813449 3863 0.1
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1594328 1594353 25 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100559 100584 25 0.0
.debug_str 3423483 3423299 -184 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106242 106242 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 495568 495722 154 0.0
.symtab 292960 293104 144 0.0
.text 506808 506876 68 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 549999 550023 24 0.0
.app_xip_area 441249 441257 8 0.0
.bss 63776 63784 8 0.0
.data 656 664 8 1.2
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 536519 536551 32 0.0
.app_xip_area 422761 422777 16 0.0
.bss 68760 68768 8 0.0
.data 684 692 8 1.2
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573703 573751 48 0.0
.app_xip_area 466033 466057 24 0.0
.bss 62768 62784 16 0.0
.data 584 592 8 1.4
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 546375 546455 80 0.0
.app_xip_area 435753 435825 72 0.0
.bss 65648 65648 0 0.0
.data 660 668 8 1.2
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1149144 1149224 80 0.0
(read/write) 1701908 1701924 16 0.0
.dram0.bss 79032 79048 16 0.0
.dram0.data 13076 13076 0 0.0
.flash.rodata 266048 266048 0 0.0
.flash.text 1149144 1149224 80 0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1191231 1191303 72 0.0
(read/write) 550114 550146 32 0.0
.dram0.bss 85408 85424 16 0.0
.dram0.data 34020 34036 16 0.0
.flash.rodata 297044 297044 0 0.0
.flash.text 1185847 1185919 72 0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 590100 590228 128 0.0
(read/write) 91320 91320 0 0.0
.bss 67372 67372 0 0.0
.data 2116 2124 8 0.4
.text 589564 589692 128 0.0
light k32w0+release (read only) 588788 588900 112 0.0
(read/write) 90952 90976 24 0.0
.bss 67020 67028 8 0.0
.data 2104 2112 8 0.4
.text 588252 588364 112 0.0
lock k32w0+release (read only) 561340 561476 136 0.0
(read/write) 88784 88792 8 0.0
.bss 64908 64908 0 0.0
.data 2048 2056 8 0.4
.text 560804 560940 136 0.0
linux all-clusters-app debug (read only) 5483761 5484081 320 0.0
(read/write) 417456 417496 40 0.0
.bss 130368 130400 32 0.0
.data 3984 3984 0 0.0
.data.rel.ro 275776 275784 8 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1288 1296 8 0.6
.rodata 333712 333776 64 0.0
.text 4773235 4773443 208 0.0
all-clusters-minimal-app debug (read only) 4898777 4899129 352 0.0
(read/write) 231408 231448 40 0.0
.bss 126048 126080 32 0.0
.data 3856 3856 0 0.0
.data.rel.ro 94376 94368 -8 -0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 271814 271910 96 0.0
.text 4396835 4397043 208 0.0
bridge-app debug (read only) 2767969 2768289 320 0.0
(read/write) 133064 133136 72 0.1
.bss 51768 51800 32 0.1
.data 3792 3824 32 0.8
.data.rel.ro 71400 71408 8 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 808 816 8 1.0
.rodata 214376 214440 64 0.0
.text 2376115 2376323 208 0.0
chip-tool debug (read only) 17767825 17767945 120 0.0
(read/write) 1055160 1055200 40 0.0
.bss 93688 93720 32 0.0
.data 5090 5090 0 0.0
.data.rel.ro 949040 949040 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 792 800 8 1.0
.rodata 916561 916561 0 0.0
.text 14796259 14796355 96 0.0
chip-tool-ipv6only arm64 (read only) 16980620 16980588 -32 -0.0
(read/write) 1122712 1122696 -16 -0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 986400 986400 0 0.0
.dynamic 512 512 0 0.0
.got 23360 23352 -8 -0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 827432 827432 0 0.0
.text 13913368 13913368 0 0.0
lighting-app debug+rpc+ui (read only) 5276953 5277273 320 0.0
(read/write) 222344 222320 -24 -0.0
.bss 118000 118000 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 92240 92216 -24 -0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 952 8 0.8
.rodata 338420 338484 64 0.0
.text 4696483 4696691 208 0.0
lock-app debug (read only) 4469121 4469409 288 0.0
(read/write) 202864 202904 40 0.0
.bss 113392 113424 32 0.0
.data 3728 3728 0 0.0
.data.rel.ro 78960 78952 -8 -0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 856 864 8 0.9
.rodata 247750 247782 32 0.0
.text 4012067 4012275 208 0.0
ota-provider-app debug (read only) 4126665 4126953 288 0.0
(read/write) 192152 192128 -24 -0.0
.bss 113792 113792 0 0.0
.data 4000 4000 0 0.0
.data.rel.ro 68448 68432 -16 -0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 728 8 1.1
.rodata 200934 200966 32 0.0
.text 3735459 3735667 208 0.0
ota-requestor-app debug (read only) 4220545 4220881 336 0.0
(read/write) 196464 196440 -24 -0.0
.bss 114848 114848 0 0.0
.data 4240 4240 0 0.0
.data.rel.ro 71448 71432 -16 -0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 784 8 1.0
.rodata 204326 204390 64 0.0
.text 3821619 3821843 224 0.0
shell debug (read only) 2928001 2928321 320 0.0
(read/write) 150712 150752 40 0.0
.bss 60040 60072 32 0.1
.data 784 784 0 0.0
.data.rel.ro 84024 84032 8 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 210642 210706 64 0.0
.text 2546514 2546722 208 0.0
thermostat-no-ble arm64 (read only) 4449908 4449908 0 0.0
(read/write) 244168 244120 -48 -0.0
.bss 122552 122568 16 0.0
.data 2864 2880 16 0.6
.data.rel.ro 102296 102232 -64 -0.1
.dynamic 512 512 0 0.0
.got 11976 11968 -8 -0.1
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 161948 161948 0 0.0
.text 3949784 3949928 144 0.0
tv-app debug (read only) 5314433 5314817 384 0.0
(read/write) 350136 350208 72 0.0
.bss 241568 241600 32 0.0
.data 5104 5136 32 0.6
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1136 1144 8 0.7
.rodata 272374 272406 32 0.0
.text 4798467 4798771 304 0.0
tv-casting-app debug (read only) 8294177 8294497 320 0.0
(read/write) 210848 210824 -24 -0.0
.bss 54496 54464 -32 -0.1
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1048 1056 8 0.8
.rodata 367612 367676 64 0.0
.text 7526451 7526659 208 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521192 2521288 96 0.0
.bss 220008 220016 8 0.0
.data 5120 5128 8 0.2
.text 1483876 1483972 96 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1218080 1218184 104 0.0
bss 154611 154619 8 0.0
rodata 141348 141348 0 0.0
text 843180 843272 92 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1336808 1336920 112 0.0
bss 140069 140077 8 0.0
rodata 135440 135440 0 0.0
text 770628 770720 92 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1156120 1156224 104 0.0
bss 154790 154798 8 0.0
rodata 112732 112732 0 0.0
text 809624 809720 96 0.0
light-switch-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1102660 1102780 120 0.0
bss 149175 149175 0 0.0
rodata 102280 102280 0 0.0
text 772276 772376 100 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1360080 1360176 96 0.0
bss 134248 134248 0 0.0
rodata 189172 189172 0 0.0
text 741416 741512 96 0.0
lighting-app nrf52840dk_nrf52840+rpc (read only) 4 4 0 0.0
(read/write) 1156824 1156944 120 0.0
bss 159447 159447 0 0.0
rodata 98796 98796 0 0.0
text 818348 818456 108 0.0
nrf52840dongle_nrf52840 (read only) 4 4 0 0.0
(read/write) 1121988 1122108 120 0.0
bss 167595 167595 0 0.0
rodata 88568 88568 0 0.0
text 780836 780944 108 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1102256 1102360 104 0.0
bss 156467 156467 0 0.0
rodata 100836 100836 0 0.0
text 761524 761624 100 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1360080 1360176 96 0.0
bss 134248 134248 0 0.0
rodata 189172 189172 0 0.0
text 741416 741512 96 0.0
lock-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1129540 1129644 104 0.0
bss 149820 149820 0 0.0
rodata 124024 124024 0 0.0
text 776744 776844 100 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1042220 1042324 104 0.0
bss 147052 147052 0 0.0
rodata 118176 118176 0 0.0
text 693528 693624 96 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1387776 1387936 160 0.0
bss 134893 134893 0 0.0
rodata 210928 210928 0 0.0
text 746704 746804 100 0.0
pump-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1079816 1079920 104 0.0
bss 148545 148553 8 0.0
rodata 99028 99028 0 0.0
text 753360 753452 92 0.0
pump-controller-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1067664 1067768 104 0.0
bss 148344 148352 8 0.0
rodata 95948 95948 0 0.0
text 744544 744636 92 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837624 837600 -24 -0.0
(read/write) 1766476 1766548 72 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193196 193212 16 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2520 2528 8 0.3
.debug_abbrev 1377935 1378674 739 0.1
.debug_aranges 143744 143784 40 0.0
.debug_frame 478872 478928 56 0.0
.debug_info 30050638 30102530 51892 0.2
.debug_line 4139941 4142973 3032 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2245744 2245784 40 0.0
.debug_rnglists 142326 142352 26 0.0
.debug_str 4116088 4115920 -168 -0.0
.heap 837624 837600 -24 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 801943 802089 146 0.0
.symtab 499808 499952 144 0.0
.text 0 0 0 0.0
1562372 1562420 48 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839576 839552 -24 -0.0
(read/write) 1673916 1673988 72 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191308 191324 16 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2464 8 0.3
.debug_abbrev 1283553 1285096 1543 0.1
.debug_aranges 137048 137088 40 0.0
.debug_frame 461960 462016 56 0.0
.debug_info 27146943 27200475 53532 0.2
.debug_line 3956830 3960922 4092 0.1
.debug_line_str 981 981 0 0.0
.debug_loclists 2146632 2146671 39 0.0
.debug_rnglists 135447 135473 26 0.0
.debug_str 3975637 3975477 -160 -0.0
.heap 839576 839552 -24 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 712577 712723 146 0.0
.symtab 465456 465600 144 0.0
.text 1471764 1471812 48 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845784 845768 -16 -0.0
(read/write) 1605756 1605844 88 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185212 185220 8 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2344 2352 8 0.3
.debug_abbrev 1124168 1125785 1617 0.1
.debug_aranges 127320 127360 40 0.0
.debug_frame 425592 425648 56 0.0
.debug_info 22302871 22357122 54251 0.2
.debug_line 3523424 3528198 4774 0.1
.debug_line_str 942 942 0 0.0
.debug_loclists 1985853 1985892 39 0.0
.debug_rnglists 125337 125363 26 0.0
.debug_str 3786810 3786638 -172 -0.0
.heap 845784 845768 -16 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 634185 634331 146 0.0
.symtab 430416 430560 144 0.0
.text 1409812 1409884 72 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818304 818288 -16 -0.0
(read/write) 1638796 1638876 80 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212676 212684 8 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2368 8 0.3
.debug_abbrev 1115472 1116837 1365 0.1
.debug_aranges 126088 126128 40 0.0
.debug_frame 421140 421196 56 0.0
.debug_info 22207713 22261228 53515 0.2
.debug_line 3477491 3481520 4029 0.1
.debug_line_str 933 933 0 0.0
.debug_loclists 1963992 1964031 39 0.0
.debug_rnglists 123415 123441 26 0.0
.debug_str 3748315 3748139 -176 -0.0
.heap 818304 818288 -16 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 607469 607615 146 0.0
.symtab 422224 422368 144 0.0
.text 1415372 1415436 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177572 1177660 88 0.0
.bss 101232 101240 8 0.0
.data 736 744 8 1.1
.text 624416 624504 88 0.0
lock-app qpg6105+debug (read/write) 1134628 1134708 80 0.0
.bss 95952 95952 0 0.0
.data 740 748 8 1.1
.text 581468 581548 80 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069592 1069704 112 0.0
bss 107300 107316 16 0.0
text 728460 728552 92 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976052 976172 120 0.0
bss 105276 105292 16 0.0
text 669088 669188 100 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943876 943988 112 0.0
bss 109716 109724 8 0.0
text 646702 646798 96 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875792 875912 120 0.0
bss 98896 98904 8 0.0
text 590052 590148 96 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 904676 904796 120 0.0
bss 99488 99496 8 0.0
text 615684 615782 98 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 982220 982332 112 0.0
bss 107572 107580 8 0.0
text 685550 685644 94 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 993592 993696 104 0.0
bss 111820 111828 8 0.0
text 693068 693160 92 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051752 1051864 112 0.0
bss 109144 109152 8 0.0
text 730486 730576 90 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1083080 1083184 104 0.0
bss 120220 120228 8 0.0
text 750590 750680 90 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932788 932892 104 0.0
bss 99576 99584 8 0.0
text 620302 620396 94 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898420 898524 104 0.0
bss 100196 100212 16 0.0
text 611936 612026 90 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 881280 881392 112 0.0
bss 99028 99036 8 0.0
text 595744 595840 96 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868436 868548 112 0.0
bss 98828 98836 8 0.0
text 586182 586276 94 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744228 744228 0 0.0
bss 97256 97256 0 0.0
text 478644 478642 -2 -0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877852 877956 104 0.0
bss 98984 98992 8 0.0
text 593112 593208 96 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 864560 864688 128 0.0
bss 98736 98744 8 0.0
text 581784 581882 98 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 910512 910624 112 0.0
bss 99280 99288 8 0.0
text 621228 621320 92 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 905836 905956 120 0.0
bss 99592 99600 8 0.0
text 616098 616196 98 0.0

@github-actions
Copy link

github-actions bot commented Aug 3, 2023

PR #28497: Size comparison from e149350 to 55bccd6

Increases above 0.2%:

platform target config section e149350 55bccd6 change % change
bl602 lighting-app bl602 .bss 73670 74894 1224 1.7
bl602+rpc .bss 81710 82934 1224 1.5
bl702 lighting-app bl702 .bss_psram 43488 44688 1200 2.8
bl702+rpc .bss_psram 43488 44688 1200 2.8
.data 4088 4104 16 0.4
bl702l lighting-app bl702l .bss_psram 77904 79104 1200 1.5
.data 4512 4528 16 0.4
cc32xx lock CC3235SF_LAUNCHXL (read/write) 207832 210916 3084 1.5
.bss 201280 204352 3072 1.5
.data 1432 1444 12 0.8
.debug_abbrev 959363 962299 2936 0.3
.debug_info 19347128 19401411 54283 0.3
cyw30739 light cyw930739m2evb_01 .bss 63776 64792 1016 1.6
.data 656 668 12 1.8
lock cyw930739m2evb_01 .bss 68760 69776 1016 1.5
.data 684 696 12 1.8
ota-requestor cyw930739m2evb_01 .bss 62768 63792 1024 1.6
.data 584 596 12 2.1
switch cyw930739m2evb_01 .bss 65648 66656 1008 1.5
.data 660 672 12 1.8
k32w contact k32w0+release (read/write) 91320 92344 1024 1.1
.bss 67372 68380 1008 1.5
.data 2116 2128 12 0.6
light k32w0+release (read/write) 90952 91984 1032 1.1
.bss 67020 68036 1016 1.5
.data 2104 2116 12 0.6
lock k32w0+release (read/write) 88784 89800 1016 1.1
.bss 64908 65916 1008 1.6
.data 2048 2060 12 0.6
linux all-clusters-app debug .init_array 1288 1296 8 0.6
all-clusters-minimal-app debug .init_array 1128 1136 8 0.7
bridge-app debug .data 3792 3824 32 0.8
.init_array 808 816 8 1.0
chip-tool debug .init_array 792 800 8 1.0
lighting-app debug+rpc+ui .init_array 944 952 8 0.8
lock-app debug .init_array 856 864 8 0.9
ota-provider-app debug .init_array 720 728 8 1.1
ota-requestor-app debug .init_array 776 784 8 1.0
shell debug .init_array 1128 1136 8 0.7
thermostat-no-ble arm64 .data 2864 2888 24 0.8
tv-app debug .data 5104 5136 32 0.6
.init_array 1136 1144 8 0.7
tv-casting-app debug .init_array 1048 1056 8 0.8
mbed lock-app-release cy8cproto_062_4343w .bss 220008 223136 3128 1.4
.data 5120 5136 16 0.3
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 154611 155627 1016 0.7
nrf7002dk_nrf5340_cpuapp bss 140069 141085 1016 0.7
all-clusters-minimal-app nrf52840dk_nrf52840 bss 154790 155806 1016 0.7
light-switch-app nrf52840dk_nrf52840 bss 149175 150183 1008 0.7
nrf7002dk_nrf5340_cpuapp bss 134248 135256 1008 0.8
lighting-app nrf52840dk_nrf52840+rpc bss 159447 160455 1008 0.6
nrf52840dongle_nrf52840 bss 167595 168603 1008 0.6
nrf5340dk_nrf5340_cpuapp bss 156467 157475 1008 0.6
nrf7002dk_nrf5340_cpuapp bss 134248 135256 1008 0.8
lock-app nrf52840dk_nrf52840 bss 149820 150828 1008 0.7
nrf5340dk_nrf5340_cpuapp bss 147052 148060 1008 0.7
nrf7002dk_nrf5340_cpuapp bss 134893 135901 1008 0.7
pump-app nrf52840dk_nrf52840 bss 148545 149561 1016 0.7
pump-controller-app nrf52840dk_nrf52840 bss 148344 149360 1016 0.7
psoc6 all-clusters cy8ckit_062s2_43012 .bss 193196 196332 3136 1.6
.data 2520 2528 8 0.3
all-clusters-minimal cy8ckit_062s2_43012 .bss 191308 194444 3136 1.6
.data 2456 2464 8 0.3
light cy8ckit_062s2_43012 .bss 185212 188340 3128 1.7
.data 2344 2352 8 0.3
.debug_info 22302871 22359725 56854 0.3
lock cy8ckit_062s2_43012 .bss 212676 215804 3128 1.5
.data 2360 2376 16 0.7
.debug_info 22207713 22263690 55977 0.3
qpg lighting-app qpg6105+debug .bss 101232 102248 1016 1.0
.data 736 748 12 1.6
lock-app qpg6105+debug .bss 95952 96960 1008 1.1
.data 740 752 12 1.6
telink all-clusters-app tlsr9518adk80d bss 107300 108324 1024 1.0
all-clusters-minimal-app tlsr9518adk80d bss 105276 106300 1024 1.0
bridge-app tlsr9518adk80d bss 109716 110732 1016 0.9
contact-sensor-app tlsr9518adk80d bss 98896 99912 1016 1.0
light-switch-app tlsr9518adk80d bss 99488 100504 1016 1.0
lighting-app tlsr9518adk80d bss 107572 108588 1016 0.9
lighting-app-factory-data tlsr9518adk80d bss 111820 112836 1016 0.9
lighting-app-rpc tlsr9518adk80d bss 109144 110160 1016 0.9
lighting-app-shell tlsr9518adk80d bss 120220 121236 1016 0.8
lock-app tlsr9518adk80d bss 99576 100592 1016 1.0
ota-requestor-app tlsr9518adk80d bss 100196 101220 1024 1.0
pump-app tlsr9518adk80d bss 99028 100044 1016 1.0
pump-controller-app tlsr9518adk80d bss 98828 99844 1016 1.0
smoke_co_alarm-app tlsr9518adk80d bss 98984 100000 1016 1.0
temperature-measurement-app tlsr9518adk80d bss 98736 99752 1016 1.0
thermostat tlsr9518adk80d bss 99280 100296 1016 1.0
window-covering tlsr9518adk80d bss 99592 100608 1016 1.0
Increases (63 builds for bl602, bl702, bl702l, cc32xx, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e149350 55bccd6 change % change
bl602 lighting-app bl602 (read/write) 1363778 1365230 1452 0.1
.bss 73670 74894 1224 1.7
.data 9552 9560 8 0.1
.text 1056872 1057088 216 0.0
bl602+rpc (read/write) 1411246 1412698 1452 0.1
.bss 81710 82934 1224 1.5
.data 9952 9960 8 0.1
.text 1088806 1089020 214 0.0
bl702 lighting-app bl702 (read/write) 1166699 1167891 1192 0.1
.bss 41285 41301 16 0.0
.bss_psram 43488 44688 1200 2.8
.data 3544 3552 8 0.2
.debug_abbrev 1566249 1567691 1442 0.1
.debug_aranges 140336 140440 104 0.1
.debug_frame 516340 516780 440 0.1
.debug_info 41434671 41494701 60030 0.1
.debug_line 5479037 5484558 5521 0.1
.debug_loc 3563905 3564683 778 0.0
.debug_ranges 384608 384856 248 0.1
.strtab 589190 589626 436 0.1
.symtab 175552 175664 112 0.1
bl702+rpc (read/write) 1265599 1266807 1208 0.1
.bss 49749 49765 16 0.0
.bss_psram 43488 44688 1200 2.8
.data 4088 4104 16 0.4
.debug_abbrev 1743379 1744821 1442 0.1
.debug_aranges 148880 148984 104 0.1
.debug_frame 545244 545684 440 0.1
.debug_info 46329616 46389092 59476 0.1
.debug_line 5891572 5897073 5501 0.1
.debug_loc 3770052 3770830 778 0.0
.debug_ranges 410360 410608 248 0.1
.strtab 652153 652589 436 0.1
.symtab 194480 194592 112 0.1
bl702l lighting-app bl702l (read/write) 1152608 1153800 1192 0.1
.bss 15988 16004 16 0.1
.bss_psram 77904 79104 1200 1.5
.data 4512 4528 16 0.4
.debug_abbrev 1568468 1569910 1442 0.1
.debug_aranges 134840 134944 104 0.1
.debug_frame 496028 496468 440 0.1
.debug_info 41435779 41495810 60031 0.1
.debug_line 5394705 5400256 5551 0.1
.debug_loc 3500073 3500877 804 0.0
.debug_ranges 389816 390064 248 0.1
.strtab 589415 589851 436 0.1
.symtab 175120 175232 112 0.1
cc32xx lock CC3235SF_LAUNCHXL (read only) 615170 615274 104 0.0
(read/write) 207832 210916 3084 1.5
.bss 201280 204352 3072 1.5
.data 1432 1444 12 0.8
.debug_abbrev 959363 962299 2936 0.3
.debug_aranges 108896 109016 120 0.1
.debug_frame 369428 369684 256 0.1
.debug_info 19347128 19401411 54283 0.3
.debug_line 2809586 2813826 4240 0.2
.debug_loclists 1594328 1594578 250 0.0
.debug_rnglists 100559 100656 97 0.1
.strtab 495568 495844 276 0.1
.symtab 292960 293168 208 0.1
.text 506808 506908 100 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 549999 551087 1088 0.2
.app_xip_area 441249 441313 64 0.0
.bss 63776 64792 1016 1.6
.data 656 668 12 1.8
lock cyw930739m2evb_01 (read/write) 536519 537623 1104 0.2
.app_xip_area 422761 422833 72 0.0
.bss 68760 69776 1016 1.5
.data 684 696 12 1.8
ota-requestor cyw930739m2evb_01 (read/write) 573703 574799 1096 0.2
.app_xip_area 466033 466097 64 0.0
.bss 62768 63792 1024 1.6
.data 584 596 12 2.1
switch cyw930739m2evb_01 (read/write) 546375 547519 1144 0.2
.app_xip_area 435753 435873 120 0.0
.bss 65648 66656 1008 1.5
.data 660 672 12 1.8
k32w contact k32w0+release (read only) 590100 590260 160 0.0
(read/write) 91320 92344 1024 1.1
.bss 67372 68380 1008 1.5
.data 2116 2128 12 0.6
.text 589564 589724 160 0.0
light k32w0+release (read only) 588788 588932 144 0.0
(read/write) 90952 91984 1032 1.1
.bss 67020 68036 1016 1.5
.data 2104 2116 12 0.6
.text 588252 588396 144 0.0
lock k32w0+release (read only) 561340 561508 168 0.0
(read/write) 88784 89800 1016 1.1
.bss 64908 65916 1008 1.6
.data 2048 2060 12 0.6
.text 560804 560972 168 0.0
linux all-clusters-app debug (read only) 5483761 5484137 376 0.0
(read/write) 417456 417560 104 0.0
.bss 130368 130464 96 0.1
.data.rel.ro 275776 275784 8 0.0
.init_array 1288 1296 8 0.6
.rodata 333712 333776 64 0.0
.text 4773235 4773475 240 0.0
all-clusters-minimal-app debug (read only) 4898777 4899185 408 0.0
(read/write) 231408 231512 104 0.0
.bss 126048 126144 96 0.1
.init_array 1128 1136 8 0.7
.rodata 271814 271910 96 0.0
.text 4396835 4397075 240 0.0
bridge-app debug (read only) 2767969 2768345 376 0.0
(read/write) 133064 133200 136 0.1
.bss 51768 51864 96 0.2
.data 3792 3824 32 0.8
.data.rel.ro 71400 71408 8 0.0
.init_array 808 816 8 1.0
.rodata 214376 214440 64 0.0
.text 2376115 2376355 240 0.0
chip-tool debug (read only) 17767825 17767945 120 0.0
(read/write) 1055160 1055200 40 0.0
.bss 93688 93720 32 0.0
.init_array 792 800 8 1.0
.text 14796259 14796355 96 0.0
lighting-app debug+rpc+ui (read only) 5276953 5277313 360 0.0
(read/write) 222344 222384 40 0.0
.bss 118000 118064 64 0.1
.init_array 944 952 8 0.8
.rodata 338420 338484 64 0.0
.text 4696483 4696707 224 0.0
lock-app debug (read only) 4469121 4469465 344 0.0
(read/write) 202864 202968 104 0.1
.bss 113392 113488 96 0.1
.init_array 856 864 8 0.9
.rodata 247750 247782 32 0.0
.text 4012067 4012307 240 0.0
ota-provider-app debug (read only) 4126665 4127009 344 0.0
(read/write) 192152 192192 40 0.0
.bss 113792 113856 64 0.1
.init_array 720 728 8 1.1
.rodata 200934 200966 32 0.0
.text 3735459 3735699 240 0.0
ota-requestor-app debug (read only) 4220545 4220921 376 0.0
(read/write) 196464 196504 40 0.0
.bss 114848 114912 64 0.1
.init_array 776 784 8 1.0
.rodata 204326 204390 64 0.0
.text 3821619 3821859 240 0.0
shell debug (read only) 2928001 2928361 360 0.0
(read/write) 150712 150816 104 0.1
.bss 60040 60136 96 0.2
.data.rel.ro 84024 84032 8 0.0
.init_array 1128 1136 8 0.7
.rodata 210642 210706 64 0.0
.text 2546514 2546738 224 0.0
thermostat-no-ble arm64 (read only) 4449908 4450036 128 0.0
(read/write) 244168 244232 64 0.0
.bss 122552 122648 96 0.1
.data 2864 2888 24 0.8
.got 11976 11984 8 0.1
.text 3949784 3949992 208 0.0
tv-app debug (read only) 5314433 5314857 424 0.0
(read/write) 350136 350272 136 0.0
.bss 241568 241664 96 0.0
.data 5104 5136 32 0.6
.init_array 1136 1144 8 0.7
.rodata 272374 272406 32 0.0
.text 4798467 4798787 320 0.0
tv-casting-app debug (read only) 8294177 8294553 376 0.0
(read/write) 210848 210888 40 0.0
.bss 54496 54528 32 0.1
.init_array 1048 1056 8 0.8
.rodata 367612 367676 64 0.0
.text 7526451 7526691 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2521192 2521256 64 0.0
.bss 220008 223136 3128 1.4
.data 5120 5136 16 0.3
.text 1483876 1483940 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1218080 1219240 1160 0.1
bss 154611 155627 1016 0.7
text 843180 843312 132 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1336808 1337980 1172 0.1
bss 140069 141085 1016 0.7
text 770628 770760 132 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156120 1157296 1176 0.1
bss 154790 155806 1016 0.7
text 809624 809760 136 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1102660 1103836 1176 0.1
bss 149175 150183 1008 0.7
text 772276 772416 140 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360080 1361252 1172 0.1
bss 134248 135256 1008 0.8
text 741416 741552 136 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1156824 1158008 1184 0.1
bss 159447 160455 1008 0.6
text 818348 818496 148 0.0
nrf52840dongle_nrf52840 (read/write) 1121988 1123172 1184 0.1
bss 167595 168603 1008 0.6
text 780836 780984 148 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1102256 1103424 1168 0.1
bss 156467 157475 1008 0.6
text 761524 761664 140 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360080 1361252 1172 0.1
bss 134248 135256 1008 0.8
text 741416 741552 136 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1129540 1130724 1184 0.1
bss 149820 150828 1008 0.7
text 776744 776884 140 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1042220 1043380 1160 0.1
bss 147052 148060 1008 0.7
text 693528 693664 136 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1387776 1388940 1164 0.1
bss 134893 135901 1008 0.7
text 746704 746844 140 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1079816 1080976 1160 0.1
bss 148545 149561 1016 0.7
text 753360 753488 128 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1067664 1068824 1160 0.1
bss 148344 149360 1016 0.7
text 744544 744676 132 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1766476 1769716 3240 0.2
.bss 193196 196332 3136 1.6
.data 2520 2528 8 0.3
.debug_abbrev 1377935 1378758 823 0.1
.debug_aranges 143744 143864 120 0.1
.debug_frame 478872 479128 256 0.1
.debug_info 30050638 30105135 54497 0.2
.debug_line 4139941 4143331 3390 0.1
.debug_loclists 2245744 2246009 265 0.0
.debug_rnglists 142326 142424 98 0.1
.debug_str 4116088 4116110 22 0.0
.strtab 801943 802211 268 0.0
.symtab 499808 500016 208 0.0
.text 1562372 1562468 96 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1673916 1677156 3240 0.2
.bss 191308 194444 3136 1.6
.data 2456 2464 8 0.3
.debug_abbrev 1283553 1285180 1627 0.1
.debug_aranges 137048 137168 120 0.1
.debug_frame 461960 462216 256 0.1
.debug_info 27146943 27203077 56134 0.2
.debug_line 3956830 3961278 4448 0.1
.debug_loclists 2146632 2146896 264 0.0
.debug_rnglists 135447 135545 98 0.1
.debug_str 3975637 3975667 30 0.0
.strtab 712577 712845 268 0.0
.symtab 465456 465664 208 0.0
.text 1471764 1471860 96 0.0
light cy8ckit_062s2_43012 (read/write) 1605756 1608996 3240 0.2
.bss 185212 188340 3128 1.7
.data 2344 2352 8 0.3
.debug_abbrev 1124168 1125869 1701 0.2
.debug_aranges 127320 127440 120 0.1
.debug_frame 425592 425848 256 0.1
.debug_info 22302871 22359725 56854 0.3
.debug_line 3523424 3528554 5130 0.1
.debug_loclists 1985853 1986117 264 0.0
.debug_rnglists 125337 125435 98 0.1
.debug_str 3786810 3786828 18 0.0
.strtab 634185 634453 268 0.0
.symtab 430416 430624 208 0.0
.text 1409812 1409916 104 0.0
lock cy8ckit_062s2_43012 (read/write) 1638796 1642036 3240 0.2
.bss 212676 215804 3128 1.5
.data 2360 2376 16 0.7
.debug_abbrev 1115472 1116921 1449 0.1
.debug_aranges 126088 126208 120 0.1
.debug_frame 421140 421396 256 0.1
.debug_info 22207713 22263690 55977 0.3
.debug_line 3477491 3481895 4404 0.1
.debug_loclists 1963992 1964256 264 0.0
.debug_rnglists 123415 123513 98 0.1
.strtab 607469 607737 268 0.0
.symtab 422224 422432 208 0.0
.text 1415372 1415468 96 0.0
qpg lighting-app qpg6105+debug (read/write) 1177572 1177712 140 0.0
.bss 101232 102248 1016 1.0
.data 736 748 12 1.6
.text 624416 624552 136 0.0
lock-app qpg6105+debug (read/write) 1134628 1134752 124 0.0
.bss 95952 96960 1008 1.1
.data 740 752 12 1.6
.text 581468 581596 128 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1069592 1070784 1192 0.1
bss 107300 108324 1024 1.0
text 728460 728616 156 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 976052 977236 1184 0.1
bss 105276 106300 1024 1.0
text 669088 669244 156 0.0
bridge-app tlsr9518adk80d (read/write) 943876 945060 1184 0.1
bss 109716 110732 1016 0.9
text 646702 646860 158 0.0
contact-sensor-app tlsr9518adk80d (read/write) 875792 876976 1184 0.1
bss 98896 99912 1016 1.0
text 590052 590208 156 0.0
light-switch-app tlsr9518adk80d (read/write) 904676 905868 1192 0.1
bss 99488 100504 1016 1.0
text 615684 615842 158 0.0
lighting-app tlsr9518adk80d (read/write) 982220 983404 1184 0.1
bss 107572 108588 1016 0.9
text 685550 685706 156 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 993592 994776 1184 0.1
bss 111820 112836 1016 0.9
text 693068 693220 152 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1051752 1052928 1176 0.1
bss 109144 110160 1016 0.9
text 730486 730636 150 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1083080 1084264 1184 0.1
bss 120220 121236 1016 0.8
text 750590 750742 152 0.0
lock-app tlsr9518adk80d (read/write) 932788 933964 1176 0.1
bss 99576 100592 1016 1.0
text 620302 620458 156 0.0
ota-requestor-app tlsr9518adk80d (read/write) 898420 899604 1184 0.1
bss 100196 101220 1024 1.0
text 611936 612088 152 0.0
pump-app tlsr9518adk80d (read/write) 881280 882472 1192 0.1
bss 99028 100044 1016 1.0
text 595744 595902 158 0.0
pump-controller-app tlsr9518adk80d (read/write) 868436 869628 1192 0.1
bss 98828 99844 1016 1.0
text 586182 586340 158 0.0
smoke_co_alarm-app tlsr9518adk80d (read/write) 877852 879036 1184 0.1
bss 98984 100000 1016 1.0
text 593112 593272 160 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 864560 865760 1200 0.1
bss 98736 99752 1016 1.0
text 581784 581946 162 0.0
thermostat tlsr9518adk80d (read/write) 910512 911696 1184 0.1
bss 99280 100296 1016 1.0
text 621228 621382 154 0.0
window-covering tlsr9518adk80d (read/write) 905836 907028 1192 0.1
bss 99592 100608 1016 1.0
text 616098 616256 158 0.0
Decreases (15 builds for bl702, bl702l, cc32xx, linux, psoc6)
platform target config section e149350 55bccd6 change % change
bl702 lighting-app bl702 .debug_str 4011881 4011834 -47 -0.0
.text 953894 953848 -46 -0.0
bl702+rpc .debug_str 4431746 4431699 -47 -0.0
.text 1028576 1028536 -40 -0.0
bl702l lighting-app bl702l .debug_str 4024350 4024304 -46 -0.0
.text 942962 942922 -40 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_str 3423483 3423421 -62 -0.0
linux all-clusters-minimal-app debug .data.rel.ro 94376 94368 -8 -0.0
chip-tool-ipv6only arm64 (read only) 16980620 16980588 -32 -0.0
(read/write) 1122712 1122696 -16 -0.0
.got 23360 23352 -8 -0.0
lighting-app debug+rpc+ui .data.rel.ro 92240 92216 -24 -0.0
lock-app debug .data.rel.ro 78960 78952 -8 -0.0
ota-provider-app debug .data.rel.ro 68448 68432 -16 -0.0
ota-requestor-app debug .data.rel.ro 71448 71432 -16 -0.0
thermostat-no-ble arm64 .data.rel.ro 102296 102232 -64 -0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837624 834480 -3144 -0.4
.heap 837624 834480 -3144 -0.4
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839576 836432 -3144 -0.4
.heap 839576 836432 -3144 -0.4
light cy8ckit_062s2_43012 (read only) 845784 842648 -3136 -0.4
.heap 845784 842648 -3136 -0.4
lock cy8ckit_062s2_43012 (read only) 818304 815160 -3144 -0.4
.debug_str 3748315 3748261 -54 -0.0
.heap 818304 815160 -3144 -0.4
Full report (65 builds for bl602, bl702, bl702l, cc32xx, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e149350 55bccd6 change % change
bl602 lighting-app bl602 (read/write) 1363778 1365230 1452 0.1
.bss 73670 74894 1224 1.7
.data 9552 9560 8 0.1
.text 1056872 1057088 216 0.0
bl602+rpc (read/write) 1411246 1412698 1452 0.1
.bss 81710 82934 1224 1.5
.data 9952 9960 8 0.1
.text 1088806 1089020 214 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1166699 1167891 1192 0.1
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41301 16 0.0
.bss_psram 43488 44688 1200 2.8
.comment 48 48 0 0.0
.data 3544 3552 8 0.2
.debug_abbrev 1566249 1567691 1442 0.1
.debug_aranges 140336 140440 104 0.1
.debug_frame 516340 516780 440 0.1
.debug_info 41434671 41494701 60030 0.1
.debug_line 5479037 5484558 5521 0.1
.debug_loc 3563905 3564683 778 0.0
.debug_ranges 384608 384856 248 0.1
.debug_str 4011881 4011834 -47 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106812 106812 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589190 589626 436 0.1
.symtab 175552 175664 112 0.1
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
953894 953848 -46 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1265599 1266807 1208 0.1
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49765 16 0.0
.bss_psram 43488 44688 1200 2.8
.comment 48 48 0 0.0
.data 4088 4104 16 0.4
.debug_abbrev 1743379 1744821 1442 0.1
.debug_aranges 148880 148984 104 0.1
.debug_frame 545244 545684 440 0.1
.debug_info 46329616 46389092 59476 0.1
.debug_line 5891572 5897073 5501 0.1
.debug_loc 3770052 3770830 778 0.0
.debug_ranges 410360 410608 248 0.1
.debug_str 4431746 4431699 -47 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121464 121464 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652153 652589 436 0.1
.symtab 194480 194592 112 0.1
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028576 1028536 -40 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1152608 1153800 1192 0.1
.boot2 292 292 0 0.0
.bss 15988 16004 16 0.1
.bss_psram 77904 79104 1200 1.5
.comment 48 48 0 0.0
.data 4512 4528 16 0.4
.debug_abbrev 1568468 1569910 1442 0.1
.debug_aranges 134840 134944 104 0.1
.debug_frame 496028 496468 440 0.1
.debug_info 41435779 41495810 60031 0.1
.debug_line 5394705 5400256 5551 0.1
.debug_loc 3500073 3500877 804 0.0
.debug_ranges 389816 390064 248 0.1
.debug_str 4024350 4024304 -46 -0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100696 100696 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 589415 589851 436 0.1
.symtab 175120 175232 112 0.1
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942962 942922 -40 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615170 615274 104 0.0
(read/write) 207832 210916 3084 1.5
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201280 204352 3072 1.5
.comment 206 206 0 0.0
.data 1432 1444 12 0.8
.debug_abbrev 959363 962299 2936 0.3
.debug_aranges 108896 109016 120 0.1
.debug_frame 369428 369684 256 0.1
.debug_info 19347128 19401411 54283 0.3
.debug_line 2809586 2813826 4240 0.2
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1594328 1594578 250 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100559 100656 97 0.1
.debug_str 3423483 3423421 -62 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106242 106242 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 495568 495844 276 0.1
.symtab 292960 293168 208 0.1
.text 506808 506908 100 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 549999 551087 1088 0.2
.app_xip_area 441249 441313 64 0.0
.bss 63776 64792 1016 1.6
.data 656 668 12 1.8
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 536519 537623 1104 0.2
.app_xip_area 422761 422833 72 0.0
.bss 68760 69776 1016 1.5
.data 684 696 12 1.8
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573703 574799 1096 0.2
.app_xip_area 466033 466097 64 0.0
.bss 62768 63792 1024 1.6
.data 584 596 12 2.1
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 546375 547519 1144 0.2
.app_xip_area 435753 435873 120 0.0
.bss 65648 66656 1008 1.5
.data 660 672 12 1.8
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w contact k32w0+release (read only) 590100 590260 160 0.0
(read/write) 91320 92344 1024 1.1
.bss 67372 68380 1008 1.5
.data 2116 2128 12 0.6
.text 589564 589724 160 0.0
light k32w0+release (read only) 588788 588932 144 0.0
(read/write) 90952 91984 1032 1.1
.bss 67020 68036 1016 1.5
.data 2104 2116 12 0.6
.text 588252 588396 144 0.0
lock k32w0+release (read only) 561340 561508 168 0.0
(read/write) 88784 89800 1016 1.1
.bss 64908 65916 1008 1.6
.data 2048 2060 12 0.6
.text 560804 560972 168 0.0
linux all-clusters-app debug (read only) 5483761 5484137 376 0.0
(read/write) 417456 417560 104 0.0
.bss 130368 130464 96 0.1
.data 3984 3984 0 0.0
.data.rel.ro 275776 275784 8 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1288 1296 8 0.6
.rodata 333712 333776 64 0.0
.text 4773235 4773475 240 0.0
all-clusters-minimal-app debug (read only) 4898777 4899185 408 0.0
(read/write) 231408 231512 104 0.0
.bss 126048 126144 96 0.1
.data 3856 3856 0 0.0
.data.rel.ro 94376 94368 -8 -0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 271814 271910 96 0.0
.text 4396835 4397075 240 0.0
bridge-app debug (read only) 2767969 2768345 376 0.0
(read/write) 133064 133200 136 0.1
.bss 51768 51864 96 0.2
.data 3792 3824 32 0.8
.data.rel.ro 71400 71408 8 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 808 816 8 1.0
.rodata 214376 214440 64 0.0
.text 2376115 2376355 240 0.0
chip-tool debug (read only) 17767825 17767945 120 0.0
(read/write) 1055160 1055200 40 0.0
.bss 93688 93720 32 0.0
.data 5090 5090 0 0.0
.data.rel.ro 949040 949040 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 792 800 8 1.0
.rodata 916561 916561 0 0.0
.text 14796259 14796355 96 0.0
chip-tool-ipv6only arm64 (read only) 16980620 16980588 -32 -0.0
(read/write) 1122712 1122696 -16 -0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 986400 986400 0 0.0
.dynamic 512 512 0 0.0
.got 23360 23352 -8 -0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 827432 827432 0 0.0
.text 13913368 13913368 0 0.0
lighting-app debug+rpc+ui (read only) 5276953 5277313 360 0.0
(read/write) 222344 222384 40 0.0
.bss 118000 118064 64 0.1
.data 4528 4528 0 0.0
.data.rel.ro 92240 92216 -24 -0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 952 8 0.8
.rodata 338420 338484 64 0.0
.text 4696483 4696707 224 0.0
lock-app debug (read only) 4469121 4469465 344 0.0
(read/write) 202864 202968 104 0.1
.bss 113392 113488 96 0.1
.data 3728 3728 0 0.0
.data.rel.ro 78960 78952 -8 -0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 856 864 8 0.9
.rodata 247750 247782 32 0.0
.text 4012067 4012307 240 0.0
ota-provider-app debug (read only) 4126665 4127009 344 0.0
(read/write) 192152 192192 40 0.0
.bss 113792 113856 64 0.1
.data 4000 4000 0 0.0
.data.rel.ro 68448 68432 -16 -0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 728 8 1.1
.rodata 200934 200966 32 0.0
.text 3735459 3735699 240 0.0
ota-requestor-app debug (read only) 4220545 4220921 376 0.0
(read/write) 196464 196504 40 0.0
.bss 114848 114912 64 0.1
.data 4240 4240 0 0.0
.data.rel.ro 71448 71432 -16 -0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 784 8 1.0
.rodata 204326 204390 64 0.0
.text 3821619 3821859 240 0.0
shell debug (read only) 2928001 2928361 360 0.0
(read/write) 150712 150816 104 0.1
.bss 60040 60136 96 0.2
.data 784 784 0 0.0
.data.rel.ro 84024 84032 8 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 210642 210706 64 0.0
.text 2546514 2546738 224 0.0
thermostat-no-ble arm64 (read only) 4449908 4450036 128 0.0
(read/write) 244168 244232 64 0.0
.bss 122552 122648 96 0.1
.data 2864 2888 24 0.8
.data.rel.ro 102296 102232 -64 -0.1
.dynamic 512 512 0 0.0
.got 11976 11984 8 0.1
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 161948 161948 0 0.0
.text 3949784 3949992 208 0.0
tv-app debug (read only) 5314433 5314857 424 0.0
(read/write) 350136 350272 136 0.0
.bss 241568 241664 96 0.0
.data 5104 5136 32 0.6
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1136 1144 8 0.7
.rodata 272374 272406 32 0.0
.text 4798467 4798787 320 0.0
tv-casting-app debug (read only) 8294177 8294553 376 0.0
(read/write) 210848 210888 40 0.0
.bss 54496 54528 32 0.1
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1048 1056 8 0.8
.rodata 367612 367676 64 0.0
.text 7526451 7526691 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521192 2521256 64 0.0
.bss 220008 223136 3128 1.4
.data 5120 5136 16 0.3
.text 1483876 1483940 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1218080 1219240 1160 0.1
bss 154611 155627 1016 0.7
rodata 141348 141348 0 0.0
text 843180 843312 132 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1336808 1337980 1172 0.1
bss 140069 141085 1016 0.7
rodata 135440 135440 0 0.0
text 770628 770760 132 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1156120 1157296 1176 0.1
bss 154790 155806 1016 0.7
rodata 112732 112732 0 0.0
text 809624 809760 136 0.0
light-switch-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1102660 1103836 1176 0.1
bss 149175 150183 1008 0.7
rodata 102280 102280 0 0.0
text 772276 772416 140 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1360080 1361252 1172 0.1
bss 134248 135256 1008 0.8
rodata 189172 189172 0 0.0
text 741416 741552 136 0.0
lighting-app nrf52840dk_nrf52840+rpc (read only) 4 4 0 0.0
(read/write) 1156824 1158008 1184 0.1
bss 159447 160455 1008 0.6
rodata 98796 98796 0 0.0
text 818348 818496 148 0.0
nrf52840dongle_nrf52840 (read only) 4 4 0 0.0
(read/write) 1121988 1123172 1184 0.1
bss 167595 168603 1008 0.6
rodata 88568 88568 0 0.0
text 780836 780984 148 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1102256 1103424 1168 0.1
bss 156467 157475 1008 0.6
rodata 100836 100836 0 0.0
text 761524 761664 140 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1360080 1361252 1172 0.1
bss 134248 135256 1008 0.8
rodata 189172 189172 0 0.0
text 741416 741552 136 0.0
lock-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1129540 1130724 1184 0.1
bss 149820 150828 1008 0.7
rodata 124024 124024 0 0.0
text 776744 776884 140 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1042220 1043380 1160 0.1
bss 147052 148060 1008 0.7
rodata 118176 118176 0 0.0
text 693528 693664 136 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1387776 1388940 1164 0.1
bss 134893 135901 1008 0.7
rodata 210928 210928 0 0.0
text 746704 746844 140 0.0
pump-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1079816 1080976 1160 0.1
bss 148545 149561 1016 0.7
rodata 99028 99028 0 0.0
text 753360 753488 128 0.0
pump-controller-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1067664 1068824 1160 0.1
bss 148344 149360 1016 0.7
rodata 95948 95948 0 0.0
text 744544 744676 132 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837624 834480 -3144 -0.4
(read/write) 1766476 1769716 3240 0.2
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193196 196332 3136 1.6
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2520 2528 8 0.3
.debug_abbrev 1377935 1378758 823 0.1
.debug_aranges 143744 143864 120 0.1
.debug_frame 478872 479128 256 0.1
.debug_info 30050638 30105135 54497 0.2
.debug_line 4139941 4143331 3390 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2245744 2246009 265 0.0
.debug_rnglists 142326 142424 98 0.1
.debug_str 4116088 4116110 22 0.0
.heap 837624 834480 -3144 -0.4
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 801943 802211 268 0.0
.symtab 499808 500016 208 0.0
.text 0 0 0 0.0
1562372 1562468 96 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839576 836432 -3144 -0.4
(read/write) 1673916 1677156 3240 0.2
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191308 194444 3136 1.6
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2464 8 0.3
.debug_abbrev 1283553 1285180 1627 0.1
.debug_aranges 137048 137168 120 0.1
.debug_frame 461960 462216 256 0.1
.debug_info 27146943 27203077 56134 0.2
.debug_line 3956830 3961278 4448 0.1
.debug_line_str 981 981 0 0.0
.debug_loclists 2146632 2146896 264 0.0
.debug_rnglists 135447 135545 98 0.1
.debug_str 3975637 3975667 30 0.0
.heap 839576 836432 -3144 -0.4
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 712577 712845 268 0.0
.symtab 465456 465664 208 0.0
.text 1471764 1471860 96 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845784 842648 -3136 -0.4
(read/write) 1605756 1608996 3240 0.2
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185212 188340 3128 1.7
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2344 2352 8 0.3
.debug_abbrev 1124168 1125869 1701 0.2
.debug_aranges 127320 127440 120 0.1
.debug_frame 425592 425848 256 0.1
.debug_info 22302871 22359725 56854 0.3
.debug_line 3523424 3528554 5130 0.1
.debug_line_str 942 942 0 0.0
.debug_loclists 1985853 1986117 264 0.0
.debug_rnglists 125337 125435 98 0.1
.debug_str 3786810 3786828 18 0.0
.heap 845784 842648 -3136 -0.4
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 634185 634453 268 0.0
.symtab 430416 430624 208 0.0
.text 1409812 1409916 104 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818304 815160 -3144 -0.4
(read/write) 1638796 1642036 3240 0.2
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212676 215804 3128 1.5
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2376 16 0.7
.debug_abbrev 1115472 1116921 1449 0.1
.debug_aranges 126088 126208 120 0.1
.debug_frame 421140 421396 256 0.1
.debug_info 22207713 22263690 55977 0.3
.debug_line 3477491 3481895 4404 0.1
.debug_line_str 933 933 0 0.0
.debug_loclists 1963992 1964256 264 0.0
.debug_rnglists 123415 123513 98 0.1
.debug_str 3748315 3748261 -54 -0.0
.heap 818304 815160 -3144 -0.4
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 607469 607737 268 0.0
.symtab 422224 422432 208 0.0
.text 1415372 1415468 96 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177572 1177712 140 0.0
.bss 101232 102248 1016 1.0
.data 736 748 12 1.6
.text 624416 624552 136 0.0
lock-app qpg6105+debug (read/write) 1134628 1134752 124 0.0
.bss 95952 96960 1008 1.1
.data 740 752 12 1.6
.text 581468 581596 128 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069592 1070784 1192 0.1
bss 107300 108324 1024 1.0
text 728460 728616 156 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976052 977236 1184 0.1
bss 105276 106300 1024 1.0
text 669088 669244 156 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943876 945060 1184 0.1
bss 109716 110732 1016 0.9
text 646702 646860 158 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875792 876976 1184 0.1
bss 98896 99912 1016 1.0
text 590052 590208 156 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 904676 905868 1192 0.1
bss 99488 100504 1016 1.0
text 615684 615842 158 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 982220 983404 1184 0.1
bss 107572 108588 1016 0.9
text 685550 685706 156 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 993592 994776 1184 0.1
bss 111820 112836 1016 0.9
text 693068 693220 152 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051752 1052928 1176 0.1
bss 109144 110160 1016 0.9
text 730486 730636 150 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1083080 1084264 1184 0.1
bss 120220 121236 1016 0.8
text 750590 750742 152 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932788 933964 1176 0.1
bss 99576 100592 1016 1.0
text 620302 620458 156 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898420 899604 1184 0.1
bss 100196 101220 1024 1.0
text 611936 612088 152 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 881280 882472 1192 0.1
bss 99028 100044 1016 1.0
text 595744 595902 158 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868436 869628 1192 0.1
bss 98828 99844 1016 1.0
text 586182 586340 158 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744228 744228 0 0.0
bss 97256 97256 0 0.0
text 478644 478644 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877852 879036 1184 0.1
bss 98984 100000 1016 1.0
text 593112 593272 160 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 864560 865760 1200 0.1
bss 98736 99752 1016 1.0
text 581784 581946 162 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 910512 911696 1184 0.1
bss 99280 100296 1016 1.0
text 621228 621382 154 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 905836 907028 1192 0.1
bss 99592 100608 1016 1.0
text 616098 616256 158 0.0

@github-actions
Copy link

github-actions bot commented Aug 3, 2023

PR #28497: Size comparison from e149350 to ae40e28

Increases above 0.2%:

platform target config section e149350 ae40e28 change % change
bl602 lighting-app bl602 .bss 73670 74894 1224 1.7
bl602+rpc .bss 81710 82934 1224 1.5
bl702 lighting-app bl702 .bss_psram 43488 44688 1200 2.8
bl702+rpc .bss_psram 43488 44688 1200 2.8
.data 4088 4104 16 0.4
bl702l lighting-app bl702l .bss_psram 77904 79104 1200 1.5
.data 4512 4528 16 0.4
cc32xx lock CC3235SF_LAUNCHXL (read/write) 207832 210916 3084 1.5
.bss 201280 204352 3072 1.5
.data 1432 1444 12 0.8
.debug_abbrev 959363 962299 2936 0.3
.debug_info 19347128 19401411 54283 0.3
cyw30739 light cyw930739m2evb_01 .bss 63776 64792 1016 1.6
.data 656 668 12 1.8
lock cyw930739m2evb_01 .bss 68760 69776 1016 1.5
.data 684 696 12 1.8
ota-requestor cyw930739m2evb_01 .bss 62768 63792 1024 1.6
.data 584 596 12 2.1
switch cyw930739m2evb_01 .bss 65648 66656 1008 1.5
.data 660 672 12 1.8
k32w contact k32w0+release (read/write) 91320 92344 1024 1.1
.bss 67372 68380 1008 1.5
.data 2116 2128 12 0.6
light k32w0+release (read/write) 90952 91984 1032 1.1
.bss 67020 68036 1016 1.5
.data 2104 2116 12 0.6
lock k32w0+release (read/write) 88784 89800 1016 1.1
.bss 64908 65916 1008 1.6
.data 2048 2060 12 0.6
linux all-clusters-app debug .init_array 1288 1296 8 0.6
all-clusters-minimal-app debug .init_array 1128 1136 8 0.7
bridge-app debug .data 3792 3824 32 0.8
.init_array 808 816 8 1.0
chip-tool debug .init_array 792 800 8 1.0
lighting-app debug+rpc+ui .init_array 944 952 8 0.8
lock-app debug .init_array 856 864 8 0.9
ota-provider-app debug .init_array 720 728 8 1.1
ota-requestor-app debug .init_array 776 784 8 1.0
shell debug .init_array 1128 1136 8 0.7
thermostat-no-ble arm64 .data 2864 2888 24 0.8
tv-app debug .data 5104 5136 32 0.6
.init_array 1136 1144 8 0.7
tv-casting-app debug .init_array 1048 1056 8 0.8
mbed lock-app-release cy8cproto_062_4343w .bss 220008 223136 3128 1.4
.data 5120 5136 16 0.3
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 154611 155627 1016 0.7
nrf7002dk_nrf5340_cpuapp bss 140069 141085 1016 0.7
all-clusters-minimal-app nrf52840dk_nrf52840 bss 154790 155806 1016 0.7
light-switch-app nrf52840dk_nrf52840 bss 149175 150183 1008 0.7
nrf7002dk_nrf5340_cpuapp bss 134248 135256 1008 0.8
lighting-app nrf52840dk_nrf52840+rpc bss 159447 160455 1008 0.6
nrf52840dongle_nrf52840 bss 167595 168603 1008 0.6
nrf5340dk_nrf5340_cpuapp bss 156467 157475 1008 0.6
nrf7002dk_nrf5340_cpuapp bss 134248 135256 1008 0.8
lock-app nrf52840dk_nrf52840 bss 149820 150828 1008 0.7
nrf5340dk_nrf5340_cpuapp bss 147052 148060 1008 0.7
nrf7002dk_nrf5340_cpuapp bss 134893 135901 1008 0.7
pump-app nrf52840dk_nrf52840 bss 148545 149561 1016 0.7
pump-controller-app nrf52840dk_nrf52840 bss 148344 149360 1016 0.7
psoc6 all-clusters cy8ckit_062s2_43012 .bss 193196 196332 3136 1.6
.data 2520 2528 8 0.3
all-clusters-minimal cy8ckit_062s2_43012 .bss 191308 194444 3136 1.6
.data 2456 2464 8 0.3
light cy8ckit_062s2_43012 .bss 185212 188340 3128 1.7
.data 2344 2352 8 0.3
.debug_info 22302871 22359726 56855 0.3
lock cy8ckit_062s2_43012 .bss 212676 215804 3128 1.5
.data 2360 2376 16 0.7
.debug_info 22207713 22263690 55977 0.3
qpg lighting-app qpg6105+debug .bss 101232 102248 1016 1.0
.data 736 748 12 1.6
lock-app qpg6105+debug .bss 95952 96960 1008 1.1
.data 740 752 12 1.6
telink all-clusters-app tlsr9518adk80d bss 107300 108324 1024 1.0
all-clusters-minimal-app tlsr9518adk80d bss 105276 106300 1024 1.0
bridge-app tlsr9518adk80d bss 109716 110732 1016 0.9
contact-sensor-app tlsr9518adk80d bss 98896 99912 1016 1.0
light-switch-app tlsr9518adk80d bss 99488 100504 1016 1.0
lighting-app tlsr9518adk80d bss 107572 108588 1016 0.9
lighting-app-factory-data tlsr9518adk80d bss 111820 112836 1016 0.9
lighting-app-rpc tlsr9518adk80d bss 109144 110160 1016 0.9
lighting-app-shell tlsr9518adk80d bss 120220 121236 1016 0.8
lock-app tlsr9518adk80d bss 99576 100592 1016 1.0
ota-requestor-app tlsr9518adk80d bss 100196 101220 1024 1.0
pump-app tlsr9518adk80d bss 99028 100044 1016 1.0
pump-controller-app tlsr9518adk80d bss 98828 99844 1016 1.0
smoke_co_alarm-app tlsr9518adk80d bss 98984 100000 1016 1.0
temperature-measurement-app tlsr9518adk80d bss 98736 99752 1016 1.0
thermostat tlsr9518adk80d bss 99280 100296 1016 1.0
window-covering tlsr9518adk80d bss 99592 100608 1016 1.0
Increases (65 builds for bl602, bl702, bl702l, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e149350 ae40e28 change % change
bl602 lighting-app bl602 (read/write) 1363778 1365230 1452 0.1
.bss 73670 74894 1224 1.7
.data 9552 9560 8 0.1
.text 1056872 1057086 214 0.0
bl602+rpc (read/write) 1411246 1412698 1452 0.1
.bss 81710 82934 1224 1.5
.data 9952 9960 8 0.1
.text 1088806 1089018 212 0.0
bl702 lighting-app bl702 (read/write) 1166699 1167891 1192 0.1
.bss 41285 41301 16 0.0
.bss_psram 43488 44688 1200 2.8
.data 3544 3552 8 0.2
.debug_abbrev 1566249 1567691 1442 0.1
.debug_aranges 140336 140440 104 0.1
.debug_frame 516340 516780 440 0.1
.debug_info 41434671 41494701 60030 0.1
.debug_line 5479037 5484558 5521 0.1
.debug_loc 3563905 3564683 778 0.0
.debug_ranges 384608 384856 248 0.1
.strtab 589190 589626 436 0.1
.symtab 175552 175664 112 0.1
bl702+rpc (read/write) 1265599 1266807 1208 0.1
.bss 49749 49765 16 0.0
.bss_psram 43488 44688 1200 2.8
.data 4088 4104 16 0.4
.debug_abbrev 1743379 1744821 1442 0.1
.debug_aranges 148880 148984 104 0.1
.debug_frame 545244 545684 440 0.1
.debug_info 46329616 46389091 59475 0.1
.debug_line 5891572 5897074 5502 0.1
.debug_loc 3770052 3770830 778 0.0
.debug_ranges 410360 410608 248 0.1
.strtab 652153 652589 436 0.1
.symtab 194480 194592 112 0.1
bl702l lighting-app bl702l (read/write) 1152608 1153800 1192 0.1
.bss 15988 16004 16 0.1
.bss_psram 77904 79104 1200 1.5
.data 4512 4528 16 0.4
.debug_abbrev 1568468 1569910 1442 0.1
.debug_aranges 134840 134944 104 0.1
.debug_frame 496028 496468 440 0.1
.debug_info 41435779 41495811 60032 0.1
.debug_line 5394705 5400256 5551 0.1
.debug_loc 3500073 3500877 804 0.0
.debug_ranges 389816 390064 248 0.1
.strtab 589415 589851 436 0.1
.symtab 175120 175232 112 0.1
cc32xx lock CC3235SF_LAUNCHXL (read only) 615170 615274 104 0.0
(read/write) 207832 210916 3084 1.5
.bss 201280 204352 3072 1.5
.data 1432 1444 12 0.8
.debug_abbrev 959363 962299 2936 0.3
.debug_aranges 108896 109016 120 0.1
.debug_frame 369428 369684 256 0.1
.debug_info 19347128 19401411 54283 0.3
.debug_line 2809586 2813828 4242 0.2
.debug_loclists 1594328 1594578 250 0.0
.debug_rnglists 100559 100656 97 0.1
.strtab 495568 495844 276 0.1
.symtab 292960 293168 208 0.1
.text 506808 506908 100 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 549999 551087 1088 0.2
.app_xip_area 441249 441313 64 0.0
.bss 63776 64792 1016 1.6
.data 656 668 12 1.8
lock cyw930739m2evb_01 (read/write) 536519 537623 1104 0.2
.app_xip_area 422761 422833 72 0.0
.bss 68760 69776 1016 1.5
.data 684 696 12 1.8
ota-requestor cyw930739m2evb_01 (read/write) 573703 574799 1096 0.2
.app_xip_area 466033 466097 64 0.0
.bss 62768 63792 1024 1.6
.data 584 596 12 2.1
switch cyw930739m2evb_01 (read/write) 546375 547519 1144 0.2
.app_xip_area 435753 435873 120 0.0
.bss 65648 66656 1008 1.5
.data 660 672 12 1.8
esp32 all-clusters-app c3devkit (read only) 1149144 1149148 4 0.0
.dram0.bss 79032 79040 8 0.0
.flash.text 1149144 1149148 4 0.0
m5stack (read/write) 550114 550130 16 0.0
.dram0.data 34020 34036 16 0.0
k32w contact k32w0+release (read only) 590100 590260 160 0.0
(read/write) 91320 92344 1024 1.1
.bss 67372 68380 1008 1.5
.data 2116 2128 12 0.6
.text 589564 589724 160 0.0
light k32w0+release (read only) 588788 588932 144 0.0
(read/write) 90952 91984 1032 1.1
.bss 67020 68036 1016 1.5
.data 2104 2116 12 0.6
.text 588252 588396 144 0.0
lock k32w0+release (read only) 561340 561508 168 0.0
(read/write) 88784 89800 1016 1.1
.bss 64908 65916 1008 1.6
.data 2048 2060 12 0.6
.text 560804 560972 168 0.0
linux all-clusters-app debug (read only) 5483761 5484137 376 0.0
(read/write) 417456 417560 104 0.0
.bss 130368 130464 96 0.1
.data.rel.ro 275776 275784 8 0.0
.init_array 1288 1296 8 0.6
.rodata 333712 333776 64 0.0
.text 4773235 4773475 240 0.0
all-clusters-minimal-app debug (read only) 4898777 4899185 408 0.0
(read/write) 231408 231512 104 0.0
.bss 126048 126144 96 0.1
.init_array 1128 1136 8 0.7
.rodata 271814 271910 96 0.0
.text 4396835 4397075 240 0.0
bridge-app debug (read only) 2767969 2768345 376 0.0
(read/write) 133064 133200 136 0.1
.bss 51768 51864 96 0.2
.data 3792 3824 32 0.8
.data.rel.ro 71400 71408 8 0.0
.init_array 808 816 8 1.0
.rodata 214376 214440 64 0.0
.text 2376115 2376355 240 0.0
chip-tool debug (read only) 17767825 17767945 120 0.0
(read/write) 1055160 1055200 40 0.0
.bss 93688 93720 32 0.0
.init_array 792 800 8 1.0
.text 14796259 14796355 96 0.0
lighting-app debug+rpc+ui (read only) 5276953 5277313 360 0.0
(read/write) 222344 222384 40 0.0
.bss 118000 118064 64 0.1
.init_array 944 952 8 0.8
.rodata 338420 338484 64 0.0
.text 4696483 4696707 224 0.0
lock-app debug (read only) 4469121 4469465 344 0.0
(read/write) 202864 202968 104 0.1
.bss 113392 113488 96 0.1
.init_array 856 864 8 0.9
.rodata 247750 247782 32 0.0
.text 4012067 4012307 240 0.0
ota-provider-app debug (read only) 4126665 4127009 344 0.0
(read/write) 192152 192192 40 0.0
.bss 113792 113856 64 0.1
.init_array 720 728 8 1.1
.rodata 200934 200966 32 0.0
.text 3735459 3735699 240 0.0
ota-requestor-app debug (read only) 4220545 4220921 376 0.0
(read/write) 196464 196504 40 0.0
.bss 114848 114912 64 0.1
.init_array 776 784 8 1.0
.rodata 204326 204390 64 0.0
.text 3821619 3821859 240 0.0
shell debug (read only) 2928001 2928361 360 0.0
(read/write) 150712 150816 104 0.1
.bss 60040 60136 96 0.2
.data.rel.ro 84024 84032 8 0.0
.init_array 1128 1136 8 0.7
.rodata 210642 210706 64 0.0
.text 2546514 2546738 224 0.0
thermostat-no-ble arm64 (read only) 4449908 4450036 128 0.0
(read/write) 244168 244232 64 0.0
.bss 122552 122648 96 0.1
.data 2864 2888 24 0.8
.got 11976 11984 8 0.1
.text 3949784 3949992 208 0.0
tv-app debug (read only) 5314433 5314857 424 0.0
(read/write) 350136 350272 136 0.0
.bss 241568 241664 96 0.0
.data 5104 5136 32 0.6
.init_array 1136 1144 8 0.7
.rodata 272374 272406 32 0.0
.text 4798467 4798787 320 0.0
tv-casting-app debug (read only) 8294177 8294553 376 0.0
(read/write) 210848 210888 40 0.0
.bss 54496 54528 32 0.1
.init_array 1048 1056 8 0.8
.rodata 367612 367676 64 0.0
.text 7526451 7526691 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2521192 2521320 128 0.0
.bss 220008 223136 3128 1.4
.data 5120 5136 16 0.3
.text 1483876 1484004 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1218080 1219240 1160 0.1
bss 154611 155627 1016 0.7
text 843180 843312 132 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1336808 1337980 1172 0.1
bss 140069 141085 1016 0.7
text 770628 770760 132 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156120 1157296 1176 0.1
bss 154790 155806 1016 0.7
text 809624 809760 136 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1102660 1103836 1176 0.1
bss 149175 150183 1008 0.7
text 772276 772416 140 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360080 1361236 1156 0.1
bss 134248 135256 1008 0.8
text 741416 741548 132 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1156824 1158008 1184 0.1
bss 159447 160455 1008 0.6
text 818348 818496 148 0.0
nrf52840dongle_nrf52840 (read/write) 1121988 1123172 1184 0.1
bss 167595 168603 1008 0.6
text 780836 780984 148 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1102256 1103424 1168 0.1
bss 156467 157475 1008 0.6
text 761524 761664 140 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360080 1361236 1156 0.1
bss 134248 135256 1008 0.8
text 741416 741548 132 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1129540 1130708 1168 0.1
bss 149820 150828 1008 0.7
text 776744 776880 136 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1042220 1043380 1160 0.1
bss 147052 148060 1008 0.7
text 693528 693664 136 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1387776 1388940 1164 0.1
bss 134893 135901 1008 0.7
text 746704 746844 140 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1079816 1080976 1160 0.1
bss 148545 149561 1016 0.7
text 753360 753492 132 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1067664 1068824 1160 0.1
bss 148344 149360 1016 0.7
text 744544 744676 132 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1766476 1769716 3240 0.2
.bss 193196 196332 3136 1.6
.data 2520 2528 8 0.3
.debug_abbrev 1377935 1378758 823 0.1
.debug_aranges 143744 143864 120 0.1
.debug_frame 478872 479128 256 0.1
.debug_info 30050638 30105135 54497 0.2
.debug_line 4139941 4143334 3393 0.1
.debug_loclists 2245744 2246009 265 0.0
.debug_rnglists 142326 142424 98 0.1
.debug_str 4116088 4116110 22 0.0
.strtab 801943 802211 268 0.0
.symtab 499808 500016 208 0.0
.text 1562372 1562468 96 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1673916 1677156 3240 0.2
.bss 191308 194444 3136 1.6
.data 2456 2464 8 0.3
.debug_abbrev 1283553 1285180 1627 0.1
.debug_aranges 137048 137168 120 0.1
.debug_frame 461960 462216 256 0.1
.debug_info 27146943 27203077 56134 0.2
.debug_line 3956830 3961281 4451 0.1
.debug_loclists 2146632 2146896 264 0.0
.debug_rnglists 135447 135545 98 0.1
.debug_str 3975637 3975667 30 0.0
.strtab 712577 712845 268 0.0
.symtab 465456 465664 208 0.0
.text 1471764 1471860 96 0.0
light cy8ckit_062s2_43012 (read/write) 1605756 1608996 3240 0.2
.bss 185212 188340 3128 1.7
.data 2344 2352 8 0.3
.debug_abbrev 1124168 1125869 1701 0.2
.debug_aranges 127320 127440 120 0.1
.debug_frame 425592 425848 256 0.1
.debug_info 22302871 22359726 56855 0.3
.debug_line 3523424 3528557 5133 0.1
.debug_loclists 1985853 1986117 264 0.0
.debug_rnglists 125337 125435 98 0.1
.debug_str 3786810 3786828 18 0.0
.strtab 634185 634453 268 0.0
.symtab 430416 430624 208 0.0
.text 1409812 1409916 104 0.0
lock cy8ckit_062s2_43012 (read/write) 1638796 1642036 3240 0.2
.bss 212676 215804 3128 1.5
.data 2360 2376 16 0.7
.debug_abbrev 1115472 1116921 1449 0.1
.debug_aranges 126088 126208 120 0.1
.debug_frame 421140 421396 256 0.1
.debug_info 22207713 22263690 55977 0.3
.debug_line 3477491 3481898 4407 0.1
.debug_loclists 1963992 1964256 264 0.0
.debug_rnglists 123415 123513 98 0.1
.strtab 607469 607737 268 0.0
.symtab 422224 422432 208 0.0
.text 1415372 1415468 96 0.0
qpg lighting-app qpg6105+debug (read/write) 1177572 1177712 140 0.0
.bss 101232 102248 1016 1.0
.data 736 748 12 1.6
.text 624416 624552 136 0.0
lock-app qpg6105+debug (read/write) 1134628 1134752 124 0.0
.bss 95952 96960 1008 1.1
.data 740 752 12 1.6
.text 581468 581596 128 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1069592 1070784 1192 0.1
bss 107300 108324 1024 1.0
text 728460 728616 156 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 976052 977236 1184 0.1
bss 105276 106300 1024 1.0
text 669088 669244 156 0.0
bridge-app tlsr9518adk80d (read/write) 943876 945060 1184 0.1
bss 109716 110732 1016 0.9
text 646702 646860 158 0.0
contact-sensor-app tlsr9518adk80d (read/write) 875792 876984 1192 0.1
bss 98896 99912 1016 1.0
text 590052 590210 158 0.0
light-switch-app tlsr9518adk80d (read/write) 904676 905860 1184 0.1
bss 99488 100504 1016 1.0
text 615684 615840 156 0.0
lighting-app tlsr9518adk80d (read/write) 982220 983404 1184 0.1
bss 107572 108588 1016 0.9
text 685550 685708 158 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 993592 994776 1184 0.1
bss 111820 112836 1016 0.9
text 693068 693220 152 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1051752 1052936 1184 0.1
bss 109144 110160 1016 0.9
text 730486 730638 152 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1083080 1084264 1184 0.1
bss 120220 121236 1016 0.8
text 750590 750742 152 0.0
lock-app tlsr9518adk80d (read/write) 932788 933964 1176 0.1
bss 99576 100592 1016 1.0
text 620302 620456 154 0.0
ota-requestor-app tlsr9518adk80d (read/write) 898420 899604 1184 0.1
bss 100196 101220 1024 1.0
text 611936 612086 150 0.0
pump-app tlsr9518adk80d (read/write) 881280 882472 1192 0.1
bss 99028 100044 1016 1.0
text 595744 595900 156 0.0
pump-controller-app tlsr9518adk80d (read/write) 868436 869628 1192 0.1
bss 98828 99844 1016 1.0
text 586182 586340 158 0.0
smoke_co_alarm-app tlsr9518adk80d (read/write) 877852 879036 1184 0.1
bss 98984 100000 1016 1.0
text 593112 593272 160 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 864560 865760 1200 0.1
bss 98736 99752 1016 1.0
text 581784 581948 164 0.0
thermostat tlsr9518adk80d (read/write) 910512 911696 1184 0.1
bss 99280 100296 1016 1.0
text 621228 621382 154 0.0
window-covering tlsr9518adk80d (read/write) 905836 907028 1192 0.1
bss 99592 100608 1016 1.0
text 616098 616256 158 0.0
Decreases (16 builds for bl702, bl702l, cc32xx, esp32, linux, psoc6)
platform target config section e149350 ae40e28 change % change
bl702 lighting-app bl702 .debug_str 4011881 4011834 -47 -0.0
.text 953894 953848 -46 -0.0
bl702+rpc .debug_str 4431746 4431699 -47 -0.0
.text 1028576 1028534 -42 -0.0
bl702l lighting-app bl702l .debug_str 4024350 4024304 -46 -0.0
.text 942962 942924 -38 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_str 3423483 3423421 -62 -0.0
esp32 all-clusters-app m5stack (read only) 1191231 1191187 -44 -0.0
.flash.text 1185847 1185803 -44 -0.0
linux all-clusters-minimal-app debug .data.rel.ro 94376 94368 -8 -0.0
chip-tool-ipv6only arm64 (read only) 16980620 16980588 -32 -0.0
(read/write) 1122712 1122696 -16 -0.0
.got 23360 23352 -8 -0.0
lighting-app debug+rpc+ui .data.rel.ro 92240 92216 -24 -0.0
lock-app debug .data.rel.ro 78960 78952 -8 -0.0
ota-provider-app debug .data.rel.ro 68448 68432 -16 -0.0
ota-requestor-app debug .data.rel.ro 71448 71432 -16 -0.0
thermostat-no-ble arm64 .data.rel.ro 102296 102232 -64 -0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837624 834480 -3144 -0.4
.heap 837624 834480 -3144 -0.4
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839576 836432 -3144 -0.4
.heap 839576 836432 -3144 -0.4
light cy8ckit_062s2_43012 (read only) 845784 842648 -3136 -0.4
.heap 845784 842648 -3136 -0.4
lock cy8ckit_062s2_43012 (read only) 818304 815160 -3144 -0.4
.debug_str 3748315 3748261 -54 -0.0
.heap 818304 815160 -3144 -0.4
Full report (67 builds for bl602, bl702, bl702l, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e149350 ae40e28 change % change
bl602 lighting-app bl602 (read/write) 1363778 1365230 1452 0.1
.bss 73670 74894 1224 1.7
.data 9552 9560 8 0.1
.text 1056872 1057086 214 0.0
bl602+rpc (read/write) 1411246 1412698 1452 0.1
.bss 81710 82934 1224 1.5
.data 9952 9960 8 0.1
.text 1088806 1089018 212 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1166699 1167891 1192 0.1
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41301 16 0.0
.bss_psram 43488 44688 1200 2.8
.comment 48 48 0 0.0
.data 3544 3552 8 0.2
.debug_abbrev 1566249 1567691 1442 0.1
.debug_aranges 140336 140440 104 0.1
.debug_frame 516340 516780 440 0.1
.debug_info 41434671 41494701 60030 0.1
.debug_line 5479037 5484558 5521 0.1
.debug_loc 3563905 3564683 778 0.0
.debug_ranges 384608 384856 248 0.1
.debug_str 4011881 4011834 -47 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106812 106812 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589190 589626 436 0.1
.symtab 175552 175664 112 0.1
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
953894 953848 -46 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1265599 1266807 1208 0.1
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49765 16 0.0
.bss_psram 43488 44688 1200 2.8
.comment 48 48 0 0.0
.data 4088 4104 16 0.4
.debug_abbrev 1743379 1744821 1442 0.1
.debug_aranges 148880 148984 104 0.1
.debug_frame 545244 545684 440 0.1
.debug_info 46329616 46389091 59475 0.1
.debug_line 5891572 5897074 5502 0.1
.debug_loc 3770052 3770830 778 0.0
.debug_ranges 410360 410608 248 0.1
.debug_str 4431746 4431699 -47 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121464 121464 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652153 652589 436 0.1
.symtab 194480 194592 112 0.1
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028576 1028534 -42 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1152608 1153800 1192 0.1
.boot2 292 292 0 0.0
.bss 15988 16004 16 0.1
.bss_psram 77904 79104 1200 1.5
.comment 48 48 0 0.0
.data 4512 4528 16 0.4
.debug_abbrev 1568468 1569910 1442 0.1
.debug_aranges 134840 134944 104 0.1
.debug_frame 496028 496468 440 0.1
.debug_info 41435779 41495811 60032 0.1
.debug_line 5394705 5400256 5551 0.1
.debug_loc 3500073 3500877 804 0.0
.debug_ranges 389816 390064 248 0.1
.debug_str 4024350 4024304 -46 -0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100696 100696 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 589415 589851 436 0.1
.symtab 175120 175232 112 0.1
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942962 942924 -38 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615170 615274 104 0.0
(read/write) 207832 210916 3084 1.5
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201280 204352 3072 1.5
.comment 206 206 0 0.0
.data 1432 1444 12 0.8
.debug_abbrev 959363 962299 2936 0.3
.debug_aranges 108896 109016 120 0.1
.debug_frame 369428 369684 256 0.1
.debug_info 19347128 19401411 54283 0.3
.debug_line 2809586 2813828 4242 0.2
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1594328 1594578 250 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100559 100656 97 0.1
.debug_str 3423483 3423421 -62 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106242 106242 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 495568 495844 276 0.1
.symtab 292960 293168 208 0.1
.text 506808 506908 100 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 549999 551087 1088 0.2
.app_xip_area 441249 441313 64 0.0
.bss 63776 64792 1016 1.6
.data 656 668 12 1.8
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 536519 537623 1104 0.2
.app_xip_area 422761 422833 72 0.0
.bss 68760 69776 1016 1.5
.data 684 696 12 1.8
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573703 574799 1096 0.2
.app_xip_area 466033 466097 64 0.0
.bss 62768 63792 1024 1.6
.data 584 596 12 2.1
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 546375 547519 1144 0.2
.app_xip_area 435753 435873 120 0.0
.bss 65648 66656 1008 1.5
.data 660 672 12 1.8
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1149144 1149148 4 0.0
(read/write) 1701908 1701908 0 0.0
.dram0.bss 79032 79040 8 0.0
.dram0.data 13076 13076 0 0.0
.flash.rodata 266048 266048 0 0.0
.flash.text 1149144 1149148 4 0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1191231 1191187 -44 -0.0
(read/write) 550114 550130 16 0.0
.dram0.bss 85408 85408 0 0.0
.dram0.data 34020 34036 16 0.0
.flash.rodata 297044 297044 0 0.0
.flash.text 1185847 1185803 -44 -0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 590100 590260 160 0.0
(read/write) 91320 92344 1024 1.1
.bss 67372 68380 1008 1.5
.data 2116 2128 12 0.6
.text 589564 589724 160 0.0
light k32w0+release (read only) 588788 588932 144 0.0
(read/write) 90952 91984 1032 1.1
.bss 67020 68036 1016 1.5
.data 2104 2116 12 0.6
.text 588252 588396 144 0.0
lock k32w0+release (read only) 561340 561508 168 0.0
(read/write) 88784 89800 1016 1.1
.bss 64908 65916 1008 1.6
.data 2048 2060 12 0.6
.text 560804 560972 168 0.0
linux all-clusters-app debug (read only) 5483761 5484137 376 0.0
(read/write) 417456 417560 104 0.0
.bss 130368 130464 96 0.1
.data 3984 3984 0 0.0
.data.rel.ro 275776 275784 8 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1288 1296 8 0.6
.rodata 333712 333776 64 0.0
.text 4773235 4773475 240 0.0
all-clusters-minimal-app debug (read only) 4898777 4899185 408 0.0
(read/write) 231408 231512 104 0.0
.bss 126048 126144 96 0.1
.data 3856 3856 0 0.0
.data.rel.ro 94376 94368 -8 -0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 271814 271910 96 0.0
.text 4396835 4397075 240 0.0
bridge-app debug (read only) 2767969 2768345 376 0.0
(read/write) 133064 133200 136 0.1
.bss 51768 51864 96 0.2
.data 3792 3824 32 0.8
.data.rel.ro 71400 71408 8 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 808 816 8 1.0
.rodata 214376 214440 64 0.0
.text 2376115 2376355 240 0.0
chip-tool debug (read only) 17767825 17767945 120 0.0
(read/write) 1055160 1055200 40 0.0
.bss 93688 93720 32 0.0
.data 5090 5090 0 0.0
.data.rel.ro 949040 949040 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 792 800 8 1.0
.rodata 916561 916561 0 0.0
.text 14796259 14796355 96 0.0
chip-tool-ipv6only arm64 (read only) 16980620 16980588 -32 -0.0
(read/write) 1122712 1122696 -16 -0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 986400 986400 0 0.0
.dynamic 512 512 0 0.0
.got 23360 23352 -8 -0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 827432 827432 0 0.0
.text 13913368 13913368 0 0.0
lighting-app debug+rpc+ui (read only) 5276953 5277313 360 0.0
(read/write) 222344 222384 40 0.0
.bss 118000 118064 64 0.1
.data 4528 4528 0 0.0
.data.rel.ro 92240 92216 -24 -0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 952 8 0.8
.rodata 338420 338484 64 0.0
.text 4696483 4696707 224 0.0
lock-app debug (read only) 4469121 4469465 344 0.0
(read/write) 202864 202968 104 0.1
.bss 113392 113488 96 0.1
.data 3728 3728 0 0.0
.data.rel.ro 78960 78952 -8 -0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 856 864 8 0.9
.rodata 247750 247782 32 0.0
.text 4012067 4012307 240 0.0
ota-provider-app debug (read only) 4126665 4127009 344 0.0
(read/write) 192152 192192 40 0.0
.bss 113792 113856 64 0.1
.data 4000 4000 0 0.0
.data.rel.ro 68448 68432 -16 -0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 728 8 1.1
.rodata 200934 200966 32 0.0
.text 3735459 3735699 240 0.0
ota-requestor-app debug (read only) 4220545 4220921 376 0.0
(read/write) 196464 196504 40 0.0
.bss 114848 114912 64 0.1
.data 4240 4240 0 0.0
.data.rel.ro 71448 71432 -16 -0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 784 8 1.0
.rodata 204326 204390 64 0.0
.text 3821619 3821859 240 0.0
shell debug (read only) 2928001 2928361 360 0.0
(read/write) 150712 150816 104 0.1
.bss 60040 60136 96 0.2
.data 784 784 0 0.0
.data.rel.ro 84024 84032 8 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 210642 210706 64 0.0
.text 2546514 2546738 224 0.0
thermostat-no-ble arm64 (read only) 4449908 4450036 128 0.0
(read/write) 244168 244232 64 0.0
.bss 122552 122648 96 0.1
.data 2864 2888 24 0.8
.data.rel.ro 102296 102232 -64 -0.1
.dynamic 512 512 0 0.0
.got 11976 11984 8 0.1
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 161948 161948 0 0.0
.text 3949784 3949992 208 0.0
tv-app debug (read only) 5314433 5314857 424 0.0
(read/write) 350136 350272 136 0.0
.bss 241568 241664 96 0.0
.data 5104 5136 32 0.6
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1136 1144 8 0.7
.rodata 272374 272406 32 0.0
.text 4798467 4798787 320 0.0
tv-casting-app debug (read only) 8294177 8294553 376 0.0
(read/write) 210848 210888 40 0.0
.bss 54496 54528 32 0.1
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1048 1056 8 0.8
.rodata 367612 367676 64 0.0
.text 7526451 7526691 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521192 2521320 128 0.0
.bss 220008 223136 3128 1.4
.data 5120 5136 16 0.3
.text 1483876 1484004 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1218080 1219240 1160 0.1
bss 154611 155627 1016 0.7
rodata 141348 141348 0 0.0
text 843180 843312 132 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1336808 1337980 1172 0.1
bss 140069 141085 1016 0.7
rodata 135440 135440 0 0.0
text 770628 770760 132 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1156120 1157296 1176 0.1
bss 154790 155806 1016 0.7
rodata 112732 112732 0 0.0
text 809624 809760 136 0.0
light-switch-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1102660 1103836 1176 0.1
bss 149175 150183 1008 0.7
rodata 102280 102280 0 0.0
text 772276 772416 140 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1360080 1361236 1156 0.1
bss 134248 135256 1008 0.8
rodata 189172 189172 0 0.0
text 741416 741548 132 0.0
lighting-app nrf52840dk_nrf52840+rpc (read only) 4 4 0 0.0
(read/write) 1156824 1158008 1184 0.1
bss 159447 160455 1008 0.6
rodata 98796 98796 0 0.0
text 818348 818496 148 0.0
nrf52840dongle_nrf52840 (read only) 4 4 0 0.0
(read/write) 1121988 1123172 1184 0.1
bss 167595 168603 1008 0.6
rodata 88568 88568 0 0.0
text 780836 780984 148 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1102256 1103424 1168 0.1
bss 156467 157475 1008 0.6
rodata 100836 100836 0 0.0
text 761524 761664 140 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1360080 1361236 1156 0.1
bss 134248 135256 1008 0.8
rodata 189172 189172 0 0.0
text 741416 741548 132 0.0
lock-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1129540 1130708 1168 0.1
bss 149820 150828 1008 0.7
rodata 124024 124024 0 0.0
text 776744 776880 136 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1042220 1043380 1160 0.1
bss 147052 148060 1008 0.7
rodata 118176 118176 0 0.0
text 693528 693664 136 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1387776 1388940 1164 0.1
bss 134893 135901 1008 0.7
rodata 210928 210928 0 0.0
text 746704 746844 140 0.0
pump-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1079816 1080976 1160 0.1
bss 148545 149561 1016 0.7
rodata 99028 99028 0 0.0
text 753360 753492 132 0.0
pump-controller-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1067664 1068824 1160 0.1
bss 148344 149360 1016 0.7
rodata 95948 95948 0 0.0
text 744544 744676 132 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837624 834480 -3144 -0.4
(read/write) 1766476 1769716 3240 0.2
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193196 196332 3136 1.6
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2520 2528 8 0.3
.debug_abbrev 1377935 1378758 823 0.1
.debug_aranges 143744 143864 120 0.1
.debug_frame 478872 479128 256 0.1
.debug_info 30050638 30105135 54497 0.2
.debug_line 4139941 4143334 3393 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2245744 2246009 265 0.0
.debug_rnglists 142326 142424 98 0.1
.debug_str 4116088 4116110 22 0.0
.heap 837624 834480 -3144 -0.4
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 801943 802211 268 0.0
.symtab 499808 500016 208 0.0
.text 0 0 0 0.0
1562372 1562468 96 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839576 836432 -3144 -0.4
(read/write) 1673916 1677156 3240 0.2
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191308 194444 3136 1.6
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2464 8 0.3
.debug_abbrev 1283553 1285180 1627 0.1
.debug_aranges 137048 137168 120 0.1
.debug_frame 461960 462216 256 0.1
.debug_info 27146943 27203077 56134 0.2
.debug_line 3956830 3961281 4451 0.1
.debug_line_str 981 981 0 0.0
.debug_loclists 2146632 2146896 264 0.0
.debug_rnglists 135447 135545 98 0.1
.debug_str 3975637 3975667 30 0.0
.heap 839576 836432 -3144 -0.4
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 712577 712845 268 0.0
.symtab 465456 465664 208 0.0
.text 1471764 1471860 96 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845784 842648 -3136 -0.4
(read/write) 1605756 1608996 3240 0.2
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185212 188340 3128 1.7
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2344 2352 8 0.3
.debug_abbrev 1124168 1125869 1701 0.2
.debug_aranges 127320 127440 120 0.1
.debug_frame 425592 425848 256 0.1
.debug_info 22302871 22359726 56855 0.3
.debug_line 3523424 3528557 5133 0.1
.debug_line_str 942 942 0 0.0
.debug_loclists 1985853 1986117 264 0.0
.debug_rnglists 125337 125435 98 0.1
.debug_str 3786810 3786828 18 0.0
.heap 845784 842648 -3136 -0.4
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 634185 634453 268 0.0
.symtab 430416 430624 208 0.0
.text 1409812 1409916 104 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818304 815160 -3144 -0.4
(read/write) 1638796 1642036 3240 0.2
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212676 215804 3128 1.5
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2376 16 0.7
.debug_abbrev 1115472 1116921 1449 0.1
.debug_aranges 126088 126208 120 0.1
.debug_frame 421140 421396 256 0.1
.debug_info 22207713 22263690 55977 0.3
.debug_line 3477491 3481898 4407 0.1
.debug_line_str 933 933 0 0.0
.debug_loclists 1963992 1964256 264 0.0
.debug_rnglists 123415 123513 98 0.1
.debug_str 3748315 3748261 -54 -0.0
.heap 818304 815160 -3144 -0.4
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 607469 607737 268 0.0
.symtab 422224 422432 208 0.0
.text 1415372 1415468 96 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177572 1177712 140 0.0
.bss 101232 102248 1016 1.0
.data 736 748 12 1.6
.text 624416 624552 136 0.0
lock-app qpg6105+debug (read/write) 1134628 1134752 124 0.0
.bss 95952 96960 1008 1.1
.data 740 752 12 1.6
.text 581468 581596 128 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069592 1070784 1192 0.1
bss 107300 108324 1024 1.0
text 728460 728616 156 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976052 977236 1184 0.1
bss 105276 106300 1024 1.0
text 669088 669244 156 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943876 945060 1184 0.1
bss 109716 110732 1016 0.9
text 646702 646860 158 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875792 876984 1192 0.1
bss 98896 99912 1016 1.0
text 590052 590210 158 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 904676 905860 1184 0.1
bss 99488 100504 1016 1.0
text 615684 615840 156 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 982220 983404 1184 0.1
bss 107572 108588 1016 0.9
text 685550 685708 158 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 993592 994776 1184 0.1
bss 111820 112836 1016 0.9
text 693068 693220 152 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051752 1052936 1184 0.1
bss 109144 110160 1016 0.9
text 730486 730638 152 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1083080 1084264 1184 0.1
bss 120220 121236 1016 0.8
text 750590 750742 152 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932788 933964 1176 0.1
bss 99576 100592 1016 1.0
text 620302 620456 154 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898420 899604 1184 0.1
bss 100196 101220 1024 1.0
text 611936 612086 150 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 881280 882472 1192 0.1
bss 99028 100044 1016 1.0
text 595744 595900 156 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868436 869628 1192 0.1
bss 98828 99844 1016 1.0
text 586182 586340 158 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744228 744228 0 0.0
bss 97256 97256 0 0.0
text 478644 478644 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877852 879036 1184 0.1
bss 98984 100000 1016 1.0
text 593112 593272 160 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 864560 865760 1200 0.1
bss 98736 99752 1016 1.0
text 581784 581948 164 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 910512 911696 1184 0.1
bss 99280 100296 1016 1.0
text 621228 621382 154 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 905836 907028 1192 0.1
bss 99592 100608 1016 1.0
text 616098 616256 158 0.0

@github-actions
Copy link

github-actions bot commented Aug 4, 2023

PR #28497: Size comparison from e149350 to fc152e6

Increases above 0.2%:

platform target config section e149350 fc152e6 change % change
bl702 lighting-app bl702+rpc .data 4088 4104 16 0.4
bl702l lighting-app bl702l .data 4512 4528 16 0.4
cc32xx lock CC3235SF_LAUNCHXL .data 1432 1440 8 0.6
.debug_abbrev 959363 962272 2909 0.3
.debug_info 19347128 19407937 60809 0.3
cyw30739 light cyw930739m2evb_01 .data 656 664 8 1.2
lock cyw930739m2evb_01 .data 684 692 8 1.2
ota-requestor cyw930739m2evb_01 .data 584 592 8 1.4
switch cyw930739m2evb_01 .data 660 668 8 1.2
efr32 lighting-app BRD4161A+rs9116 .bss 183532 184572 1040 0.6
.data 2640 2652 12 0.5
BRD4187C .bss 163148 164156 1008 0.6
.data 3236 3248 12 0.4
lock-app BRD4161A+wf200 .bss 177580 178628 1048 0.6
.data 2660 2672 12 0.5
window-app BRD4187C .bss 146164 147196 1032 0.7
.data 3120 3132 12 0.4
k32w contact k32w0+release .data 2116 2124 8 0.4
light k32w0+release .data 2104 2112 8 0.4
lock k32w0+release .data 2048 2056 8 0.4
linux all-clusters-app debug .data 3984 4016 32 0.8
.init_array 1288 1304 16 1.2
all-clusters-minimal-app debug .init_array 1128 1136 8 0.7
bridge-app debug .data 3792 3824 32 0.8
.init_array 808 816 8 1.0
chip-tool debug .init_array 792 800 8 1.0
lock-app debug .init_array 856 864 8 0.9
ota-provider-app debug .init_array 720 728 8 1.1
ota-requestor-app debug .init_array 776 784 8 1.0
shell debug .bss 60040 60296 256 0.4
.init_array 1128 1136 8 0.7
thermostat-no-ble arm64 .data 2864 2880 16 0.6
tv-app debug .init_array 1136 1144 8 0.7
tv-casting-app debug .init_array 1048 1056 8 0.8
psoc6 all-clusters cy8ckit_062s2_43012 .data 2520 2528 8 0.3
all-clusters-minimal cy8ckit_062s2_43012 .data 2456 2464 8 0.3
light cy8ckit_062s2_43012 .data 2344 2352 8 0.3
lock cy8ckit_062s2_43012 .data 2360 2368 8 0.3
.debug_info 22207713 22270344 62631 0.3
qpg lighting-app qpg6105+debug .data 736 744 8 1.1
lock-app qpg6105+debug .data 740 748 8 1.1
Increases (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e149350 fc152e6 change % change
bl602 lighting-app bl602 .bss 73670 73678 8 0.0
.data 9552 9560 8 0.1
bl602+rpc .bss 81710 81718 8 0.0
bl702 lighting-app bl702 .debug_abbrev 1566249 1567636 1387 0.1
.debug_aranges 140336 140408 72 0.1
.debug_frame 516340 516584 244 0.0
.debug_info 41434671 41492896 58225 0.1
.debug_line 5479037 5484089 5052 0.1
.debug_loc 3563905 3564261 356 0.0
.debug_ranges 384608 384704 96 0.0
.rodata 106812 106856 44 0.0
.strtab 589190 589310 120 0.0
.symtab 175552 175600 48 0.0
bl702+rpc .data 4088 4104 16 0.4
.debug_abbrev 1743379 1744766 1387 0.1
.debug_aranges 148880 148952 72 0.0
.debug_frame 545244 545488 244 0.0
.debug_info 46329616 46387285 57669 0.1
.debug_line 5891572 5896605 5033 0.1
.debug_loc 3770052 3770408 356 0.0
.debug_ranges 410360 410456 96 0.0
.rodata 121464 121508 44 0.0
.strtab 652153 652273 120 0.0
.symtab 194480 194528 48 0.0
bl702l lighting-app bl702l .data 4512 4528 16 0.4
.debug_abbrev 1568468 1569855 1387 0.1
.debug_aranges 134840 134912 72 0.1
.debug_frame 496028 496272 244 0.0
.debug_info 41435779 41494005 58226 0.1
.debug_line 5394705 5399787 5082 0.1
.debug_loc 3500073 3500455 382 0.0
.debug_ranges 389816 389912 96 0.0
.rodata 100696 100740 44 0.0
.strtab 589415 589535 120 0.0
.symtab 175120 175168 48 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 615170 615506 336 0.1
(read/write) 207832 207880 48 0.0
.bss 201280 201320 40 0.0
.data 1432 1440 8 0.6
.debug_abbrev 959363 962272 2909 0.3
.debug_aranges 108896 109080 184 0.2
.debug_frame 369428 369980 552 0.1
.debug_info 19347128 19407937 60809 0.3
.debug_line 2809586 2815481 5895 0.2
.debug_loclists 1594328 1596518 2190 0.1
.debug_rnglists 100559 100694 135 0.1
.debug_str 3423483 3426522 3039 0.1
.rodata 106242 106282 40 0.0
.strtab 495568 496304 736 0.1
.symtab 292960 293360 400 0.1
.text 506808 507100 292 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 549999 550015 16 0.0
.app_xip_area 441249 441257 8 0.0
.data 656 664 8 1.2
lock cyw930739m2evb_01 (read/write) 536519 536999 480 0.1
.app_xip_area 422761 423193 432 0.1
.bss 68760 68800 40 0.1
.data 684 692 8 1.2
ota-requestor cyw930739m2evb_01 (read/write) 573703 573711 8 0.0
.data 584 592 8 1.4
switch cyw930739m2evb_01 (read/write) 546375 546439 64 0.0
.app_xip_area 435753 435817 64 0.0
.data 660 668 8 1.2
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010504 1012028 1524 0.2
.bss 183532 184572 1040 0.6
.data 2640 2652 12 0.5
.text 824312 824784 472 0.1
BRD4187C (read/write) 1035208 1036404 1196 0.1
.bss 163148 164156 1008 0.6
.data 3236 3248 12 0.4
.text 868804 868980 176 0.0
lock-app BRD4161A+wf200 (read/write) 1086892 1088552 1660 0.2
.bss 177580 178628 1048 0.6
.data 2660 2672 12 0.5
.text 906632 907232 600 0.1
window-app BRD4187C (read/write) 1106468 1107992 1524 0.1
.bss 146164 147196 1032 0.7
.data 3120 3132 12 0.4
.text 957164 957644 480 0.1
esp32 all-clusters-app c3devkit (read only) 1149144 1149560 416 0.0
(read/write) 1701908 1702012 104 0.0
.dram0.bss 79032 79096 64 0.1
.flash.rodata 266048 266088 40 0.0
.flash.text 1149144 1149560 416 0.0
m5stack (read only) 1191231 1191583 352 0.0
(read/write) 550114 550222 108 0.0
.dram0.bss 85408 85464 56 0.1
.dram0.data 34020 34036 16 0.0
.flash.rodata 297044 297080 36 0.0
.flash.text 1185847 1186199 352 0.0
k32w contact k32w0+release (read only) 590100 590204 104 0.0
.data 2116 2124 8 0.4
.text 589564 589668 104 0.0
light k32w0+release (read only) 588788 588876 88 0.0
(read/write) 90952 90960 8 0.0
.data 2104 2112 8 0.4
.text 588252 588340 88 0.0
lock k32w0+release (read only) 561340 561444 104 0.0
.data 2048 2056 8 0.4
.text 560804 560908 104 0.0
linux all-clusters-app debug (read only) 5483761 5486417 2656 0.0
(read/write) 417456 417920 464 0.1
.bss 130368 130688 320 0.2
.data 3984 4016 32 0.8
.data.rel.ro 275776 275872 96 0.0
.init_array 1288 1304 16 1.2
.rodata 333712 334000 288 0.1
.text 4773235 4775363 2128 0.0
all-clusters-minimal-app debug (read only) 4898777 4900361 1584 0.0
(read/write) 231408 231672 264 0.1
.bss 126048 126304 256 0.2
.init_array 1128 1136 8 0.7
.rodata 271814 271878 64 0.0
.text 4396835 4398307 1472 0.0
bridge-app debug (read only) 2767969 2768241 272 0.0
(read/write) 133064 133104 40 0.0
.data 3792 3824 32 0.8
.init_array 808 816 8 1.0
.rodata 214376 214440 64 0.0
.text 2376115 2376275 160 0.0
chip-tool debug (read only) 17767825 17768921 1096 0.0
(read/write) 1055160 1055232 72 0.0
.bss 93688 93752 64 0.1
.init_array 792 800 8 1.0
.rodata 916561 916753 192 0.0
.text 14796259 14797139 880 0.0
chip-tool-ipv6only arm64 (read only) 16980620 16981492 872 0.0
.rodata 827432 827632 200 0.0
.text 13913368 13914072 704 0.0
lock-app debug (read only) 4469121 4470673 1552 0.0
(read/write) 202864 203096 232 0.1
.bss 113392 113616 224 0.2
.init_array 856 864 8 0.9
.rodata 247750 247782 32 0.0
.text 4012067 4013539 1472 0.0
ota-provider-app debug (read only) 4126665 4126905 240 0.0
.init_array 720 728 8 1.1
.rodata 200934 200966 32 0.0
.text 3735459 3735619 160 0.0
ota-requestor-app debug (read only) 4220545 4220817 272 0.0
.init_array 776 784 8 1.0
.rodata 204326 204390 64 0.0
.text 3821619 3821779 160 0.0
shell debug (read only) 2928001 2929553 1552 0.1
(read/write) 150712 150976 264 0.2
.bss 60040 60296 256 0.4
.init_array 1128 1136 8 0.7
.rodata 210642 210674 32 0.0
.text 2546514 2547986 1472 0.1
thermostat-no-ble arm64 (read only) 4449908 4449924 16 0.0
.data 2864 2880 16 0.6
.got 11976 11984 8 0.1
.rodata 161948 161996 48 0.0
.text 3949784 3949848 64 0.0
tv-app debug (read only) 5314433 5314737 304 0.0
(read/write) 350136 350144 8 0.0
.init_array 1136 1144 8 0.7
.text 4798467 4798723 256 0.0
tv-casting-app debug (read only) 8294177 8294417 240 0.0
.init_array 1048 1056 8 0.8
.rodata 367612 367644 32 0.0
.text 7526451 7526611 160 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2521192 2521616 424 0.0
.bss 220008 220040 32 0.0
.data 5120 5128 8 0.2
.text 1483876 1484300 424 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1218080 1218740 660 0.1
bss 154611 154660 49 0.0
rodata 141348 141392 44 0.0
text 843180 843656 476 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1336808 1337388 580 0.0
bss 140069 140118 49 0.0
rodata 135440 135484 44 0.0
text 770628 771104 476 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156120 1156652 532 0.0
bss 154790 154839 49 0.0
rodata 112732 112776 44 0.0
text 809624 810100 476 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1766476 1766892 416 0.0
.bss 193196 193252 56 0.0
.data 2520 2528 8 0.3
.debug_abbrev 1377935 1378929 994 0.1
.debug_aranges 143744 143928 184 0.1
.debug_frame 478872 479420 548 0.1
.debug_info 30050638 30111722 61084 0.2
.debug_line 4139941 4144988 5047 0.1
.debug_loclists 2245744 2247898 2154 0.1
.debug_rnglists 142326 142461 135 0.1
.debug_str 4116088 4119211 3123 0.1
.strtab 801943 802679 736 0.1
.symtab 499808 500208 400 0.1
.text 1562372 1562724 352 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1673916 1674324 408 0.0
.bss 191308 191364 56 0.0
.data 2456 2464 8 0.3
.debug_abbrev 1283553 1285390 1837 0.1
.debug_aranges 137048 137232 184 0.1
.debug_frame 461960 462508 548 0.1
.debug_info 27146943 27209658 62715 0.2
.debug_line 3956830 3962933 6103 0.2
.debug_loclists 2146632 2148785 2153 0.1
.debug_rnglists 135447 135582 135 0.1
.debug_str 3975637 3978768 3131 0.1
.strtab 712577 713313 736 0.1
.symtab 465456 465856 400 0.1
.text 1471764 1472108 344 0.0
light cy8ckit_062s2_43012 (read/write) 1605756 1605804 48 0.0
.data 2344 2352 8 0.3
.debug_abbrev 1124168 1125718 1550 0.1
.debug_aranges 127320 127360 40 0.0
.debug_frame 425592 425648 56 0.0
.debug_info 22302871 22357238 54367 0.2
.debug_line 3523424 3528142 4718 0.1
.debug_loclists 1985853 1985857 4 0.0
.debug_rnglists 125337 125362 25 0.0
.debug_str 3786810 3786828 18 0.0
.strtab 634185 634305 120 0.0
.symtab 430416 430496 80 0.0
.text 1409812 1409852 40 0.0
lock cy8ckit_062s2_43012 (read/write) 1638796 1639196 400 0.0
.bss 212676 212716 40 0.0
.data 2360 2368 8 0.3
.debug_abbrev 1115472 1117155 1683 0.2
.debug_aranges 126088 126272 184 0.1
.debug_frame 421140 421692 552 0.1
.debug_info 22207713 22270344 62631 0.3
.debug_line 3477491 3483588 6097 0.2
.debug_loclists 1963992 1966186 2194 0.1
.debug_rnglists 123415 123550 135 0.1
.debug_str 3748315 3751362 3047 0.1
.strtab 607469 608205 736 0.1
.symtab 422224 422624 400 0.1
.text 1415372 1415724 352 0.0
qpg lighting-app qpg6105+debug (read/write) 1177572 1177652 80 0.0
.data 736 744 8 1.1
.text 624416 624496 80 0.0
lock-app qpg6105+debug (read/write) 1134628 1134708 80 0.0
.data 740 748 8 1.1
.text 581468 581548 80 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1069592 1070212 620 0.1
bss 107300 107356 56 0.1
text 728460 728972 512 0.1
all-clusters-minimal-app tlsr9518adk80d (read/write) 976052 976672 620 0.1
bss 105276 105332 56 0.1
text 669088 669604 516 0.1
bridge-app tlsr9518adk80d (read/write) 943876 943976 100 0.0
text 646702 646756 54 0.0
contact-sensor-app tlsr9518adk80d (read/write) 875792 875900 108 0.0
text 590052 590106 54 0.0
light-switch-app tlsr9518adk80d (read/write) 904676 904776 100 0.0
text 615684 615734 50 0.0
lighting-app tlsr9518adk80d (read/write) 982220 982328 108 0.0
text 685550 685606 56 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 993592 993684 92 0.0
text 693068 693118 50 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1051752 1051852 100 0.0
text 730486 730538 52 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1083080 1083180 100 0.0
text 750590 750642 52 0.0
lock-app tlsr9518adk80d (read/write) 932788 933360 572 0.1
bss 99576 99608 32 0.0
text 620302 620796 494 0.1
ota-requestor-app tlsr9518adk80d (read/write) 898420 898512 92 0.0
text 611936 611988 52 0.0
pump-app tlsr9518adk80d (read/write) 881280 881380 100 0.0
text 595744 595794 50 0.0
pump-controller-app tlsr9518adk80d (read/write) 868436 868536 100 0.0
text 586182 586234 52 0.0
smoke_co_alarm-app tlsr9518adk80d (read/write) 877852 878360 508 0.1
bss 98984 99000 16 0.0
text 593112 593562 450 0.1
temperature-measurement-app tlsr9518adk80d (read/write) 864560 864668 108 0.0
text 581784 581838 54 0.0
thermostat tlsr9518adk80d (read/write) 910512 910620 108 0.0
text 621228 621282 54 0.0
window-covering tlsr9518adk80d (read/write) 905836 906368 532 0.1
bss 99592 99608 16 0.0
text 616098 616550 452 0.1
Decreases (31 builds for bl602, bl702, bl702l, cyw30739, k32w, linux, psoc6, qpg, telink)
platform target config section e149350 fc152e6 change % change
bl602 lighting-app bl602 (read/write) 1363778 1363754 -24 -0.0
.text 1056872 1056778 -94 -0.0
bl602+rpc (read/write) 1411246 1411222 -24 -0.0
.text 1088806 1088714 -92 -0.0
bl702 lighting-app bl702 (read/write) 1166699 1166647 -52 -0.0
.debug_str 4011881 4011834 -47 -0.0
.text 953894 953800 -94 -0.0
bl702+rpc (read/write) 1265599 1265583 -16 -0.0
.debug_str 4431746 4431699 -47 -0.0
.text 1028576 1028484 -92 -0.0
bl702l lighting-app bl702l (read/write) 1152608 1152580 -28 -0.0
.debug_str 4024350 4024304 -46 -0.0
.text 942962 942874 -88 -0.0
cyw30739 switch cyw930739m2evb_01 .bss 65648 65640 -8 -0.0
k32w contact k32w0+release .bss 67372 67364 -8 -0.0
lock k32w0+release .bss 64908 64900 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 1122712 1122696 -16 -0.0
.got 23360 23352 -8 -0.0
lighting-app debug+rpc+ui (read only) 5276953 5239473 -37480 -0.7
(read/write) 222344 222312 -32 -0.0
.bss 118000 117968 -32 -0.0
.rodata 338420 336948 -1472 -0.4
.text 4696483 4660451 -36032 -0.8
ota-provider-app debug (read/write) 192152 192128 -24 -0.0
.bss 113792 113760 -32 -0.0
ota-requestor-app debug (read/write) 196464 196440 -24 -0.0
.bss 114848 114816 -32 -0.0
thermostat-no-ble arm64 (read/write) 244168 244120 -48 -0.0
.data.rel.ro 102296 102232 -64 -0.1
tv-casting-app debug (read/write) 210848 210824 -24 -0.0
.bss 54496 54464 -32 -0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837624 837560 -64 -0.0
.heap 837624 837560 -64 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839576 839512 -64 -0.0
.heap 839576 839512 -64 -0.0
light cy8ckit_062s2_43012 (read only) 845784 845776 -8 -0.0
.heap 845784 845776 -8 -0.0
lock cy8ckit_062s2_43012 (read only) 818304 818256 -48 -0.0
.heap 818304 818256 -48 -0.0
qpg lighting-app qpg6105+debug .bss 101232 101224 -8 -0.0
lock-app qpg6105+debug .bss 95952 95944 -8 -0.0
telink bridge-app tlsr9518adk80d bss 109716 109708 -8 -0.0
contact-sensor-app tlsr9518adk80d bss 98896 98888 -8 -0.0
light-switch-app tlsr9518adk80d bss 99488 99480 -8 -0.0
lighting-app tlsr9518adk80d bss 107572 107564 -8 -0.0
lighting-app-factory-data tlsr9518adk80d bss 111820 111812 -8 -0.0
lighting-app-rpc tlsr9518adk80d bss 109144 109136 -8 -0.0
lighting-app-shell tlsr9518adk80d bss 120220 120212 -8 -0.0
pump-app tlsr9518adk80d bss 99028 99020 -8 -0.0
pump-controller-app tlsr9518adk80d bss 98828 98820 -8 -0.0
temperature-measurement-app tlsr9518adk80d bss 98736 98728 -8 -0.0
thermostat tlsr9518adk80d bss 99280 99272 -8 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e149350 fc152e6 change % change
bl602 lighting-app bl602 (read/write) 1363778 1363754 -24 -0.0
.bss 73670 73678 8 0.0
.data 9552 9560 8 0.1
.text 1056872 1056778 -94 -0.0
bl602+rpc (read/write) 1411246 1411222 -24 -0.0
.bss 81710 81718 8 0.0
.data 9952 9952 0 0.0
.text 1088806 1088714 -92 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1166699 1166647 -52 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41285 0 0.0
.bss_psram 43488 43488 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1566249 1567636 1387 0.1
.debug_aranges 140336 140408 72 0.1
.debug_frame 516340 516584 244 0.0
.debug_info 41434671 41492896 58225 0.1
.debug_line 5479037 5484089 5052 0.1
.debug_loc 3563905 3564261 356 0.0
.debug_ranges 384608 384704 96 0.0
.debug_str 4011881 4011834 -47 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106812 106856 44 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589190 589310 120 0.0
.symtab 175552 175600 48 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
953894 953800 -94 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1265599 1265583 -16 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43488 43488 0 0.0
.comment 48 48 0 0.0
.data 4088 4104 16 0.4
.debug_abbrev 1743379 1744766 1387 0.1
.debug_aranges 148880 148952 72 0.0
.debug_frame 545244 545488 244 0.0
.debug_info 46329616 46387285 57669 0.1
.debug_line 5891572 5896605 5033 0.1
.debug_loc 3770052 3770408 356 0.0
.debug_ranges 410360 410456 96 0.0
.debug_str 4431746 4431699 -47 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121464 121508 44 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652153 652273 120 0.0
.symtab 194480 194528 48 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028576 1028484 -92 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1152608 1152580 -28 -0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77904 77904 0 0.0
.comment 48 48 0 0.0
.data 4512 4528 16 0.4
.debug_abbrev 1568468 1569855 1387 0.1
.debug_aranges 134840 134912 72 0.1
.debug_frame 496028 496272 244 0.0
.debug_info 41435779 41494005 58226 0.1
.debug_line 5394705 5399787 5082 0.1
.debug_loc 3500073 3500455 382 0.0
.debug_ranges 389816 389912 96 0.0
.debug_str 4024350 4024304 -46 -0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100696 100740 44 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 589415 589535 120 0.0
.symtab 175120 175168 48 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942962 942874 -88 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615170 615506 336 0.1
(read/write) 207832 207880 48 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201280 201320 40 0.0
.comment 206 206 0 0.0
.data 1432 1440 8 0.6
.debug_abbrev 959363 962272 2909 0.3
.debug_aranges 108896 109080 184 0.2
.debug_frame 369428 369980 552 0.1
.debug_info 19347128 19407937 60809 0.3
.debug_line 2809586 2815481 5895 0.2
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1594328 1596518 2190 0.1
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100559 100694 135 0.1
.debug_str 3423483 3426522 3039 0.1
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106242 106282 40 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 495568 496304 736 0.1
.symtab 292960 293360 400 0.1
.text 506808 507100 292 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 549999 550015 16 0.0
.app_xip_area 441249 441257 8 0.0
.bss 63776 63776 0 0.0
.data 656 664 8 1.2
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 536519 536999 480 0.1
.app_xip_area 422761 423193 432 0.1
.bss 68760 68800 40 0.1
.data 684 692 8 1.2
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573703 573711 8 0.0
.app_xip_area 466033 466033 0 0.0
.bss 62768 62768 0 0.0
.data 584 592 8 1.4
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 546375 546439 64 0.0
.app_xip_area 435753 435817 64 0.0
.bss 65648 65640 -8 -0.0
.data 660 668 8 1.2
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010504 1012028 1524 0.2
.bss 183532 184572 1040 0.6
.data 2640 2652 12 0.5
.text 824312 824784 472 0.1
BRD4187C (read/write) 1035208 1036404 1196 0.1
.bss 163148 164156 1008 0.6
.data 3236 3248 12 0.4
.text 868804 868980 176 0.0
lock-app BRD4161A+wf200 (read/write) 1086892 1088552 1660 0.2
.bss 177580 178628 1048 0.6
.data 2660 2672 12 0.5
.text 906632 907232 600 0.1
window-app BRD4187C (read/write) 1106468 1107992 1524 0.1
.bss 146164 147196 1032 0.7
.data 3120 3132 12 0.4
.text 957164 957644 480 0.1
esp32 all-clusters-app c3devkit (read only) 1149144 1149560 416 0.0
(read/write) 1701908 1702012 104 0.0
.dram0.bss 79032 79096 64 0.1
.dram0.data 13076 13076 0 0.0
.flash.rodata 266048 266088 40 0.0
.flash.text 1149144 1149560 416 0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1191231 1191583 352 0.0
(read/write) 550114 550222 108 0.0
.dram0.bss 85408 85464 56 0.1
.dram0.data 34020 34036 16 0.0
.flash.rodata 297044 297080 36 0.0
.flash.text 1185847 1186199 352 0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 590100 590204 104 0.0
(read/write) 91320 91320 0 0.0
.bss 67372 67364 -8 -0.0
.data 2116 2124 8 0.4
.text 589564 589668 104 0.0
light k32w0+release (read only) 588788 588876 88 0.0
(read/write) 90952 90960 8 0.0
.bss 67020 67020 0 0.0
.data 2104 2112 8 0.4
.text 588252 588340 88 0.0
lock k32w0+release (read only) 561340 561444 104 0.0
(read/write) 88784 88784 0 0.0
.bss 64908 64900 -8 -0.0
.data 2048 2056 8 0.4
.text 560804 560908 104 0.0
linux all-clusters-app debug (read only) 5483761 5486417 2656 0.0
(read/write) 417456 417920 464 0.1
.bss 130368 130688 320 0.2
.data 3984 4016 32 0.8
.data.rel.ro 275776 275872 96 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1288 1304 16 1.2
.rodata 333712 334000 288 0.1
.text 4773235 4775363 2128 0.0
all-clusters-minimal-app debug (read only) 4898777 4900361 1584 0.0
(read/write) 231408 231672 264 0.1
.bss 126048 126304 256 0.2
.data 3856 3856 0 0.0
.data.rel.ro 94376 94376 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 271814 271878 64 0.0
.text 4396835 4398307 1472 0.0
bridge-app debug (read only) 2767969 2768241 272 0.0
(read/write) 133064 133104 40 0.0
.bss 51768 51768 0 0.0
.data 3792 3824 32 0.8
.data.rel.ro 71400 71400 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 808 816 8 1.0
.rodata 214376 214440 64 0.0
.text 2376115 2376275 160 0.0
chip-tool debug (read only) 17767825 17768921 1096 0.0
(read/write) 1055160 1055232 72 0.0
.bss 93688 93752 64 0.1
.data 5090 5090 0 0.0
.data.rel.ro 949040 949040 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 792 800 8 1.0
.rodata 916561 916753 192 0.0
.text 14796259 14797139 880 0.0
chip-tool-ipv6only arm64 (read only) 16980620 16981492 872 0.0
(read/write) 1122712 1122696 -16 -0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 986400 986400 0 0.0
.dynamic 512 512 0 0.0
.got 23360 23352 -8 -0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 827432 827632 200 0.0
.text 13913368 13914072 704 0.0
lighting-app debug+rpc+ui (read only) 5276953 5239473 -37480 -0.7
(read/write) 222344 222312 -32 -0.0
.bss 118000 117968 -32 -0.0
.data 4528 4528 0 0.0
.data.rel.ro 92240 92240 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 338420 336948 -1472 -0.4
.text 4696483 4660451 -36032 -0.8
lock-app debug (read only) 4469121 4470673 1552 0.0
(read/write) 202864 203096 232 0.1
.bss 113392 113616 224 0.2
.data 3728 3728 0 0.0
.data.rel.ro 78960 78960 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 856 864 8 0.9
.rodata 247750 247782 32 0.0
.text 4012067 4013539 1472 0.0
ota-provider-app debug (read only) 4126665 4126905 240 0.0
(read/write) 192152 192128 -24 -0.0
.bss 113792 113760 -32 -0.0
.data 4000 4000 0 0.0
.data.rel.ro 68448 68448 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 728 8 1.1
.rodata 200934 200966 32 0.0
.text 3735459 3735619 160 0.0
ota-requestor-app debug (read only) 4220545 4220817 272 0.0
(read/write) 196464 196440 -24 -0.0
.bss 114848 114816 -32 -0.0
.data 4240 4240 0 0.0
.data.rel.ro 71448 71448 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 784 8 1.0
.rodata 204326 204390 64 0.0
.text 3821619 3821779 160 0.0
shell debug (read only) 2928001 2929553 1552 0.1
(read/write) 150712 150976 264 0.2
.bss 60040 60296 256 0.4
.data 784 784 0 0.0
.data.rel.ro 84024 84024 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 210642 210674 32 0.0
.text 2546514 2547986 1472 0.1
thermostat-no-ble arm64 (read only) 4449908 4449924 16 0.0
(read/write) 244168 244120 -48 -0.0
.bss 122552 122552 0 0.0
.data 2864 2880 16 0.6
.data.rel.ro 102296 102232 -64 -0.1
.dynamic 512 512 0 0.0
.got 11976 11984 8 0.1
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 161948 161996 48 0.0
.text 3949784 3949848 64 0.0
tv-app debug (read only) 5314433 5314737 304 0.0
(read/write) 350136 350144 8 0.0
.bss 241568 241568 0 0.0
.data 5104 5104 0 0.0
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1136 1144 8 0.7
.rodata 272374 272374 0 0.0
.text 4798467 4798723 256 0.0
tv-casting-app debug (read only) 8294177 8294417 240 0.0
(read/write) 210848 210824 -24 -0.0
.bss 54496 54464 -32 -0.1
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1048 1056 8 0.8
.rodata 367612 367644 32 0.0
.text 7526451 7526611 160 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521192 2521616 424 0.0
.bss 220008 220040 32 0.0
.data 5120 5128 8 0.2
.text 1483876 1484300 424 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1218080 1218740 660 0.1
bss 154611 154660 49 0.0
rodata 141348 141392 44 0.0
text 843180 843656 476 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1336808 1337388 580 0.0
bss 140069 140118 49 0.0
rodata 135440 135484 44 0.0
text 770628 771104 476 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1156120 1156652 532 0.0
bss 154790 154839 49 0.0
rodata 112732 112776 44 0.0
text 809624 810100 476 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837624 837560 -64 -0.0
(read/write) 1766476 1766892 416 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193196 193252 56 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2520 2528 8 0.3
.debug_abbrev 1377935 1378929 994 0.1
.debug_aranges 143744 143928 184 0.1
.debug_frame 478872 479420 548 0.1
.debug_info 30050638 30111722 61084 0.2
.debug_line 4139941 4144988 5047 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2245744 2247898 2154 0.1
.debug_rnglists 142326 142461 135 0.1
.debug_str 4116088 4119211 3123 0.1
.heap 837624 837560 -64 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 801943 802679 736 0.1
.symtab 499808 500208 400 0.1
.text 1562372 1562724 352 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839576 839512 -64 -0.0
(read/write) 1673916 1674324 408 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191308 191364 56 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2464 8 0.3
.debug_abbrev 1283553 1285390 1837 0.1
.debug_aranges 137048 137232 184 0.1
.debug_frame 461960 462508 548 0.1
.debug_info 27146943 27209658 62715 0.2
.debug_line 3956830 3962933 6103 0.2
.debug_line_str 981 981 0 0.0
.debug_loclists 2146632 2148785 2153 0.1
.debug_rnglists 135447 135582 135 0.1
.debug_str 3975637 3978768 3131 0.1
.heap 839576 839512 -64 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 712577 713313 736 0.1
.symtab 465456 465856 400 0.1
.text 1471764 1472108 344 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845784 845776 -8 -0.0
(read/write) 1605756 1605804 48 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185212 185212 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2344 2352 8 0.3
.debug_abbrev 1124168 1125718 1550 0.1
.debug_aranges 127320 127360 40 0.0
.debug_frame 425592 425648 56 0.0
.debug_info 22302871 22357238 54367 0.2
.debug_line 3523424 3528142 4718 0.1
.debug_line_str 942 942 0 0.0
.debug_loclists 1985853 1985857 4 0.0
.debug_rnglists 125337 125362 25 0.0
.debug_str 3786810 3786828 18 0.0
.heap 845784 845776 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 634185 634305 120 0.0
.symtab 430416 430496 80 0.0
.text 1409812 1409852 40 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818304 818256 -48 -0.0
(read/write) 1638796 1639196 400 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212676 212716 40 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2368 8 0.3
.debug_abbrev 1115472 1117155 1683 0.2
.debug_aranges 126088 126272 184 0.1
.debug_frame 421140 421692 552 0.1
.debug_info 22207713 22270344 62631 0.3
.debug_line 3477491 3483588 6097 0.2
.debug_line_str 933 933 0 0.0
.debug_loclists 1963992 1966186 2194 0.1
.debug_rnglists 123415 123550 135 0.1
.debug_str 3748315 3751362 3047 0.1
.heap 818304 818256 -48 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 607469 608205 736 0.1
.symtab 422224 422624 400 0.1
.text 1415372 1415724 352 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177572 1177652 80 0.0
.bss 101232 101224 -8 -0.0
.data 736 744 8 1.1
.text 624416 624496 80 0.0
lock-app qpg6105+debug (read/write) 1134628 1134708 80 0.0
.bss 95952 95944 -8 -0.0
.data 740 748 8 1.1
.text 581468 581548 80 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069592 1070212 620 0.1
bss 107300 107356 56 0.1
text 728460 728972 512 0.1
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976052 976672 620 0.1
bss 105276 105332 56 0.1
text 669088 669604 516 0.1
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943876 943976 100 0.0
bss 109716 109708 -8 -0.0
text 646702 646756 54 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875792 875900 108 0.0
bss 98896 98888 -8 -0.0
text 590052 590106 54 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 904676 904776 100 0.0
bss 99488 99480 -8 -0.0
text 615684 615734 50 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 982220 982328 108 0.0
bss 107572 107564 -8 -0.0
text 685550 685606 56 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 993592 993684 92 0.0
bss 111820 111812 -8 -0.0
text 693068 693118 50 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051752 1051852 100 0.0
bss 109144 109136 -8 -0.0
text 730486 730538 52 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1083080 1083180 100 0.0
bss 120220 120212 -8 -0.0
text 750590 750642 52 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932788 933360 572 0.1
bss 99576 99608 32 0.0
text 620302 620796 494 0.1
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898420 898512 92 0.0
bss 100196 100196 0 0.0
text 611936 611988 52 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 881280 881380 100 0.0
bss 99028 99020 -8 -0.0
text 595744 595794 50 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868436 868536 100 0.0
bss 98828 98820 -8 -0.0
text 586182 586234 52 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744228 744228 0 0.0
bss 97256 97256 0 0.0
text 478644 478644 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877852 878360 508 0.1
bss 98984 99000 16 0.0
text 593112 593562 450 0.1
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 864560 864668 108 0.0
bss 98736 98728 -8 -0.0
text 581784 581838 54 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 910512 910620 108 0.0
bss 99280 99272 -8 -0.0
text 621228 621282 54 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 905836 906368 532 0.1
bss 99592 99608 16 0.0
text 616098 616550 452 0.1

src/app/server/Server.h Outdated Show resolved Hide resolved
src/lib/core/CHIPConfig.h Outdated Show resolved Hide resolved
@lpbeliveau-silabs lpbeliveau-silabs force-pushed the feature/report_scheduler_injection branch from 4e19b3f to 1e89639 Compare August 4, 2023 18:36
@github-actions
Copy link

github-actions bot commented Aug 4, 2023

PR #28497: Size comparison from 1465733 to 1e89639

Increases above 0.2%:

platform target config section 1465733 1e89639 change % change
bl702 lighting-app bl702+rpc .data 4088 4104 16 0.4
bl702l lighting-app bl702l .data 4512 4528 16 0.4
cc32xx lock CC3235SF_LAUNCHXL .data 1432 1440 8 0.6
.debug_abbrev 959724 962272 2548 0.3
.debug_info 19356328 19407984 51656 0.3
cyw30739 light cyw930739m2evb_01 .data 656 664 8 1.2
lock cyw930739m2evb_01 .data 684 692 8 1.2
ota-requestor cyw930739m2evb_01 .data 584 592 8 1.4
switch cyw930739m2evb_01 .data 660 668 8 1.2
efr32 lighting-app BRD4161A+rs9116 .bss 183556 184572 1016 0.6
.data 2640 2652 12 0.5
BRD4187C .bss 163148 164156 1008 0.6
.data 3236 3248 12 0.4
lock-app BRD4161A+wf200 .bss 177612 178628 1016 0.6
.data 2660 2672 12 0.5
window-app BRD4187C .bss 146188 147196 1008 0.7
.data 3120 3132 12 0.4
k32w contact k32w0+release .data 2116 2124 8 0.4
light k32w0+release .data 2104 2112 8 0.4
lock k32w0+release .data 2048 2056 8 0.4
linux all-clusters-app debug .init_array 1296 1304 8 0.6
all-clusters-minimal-app debug .init_array 1128 1136 8 0.7
bridge-app debug .data 3792 3824 32 0.8
.init_array 808 816 8 1.0
chip-tool debug .init_array 792 800 8 1.0
lighting-app debug+rpc+ui .init_array 936 944 8 0.9
lock-app debug .init_array 856 864 8 0.9
ota-provider-app debug .init_array 720 728 8 1.1
ota-requestor-app debug .init_array 776 784 8 1.0
shell debug .init_array 1128 1136 8 0.7
thermostat-no-ble arm64 .data 2864 2880 16 0.6
tv-app debug .init_array 1136 1144 8 0.7
tv-casting-app debug .init_array 1048 1056 8 0.8
psoc6 all-clusters cy8ckit_062s2_43012 .data 2520 2528 8 0.3
all-clusters-minimal cy8ckit_062s2_43012 .data 2456 2464 8 0.3
light cy8ckit_062s2_43012 .data 2344 2352 8 0.3
lock cy8ckit_062s2_43012 .data 2360 2368 8 0.3
qpg lighting-app qpg6105+debug .data 736 744 8 1.1
lock-app qpg6105+debug .data 740 748 8 1.1
Increases (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 1465733 1e89639 change % change
bl602 lighting-app bl602 .bss 73670 73678 8 0.0
.data 9552 9560 8 0.1
bl602+rpc .bss 81710 81718 8 0.0
bl702 lighting-app bl702 .debug_abbrev 1566267 1567636 1369 0.1
.debug_aranges 140336 140408 72 0.1
.debug_frame 516340 516584 244 0.0
.debug_info 41434748 41492895 58147 0.1
.debug_line 5479108 5484150 5042 0.1
.debug_loc 3563974 3564261 287 0.0
.debug_ranges 384608 384704 96 0.0
.strtab 589190 589310 120 0.0
.symtab 175552 175600 48 0.0
bl702+rpc .data 4088 4104 16 0.4
.debug_abbrev 1743397 1744766 1369 0.1
.debug_aranges 148880 148952 72 0.0
.debug_frame 545244 545488 244 0.0
.debug_info 46329694 46387286 57592 0.1
.debug_line 5891643 5896664 5021 0.1
.debug_loc 3770121 3770408 287 0.0
.debug_ranges 410360 410456 96 0.0
.strtab 652153 652273 120 0.0
.symtab 194480 194528 48 0.0
bl702l lighting-app bl702l .data 4512 4528 16 0.4
.debug_abbrev 1568486 1569855 1369 0.1
.debug_aranges 134840 134912 72 0.1
.debug_frame 496028 496272 244 0.0
.debug_info 41435857 41494004 58147 0.1
.debug_line 5394776 5399848 5072 0.1
.debug_loc 3500142 3500455 313 0.0
.debug_ranges 389816 389912 96 0.0
.strtab 589415 589535 120 0.0
.symtab 175120 175168 48 0.0
cc32xx lock CC3235SF_LAUNCHXL (read/write) 207872 207880 8 0.0
.data 1432 1440 8 0.6
.debug_abbrev 959724 962272 2548 0.3
.debug_aranges 109040 109080 40 0.0
.debug_frame 369924 369980 56 0.0
.debug_info 19356328 19407984 51656 0.3
.debug_line 2811692 2815527 3835 0.1
.debug_rnglists 100669 100694 25 0.0
.strtab 496184 496304 120 0.0
.symtab 293280 293360 80 0.0
cyw30739 light cyw930739m2evb_01 .data 656 664 8 1.2
lock cyw930739m2evb_01 .data 684 692 8 1.2
ota-requestor cyw930739m2evb_01 .data 584 592 8 1.4
switch cyw930739m2evb_01 (read/write) 546431 546439 8 0.0
.app_xip_area 435809 435817 8 0.0
.data 660 668 8 1.2
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010888 1012044 1156 0.1
.bss 183556 184572 1016 0.6
.data 2640 2652 12 0.5
.text 824672 824800 128 0.0
BRD4187C (read/write) 1035264 1036412 1148 0.1
.bss 163148 164156 1008 0.6
.data 3236 3248 12 0.4
.text 868860 868988 128 0.0
lock-app BRD4161A+wf200 (read/write) 1087396 1088552 1156 0.1
.bss 177612 178628 1016 0.6
.data 2660 2672 12 0.5
.text 907104 907232 128 0.0
window-app BRD4187C (read/write) 1106852 1108008 1156 0.1
.bss 146188 147196 1008 0.7
.data 3120 3132 12 0.4
.text 957524 957660 136 0.0
esp32 all-clusters-app c3devkit (read only) 1149562 1149568 6 0.0
(read/write) 1701996 1702012 16 0.0
.dram0.bss 79088 79096 8 0.0
.flash.text 1149562 1149568 6 0.0
m5stack (read/write) 550206 550222 16 0.0
.dram0.data 34020 34036 16 0.0
k32w contact k32w0+release (read only) 590140 590220 80 0.0
(read/write) 91312 91320 8 0.0
.data 2116 2124 8 0.4
.text 589604 589684 80 0.0
light k32w0+release (read only) 588828 588892 64 0.0
.data 2104 2112 8 0.4
.text 588292 588356 64 0.0
lock k32w0+release (read only) 561396 561460 64 0.0
.data 2048 2056 8 0.4
.text 560860 560924 64 0.0
linux all-clusters-app debug (read only) 5486321 5486513 192 0.0
(read/write) 417912 417920 8 0.0
.init_array 1296 1304 8 0.6
.text 4775315 4775459 144 0.0
all-clusters-minimal-app debug (read only) 4900265 4900457 192 0.0
(read/write) 231664 231672 8 0.0
.init_array 1128 1136 8 0.7
.text 4398259 4398403 144 0.0
bridge-app debug (read only) 2768145 2768337 192 0.0
(read/write) 133064 133104 40 0.0
.data 3792 3824 32 0.8
.init_array 808 816 8 1.0
.text 2376227 2376371 144 0.0
chip-tool debug (read only) 17768801 17768921 120 0.0
(read/write) 1055192 1055232 40 0.0
.bss 93720 93752 32 0.0
.init_array 792 800 8 1.0
.text 14797043 14797139 96 0.0
lighting-app debug+rpc+ui (read only) 5239377 5239569 192 0.0
.init_array 936 944 8 0.9
.text 4660403 4660547 144 0.0
lock-app debug (read only) 4470577 4470769 192 0.0
(read/write) 203088 203096 8 0.0
.init_array 856 864 8 0.9
.text 4013491 4013635 144 0.0
ota-provider-app debug (read only) 4126809 4126985 176 0.0
.init_array 720 728 8 1.1
.text 3735571 3735699 128 0.0
ota-requestor-app debug (read only) 4220721 4220913 192 0.0
.init_array 776 784 8 1.0
.text 3821731 3821875 144 0.0
shell debug (read only) 2929457 2929633 176 0.0
(read/write) 150968 150976 8 0.0
.init_array 1128 1136 8 0.7
.text 2547938 2548066 128 0.0
thermostat-no-ble arm64 .data 2864 2880 16 0.6
.got 11976 11984 8 0.1
.text 3949880 3949960 80 0.0
tv-app debug (read only) 5314545 5314817 272 0.0
(read/write) 350136 350144 8 0.0
.init_array 1136 1144 8 0.7
.text 4798579 4798803 224 0.0
tv-casting-app debug (read only) 8294321 8294513 192 0.0
.init_array 1048 1056 8 0.8
.text 7526563 7526707 144 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2521616 2521712 96 0.0
.data 5120 5128 8 0.2
.text 1484300 1484396 96 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1218700 1218756 56 0.0
text 843632 843672 40 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1337364 1337404 40 0.0
text 771080 771120 40 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156628 1156668 40 0.0
text 810076 810116 40 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1766900 1766908 8 0.0
.data 2520 2528 8 0.3
.debug_abbrev 1378296 1378929 633 0.0
.debug_aranges 143888 143928 40 0.0
.debug_frame 479364 479420 56 0.0
.debug_info 30059977 30111767 51790 0.2
.debug_line 4142027 4145035 3008 0.1
.debug_rnglists 142436 142461 25 0.0
.strtab 802559 802679 120 0.0
.symtab 500128 500208 80 0.0
all-clusters-minimal cy8ckit_062s2_43012 .data 2456 2464 8 0.3
.debug_abbrev 1283914 1285390 1476 0.1
.debug_aranges 137192 137232 40 0.0
.debug_frame 462452 462508 56 0.0
.debug_info 27156283 27209702 53419 0.2
.debug_line 3958916 3962980 4064 0.1
.debug_rnglists 135557 135582 25 0.0
.strtab 713193 713313 120 0.0
.symtab 465776 465856 80 0.0
light cy8ckit_062s2_43012 .data 2344 2352 8 0.3
.debug_abbrev 1124168 1125718 1550 0.1
.debug_aranges 127320 127360 40 0.0
.debug_frame 425592 425648 56 0.0
.debug_info 22303095 22357282 54187 0.2
.debug_line 3523451 3528189 4738 0.1
.debug_rnglists 125337 125362 25 0.0
.strtab 634185 634305 120 0.0
.symtab 430416 430496 80 0.0
lock cy8ckit_062s2_43012 .data 2360 2368 8 0.3
.debug_abbrev 1115833 1117155 1322 0.1
.debug_aranges 126232 126272 40 0.0
.debug_frame 421636 421692 56 0.0
.debug_info 22216908 2227039 53482 0.2
.debug_line 3479623 3483635 4012 0.1
.debug_rnglists 123525 123550 25 0.0
.strtab 608085 608205 120 0.0
.symtab 422544 422624 80 0.0
qpg lighting-app qpg6105+debug (read/write) 1177620 1177660 40 0.0
.data 736 744 8 1.1
.text 624464 624504 40 0.0
lock-app qpg6105+debug (read/write) 1134668 1134716 48 0.0
.data 740 748 8 1.1
.text 581508 581556 48 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1070172 1070220 48 0.0
text 728938 728982 44 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 976632 976688 56 0.0
text 669568 669614 46 0.0
bridge-app tlsr9518adk80d (read/write) 943944 943984 40 0.0
text 646722 646766 44 0.0
contact-sensor-app tlsr9518adk80d (read/write) 875860 875900 40 0.0
text 590074 590110 36 0.0
light-switch-app tlsr9518adk80d (read/write) 904736 904792 56 0.0
text 615702 615746 44 0.0
lighting-app tlsr9518adk80d (read/write) 982280 982328 48 0.0
text 685572 685610 38 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 993652 993692 40 0.0
text 693086 693126 40 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1051812 1051860 48 0.0
text 730508 730544 36 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1083148 1083180 32 0.0
text 750612 750648 36 0.0
lock-app tlsr9518adk80d (read/write) 933328 933376 48 0.0
text 620762 620806 44 0.0
ota-requestor-app tlsr9518adk80d (read/write) 898480 898528 48 0.0
text 611956 611998 42 0.0
pump-app tlsr9518adk80d (read/write) 881348 881388 40 0.0
text 595764 595806 42 0.0
pump-controller-app tlsr9518adk80d (read/write) 868504 868544 40 0.0
text 586202 586242 40 0.0
smoke_co_alarm-app tlsr9518adk80d (read/write) 878336 878368 32 0.0
text 593530 593572 42 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 864628 864676 48 0.0
text 581806 581842 36 0.0
thermostat tlsr9518adk80d (read/write) 910572 910620 48 0.0
text 621248 621288 40 0.0
window-covering tlsr9518adk80d (read/write) 906328 906376 48 0.0
text 616520 616558 38 0.0
Decreases (39 builds for bl602, bl702, bl702l, cc32xx, cyw30739, esp32, k32w, linux, psoc6, qpg, telink)
platform target config section 1465733 1e89639 change % change
bl602 lighting-app bl602 (read/write) 1363826 1363762 -64 -0.0
.text 1056870 1056792 -78 -0.0
bl602+rpc (read/write) 1411294 1411230 -64 -0.0
.text 1088802 1088726 -76 -0.0
bl702 lighting-app bl702 (read/write) 1166743 1166659 -84 -0.0
.debug_str 4011881 4011834 -47 -0.0
.text 953894 953810 -84 -0.0
bl702+rpc (read/write) 1265647 1265599 -48 -0.0
.debug_str 4431746 4431699 -47 -0.0
.text 1028578 1028498 -80 -0.0
bl702l lighting-app bl702l (read/write) 1152652 1152588 -64 -0.0
.debug_str 4024350 4024304 -46 -0.0
.text 942964 942884 -80 -0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 615546 615514 -32 -0.0
.debug_loclists 1596540 1596531 -9 -0.0
.debug_str 3426584 3426522 -62 -0.0
.text 507144 507112 -32 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 550055 550023 -32 -0.0
.app_xip_area 441305 441265 -40 -0.0
lock cyw930739m2evb_01 (read/write) 537039 537007 -32 -0.0
.app_xip_area 423241 423201 -40 -0.0
ota-requestor cyw930739m2evb_01 (read/write) 573743 573727 -16 -0.0
.app_xip_area 466073 466049 -24 -0.0
switch cyw930739m2evb_01 .bss 65648 65640 -8 -0.0
esp32 all-clusters-app m5stack (read only) 1191607 1191591 -16 -0.0
.flash.text 1186223 1186207 -16 -0.0
k32w contact k32w0+release .bss 67372 67364 -8 -0.0
lock k32w0+release (read/write) 88792 88784 -8 -0.0
.bss 64908 64900 -8 -0.0
linux chip-tool-ipv6only arm64 (read only) 16981524 16981492 -32 -0.0
(read/write) 1122712 1122696 -16 -0.0
.got 23360 23352 -8 -0.0
lighting-app debug+rpc+ui (read/write) 222336 222312 -24 -0.0
.bss 118000 117968 -32 -0.0
ota-provider-app debug (read/write) 192152 192128 -24 -0.0
.bss 113792 113760 -32 -0.0
ota-requestor-app debug (read/write) 196464 196440 -24 -0.0
.bss 114848 114816 -32 -0.0
thermostat-no-ble arm64 (read only) 4450052 4450036 -16 -0.0
(read/write) 244168 244120 -48 -0.0
.data.rel.ro 102296 102232 -64 -0.1
tv-casting-app debug (read/write) 210848 210824 -24 -0.0
.bss 54496 54464 -32 -0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837568 837560 -8 -0.0
.debug_loclists 2247923 2247911 -12 -0.0
.debug_str 4119257 4119211 -46 -0.0
.heap 837568 837560 -8 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839520 839512 -8 -0.0
(read/write) 1674348 1674340 -8 -0.0
.debug_loclists 2148811 2148798 -13 -0.0
.debug_str 3978806 3978768 -38 -0.0
.heap 839520 839512 -8 -0.0
.text 1472140 1472124 -16 -0.0
light cy8ckit_062s2_43012 (read only) 845784 845776 -8 -0.0
(read/write) 1605828 1605820 -8 -0.0
.debug_loclists 1985883 1985870 -13 -0.0
.debug_str 3786878 3786828 -50 -0.0
.heap 845784 845776 -8 -0.0
.text 1409884 1409868 -16 -0.0
lock cy8ckit_062s2_43012 (read only) 818264 818256 -8 -0.0
(read/write) 1639220 1639212 -8 -0.0
.debug_loclists 1966212 1966199 -13 -0.0
.debug_str 3751416 3751362 -54 -0.0
.heap 818264 818256 -8 -0.0
.text 1415756 1415740 -16 -0.0
qpg lighting-app qpg6105+debug .bss 101232 101224 -8 -0.0
lock-app qpg6105+debug .bss 95952 95944 -8 -0.0
telink bridge-app tlsr9518adk80d bss 109716 109708 -8 -0.0
contact-sensor-app tlsr9518adk80d bss 98896 98888 -8 -0.0
light-switch-app tlsr9518adk80d bss 99488 99480 -8 -0.0
lighting-app tlsr9518adk80d bss 107572 107564 -8 -0.0
lighting-app-factory-data tlsr9518adk80d bss 111820 111812 -8 -0.0
lighting-app-rpc tlsr9518adk80d bss 109144 109136 -8 -0.0
lighting-app-shell tlsr9518adk80d bss 120220 120212 -8 -0.0
lock-app tlsr9518adk80d bss 99616 99608 -8 -0.0
pump-app tlsr9518adk80d bss 99028 99020 -8 -0.0
pump-controller-app tlsr9518adk80d bss 98828 98820 -8 -0.0
smoke_co_alarm-app tlsr9518adk80d bss 99008 99000 -8 -0.0
temperature-measurement-app tlsr9518adk80d bss 98736 98728 -8 -0.0
thermostat tlsr9518adk80d bss 99280 99272 -8 -0.0
window-covering tlsr9518adk80d bss 99616 99608 -8 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 1465733 1e89639 change % change
bl602 lighting-app bl602 (read/write) 1363826 1363762 -64 -0.0
.bss 73670 73678 8 0.0
.data 9552 9560 8 0.1
.text 1056870 1056792 -78 -0.0
bl602+rpc (read/write) 1411294 1411230 -64 -0.0
.bss 81710 81718 8 0.0
.data 9952 9952 0 0.0
.text 1088802 1088726 -76 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1166743 1166659 -84 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41285 0 0.0
.bss_psram 43488 43488 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1566267 1567636 1369 0.1
.debug_aranges 140336 140408 72 0.1
.debug_frame 516340 516584 244 0.0
.debug_info 41434748 41492895 58147 0.1
.debug_line 5479108 5484150 5042 0.1
.debug_loc 3563974 3564261 287 0.0
.debug_ranges 384608 384704 96 0.0
.debug_str 4011881 4011834 -47 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106856 106856 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589190 589310 120 0.0
.symtab 175552 175600 48 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
953894 953810 -84 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1265647 1265599 -48 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43488 43488 0 0.0
.comment 48 48 0 0.0
.data 4088 4104 16 0.4
.debug_abbrev 1743397 1744766 1369 0.1
.debug_aranges 148880 148952 72 0.0
.debug_frame 545244 545488 244 0.0
.debug_info 46329694 46387286 57592 0.1
.debug_line 5891643 5896664 5021 0.1
.debug_loc 3770121 3770408 287 0.0
.debug_ranges 410360 410456 96 0.0
.debug_str 4431746 4431699 -47 -0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121508 121508 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652153 652273 120 0.0
.symtab 194480 194528 48 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028578 1028498 -80 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1152652 1152588 -64 -0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77904 77904 0 0.0
.comment 48 48 0 0.0
.data 4512 4528 16 0.4
.debug_abbrev 1568486 1569855 1369 0.1
.debug_aranges 134840 134912 72 0.1
.debug_frame 496028 496272 244 0.0
.debug_info 41435857 41494004 58147 0.1
.debug_line 5394776 5399848 5072 0.1
.debug_loc 3500142 3500455 313 0.0
.debug_ranges 389816 389912 96 0.0
.debug_str 4024350 4024304 -46 -0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100740 100740 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 589415 589535 120 0.0
.symtab 175120 175168 48 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942964 942884 -80 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615546 615514 -32 -0.0
(read/write) 207872 207880 8 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201320 201320 0 0.0
.comment 206 206 0 0.0
.data 1432 1440 8 0.6
.debug_abbrev 959724 962272 2548 0.3
.debug_aranges 109040 109080 40 0.0
.debug_frame 369924 369980 56 0.0
.debug_info 19356328 19407984 51656 0.3
.debug_line 2811692 2815527 3835 0.1
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1596540 1596531 -9 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100669 100694 25 0.0
.debug_str 3426584 3426522 -62 -0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106282 106282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 496184 496304 120 0.0
.symtab 293280 293360 80 0.0
.text 507144 507112 -32 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 550055 550023 -32 -0.0
.app_xip_area 441305 441265 -40 -0.0
.bss 63776 63776 0 0.0
.data 656 664 8 1.2
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537039 537007 -32 -0.0
.app_xip_area 423241 423201 -40 -0.0
.bss 68800 68800 0 0.0
.data 684 692 8 1.2
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573743 573727 -16 -0.0
.app_xip_area 466073 466049 -24 -0.0
.bss 62768 62768 0 0.0
.data 584 592 8 1.4
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 546431 546439 8 0.0
.app_xip_area 435809 435817 8 0.0
.bss 65648 65640 -8 -0.0
.data 660 668 8 1.2
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010888 1012044 1156 0.1
.bss 183556 184572 1016 0.6
.data 2640 2652 12 0.5
.text 824672 824800 128 0.0
BRD4187C (read/write) 1035264 1036412 1148 0.1
.bss 163148 164156 1008 0.6
.data 3236 3248 12 0.4
.text 868860 868988 128 0.0
lock-app BRD4161A+wf200 (read/write) 1087396 1088552 1156 0.1
.bss 177612 178628 1016 0.6
.data 2660 2672 12 0.5
.text 907104 907232 128 0.0
window-app BRD4187C (read/write) 1106852 1108008 1156 0.1
.bss 146188 147196 1008 0.7
.data 3120 3132 12 0.4
.text 957524 957660 136 0.0
esp32 all-clusters-app c3devkit (read only) 1149562 1149568 6 0.0
(read/write) 1701996 1702012 16 0.0
.dram0.bss 79088 79096 8 0.0
.dram0.data 13076 13076 0 0.0
.flash.rodata 266088 266088 0 0.0
.flash.text 1149562 1149568 6 0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1191607 1191591 -16 -0.0
(read/write) 550206 550222 16 0.0
.dram0.bss 85464 85464 0 0.0
.dram0.data 34020 34036 16 0.0
.flash.rodata 297080 297080 0 0.0
.flash.text 1186223 1186207 -16 -0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 590140 590220 80 0.0
(read/write) 91312 91320 8 0.0
.bss 67372 67364 -8 -0.0
.data 2116 2124 8 0.4
.text 589604 589684 80 0.0
light k32w0+release (read only) 588828 588892 64 0.0
(read/write) 90960 90960 0 0.0
.bss 67020 67020 0 0.0
.data 2104 2112 8 0.4
.text 588292 588356 64 0.0
lock k32w0+release (read only) 561396 561460 64 0.0
(read/write) 88792 88784 -8 -0.0
.bss 64908 64900 -8 -0.0
.data 2048 2056 8 0.4
.text 560860 560924 64 0.0
linux all-clusters-app debug (read only) 5486321 5486513 192 0.0
(read/write) 417912 417920 8 0.0
.bss 130688 130688 0 0.0
.data 4016 4016 0 0.0
.data.rel.ro 275872 275872 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1296 1304 8 0.6
.rodata 334000 334000 0 0.0
.text 4775315 4775459 144 0.0
all-clusters-minimal-app debug (read only) 4900265 4900457 192 0.0
(read/write) 231664 231672 8 0.0
.bss 126304 126304 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 94376 94376 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 271878 271878 0 0.0
.text 4398259 4398403 144 0.0
bridge-app debug (read only) 2768145 2768337 192 0.0
(read/write) 133064 133104 40 0.0
.bss 51768 51768 0 0.0
.data 3792 3824 32 0.8
.data.rel.ro 71400 71400 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 808 816 8 1.0
.rodata 214440 214440 0 0.0
.text 2376227 2376371 144 0.0
chip-tool debug (read only) 17768801 17768921 120 0.0
(read/write) 1055192 1055232 40 0.0
.bss 93720 93752 32 0.0
.data 5090 5090 0 0.0
.data.rel.ro 949040 949040 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 792 800 8 1.0
.rodata 916753 916753 0 0.0
.text 14797043 14797139 96 0.0
chip-tool-ipv6only arm64 (read only) 16981524 16981492 -32 -0.0
(read/write) 1122712 1122696 -16 -0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 986400 986400 0 0.0
.dynamic 512 512 0 0.0
.got 23360 23352 -8 -0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 827632 827632 0 0.0
.text 13914072 13914072 0 0.0
lighting-app debug+rpc+ui (read only) 5239377 5239569 192 0.0
(read/write) 222336 222312 -24 -0.0
.bss 118000 117968 -32 -0.0
.data 4528 4528 0 0.0
.data.rel.ro 92240 92240 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 936 944 8 0.9
.rodata 336948 336948 0 0.0
.text 4660403 4660547 144 0.0
lock-app debug (read only) 4470577 4470769 192 0.0
(read/write) 203088 203096 8 0.0
.bss 113616 113616 0 0.0
.data 3728 3728 0 0.0
.data.rel.ro 78960 78960 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 856 864 8 0.9
.rodata 247782 247782 0 0.0
.text 4013491 4013635 144 0.0
ota-provider-app debug (read only) 4126809 4126985 176 0.0
(read/write) 192152 192128 -24 -0.0
.bss 113792 113760 -32 -0.0
.data 4000 4000 0 0.0
.data.rel.ro 68448 68448 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 728 8 1.1
.rodata 200966 200966 0 0.0
.text 3735571 3735699 128 0.0
ota-requestor-app debug (read only) 4220721 4220913 192 0.0
(read/write) 196464 196440 -24 -0.0
.bss 114848 114816 -32 -0.0
.data 4240 4240 0 0.0
.data.rel.ro 71448 71448 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 784 8 1.0
.rodata 204390 204390 0 0.0
.text 3821731 3821875 144 0.0
shell debug (read only) 2929457 2929633 176 0.0
(read/write) 150968 150976 8 0.0
.bss 60296 60296 0 0.0
.data 784 784 0 0.0
.data.rel.ro 84024 84024 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1128 1136 8 0.7
.rodata 210674 210674 0 0.0
.text 2547938 2548066 128 0.0
thermostat-no-ble arm64 (read only) 4450052 4450036 -16 -0.0
(read/write) 244168 244120 -48 -0.0
.bss 122552 122552 0 0.0
.data 2864 2880 16 0.6
.data.rel.ro 102296 102232 -64 -0.1
.dynamic 512 512 0 0.0
.got 11976 11984 8 0.1
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 161996 161996 0 0.0
.text 3949880 3949960 80 0.0
tv-app debug (read only) 5314545 5314817 272 0.0
(read/write) 350136 350144 8 0.0
.bss 241568 241568 0 0.0
.data 5104 5104 0 0.0
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1136 1144 8 0.7
.rodata 272374 272374 0 0.0
.text 4798579 4798803 224 0.0
tv-casting-app debug (read only) 8294321 8294513 192 0.0
(read/write) 210848 210824 -24 -0.0
.bss 54496 54464 -32 -0.1
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1048 1056 8 0.8
.rodata 367644 367644 0 0.0
.text 7526563 7526707 144 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521616 2521712 96 0.0
.bss 220040 220040 0 0.0
.data 5120 5128 8 0.2
.text 1484300 1484396 96 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1218700 1218756 56 0.0
bss 154660 154660 0 0.0
rodata 141392 141392 0 0.0
text 843632 843672 40 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1337364 1337404 40 0.0
bss 140118 140118 0 0.0
rodata 135484 135484 0 0.0
text 771080 771120 40 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1156628 1156668 40 0.0
bss 154839 154839 0 0.0
rodata 112776 112776 0 0.0
text 810076 810116 40 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837568 837560 -8 -0.0
(read/write) 1766900 1766908 8 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193252 193252 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2520 2528 8 0.3
.debug_abbrev 1378296 1378929 633 0.0
.debug_aranges 143888 143928 40 0.0
.debug_frame 479364 479420 56 0.0
.debug_info 30059977 30111767 51790 0.2
.debug_line 4142027 4145035 3008 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2247923 2247911 -12 -0.0
.debug_rnglists 142436 142461 25 0.0
.debug_str 4119257 4119211 -46 -0.0
.heap 837568 837560 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 802559 802679 120 0.0
.symtab 500128 500208 80 0.0
.text 1562740 1562740 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839520 839512 -8 -0.0
(read/write) 1674348 1674340 -8 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191364 191364 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2464 8 0.3
.debug_abbrev 1283914 1285390 1476 0.1
.debug_aranges 137192 137232 40 0.0
.debug_frame 462452 462508 56 0.0
.debug_info 27156283 27209702 53419 0.2
.debug_line 3958916 3962980 4064 0.1
.debug_line_str 981 981 0 0.0
.debug_loclists 2148811 2148798 -13 -0.0
.debug_rnglists 135557 135582 25 0.0
.debug_str 3978806 3978768 -38 -0.0
.heap 839520 839512 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 713193 713313 120 0.0
.symtab 465776 465856 80 0.0
.text 1472140 1472124 -16 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845784 845776 -8 -0.0
(read/write) 1605828 1605820 -8 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185212 185212 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2344 2352 8 0.3
.debug_abbrev 1124168 1125718 1550 0.1
.debug_aranges 127320 127360 40 0.0
.debug_frame 425592 425648 56 0.0
.debug_info 22303095 22357282 54187 0.2
.debug_line 3523451 3528189 4738 0.1
.debug_line_str 942 942 0 0.0
.debug_loclists 1985883 1985870 -13 -0.0
.debug_rnglists 125337 125362 25 0.0
.debug_str 3786878 3786828 -50 -0.0
.heap 845784 845776 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 634185 634305 120 0.0
.symtab 430416 430496 80 0.0
.text 1409884 1409868 -16 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818264 818256 -8 -0.0
(read/write) 1639220 1639212 -8 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212716 212716 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2368 8 0.3
.debug_abbrev 1115833 1117155 1322 0.1
.debug_aranges 126232 126272 40 0.0
.debug_frame 421636 421692 56 0.0
.debug_info 22216908 2227039 53482 0.2
.debug_line 3479623 3483635 4012 0.1
.debug_line_str 933 933 0 0.0
.debug_loclists 1966212 1966199 -13 -0.0
.debug_rnglists 123525 123550 25 0.0
.debug_str 3751416 3751362 -54 -0.0
.heap 818264 818256 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 608085 608205 120 0.0
.symtab 422544 422624 80 0.0
.text 1415756 1415740 -16 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177620 1177660 40 0.0
.bss 101232 101224 -8 -0.0
.data 736 744 8 1.1
.text 624464 624504 40 0.0
lock-app qpg6105+debug (read/write) 1134668 1134716 48 0.0
.bss 95952 95944 -8 -0.0
.data 740 748 8 1.1
.text 581508 581556 48 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1070172 1070220 48 0.0
bss 107356 107356 0 0.0
text 728938 728982 44 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976632 976688 56 0.0
bss 105332 105332 0 0.0
text 669568 669614 46 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943944 943984 40 0.0
bss 109716 109708 -8 -0.0
text 646722 646766 44 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875860 875900 40 0.0
bss 98896 98888 -8 -0.0
text 590074 590110 36 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 904736 904792 56 0.0
bss 99488 99480 -8 -0.0
text 615702 615746 44 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 982280 982328 48 0.0
bss 107572 107564 -8 -0.0
text 685572 685610 38 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 993652 993692 40 0.0
bss 111820 111812 -8 -0.0
text 693086 693126 40 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051812 1051860 48 0.0
bss 109144 109136 -8 -0.0
text 730508 730544 36 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1083148 1083180 32 0.0
bss 120220 120212 -8 -0.0
text 750612 750648 36 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 933328 933376 48 0.0
bss 99616 99608 -8 -0.0
text 620762 620806 44 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898480 898528 48 0.0
bss 100196 100196 0 0.0
text 611956 611998 42 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 881348 881388 40 0.0
bss 99028 99020 -8 -0.0
text 595764 595806 42 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868504 868544 40 0.0
bss 98828 98820 -8 -0.0
text 586202 586242 40 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744228 744228 0 0.0
bss 97256 97256 0 0.0
text 478644 478644 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 878336 878368 32 0.0
bss 99008 99000 -8 -0.0
text 593530 593572 42 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 864628 864676 48 0.0
bss 98736 98728 -8 -0.0
text 581806 581842 36 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 910572 910620 48 0.0
bss 99280 99272 -8 -0.0
text 621248 621288 40 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 906328 906376 48 0.0
bss 99616 99608 -8 -0.0
text 616520 616558 38 0.0

@mergify mergify bot merged commit a70d5b4 into project-chip:master Aug 4, 2023
48 checks passed
abpoth pushed a commit to abpoth/connectedhomeip that referenced this pull request Aug 15, 2023
* Moved the default report scheduler to the application code and added a pointer to a report scheduler in ServerInitParams so it gets injected

* Restyled by clang-format

* Added a default ReportScheduler to the server init

* Restyled by clang-format

* Removed the double instanciation of report scheduler in ESP32 to reduce ram usage

* Restyled by clang-format

* Removed instanciation of ReportScheduler in examples as the default is now in Common Server Init params

* Restyled by clang-format

* Removed un-necessary mention to CommonCaseDeviceServerInitParams, restore CHIPConfig Synchronous reports to 0

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ReadHandler] Allow custom ReportScheduler Injection
4 participants