Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unset threadNetwork Scan #31704

Merged

Conversation

joonhaengHeo
Copy link
Contributor

Fix #31703

The AttemptThreadNetworkScan value is set when the controller is initialized. If this value is set to true, the scan callback must be called, and will be called the first time.

However, if you call the commission API again for commissioning another device, the AttemptThreadNetworkScan value changes to false as the thread credentials are set.

To prevent this, it is necessary to modify the AttemptThreadNetworkScan value so that it does not change even if thread credentials are set.

@andy31415
Copy link
Contributor

Unrelated to this PR, but why is mAttemptThreadNetworkScan an optional? Its only use seems to be a valueOr(false) ... so then why not just make it a bool value?

@joonhaengHeo joonhaengHeo force-pushed the remove_disable_thread_scan branch from 9089cbe to a37248c Compare February 16, 2024 01:29
Copy link

github-actions bot commented Feb 16, 2024

PR #31704: Size comparison from cc5b41a to a37248c

Increases (3 builds for linux)
platform target config section cc5b41a a37248c change % change
linux chip-tool debug (read only) 11977009 11977905 896 0.0
.text 10823987 10824883 896 0.0
chip-tool-ipv6only arm64 (read only) 11472960 11473696 736 0.0
.text 10232396 10233132 736 0.0
tv-app debug (read only) 5651977 5653177 1200 0.0
.text 5123315 5124515 1200 0.0
Decreases (2 builds for efr32, linux)
platform target config section cc5b41a a37248c change % change
efr32 lighting-app BRD4161A+rs9116 (read/write) 928768 928760 -8 -0.0
.text 729460 729452 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 591616 590880 -736 -0.1
Full report (63 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section cc5b41a a37248c change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780868 780868 0 0.0
(read/write) 168928 168928 0 0.0
.bss 90932 90932 0 0.0
.data 3560 3560 0 0.0
.rodata 90316 90316 0 0.0
.text 690284 690284 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 797660 797660 0 0.0
(read/write) 179168 179168 0 0.0
.bss 101172 101172 0 0.0
.data 3560 3560 0 0.0
.rodata 84604 84604 0 0.0
.text 712788 712788 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 786300 786300 0 0.0
(read/write) 173616 173616 0 0.0
.bss 95620 95620 0 0.0
.data 3560 3560 0 0.0
.rodata 111364 111364 0 0.0
.text 674668 674668 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738492 738492 0 0.0
(read/write) 167896 167896 0 0.0
.bss 89664 89664 0 0.0
.data 3552 3552 0 0.0
.rodata 86028 86028 0 0.0
.text 652196 652196 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724132 724132 0 0.0
(read/write) 168104 168104 0 0.0
.bss 89888 89888 0 0.0
.data 3544 3544 0 0.0
.rodata 81876 81876 0 0.0
.text 641988 641988 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581242 581242 0 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86522 86522 0 0.0
.text 492596 492596 0 0.0
lock CC3235SF_LAUNCHXL (read only) 626530 626530 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 106978 106978 0 0.0
.text 517428 517428 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 565139 565139 0 0.0
.app_xip_area 454989 454989 0 0.0
.bss 64984 64984 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 548115 548115 0 0.0
.app_xip_area 433205 433205 0 0.0
.bss 69736 69736 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 566659 0 0.0
.app_xip_area 458013 458013 0 0.0
.bss 63520 63520 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 561371 561371 0 0.0
.app_xip_area 449445 449445 0 0.0
.bss 66720 66720 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928768 928760 -8 -0.0
.bss 197896 197896 0 0.0
.data 1388 1388 0 0.0
.text 729460 729452 -8 -0.0
BRD4187C (read/write) 1105756 1105756 0 0.0
.bss 195108 195108 0 0.0
.data 3404 3404 0 0.0
.text 907224 907224 0 0.0
lock-app BRD4161A+wf200 (read/write) 1117496 1117496 0 0.0
.bss 186736 186736 0 0.0
.data 2792 2792 0 0.0
.text 927948 927948 0 0.0
window-app BRD4187C (read/write) 1152316 1152316 0 0.0
.bss 167348 167348 0 0.0
.data 3316 3316 0 0.0
.text 981632 981632 0 0.0
esp32 all-clusters-app c3devkit (read only) 1206438 1206438 0 0.0
(read/write) 1748272 1748272 0 0.0
.dram0.bss 74256 74256 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250864 250864 0 0.0
.flash.text 1206438 1206438 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1248659 1248659 0 0.0
(read/write) 533768 533768 0 0.0
.dram0.bss 81160 81160 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 281524 281524 0 0.0
.flash.text 1242495 1242495 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 609552 609552 0 0.0
(read/write) 79972 79972 0 0.0
.bss 67764 67764 0 0.0
.data 2224 2224 0 0.0
.text 609016 609016 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 744588 744588 0 0.0
.bss 79116 79116 0 0.0
.data 2816 2816 0 0.0
.text 623288 623288 0 0.0
light k32w0+release (read only) 601192 601192 0 0.0
(read/write) 79428 79428 0 0.0
.bss 67244 67244 0 0.0
.data 2200 2200 0 0.0
.text 600656 600656 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786568 786568 0 0.0
.bss 80508 80508 0 0.0
.data 2032 2032 0 0.0
.text 664672 664672 0 0.0
lock k32w0+release (read only) 580376 580376 0 0.0
(read/write) 77416 77416 0 0.0
.bss 65284 65284 0 0.0
.data 2148 2148 0 0.0
.text 579840 579840 0 0.0
linux air-purifier-app debug (read only) 2629077 2629077 0 0.0
(read/write) 129480 129480 0 0.0
.bss 46896 46896 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74392 74392 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 184944 184944 0 0.0
.text 2266053 2266053 0 0.0
all-clusters-app debug (read only) 5901761 5901761 0 0.0
(read/write) 479848 479848 0 0.0
.bss 134752 134752 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 333224 333224 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1376 1376 0 0.0
.rodata 348400 348400 0 0.0
.text 5120259 5120259 0 0.0
all-clusters-minimal-app debug (read only) 5194497 5194497 0 0.0
(read/write) 236712 236712 0 0.0
.bss 128032 128032 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 97240 97240 0 0.0
.dynamic 624 624 0 0.0
.got 5304 5304 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 288162 288162 0 0.0
.text 4671299 4671299 0 0.0
bridge-app debug (read only) 4602105 4602105 0 0.0
(read/write) 217744 217744 0 0.0
.bss 118560 118560 0 0.0
.data 6176 6176 0 0.0
.data.rel.ro 86288 86288 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228930 228930 0 0.0
.text 4152291 4152291 0 0.0
chip-tool debug (read only) 11977009 11977905 896 0.0
(read/write) 521168 521168 0 0.0
.bss 94264 94264 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414576 414576 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 447545 447545 0 0.0
.text 10823987 10824883 896 0.0
chip-tool-ipv6only arm64 (read only) 11472960 11473696 736 0.0
(read/write) 591616 590880 -736 -0.1
.bss 103304 103304 0 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454336 454336 0 0.0
.dynamic 512 512 0 0.0
.got 20360 20360 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352876 352876 0 0.0
.text 10232396 10233132 736 0.0
lighting-app debug+rpc+ui (read only) 5524225 5524225 0 0.0
(read/write) 226512 226512 0 0.0
.bss 119496 119496 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94672 94672 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 353652 353652 0 0.0
.text 4923587 4923587 0 0.0
lock-app debug (read only) 4670193 4670193 0 0.0
(read/write) 205368 205368 0 0.0
.bss 113984 113984 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80536 80536 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 254978 254978 0 0.0
.text 4202947 4202947 0 0.0
ota-provider-app debug (read only) 4302489 4302489 0 0.0
(read/write) 193896 193896 0 0.0
.bss 113792 113792 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69856 69856 0 0.0
.dynamic 624 624 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 207618 207618 0 0.0
.text 3901411 3901411 0 0.0
ota-requestor-app debug (read only) 4418521 4418521 0 0.0
(read/write) 198144 198144 0 0.0
.bss 114688 114688 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72816 72816 0 0.0
.dynamic 624 624 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 213634 213634 0 0.0
.text 4007139 4007139 0 0.0
shell debug (read only) 2867793 2867793 0 0.0
(read/write) 155936 155936 0 0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86192 86192 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 186080 186080 0 0.0
.text 2508594 2508594 0 0.0
thermostat-no-ble arm64 (read only) 4482776 4482776 0 0.0
(read/write) 246224 246224 0 0.0
.bss 122344 122344 0 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103816 103816 0 0.0
.dynamic 512 512 0 0.0
.got 12232 12232 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159356 159356 0 0.0
.text 3977756 3977756 0 0.0
tv-app debug (read only) 5651977 5653177 1200 0.0
(read/write) 351984 351984 0 0.0
.bss 243792 243792 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94392 94392 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 286498 286498 0 0.0
.text 5123315 5124515 1200 0.0
tv-casting-app debug (read only) 9855929 9855929 0 0.0
(read/write) 340616 340616 0 0.0
.bss 156592 156592 0 0.0
.data 2944 2944 0 0.0
.data.rel.ro 174168 174168 0 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 382512 382512 0 0.0
.text 9007475 9007475 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2530248 2530248 0 0.0
.bss 220432 220432 0 0.0
.data 5200 5200 0 0.0
.text 1492932 1492932 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1097436 1097436 0 0.0
bss 130751 130751 0 0.0
rodata 111700 111700 0 0.0
text 807184 807184 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217820 1217820 0 0.0
bss 122873 122873 0 0.0
rodata 141612 141612 0 0.0
text 802812 802812 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1047092 1047092 0 0.0
bss 129641 129641 0 0.0
rodata 99316 99316 0 0.0
text 770380 770380 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834520 834520 0 0.0
(read/write) 1791500 1791500 0 0.0
.bss 196164 196164 0 0.0
.data 2656 2656 0 0.0
.text 1584292 1584292 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837632 837632 0 0.0
(read/write) 1715580 1715580 0 0.0
.bss 193076 193076 0 0.0
.data 2632 2632 0 0.0
.text 1511484 1511484 0 0.0
light cy8ckit_062s2_43012 (read only) 844360 844360 0 0.0
(read/write) 1634916 1634916 0 0.0
.bss 186540 186540 0 0.0
.data 2440 2440 0 0.0
.text 1437548 1437548 0 0.0
lock cy8ckit_062s2_43012 (read only) 817200 817200 0 0.0
(read/write) 1664908 1664908 0 0.0
.bss 213700 213700 0 0.0
.data 2440 2440 0 0.0
.text 1440380 1440380 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1125064 1125064 0 0.0
.bss 102384 102384 0 0.0
.data 820 820 0 0.0
.text 637448 637448 0 0.0
lock-app qpg6105+debug (read/write) 1085056 1085056 0 0.0
.bss 97136 97136 0 0.0
.data 840 840 0 0.0
.text 597436 597436 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597565 0 0.0
.bss 128296 128296 0 0.0
.data 668 668 0 0.0
.rodata 78764 78764 0 0.0
.text 380112 380112 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820318 820318 0 0.0
bss 49612 49612 0 0.0
text 614170 614170 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1086516 1086516 0 0.0
bss 101704 101704 0 0.0
text 789018 789018 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1045540 1045540 0 0.0
bss 110036 110036 0 0.0
text 761620 761620 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 907328 907328 0 0.0
bss 93068 93068 0 0.0
text 650050 650050 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821918 821918 0 0.0
bss 49660 49660 0 0.0
text 615832 615832 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 926864 926864 0 0.0
bss 77660 77660 0 0.0
text 695292 695292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1069036 1069036 0 0.0
bss 100148 100148 0 0.0
text 774074 774074 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 900020 900020 0 0.0
bss 69124 69124 0 0.0
text 651240 651240 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 925108 925108 0 0.0
bss 92648 92648 0 0.0
text 667942 667942 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 824518 824518 0 0.0
bss 49768 49768 0 0.0
text 618834 618834 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 788232 788232 0 0.0
bss 55968 55968 0 0.0
text 589582 589582 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676768 676768 0 0.0
bss 73640 73640 0 0.0
text 462284 462284 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828946 828946 0 0.0
bss 51292 51292 0 0.0
text 621894 621894 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 846837 846837 0 0.0
bss 59444 59444 0 0.0
text 633014 633014 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 813820 813820 0 0.0
bss 56256 56256 0 0.0
text 609214 609214 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 831964 831964 0 0.0
bss 68032 68032 0 0.0
text 624516 624516 0 0.0

Copy link

github-actions bot commented Feb 22, 2024

PR #31704: Size comparison from 8fbe0a7 to 314c851

Increases (3 builds for linux)
platform target config section 8fbe0a7 314c851 change % change
linux chip-tool debug (read only) 11991777 11991873 96 0.0
.text 10838915 10839011 96 0.0
chip-tool-ipv6only arm64 (read only) 11488384 11488432 48 0.0
.text 10247580 1024762 48 0.0
tv-app debug (read only) 5654777 5654873 96 0.0
.text 5125811 5125907 96 0.0
Decreases (3 builds for efr32, linux)
platform target config section 8fbe0a7 314c851 change % change
efr32 lighting-app BRD4187C (read/write) 1108352 1108344 -8 -0.0
.text 909772 909764 -8 -0.0
window-app BRD4187C (read/write) 1154744 1154736 -8 -0.0
.text 984012 984004 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 588512 588464 -48 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 8fbe0a7 314c851 change % change
bl602 lighting-app bl602 (read/write) 1433818 1433818 0 0.0
.bss 85328 85328 0 0.0
.data 9496 9496 0 0.0
.rodata 157532 157532 0 0.0
.text 1100814 1100814 0 0.0
bl602+mfd (read/write) 1448218 1448218 0 0.0
.bss 85488 85488 0 0.0
.data 9472 9472 0 0.0
.rodata 156492 156492 0 0.0
.text 1116128 1116128 0 0.0
bl602+rpc (read/write) 1481442 1481442 0 0.0
.bss 93360 93360 0 0.0
.data 9872 9872 0 0.0
.rodata 165100 165100 0 0.0
.text 1132452 1132452 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1198803 1198803 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106872 106872 0 0.0
.text 970262 970262 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1209599 1209599 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105812 105812 0 0.0
.text 982016 982016 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1290271 1290271 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122244 122244 0 0.0
.text 1044950 1044950 0 0.0
bl706-eth (read/write) 1016161 1016161 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100216 100216 0 0.0
.text 761062 761062 0 0.0
bl706-wifi (read/write) 1250306 1250306 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121216 121216 0 0.0
.text 992430 992430 0 0.0
bl702l lighting-app bl702l (read/write) 1168632 1168632 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100876 100876 0 0.0
.text 963104 963104 0 0.0
bl702l+mfd (read/write) 1180040 1180040 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99816 99816 0 0.0
.text 975426 975426 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772636 772636 0 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81652 81652 0 0.0
.text 690720 690720 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789244 789244 0 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75940 75940 0 0.0
.text 713040 713040 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 777908 777908 0 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102700 102700 0 0.0
.text 674944 674944 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730076 730076 0 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652440 652440 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 715700 715700 0 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642224 642224 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582010 582010 0 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86522 86522 0 0.0
.text 493368 493368 0 0.0
lock CC3235SF_LAUNCHXL (read only) 627362 627362 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 106978 106978 0 0.0
.text 518264 518264 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 567843 567843 0 0.0
.app_xip_area 457629 457629 0 0.0
.bss 65048 65048 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 550651 550651 0 0.0
.app_xip_area 435677 435677 0 0.0
.bss 69800 69800 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 569443 569443 0 0.0
.app_xip_area 460733 460733 0 0.0
.bss 63584 63584 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564051 564051 0 0.0
.app_xip_area 452061 452061 0 0.0
.bss 66784 66784 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 930736 930736 0 0.0
.bss 197912 197912 0 0.0
.data 1388 1388 0 0.0
.text 731412 731412 0 0.0
BRD4187C (read/write) 1108352 1108344 -8 -0.0
.bss 195152 195152 0 0.0
.data 3408 3408 0 0.0
.text 909772 909764 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1121492 1121492 0 0.0
.bss 186764 186764 0 0.0
.data 2792 2792 0 0.0
.text 931916 931916 0 0.0
window-app BRD4187C (read/write) 1154744 1154736 -8 -0.0
.bss 167392 167392 0 0.0
.data 3320 3320 0 0.0
.text 984012 984004 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1210272 1210272 0 0.0
(read/write) 1748656 1748656 0 0.0
.dram0.bss 74296 74296 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 251200 251200 0 0.0
.flash.text 1210272 1210272 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1252403 1252403 0 0.0
(read/write) 534140 534140 0 0.0
.dram0.bss 81208 81208 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 281848 281848 0 0.0
.flash.text 1246239 1246239 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 611968 611968 0 0.0
(read/write) 80036 80036 0 0.0
.bss 67828 67828 0 0.0
.data 2224 2224 0 0.0
.text 611432 611432 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 747092 747092 0 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 625720 625720 0 0.0
light k32w0+release (read only) 603560 603560 0 0.0
(read/write) 79492 79492 0 0.0
.bss 67308 67308 0 0.0
.data 2200 2200 0 0.0
.text 603024 603024 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789216 789216 0 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667248 667248 0 0.0
lock k32w0+release (read only) 582216 582216 0 0.0
(read/write) 77480 77480 0 0.0
.bss 65348 65348 0 0.0
.data 2148 2148 0 0.0
.text 581680 581680 0 0.0
linux air-purifier-app debug (read only) 2605981 2605981 0 0.0
(read/write) 128680 128680 0 0.0
.bss 46320 46320 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74184 74184 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 184240 184240 0 0.0
.text 2244453 2244453 0 0.0
all-clusters-app debug (read only) 5900081 5900081 0 0.0
(read/write) 480088 480088 0 0.0
.bss 134656 134656 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 333560 333560 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1392 1392 0 0.0
.rodata 348464 348464 0 0.0
.text 5118467 5118467 0 0.0
all-clusters-minimal-app debug (read only) 5180849 5180849 0 0.0
(read/write) 236040 236040 0 0.0
.bss 127456 127456 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 97160 97160 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 287458 287458 0 0.0
.text 4658851 4658851 0 0.0
bridge-app debug (read only) 4577601 4577601 0 0.0
(read/write) 216944 216944 0 0.0
.bss 117984 117984 0 0.0
.data 6176 6176 0 0.0
.data.rel.ro 86080 86080 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228066 228066 0 0.0
.text 4129443 4129443 0 0.0
chip-tool debug (read only) 11991777 11991873 96 0.0
(read/write) 521232 521232 0 0.0
.bss 94264 94264 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414656 414656 0 0.0
.dynamic 624 624 0 0.0
.got 5768 5768 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 447289 447289 0 0.0
.text 10838915 10839011 96 0.0
chip-tool-ipv6only arm64 (read only) 11488384 11488432 48 0.0
(read/write) 588512 588464 -48 -0.0
.bss 103352 103352 0 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454416 454416 0 0.0
.dynamic 512 512 0 0.0
.got 20344 20344 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352988 352988 0 0.0
.text 10247580 1024762 48 0.0
lighting-app debug+rpc+ui (read only) 5500009 5500009 0 0.0
(read/write) 225712 225712 0 0.0
.bss 118920 118920 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94480 94480 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 352916 352916 0 0.0
.text 4900899 4900899 0 0.0
lock-app debug (read only) 4645505 4645505 0 0.0
(read/write) 204600 204600 0 0.0
.bss 113440 113440 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80328 80328 0 0.0
.dynamic 624 624 0 0.0
.got 5200 5200 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 254114 254114 0 0.0
.text 4179907 4179907 0 0.0
ota-provider-app debug (read only) 4278297 4278297 0 0.0
(read/write) 193160 193160 0 0.0
.bss 113216 113216 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69712 69712 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 206754 206754 0 0.0
.text 3878787 3878787 0 0.0
ota-requestor-app debug (read only) 4404465 4404465 0 0.0
(read/write) 197568 197568 0 0.0
.bss 114112 114112 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72832 72832 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212930 212930 0 0.0
.text 3994211 3994211 0 0.0
shell debug (read only) 2880113 2880113 0 0.0
(read/write) 156104 156104 0 0.0
.bss 62544 62544 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86384 86384 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 185024 185024 0 0.0
.text 2521922 2521922 0 0.0
thermostat-no-ble arm64 (read only) 4463840 4463840 0 0.0
(read/write) 248216 248216 0 0.0
.bss 121768 121768 0 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103544 103544 0 0.0
.dynamic 512 512 0 0.0
.got 12080 12080 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158660 158660 0 0.0
.text 3960748 3960748 0 0.0
tv-app debug (read only) 5654777 5654873 96 0.0
(read/write) 351344 351344 0 0.0
.bss 243248 243248 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94312 94312 0 0.0
.dynamic 624 624 0 0.0
.got 5496 5496 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 287202 287202 0 0.0
.text 5125811 5125907 96 0.0
tv-casting-app debug (read only) 9842617 9842617 0 0.0
(read/write) 339944 339944 0 0.0
.bss 155984 155984 0 0.0
.data 2944 2944 0 0.0
.data.rel.ro 174136 174136 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 381776 381776 0 0.0
.text 8995299 8995299 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531464 2531464 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494148 1494148 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1101264 1101264 0 0.0
bss 130831 130831 0 0.0
rodata 112024 112024 0 0.0
text 810568 810568 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221304 1221304 0 0.0
bss 122921 122921 0 0.0
rodata 141768 141768 0 0.0
text 806092 806092 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1049284 1049284 0 0.0
bss 129689 129689 0 0.0
rodata 99396 99396 0 0.0
text 772368 772368 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834464 834464 0 0.0
(read/write) 1795228 1795228 0 0.0
.bss 196212 196212 0 0.0
.data 2664 2664 0 0.0
.text 1587964 1587964 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837616 837616 0 0.0
(read/write) 1717316 1717316 0 0.0
.bss 193092 193092 0 0.0
.data 2632 2632 0 0.0
.text 1513204 1513204 0 0.0
light cy8ckit_062s2_43012 (read only) 844344 844344 0 0.0
(read/write) 1636436 1636436 0 0.0
.bss 186556 186556 0 0.0
.data 2440 2440 0 0.0
.text 1439052 1439052 0 0.0
lock cy8ckit_062s2_43012 (read only) 817184 817184 0 0.0
(read/write) 1666348 1666348 0 0.0
.bss 213716 213716 0 0.0
.data 2440 2440 0 0.0
.text 1441804 1441804 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1127704 1127704 0 0.0
.bss 102456 102456 0 0.0
.data 820 820 0 0.0
.text 640088 640088 0 0.0
lock-app qpg6105+debug (read/write) 1087688 1087688 0 0.0
.bss 97200 97200 0 0.0
.data 840 840 0 0.0
.text 600068 600068 0 0.0
stm32 light STM32WB5MM-DK (read/write) 599157 599157 0 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 78772 78772 0 0.0
.text 381672 381672 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821970 821970 0 0.0
bss 49660 49660 0 0.0
text 615770 615770 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1090772 1090772 0 0.0
bss 101780 101780 0 0.0
text 792876 792876 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1048268 1048268 0 0.0
bss 110084 110084 0 0.0
text 764224 764224 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 909020 909020 0 0.0
bss 93116 93116 0 0.0
text 651692 651692 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823642 823642 0 0.0
bss 49708 49708 0 0.0
text 617508 617508 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 929368 929368 0 0.0
bss 77708 77708 0 0.0
text 697666 697666 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1071644 1071644 0 0.0
bss 100196 100196 0 0.0
text 776558 776558 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 901720 901720 0 0.0
bss 69172 69172 0 0.0
text 652888 652888 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 927508 927508 0 0.0
bss 92696 92696 0 0.0
text 670212 670212 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 826202 826202 0 0.0
bss 49816 49816 0 0.0
text 620464 620464 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 789916 789916 0 0.0
bss 56016 56016 0 0.0
text 591214 591214 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676816 676816 0 0.0
bss 73672 73672 0 0.0
text 462298 462298 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 830686 830686 0 0.0
bss 51340 51340 0 0.0
text 623578 623578 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 849221 849221 0 0.0
bss 59492 59492 0 0.0
text 635270 635270 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 815576 815576 0 0.0
bss 56304 56304 0 0.0
text 610922 610922 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 833680 833680 0 0.0
bss 68080 68080 0 0.0
text 626178 626178 0 0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving the src/controller core bit. I did not look at the java changes.

src/controller/CommissioningDelegate.h Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Feb 23, 2024

PR #31704: Size comparison from 6af0d14 to a2a2d8f

Increases (3 builds for linux)
platform target config section 6af0d14 a2a2d8f change % change
linux chip-tool debug (read only) 11991609 11991673 64 0.0
.text 10838803 10838867 64 0.0
chip-tool-ipv6only arm64 (read only) 11286176 11286208 32 0.0
.text 10054916 10054948 32 0.0
tv-app debug (read only) 5654481 5654609 128 0.0
.text 5125699 5125827 128 0.0
Decreases (2 builds for efr32, linux)
platform target config section 6af0d14 a2a2d8f change % change
efr32 window-app BRD4187C (read/write) 1154856 1154848 -8 -0.0
.text 984124 984116 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 585912 585880 -32 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 6af0d14 a2a2d8f change % change
bl602 lighting-app bl602 (read/write) 1433810 1433810 0 0.0
.bss 85328 85328 0 0.0
.data 9496 9496 0 0.0
.rodata 157532 157532 0 0.0
.text 1100802 1100802 0 0.0
bl602+mfd (read/write) 1448210 1448210 0 0.0
.bss 85488 85488 0 0.0
.data 9472 9472 0 0.0
.rodata 156492 156492 0 0.0
.text 1116116 1116116 0 0.0
bl602+rpc (read/write) 1481450 1481450 0 0.0
.bss 93360 93360 0 0.0
.data 9880 9880 0 0.0
.rodata 165100 165100 0 0.0
.text 1132448 1132448 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1198803 1198803 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106872 106872 0 0.0
.text 970262 970262 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1209599 1209599 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105812 105812 0 0.0
.text 982016 982016 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1290279 1290279 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122244 122244 0 0.0
.text 1044958 1044958 0 0.0
bl706-eth (read/write) 1016173 1016173 0 0.0
.bss 23680 23680 0 0.0
.data 3256 3256 0 0.0
.rodata 100216 100216 0 0.0
.text 761050 761050 0 0.0
bl706-wifi (read/write) 1250306 1250306 0 0.0
.bss 10565 10565 0 0.0
.data 3696 3696 0 0.0
.rodata 121216 121216 0 0.0
.text 992424 992424 0 0.0
bl702l lighting-app bl702l (read/write) 1168632 1168632 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100876 100876 0 0.0
.text 963104 963104 0 0.0
bl702l+mfd (read/write) 1180040 1180040 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99816 99816 0 0.0
.text 975426 975426 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772620 772620 0 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81644 81644 0 0.0
.text 690712 690712 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789252 789252 0 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75940 75940 0 0.0
.text 713048 713048 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 777892 777892 0 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102692 102692 0 0.0
.text 674936 674936 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730076 730076 0 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77364 77364 0 0.0
.text 652448 652448 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 715700 715700 0 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73204 73204 0 0.0
.text 642232 642232 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582002 582002 0 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86522 86522 0 0.0
.text 493356 493356 0 0.0
lock CC3235SF_LAUNCHXL (read only) 627362 627362 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 106978 106978 0 0.0
.text 518260 518260 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 567835 567835 0 0.0
.app_xip_area 457621 457621 0 0.0
.bss 65048 65048 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 550659 550659 0 0.0
.app_xip_area 435685 435685 0 0.0
.bss 69800 69800 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 569443 569443 0 0.0
.app_xip_area 460733 460733 0 0.0
.bss 63584 63584 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564059 564059 0 0.0
.app_xip_area 452069 452069 0 0.0
.bss 66784 66784 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 930736 930736 0 0.0
.bss 197912 197912 0 0.0
.data 1388 1388 0 0.0
.text 731412 731412 0 0.0
BRD4187C (read/write) 1108448 1108448 0 0.0
.bss 195152 195152 0 0.0
.data 3408 3408 0 0.0
.text 909868 909868 0 0.0
lock-app BRD4161A+wf200 (read/write) 1121492 1121492 0 0.0
.bss 186764 186764 0 0.0
.data 2792 2792 0 0.0
.text 931916 931916 0 0.0
window-app BRD4187C (read/write) 1154856 1154848 -8 -0.0
.bss 167392 167392 0 0.0
.data 3320 3320 0 0.0
.text 984124 984116 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1210254 1210254 0 0.0
(read/write) 1748656 1748656 0 0.0
.dram0.bss 74296 74296 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 251200 251200 0 0.0
.flash.text 1210254 1210254 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1252351 1252351 0 0.0
(read/write) 534148 534148 0 0.0
.dram0.bss 81208 81208 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 281856 281856 0 0.0
.flash.text 1246187 1246187 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 604912 604912 0 0.0
(read/write) 79608 79608 0 0.0
.bss 67428 67428 0 0.0
.data 2196 2196 0 0.0
.text 604376 604376 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 747444 747444 0 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 626072 626072 0 0.0
light k32w0+release (read only) 608840 608840 0 0.0
(read/write) 79492 79492 0 0.0
.bss 67308 67308 0 0.0
.data 2200 2200 0 0.0
.text 608304 608304 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789208 789208 0 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667240 667240 0 0.0
lock k32w0+release (read only) 588816 588816 0 0.0
(read/write) 77480 77480 0 0.0
.bss 65348 65348 0 0.0
.data 2148 2148 0 0.0
.text 588280 588280 0 0.0
linux air-purifier-app debug (read only) 2605813 2605813 0 0.0
(read/write) 128672 128672 0 0.0
.bss 46320 46320 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74184 74184 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 184208 184208 0 0.0
.text 2244341 2244341 0 0.0
all-clusters-app debug (read only) 5899993 5899993 0 0.0
(read/write) 480080 480080 0 0.0
.bss 134656 134656 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 333560 333560 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1384 1384 0 0.0
.rodata 348432 348432 0 0.0
.text 5118435 5118435 0 0.0
all-clusters-minimal-app debug (read only) 5180713 5180713 0 0.0
(read/write) 236032 236032 0 0.0
.bss 127456 127456 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 97160 97160 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 287458 287458 0 0.0
.text 4658739 4658739 0 0.0
bridge-app debug (read only) 4577601 4577601 0 0.0
(read/write) 216944 216944 0 0.0
.bss 117984 117984 0 0.0
.data 6176 6176 0 0.0
.data.rel.ro 86080 86080 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228066 228066 0 0.0
.text 4129443 4129443 0 0.0
chip-tool debug (read only) 11991609 11991673 64 0.0
(read/write) 521224 521224 0 0.0
.bss 94264 94264 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414656 414656 0 0.0
.dynamic 624 624 0 0.0
.got 5768 5768 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 447257 447257 0 0.0
.text 10838803 10838867 64 0.0
chip-tool-ipv6only arm64 (read only) 11286176 11286208 32 0.0
(read/write) 585912 585880 -32 -0.0
.bss 103336 103336 0 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454416 454416 0 0.0
.dynamic 512 512 0 0.0
.got 16816 16816 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 353356 353356 0 0.0
.text 10054916 10054948 32 0.0
lighting-app debug+rpc+ui (read only) 5499857 5499857 0 0.0
(read/write) 225704 225704 0 0.0
.bss 118920 118920 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94480 94480 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 352852 352852 0 0.0
.text 4900835 4900835 0 0.0
lock-app debug (read only) 4645369 4645369 0 0.0
(read/write) 204592 204592 0 0.0
.bss 113440 113440 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80328 80328 0 0.0
.dynamic 624 624 0 0.0
.got 5200 5200 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 254114 254114 0 0.0
.text 4179795 4179795 0 0.0
ota-provider-app debug (read only) 4278329 4278329 0 0.0
(read/write) 193160 193160 0 0.0
.bss 113216 113216 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69712 69712 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 206786 206786 0 0.0
.text 3878787 3878787 0 0.0
ota-requestor-app debug (read only) 4404297 4404297 0 0.0
(read/write) 197560 197560 0 0.0
.bss 114112 114112 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72832 72832 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 212898 212898 0 0.0
.text 3994099 3994099 0 0.0
shell debug (read only) 2879865 2879865 0 0.0
(read/write) 156096 156096 0 0.0
.bss 62544 62544 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86384 86384 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 184992 184992 0 0.0
.text 2521730 2521730 0 0.0
thermostat-no-ble arm64 (read only) 4367632 4367632 0 0.0
(read/write) 242000 242000 0 0.0
.bss 121752 121752 0 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103544 103544 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159020 159020 0 0.0
.text 3873892 3873892 0 0.0
tv-app debug (read only) 5654481 5654609 128 0.0
(read/write) 351304 351304 0 0.0
.bss 243248 243248 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94296 94296 0 0.0
.dynamic 624 624 0 0.0
.got 5496 5496 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 287042 287042 0 0.0
.text 5125699 5125827 128 0.0
tv-casting-app debug (read only) 9842433 9842433 0 0.0
(read/write) 339936 339936 0 0.0
.bss 155984 155984 0 0.0
.data 2944 2944 0 0.0
.data.rel.ro 174136 174136 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 381744 381744 0 0.0
.text 8995171 8995171 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531528 2531528 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494212 1494212 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1101296 1101296 0 0.0
bss 130831 130831 0 0.0
rodata 112024 112024 0 0.0
text 810592 810592 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221320 1221320 0 0.0
bss 122921 122921 0 0.0
rodata 141768 141768 0 0.0
text 806112 806112 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1049284 1049284 0 0.0
bss 129689 129689 0 0.0
rodata 99396 99396 0 0.0
text 772368 772368 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834464 834464 0 0.0
(read/write) 1795204 1795204 0 0.0
.bss 196212 196212 0 0.0
.data 2664 2664 0 0.0
.text 1587940 1587940 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837616 837616 0 0.0
(read/write) 1717316 1717316 0 0.0
.bss 193092 193092 0 0.0
.data 2632 2632 0 0.0
.text 1513204 1513204 0 0.0
light cy8ckit_062s2_43012 (read only) 844344 844344 0 0.0
(read/write) 1636436 1636436 0 0.0
.bss 186556 186556 0 0.0
.data 2440 2440 0 0.0
.text 1439052 1439052 0 0.0
lock cy8ckit_062s2_43012 (read only) 817184 817184 0 0.0
(read/write) 1666348 1666348 0 0.0
.bss 213716 213716 0 0.0
.data 2440 2440 0 0.0
.text 1441804 1441804 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1127712 1127712 0 0.0
.bss 102456 102456 0 0.0
.data 820 820 0 0.0
.text 640096 640096 0 0.0
lock-app qpg6105+debug (read/write) 1087688 1087688 0 0.0
.bss 97200 97200 0 0.0
.data 840 840 0 0.0
.text 600068 600068 0 0.0
stm32 light STM32WB5MM-DK (read/write) 599149 599149 0 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 78772 78772 0 0.0
.text 381664 381664 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821962 821962 0 0.0
bss 49660 49660 0 0.0
text 615766 615766 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1090780 1090780 0 0.0
bss 101780 101780 0 0.0
text 792878 792878 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1048268 1048268 0 0.0
bss 110084 110084 0 0.0
text 764222 764222 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 909020 909020 0 0.0
bss 93116 93116 0 0.0
text 651688 651688 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823642 823642 0 0.0
bss 49708 49708 0 0.0
text 617504 617504 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 929384 929384 0 0.0
bss 77708 77708 0 0.0
text 697680 697680 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1071652 1071652 0 0.0
bss 100196 100196 0 0.0
text 776562 776562 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 901720 901720 0 0.0
bss 69172 69172 0 0.0
text 652884 652884 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 927508 927508 0 0.0
bss 92696 92696 0 0.0
text 670210 670210 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 826194 826194 0 0.0
bss 49816 49816 0 0.0
text 620460 620460 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 789908 789908 0 0.0
bss 56016 56016 0 0.0
text 591210 591210 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676816 676816 0 0.0
bss 73672 73672 0 0.0
text 462298 462298 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 830678 830678 0 0.0
bss 51340 51340 0 0.0
text 623574 623574 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 849221 849221 0 0.0
bss 59492 59492 0 0.0
text 635268 635268 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 815576 815576 0 0.0
bss 56304 56304 0 0.0
text 610918 610918 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 833680 833680 0 0.0
bss 68080 68080 0 0.0
text 626174 626174 0 0.0

Copy link

github-actions bot commented Mar 4, 2024

PR #31704: Size comparison from c1ae85c to bae0392

Increases (6 builds for bl602, bl702, bl702l, linux)
platform target config section c1ae85c bae03922 change % change
bl602 lighting-app bl602+mfd .text 1117782 1117784 2 0.0
bl702 lighting-app bl702+mfd .text 983254 983256 2 0.0
bl702l lighting-app bl702l+mfd (read/write) 1181580 1181584 4 0.0
.text 976692 976694 2 0.0
linux chip-tool debug (read only) 12029273 12029337 64 0.0
.text 10875251 10875315 64 0.0
chip-tool-ipv6only arm64 (read only) 11353420 11353436 16 0.0
.text 10120840 10120856 16 0.0
tv-app debug (read only) 5700889 5701033 144 0.0
.text 5169251 5169395 144 0.0
Decreases (4 builds for efr32, linux)
platform target config section c1ae85c bae03922 change % change
efr32 lighting-app BRD4161A+rs9116 (read/write) 931504 931496 -8 -0.0
.text 732204 732196 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1121900 1121892 -8 -0.0
.text 932348 932340 -8 -0.0
window-app BRD4187C (read/write) 1155512 1155504 -8 -0.0
.text 984780 984772 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 588400 588384 -16 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section c1ae85c bae03922 change % change
bl602 lighting-app bl602 (read/write) 1436234 1436234 0 0.0
.bss 85304 85304 0 0.0
.data 9496 9496 0 0.0
.rodata 158324 158324 0 0.0
.text 1102466 1102466 0 0.0
bl602+mfd (read/write) 1450650 1450650 0 0.0
.bss 85464 85464 0 0.0
.data 9472 9472 0 0.0
.rodata 157284 157284 0 0.0
.text 1117782 1117784 2 0.0
bl602+rpc (read/write) 1483882 1483882 0 0.0
.bss 93336 93336 0 0.0
.data 9880 9880 0 0.0
.rodata 165900 165900 0 0.0
.text 1134112 1134112 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1200575 1200575 0 0.0
.bss 11117 11117 0 0.0
.data 3680 3680 0 0.0
.rodata 107680 107680 0 0.0
.text 971246 971246 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1211627 1211627 0 0.0
.bss 11293 11293 0 0.0
.data 3656 3656 0 0.0
.rodata 106620 106620 0 0.0
.text 983254 983256 2 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1292303 1292303 0 0.0
.bss 19581 19581 0 0.0
.data 4224 4224 0 0.0
.rodata 123052 123052 0 0.0
.text 1046198 1046198 0 0.0
bl706-eth (read/write) 1018653 1018653 0 0.0
.bss 23692 23692 0 0.0
.data 3256 3256 0 0.0
.rodata 101012 101012 0 0.0
.text 762738 762738 0 0.0
bl706-wifi (read/write) 1252854 1252854 0 0.0
.bss 10561 10561 0 0.0
.data 3696 3696 0 0.0
.rodata 122012 122012 0 0.0
.text 994210 994210 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1170176 1170176 0 0.0
.bss 16312 16312 0 0.0
.data 5040 5040 0 0.0
.rodata 101684 101684 0 0.0
.text 964372 964372 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1181580 1181584 4 0.0
.bss 16488 16488 0 0.0
.data 5024 5024 0 0.0
.rodata 100624 100624 0 0.0
.text 976692 976694 2 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772932 772932 0 0.0
(read/write) 168576 168576 0 0.0
.bss 90580 90580 0 0.0
.data 3560 3560 0 0.0
.rodata 81700 81700 0 0.0
.text 690968 690968 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789452 789452 0 0.0
(read/write) 178824 178824 0 0.0
.bss 100828 100828 0 0.0
.data 3560 3560 0 0.0
.rodata 75948 75948 0 0.0
.text 713236 713236 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 778108 778108 0 0.0
(read/write) 173264 173264 0 0.0
.bss 95268 95268 0 0.0
.data 3560 3560 0 0.0
.rodata 102700 102700 0 0.0
.text 675144 675144 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730284 730284 0 0.0
(read/write) 167544 167544 0 0.0
.bss 89312 89312 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652648 652648 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 715908 715908 0 0.0
(read/write) 167752 167752 0 0.0
.bss 89536 89536 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642432 642432 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582154 582154 0 0.0
(read/write) 207944 207944 0 0.0
.bss 201180 201180 0 0.0
.data 1640 1640 0 0.0
.rodata 86530 86530 0 0.0
.text 493500 493500 0 0.0
lock CC3235SF_LAUNCHXL (read only) 627514 627514 0 0.0
(read/write) 208288 208288 0 0.0
.bss 201672 201672 0 0.0
.data 1496 1496 0 0.0
.rodata 106994 106994 0 0.0
.text 518396 518396 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 568155 568155 0 0.0
.app_xip_area 457957 457957 0 0.0
.bss 65032 65032 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 550867 550867 0 0.0
.app_xip_area 435909 435909 0 0.0
.bss 69784 69784 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 571043 571043 0 0.0
.app_xip_area 462349 462349 0 0.0
.bss 63568 63568 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 563931 563931 0 0.0
.app_xip_area 451957 451957 0 0.0
.bss 66768 66768 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 931504 931496 -8 -0.0
.bss 197888 197888 0 0.0
.data 1388 1388 0 0.0
.text 732204 732196 -8 -0.0
BRD4187C (read/write) 1108920 1108920 0 0.0
.bss 195152 195152 0 0.0
.data 3408 3408 0 0.0
.text 910340 910340 0 0.0
lock-app BRD4161A+wf200 (read/write) 1121900 1121892 -8 -0.0
.bss 186740 186740 0 0.0
.data 2792 2792 0 0.0
.text 932348 932340 -8 -0.0
window-app BRD4187C (read/write) 1155512 1155504 -8 -0.0
.bss 167392 167392 0 0.0
.data 3320 3320 0 0.0
.text 984780 984772 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1210446 1210446 0 0.0
(read/write) 1749440 1749440 0 0.0
.dram0.bss 74272 74272 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 252016 252016 0 0.0
.flash.text 1210446 1210446 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1252815 1252815 0 0.0
(read/write) 536004 536004 0 0.0
.dram0.bss 81184 81184 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 283736 283736 0 0.0
.flash.text 1246651 1246651 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 605184 605184 0 0.0
(read/write) 79584 79584 0 0.0
.bss 67404 67404 0 0.0
.data 2196 2196 0 0.0
.text 604648 604648 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 746548 746548 0 0.0
.bss 79164 79164 0 0.0
.data 2816 2816 0 0.0
.text 625200 625200 0 0.0
light k32w0+release (read only) 609128 609128 0 0.0
(read/write) 79468 79468 0 0.0
.bss 67284 67284 0 0.0
.data 2200 2200 0 0.0
.text 608592 608592 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789448 789448 0 0.0
.bss 80556 80556 0 0.0
.data 2032 2032 0 0.0
.text 667504 667504 0 0.0
lock k32w0+release (read only) 588720 588720 0 0.0
(read/write) 77456 77456 0 0.0
.bss 65324 65324 0 0.0
.data 2148 2148 0 0.0
.text 588184 588184 0 0.0
linux air-purifier-app debug (read only) 2611669 2611669 0 0.0
(read/write) 128832 128832 0 0.0
.bss 46448 46448 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74216 74216 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 184272 184272 0 0.0
.text 2250053 2250053 0 0.0
all-clusters-app debug (read only) 5918105 5918105 0 0.0
(read/write) 480272 480272 0 0.0
.bss 134752 134752 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 333608 333608 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1384 1384 0 0.0
.rodata 349296 349296 0 0.0
.text 5135555 5135555 0 0.0
all-clusters-minimal-app debug (read only) 5198657 5198657 0 0.0
(read/write) 236192 236192 0 0.0
.bss 127552 127552 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 97176 97176 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 288322 288322 0 0.0
.text 4675747 4675747 0 0.0
bridge-app debug (read only) 4593121 4593121 0 0.0
(read/write) 217072 217072 0 0.0
.bss 118080 118080 0 0.0
.data 6176 6176 0 0.0
.data.rel.ro 86112 86112 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228962 228962 0 0.0
.text 4143987 4143987 0 0.0
chip-tool debug (read only) 12029273 12029337 64 0.0
(read/write) 521448 521448 0 0.0
.bss 94392 94392 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 414712 414712 0 0.0
.dynamic 624 624 0 0.0
.got 5768 5768 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 448345 448345 0 0.0
.text 10875251 10875315 64 0.0
chip-tool-ipv6only arm64 (read only) 11353420 11353436 16 0.0
(read/write) 588400 588384 -16 -0.0
.bss 103464 103464 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 454496 454496 0 0.0
.dynamic 512 512 0 0.0
.got 16984 16984 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 354364 354364 0 0.0
.text 10120840 10120856 16 0.0
lighting-app debug+rpc+ui (read only) 5516497 5516497 0 0.0
(read/write) 225896 225896 0 0.0
.bss 119048 119048 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94512 94512 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 354004 354004 0 0.0
.text 4915939 4915939 0 0.0
lock-app debug (read only) 4660865 4660865 0 0.0
(read/write) 204688 204688 0 0.0
.bss 113504 113504 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80360 80360 0 0.0
.dynamic 624 624 0 0.0
.got 5200 5200 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 254978 254978 0 0.0
.text 4194355 4194355 0 0.0
ota-provider-app debug (read only) 4292697 4292697 0 0.0
(read/write) 193192 193192 0 0.0
.bss 113216 113216 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69744 69744 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 207522 207522 0 0.0
.text 3892323 3892323 0 0.0
ota-requestor-app debug (read only) 4422153 4422153 0 0.0
(read/write) 197592 197592 0 0.0
.bss 114112 114112 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72864 72864 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 213666 213666 0 0.0
.text 4011091 4011091 0 0.0
shell debug (read only) 2885913 2885913 0 0.0
(read/write) 156224 156224 0 0.0
.bss 62640 62640 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86432 86432 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185184 185184 0 0.0
.text 2527506 2527506 0 0.0
thermostat-no-ble arm64 (read only) 4412628 4412628 0 0.0
(read/write) 242064 242064 0 0.0
.bss 121768 121768 0 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103576 103576 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159116 159116 0 0.0
.text 3919016 3919016 0 0.0
tv-app debug (read only) 5700889 5701033 144 0.0
(read/write) 352424 352424 0 0.0
.bss 244272 244272 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94392 94392 0 0.0
.dynamic 624 624 0 0.0
.got 5496 5496 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 289698 289698 0 0.0
.text 5169251 5169395 144 0.0
tv-casting-app debug (read only) 9860073 9860073 0 0.0
(read/write) 340168 340168 0 0.0
.bss 156176 156176 0 0.0
.data 2944 2944 0 0.0
.data.rel.ro 174168 174168 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 382672 382672 0 0.0
.text 9011779 9011779 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531592 2531592 0 0.0
.bss 220424 220424 0 0.0
.data 5200 5200 0 0.0
.text 1494276 1494276 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1102036 1102036 0 0.0
bss 130807 130807 0 0.0
rodata 112812 112812 0 0.0
text 810680 810680 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221588 1221588 0 0.0
bss 122897 122897 0 0.0
rodata 141772 141772 0 0.0
text 806404 806404 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1050440 1050440 0 0.0
bss 129665 129665 0 0.0
rodata 100184 100184 0 0.0
text 772732 772732 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834488 834488 0 0.0
(read/write) 1795300 1795300 0 0.0
.bss 196188 196188 0 0.0
.data 2664 2664 0 0.0
.text 1588060 1588060 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1717396 1717396 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1513308 1513308 0 0.0
light cy8ckit_062s2_43012 (read only) 844368 844368 0 0.0
(read/write) 1636516 1636516 0 0.0
.bss 186532 186532 0 0.0
.data 2440 2440 0 0.0
.text 1439156 1439156 0 0.0
lock cy8ckit_062s2_43012 (read only) 817208 817208 0 0.0
(read/write) 1666428 1666428 0 0.0
.bss 213692 213692 0 0.0
.data 2440 2440 0 0.0
.text 1441908 1441908 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1128992 1128992 0 0.0
.bss 102432 102432 0 0.0
.data 820 820 0 0.0
.text 641376 641376 0 0.0
lock-app qpg6105+debug (read/write) 1089088 1089088 0 0.0
.bss 97176 97176 0 0.0
.data 840 840 0 0.0
.text 601468 601468 0 0.0
stm32 light STM32WB5MM-DK (read/write) 600149 600149 0 0.0
.bss 128296 128296 0 0.0
.data 668 668 0 0.0
.rodata 79596 79596 0 0.0
.text 381864 381864 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822878 822878 0 0.0
bss 49636 49636 0 0.0
text 615784 615784 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1091584 1091584 0 0.0
bss 101756 101756 0 0.0
text 792816 792816 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1049080 1049080 0 0.0
bss 110060 110060 0 0.0
text 764164 764164 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 909768 909768 0 0.0
bss 93092 93092 0 0.0
text 651614 651614 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824558 824558 0 0.0
bss 49684 49684 0 0.0
text 617522 617522 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 930260 930260 0 0.0
bss 77684 77684 0 0.0
text 697660 697660 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1072964 1072964 0 0.0
bss 100172 100172 0 0.0
text 777018 777018 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 902636 902636 0 0.0
bss 69148 69148 0 0.0
text 652904 652904 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 928912 928912 0 0.0
bss 92672 92672 0 0.0
text 670798 670798 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 827118 827118 0 0.0
bss 49792 49792 0 0.0
text 620478 620478 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 790832 790832 0 0.0
bss 55992 55992 0 0.0
text 591230 591230 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 677148 677148 0 0.0
bss 73672 73672 0 0.0
text 462406 462406 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 832094 832094 0 0.0
bss 51316 51316 0 0.0
text 623892 623892 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 850793 850793 0 0.0
bss 59468 59468 0 0.0
text 635940 635940 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 816492 816492 0 0.0
bss 56280 56280 0 0.0
text 610938 610938 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 834596 834596 0 0.0
bss 68056 68056 0 0.0
text 626194 626194 0 0.0

@joonhaengHeo joonhaengHeo force-pushed the remove_disable_thread_scan branch from bae0392 to 2cfa94c Compare March 5, 2024 23:06
Copy link

github-actions bot commented Mar 5, 2024

PR #31704: Size comparison from 6b026af to 2cfa94c

Increases (3 builds for linux)
platform target config section 6b026af 2cfa94c change % change
linux chip-tool debug (read only) 12030217 12030281 64 0.0
.text 10876387 10876451 64 0.0
chip-tool-ipv6only arm64 (read only) 11354812 11354844 32 0.0
.text 10122104 10122136 32 0.0
tv-app debug (read only) 5702361 5702505 144 0.0
.text 5170851 5170995 144 0.0
Decreases (2 builds for efr32, linux)
platform target config section 6b026af 2cfa94c change % change
efr32 window-app BRD4187C (read/write) 1155884 1155876 -8 -0.0
.text 985124 985116 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 587056 587024 -32 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 6b026af 2cfa94c change % change
bl602 lighting-app bl602 (read/write) 1436430 1436430 0 0.0
.bss 85328 85328 0 0.0
.data 9496 9496 0 0.0
.rodata 158324 158324 0 0.0
.text 1102632 1102632 0 0.0
bl602+mfd (read/write) 1451094 1451094 0 0.0
.bss 85488 85488 0 0.0
.data 9472 9472 0 0.0
.rodata 157284 157284 0 0.0
.text 1118206 1118206 0 0.0
bl602+rpc (read/write) 1484070 1484070 0 0.0
.bss 93360 93360 0 0.0
.data 9872 9872 0 0.0
.rodata 165900 165900 0 0.0
.text 1134278 1134278 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1200787 1200787 0 0.0
.bss 11133 11133 0 0.0
.data 3680 3680 0 0.0
.rodata 107680 107680 0 0.0
.text 971440 971440 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1211843 1211843 0 0.0
.bss 11309 11309 0 0.0
.data 3656 3656 0 0.0
.rodata 106620 106620 0 0.0
.text 983450 983450 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1292523 1292523 0 0.0
.bss 19613 19613 0 0.0
.data 4216 4216 0 0.0
.rodata 123052 123052 0 0.0
.text 1046392 1046392 0 0.0
bl706-eth (read/write) 1018865 1018865 0 0.0
.bss 23708 23708 0 0.0
.data 3256 3256 0 0.0
.rodata 101012 101012 0 0.0
.text 762932 762932 0 0.0
bl706-wifi (read/write) 1253318 1253318 0 0.0
.bss 10577 10577 0 0.0
.data 3688 3688 0 0.0
.rodata 122012 122012 0 0.0
.text 994664 994664 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1170364 1170364 0 0.0
.bss 16328 16328 0 0.0
.data 5040 5040 0 0.0
.rodata 101684 101684 0 0.0
.text 964538 964538 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1181768 1181768 0 0.0
.bss 16504 16504 0 0.0
.data 5024 5024 0 0.0
.rodata 100624 100624 0 0.0
.text 976860 976860 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 773036 773036 0 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81708 81708 0 0.0
.text 691060 691060 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789564 789564 0 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75956 75956 0 0.0
.text 713344 713344 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 778228 778228 0 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102708 102708 0 0.0
.text 675252 675252 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730396 730396 0 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652756 652756 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 716020 716020 0 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642540 642540 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582458 582458 0 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 493800 493800 0 0.0
lock CC3235SF_LAUNCHXL (read only) 627738 627738 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 107002 107002 0 0.0
.text 518616 518616 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 568275 568275 0 0.0
.app_xip_area 458053 458053 0 0.0
.bss 65056 65056 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 550995 550995 0 0.0
.app_xip_area 436013 436013 0 0.0
.bss 69808 69808 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 571163 571163 0 0.0
.app_xip_area 462445 462445 0 0.0
.bss 63592 63592 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564059 564059 0 0.0
.app_xip_area 452061 452061 0 0.0
.bss 66792 66792 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 932120 932120 0 0.0
.bss 197912 197912 0 0.0
.data 1392 1392 0 0.0
.text 732796 732796 0 0.0
BRD4187C (read/write) 1109380 1109380 0 0.0
.bss 195176 195176 0 0.0
.data 3412 3412 0 0.0
.text 910772 910772 0 0.0
lock-app BRD4161A+wf200 (read/write) 1122036 1122036 0 0.0
.bss 186764 186764 0 0.0
.data 2796 2796 0 0.0
.text 932452 932452 0 0.0
window-app BRD4187C (read/write) 1155884 1155876 -8 -0.0
.bss 167416 167416 0 0.0
.data 3324 3324 0 0.0
.text 985124 985116 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1210750 1210750 0 0.0
(read/write) 1749632 1749632 0 0.0
.dram0.bss 74296 74296 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 252176 252176 0 0.0
.flash.text 1210750 1210750 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1253143 1253143 0 0.0
(read/write) 536176 536176 0 0.0
.dram0.bss 81208 81208 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 283884 283884 0 0.0
.flash.text 1246979 1246979 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 605504 605504 0 0.0
(read/write) 79612 79612 0 0.0
.bss 67428 67428 0 0.0
.data 2200 2200 0 0.0
.text 604968 604968 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 746952 746952 0 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 625576 625576 0 0.0
light k32w0+release (read only) 609232 609232 0 0.0
(read/write) 79496 79496 0 0.0
.bss 67308 67308 0 0.0
.data 2204 2204 0 0.0
.text 608696 608696 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789564 789564 0 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667592 667592 0 0.0
lock k32w0+release (read only) 589040 589040 0 0.0
(read/write) 77484 77484 0 0.0
.bss 65348 65348 0 0.0
.data 2152 2152 0 0.0
.text 588504 588504 0 0.0
linux air-purifier-app debug (read only) 2613549 2613549 0 0.0
(read/write) 128896 128896 0 0.0
.bss 46512 46512 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74216 74216 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 184528 184528 0 0.0
.text 2251653 2251653 0 0.0
all-clusters-app debug (read only) 5919617 5919617 0 0.0
(read/write) 480368 480368 0 0.0
.bss 134816 134816 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 333608 333608 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1384 1384 0 0.0
.rodata 349168 349168 0 0.0
.text 5137171 5137171 0 0.0
all-clusters-minimal-app debug (read only) 5200161 5200161 0 0.0
(read/write) 236320 236320 0 0.0
.bss 127648 127648 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 97176 97176 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 288202 288202 0 0.0
.text 4677347 4677347 0 0.0
bridge-app debug (read only) 4594593 4594593 0 0.0
(read/write) 217168 217168 0 0.0
.bss 118144 118144 0 0.0
.data 6208 6208 0 0.0
.data.rel.ro 86112 86112 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228810 228810 0 0.0
.text 4145587 4145587 0 0.0
chip-tool debug (read only) 12030217 12030281 64 0.0
(read/write) 521480 521480 0 0.0
.bss 94424 94424 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 414712 414712 0 0.0
.dynamic 624 624 0 0.0
.got 5768 5768 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 448153 448153 0 0.0
.text 10876387 10876451 64 0.0
chip-tool-ipv6only arm64 (read only) 11354812 11354844 32 0.0
(read/write) 587056 587024 -32 -0.0
.bss 103512 103512 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 454496 454496 0 0.0
.dynamic 512 512 0 0.0
.got 16976 16976 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 354492 354492 0 0.0
.text 10122104 10122136 32 0.0
lighting-app debug+rpc+ui (read only) 5518233 5518233 0 0.0
(read/write) 225960 225960 0 0.0
.bss 119112 119112 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94512 94512 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 354004 354004 0 0.0
.text 4917651 4917651 0 0.0
lock-app debug (read only) 4662321 4662321 0 0.0
(read/write) 204752 204752 0 0.0
.bss 113568 113568 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80360 80360 0 0.0
.dynamic 624 624 0 0.0
.got 5200 5200 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 254826 254826 0 0.0
.text 4195939 4195939 0 0.0
ota-provider-app debug (read only) 4294329 4294329 0 0.0
(read/write) 193256 193256 0 0.0
.bss 113280 113280 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69744 69744 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 207530 207530 0 0.0
.text 3893923 3893923 0 0.0
ota-requestor-app debug (read only) 4423753 4423753 0 0.0
(read/write) 197688 197688 0 0.0
.bss 114208 114208 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72864 72864 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 213642 213642 0 0.0
.text 4012691 4012691 0 0.0
shell debug (read only) 2887369 2887369 0 0.0
(read/write) 156288 156288 0 0.0
.bss 62704 62704 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86432 86432 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185152 185152 0 0.0
.text 2528994 2528994 0 0.0
thermostat-no-ble arm64 (read only) 4414612 4414612 0 0.0
(read/write) 244248 244248 0 0.0
.bss 121816 121816 0 0.0
.data 3376 3376 0 0.0
.data.rel.ro 103576 103576 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 159388 159388 0 0.0
.text 3920680 3920680 0 0.0
tv-app debug (read only) 5702361 5702505 144 0.0
(read/write) 352520 352520 0 0.0
.bss 244336 244336 0 0.0
.data 6528 6528 0 0.0
.data.rel.ro 94392 94392 0 0.0
.dynamic 624 624 0 0.0
.got 5496 5496 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 289546 289546 0 0.0
.text 5170851 5170995 144 0.0
tv-casting-app debug (read only) 9861529 9861529 0 0.0
(read/write) 340264 340264 0 0.0
.bss 156240 156240 0 0.0
.data 2976 2976 0 0.0
.data.rel.ro 174168 174168 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 382552 382552 0 0.0
.text 9013331 9013331 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531672 2531672 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494356 1494356 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1102288 1102288 0 0.0
bss 130831 130831 0 0.0
rodata 112824 112824 0 0.0
text 810776 810776 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221736 1221736 0 0.0
bss 122921 122921 0 0.0
rodata 141784 141784 0 0.0
text 806504 806504 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1050532 1050532 0 0.0
bss 129689 129689 0 0.0
rodata 100180 100180 0 0.0
text 772816 772816 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834464 834464 0 0.0
(read/write) 1795668 1795668 0 0.0
.bss 196212 196212 0 0.0
.data 2664 2664 0 0.0
.text 1588404 1588404 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837608 837608 0 0.0
(read/write) 1717724 1717724 0 0.0
.bss 193092 193092 0 0.0
.data 2640 2640 0 0.0
.text 1513604 1513604 0 0.0
light cy8ckit_062s2_43012 (read only) 844336 844336 0 0.0
(read/write) 1636828 1636828 0 0.0
.bss 186556 186556 0 0.0
.data 2448 2448 0 0.0
.text 1439436 1439436 0 0.0
lock cy8ckit_062s2_43012 (read only) 817184 817184 0 0.0
(read/write) 1666732 1666732 0 0.0
.bss 213716 213716 0 0.0
.data 2440 2440 0 0.0
.text 1442188 1442188 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129092 1129092 0 0.0
.bss 102456 102456 0 0.0
.data 824 824 0 0.0
.text 641472 641472 0 0.0
lock-app qpg6105+debug (read/write) 1089172 1089172 0 0.0
.bss 97200 97200 0 0.0
.data 844 844 0 0.0
.text 601556 601556 0 0.0
stm32 light STM32WB5MM-DK (read/write) 600273 600273 0 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 79604 79604 0 0.0
.text 381952 381952 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823014 823014 0 0.0
bss 49660 49660 0 0.0
text 615884 615884 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1091704 1091704 0 0.0
bss 101780 101780 0 0.0
text 792900 792900 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1049176 1049176 0 0.0
bss 110084 110084 0 0.0
text 764222 764222 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 909880 909880 0 0.0
bss 93116 93116 0 0.0
text 651696 651696 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824646 824646 0 0.0
bss 49708 49708 0 0.0
text 617574 617574 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 930356 930356 0 0.0
bss 77708 77708 0 0.0
text 697718 697718 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1073052 1073052 0 0.0
bss 100196 100196 0 0.0
text 777076 777076 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 902756 902756 0 0.0
bss 69172 69172 0 0.0
text 652986 652986 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 929008 929008 0 0.0
bss 92696 92696 0 0.0
text 670856 670856 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 827230 827230 0 0.0
bss 49816 49816 0 0.0
text 620554 620554 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 790944 790944 0 0.0
bss 56016 56016 0 0.0
text 591312 591312 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 677148 677148 0 0.0
bss 73672 73672 0 0.0
text 462406 462406 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 832182 832182 0 0.0
bss 51340 51340 0 0.0
text 623944 623944 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 850913 850913 0 0.0
bss 59492 59492 0 0.0
text 636022 636022 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 816588 816588 0 0.0
bss 56304 56304 0 0.0
text 610996 610996 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 834692 834692 0 0.0
bss 68080 68080 0 0.0
text 626252 626252 0 0.0

Copy link

github-actions bot commented Mar 6, 2024

PR #31704: Size comparison from aee267d to a12156d

Increases (3 builds for linux)
platform target config section aee267d a12156d change % change
linux chip-tool debug (read only) 12030217 12030281 64 0.0
.text 10876387 10876451 64 0.0
chip-tool-ipv6only arm64 (read only) 11354812 11354844 32 0.0
.text 10122104 10122136 32 0.0
tv-app debug (read only) 5702361 5702505 144 0.0
.text 5170851 5170995 144 0.0
Decreases (2 builds for efr32, linux)
platform target config section aee267d a12156d change % change
efr32 window-app BRD4187C (read/write) 1155884 1155876 -8 -0.0
.text 985124 985116 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 587056 587024 -32 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section aee267d a12156d change % change
bl602 lighting-app bl602 (read/write) 1436430 1436430 0 0.0
.bss 85328 85328 0 0.0
.data 9496 9496 0 0.0
.rodata 158324 158324 0 0.0
.text 1102632 1102632 0 0.0
bl602+mfd (read/write) 1451094 1451094 0 0.0
.bss 85488 85488 0 0.0
.data 9472 9472 0 0.0
.rodata 157284 157284 0 0.0
.text 1118206 1118206 0 0.0
bl602+rpc (read/write) 1484070 1484070 0 0.0
.bss 93360 93360 0 0.0
.data 9872 9872 0 0.0
.rodata 165900 165900 0 0.0
.text 1134278 1134278 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1200787 1200787 0 0.0
.bss 11133 11133 0 0.0
.data 3680 3680 0 0.0
.rodata 107680 107680 0 0.0
.text 971440 971440 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1211843 1211843 0 0.0
.bss 11309 11309 0 0.0
.data 3656 3656 0 0.0
.rodata 106620 106620 0 0.0
.text 983450 983450 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1292523 1292523 0 0.0
.bss 19613 19613 0 0.0
.data 4216 4216 0 0.0
.rodata 123052 123052 0 0.0
.text 1046392 1046392 0 0.0
bl706-eth (read/write) 1018865 1018865 0 0.0
.bss 23708 23708 0 0.0
.data 3256 3256 0 0.0
.rodata 101012 101012 0 0.0
.text 762932 762932 0 0.0
bl706-wifi (read/write) 1253318 1253318 0 0.0
.bss 10577 10577 0 0.0
.data 3688 3688 0 0.0
.rodata 122012 122012 0 0.0
.text 994664 994664 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1170364 1170364 0 0.0
.bss 16328 16328 0 0.0
.data 5040 5040 0 0.0
.rodata 101684 101684 0 0.0
.text 964538 964538 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1181768 1181768 0 0.0
.bss 16504 16504 0 0.0
.data 5024 5024 0 0.0
.rodata 100624 100624 0 0.0
.text 976860 976860 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 773036 773036 0 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81708 81708 0 0.0
.text 691060 691060 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789564 789564 0 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75956 75956 0 0.0
.text 713344 713344 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 778228 778228 0 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102708 102708 0 0.0
.text 675252 675252 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730396 730396 0 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652756 652756 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 716020 716020 0 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642540 642540 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582458 582458 0 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 493800 493800 0 0.0
lock CC3235SF_LAUNCHXL (read only) 627738 627738 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 107002 107002 0 0.0
.text 518616 518616 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 568275 568275 0 0.0
.app_xip_area 458053 458053 0 0.0
.bss 65056 65056 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 550995 550995 0 0.0
.app_xip_area 436013 436013 0 0.0
.bss 69808 69808 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 571163 571163 0 0.0
.app_xip_area 462445 462445 0 0.0
.bss 63592 63592 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564059 564059 0 0.0
.app_xip_area 452061 452061 0 0.0
.bss 66792 66792 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 932120 932120 0 0.0
.bss 197912 197912 0 0.0
.data 1392 1392 0 0.0
.text 732796 732796 0 0.0
BRD4187C (read/write) 1109380 1109380 0 0.0
.bss 195176 195176 0 0.0
.data 3412 3412 0 0.0
.text 910772 910772 0 0.0
lock-app BRD4161A+wf200 (read/write) 1122036 1122036 0 0.0
.bss 186764 186764 0 0.0
.data 2796 2796 0 0.0
.text 932452 932452 0 0.0
window-app BRD4187C (read/write) 1155884 1155876 -8 -0.0
.bss 167416 167416 0 0.0
.data 3324 3324 0 0.0
.text 985124 985116 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1210750 1210750 0 0.0
(read/write) 1749632 1749632 0 0.0
.dram0.bss 74296 74296 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 252176 252176 0 0.0
.flash.text 1210750 1210750 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1253143 1253143 0 0.0
(read/write) 536176 536176 0 0.0
.dram0.bss 81208 81208 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 283884 283884 0 0.0
.flash.text 1246979 1246979 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 605504 605504 0 0.0
(read/write) 79612 79612 0 0.0
.bss 67428 67428 0 0.0
.data 2200 2200 0 0.0
.text 604968 604968 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 746952 746952 0 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 625576 625576 0 0.0
light k32w0+release (read only) 609232 609232 0 0.0
(read/write) 79496 79496 0 0.0
.bss 67308 67308 0 0.0
.data 2204 2204 0 0.0
.text 608696 608696 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789564 789564 0 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667592 667592 0 0.0
lock k32w0+release (read only) 589040 589040 0 0.0
(read/write) 77484 77484 0 0.0
.bss 65348 65348 0 0.0
.data 2152 2152 0 0.0
.text 588504 588504 0 0.0
linux air-purifier-app debug (read only) 2613549 2613549 0 0.0
(read/write) 128896 128896 0 0.0
.bss 46512 46512 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74216 74216 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 184528 184528 0 0.0
.text 2251653 2251653 0 0.0
all-clusters-app debug (read only) 5919617 5919617 0 0.0
(read/write) 480368 480368 0 0.0
.bss 134816 134816 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 333608 333608 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1384 1384 0 0.0
.rodata 349168 349168 0 0.0
.text 5137171 5137171 0 0.0
all-clusters-minimal-app debug (read only) 5200161 5200161 0 0.0
(read/write) 236320 236320 0 0.0
.bss 127648 127648 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 97176 97176 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 288202 288202 0 0.0
.text 4677347 4677347 0 0.0
bridge-app debug (read only) 4594593 4594593 0 0.0
(read/write) 217168 217168 0 0.0
.bss 118144 118144 0 0.0
.data 6208 6208 0 0.0
.data.rel.ro 86112 86112 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228810 228810 0 0.0
.text 4145587 4145587 0 0.0
chip-tool debug (read only) 12030217 12030281 64 0.0
(read/write) 521480 521480 0 0.0
.bss 94424 94424 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 414712 414712 0 0.0
.dynamic 624 624 0 0.0
.got 5768 5768 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 448153 448153 0 0.0
.text 10876387 10876451 64 0.0
chip-tool-ipv6only arm64 (read only) 11354812 11354844 32 0.0
(read/write) 587056 587024 -32 -0.0
.bss 103512 103512 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 454496 454496 0 0.0
.dynamic 512 512 0 0.0
.got 16976 16976 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 354492 354492 0 0.0
.text 10122104 10122136 32 0.0
lighting-app debug+rpc+ui (read only) 5518233 5518233 0 0.0
(read/write) 225960 225960 0 0.0
.bss 119112 119112 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94512 94512 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 354004 354004 0 0.0
.text 4917651 4917651 0 0.0
lock-app debug (read only) 4662321 4662321 0 0.0
(read/write) 204752 204752 0 0.0
.bss 113568 113568 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80360 80360 0 0.0
.dynamic 624 624 0 0.0
.got 5200 5200 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 254826 254826 0 0.0
.text 4195939 4195939 0 0.0
ota-provider-app debug (read only) 4294329 4294329 0 0.0
(read/write) 193256 193256 0 0.0
.bss 113280 113280 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69744 69744 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 207530 207530 0 0.0
.text 3893923 3893923 0 0.0
ota-requestor-app debug (read only) 4423753 4423753 0 0.0
(read/write) 197688 197688 0 0.0
.bss 114208 114208 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72864 72864 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 213642 213642 0 0.0
.text 4012691 4012691 0 0.0
shell debug (read only) 2887369 2887369 0 0.0
(read/write) 156288 156288 0 0.0
.bss 62704 62704 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86432 86432 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185152 185152 0 0.0
.text 2528994 2528994 0 0.0
thermostat-no-ble arm64 (read only) 4414612 4414612 0 0.0
(read/write) 244248 244248 0 0.0
.bss 121816 121816 0 0.0
.data 3376 3376 0 0.0
.data.rel.ro 103576 103576 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 159388 159388 0 0.0
.text 3920680 3920680 0 0.0
tv-app debug (read only) 5702361 5702505 144 0.0
(read/write) 352520 352520 0 0.0
.bss 244336 244336 0 0.0
.data 6528 6528 0 0.0
.data.rel.ro 94392 94392 0 0.0
.dynamic 624 624 0 0.0
.got 5496 5496 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 289546 289546 0 0.0
.text 5170851 5170995 144 0.0
tv-casting-app debug (read only) 9861529 9861529 0 0.0
(read/write) 340264 340264 0 0.0
.bss 156240 156240 0 0.0
.data 2976 2976 0 0.0
.data.rel.ro 174168 174168 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 382552 382552 0 0.0
.text 9013331 9013331 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531672 2531672 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494356 1494356 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1102288 1102288 0 0.0
bss 130831 130831 0 0.0
rodata 112824 112824 0 0.0
text 810776 810776 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221736 1221736 0 0.0
bss 122921 122921 0 0.0
rodata 141784 141784 0 0.0
text 806504 806504 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1050532 1050532 0 0.0
bss 129689 129689 0 0.0
rodata 100180 100180 0 0.0
text 772816 772816 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834464 834464 0 0.0
(read/write) 1795668 1795668 0 0.0
.bss 196212 196212 0 0.0
.data 2664 2664 0 0.0
.text 1588404 1588404 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837608 837608 0 0.0
(read/write) 1717724 1717724 0 0.0
.bss 193092 193092 0 0.0
.data 2640 2640 0 0.0
.text 1513604 1513604 0 0.0
light cy8ckit_062s2_43012 (read only) 844336 844336 0 0.0
(read/write) 1636828 1636828 0 0.0
.bss 186556 186556 0 0.0
.data 2448 2448 0 0.0
.text 1439436 1439436 0 0.0
lock cy8ckit_062s2_43012 (read only) 817184 817184 0 0.0
(read/write) 1666732 1666732 0 0.0
.bss 213716 213716 0 0.0
.data 2440 2440 0 0.0
.text 1442188 1442188 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129092 1129092 0 0.0
.bss 102456 102456 0 0.0
.data 824 824 0 0.0
.text 641472 641472 0 0.0
lock-app qpg6105+debug (read/write) 1089172 1089172 0 0.0
.bss 97200 97200 0 0.0
.data 844 844 0 0.0
.text 601556 601556 0 0.0
stm32 light STM32WB5MM-DK (read/write) 600273 600273 0 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 79604 79604 0 0.0
.text 381952 381952 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823014 823014 0 0.0
bss 49660 49660 0 0.0
text 615884 615884 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1091704 1091704 0 0.0
bss 101780 101780 0 0.0
text 792900 792900 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1049176 1049176 0 0.0
bss 110084 110084 0 0.0
text 764222 764222 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 909880 909880 0 0.0
bss 93116 93116 0 0.0
text 651696 651696 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824646 824646 0 0.0
bss 49708 49708 0 0.0
text 617574 617574 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 930356 930356 0 0.0
bss 77708 77708 0 0.0
text 697718 697718 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1073052 1073052 0 0.0
bss 100196 100196 0 0.0
text 777076 777076 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 902756 902756 0 0.0
bss 69172 69172 0 0.0
text 652986 652986 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 929008 929008 0 0.0
bss 92696 92696 0 0.0
text 670856 670856 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 827230 827230 0 0.0
bss 49816 49816 0 0.0
text 620554 620554 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 790944 790944 0 0.0
bss 56016 56016 0 0.0
text 591312 591312 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 677148 677148 0 0.0
bss 73672 73672 0 0.0
text 462406 462406 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 832182 832182 0 0.0
bss 51340 51340 0 0.0
text 623944 623944 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 850913 850913 0 0.0
bss 59492 59492 0 0.0
text 636022 636022 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 816588 816588 0 0.0
bss 56304 56304 0 0.0
text 610996 610996 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 834692 834692 0 0.0
bss 68080 68080 0 0.0
text 626252 626252 0 0.0

Copy link

github-actions bot commented Mar 7, 2024

PR #31704: Size comparison from b742587 to 008c2d7

Increases (1 build for linux)
platform target config section b742587 008c2d7 change % change
linux chip-tool-ipv6only arm64 (read only) 11355004 11355020 16 0.0
.text 10122296 10122312 16 0.0
Decreases (1 build for linux)
platform target config section b742587 008c2d7 change % change
linux chip-tool-ipv6only arm64 (read/write) 586864 586848 -16 -0.0
Full report (31 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, k32w, linux, mbed, nrfconnect, qpg, stm32)
platform target config section b742587 008c2d7 change % change
bl602 lighting-app bl602 (read/write) 1436430 1436430 0 0.0
.bss 85328 85328 0 0.0
.data 9496 9496 0 0.0
.rodata 158324 158324 0 0.0
.text 1102632 1102632 0 0.0
bl602+mfd (read/write) 1451094 1451094 0 0.0
.bss 85488 85488 0 0.0
.data 9472 9472 0 0.0
.rodata 157284 157284 0 0.0
.text 1118206 1118206 0 0.0
bl602+rpc (read/write) 1484070 1484070 0 0.0
.bss 93360 93360 0 0.0
.data 9872 9872 0 0.0
.rodata 165900 165900 0 0.0
.text 1134278 1134278 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1200787 1200787 0 0.0
.bss 11133 11133 0 0.0
.data 3680 3680 0 0.0
.rodata 107680 107680 0 0.0
.text 971440 971440 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1211843 1211843 0 0.0
.bss 11309 11309 0 0.0
.data 3656 3656 0 0.0
.rodata 106620 106620 0 0.0
.text 983450 983450 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1292523 1292523 0 0.0
.bss 19613 19613 0 0.0
.data 4216 4216 0 0.0
.rodata 123052 123052 0 0.0
.text 1046392 1046392 0 0.0
bl706-eth (read/write) 1018865 1018865 0 0.0
.bss 23708 23708 0 0.0
.data 3256 3256 0 0.0
.rodata 101012 101012 0 0.0
.text 762932 762932 0 0.0
bl706-wifi (read/write) 1253318 1253318 0 0.0
.bss 10577 10577 0 0.0
.data 3688 3688 0 0.0
.rodata 122012 122012 0 0.0
.text 994664 994664 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1170364 1170364 0 0.0
.bss 16328 16328 0 0.0
.data 5040 5040 0 0.0
.rodata 101684 101684 0 0.0
.text 964538 964538 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1181768 1181768 0 0.0
.bss 16504 16504 0 0.0
.data 5024 5024 0 0.0
.rodata 100624 100624 0 0.0
.text 976860 976860 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 773036 773036 0 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81708 81708 0 0.0
.text 691060 691060 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789564 789564 0 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75956 75956 0 0.0
.text 713344 713344 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 778228 778228 0 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102708 102708 0 0.0
.text 675252 675252 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730396 730396 0 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652756 652756 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 716020 716020 0 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642540 642540 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582458 582458 0 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 493800 493800 0 0.0
lock CC3235SF_LAUNCHXL (read only) 627738 627738 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 107002 107002 0 0.0
.text 518616 518616 0 0.0
k32w contact k32w0+release (read only) 605504 605504 0 0.0
(read/write) 79612 79612 0 0.0
.bss 67428 67428 0 0.0
.data 2200 2200 0 0.0
.text 604968 604968 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 746952 746952 0 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 625576 625576 0 0.0
light k32w0+release (read only) 609232 609232 0 0.0
(read/write) 79496 79496 0 0.0
.bss 67308 67308 0 0.0
.data 2204 2204 0 0.0
.text 608696 608696 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789564 789564 0 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667592 667592 0 0.0
lock k32w0+release (read only) 589040 589040 0 0.0
(read/write) 77484 77484 0 0.0
.bss 65348 65348 0 0.0
.data 2152 2152 0 0.0
.text 588504 588504 0 0.0
linux chip-tool-ipv6only arm64 (read only) 11355004 11355020 16 0.0
(read/write) 586864 586848 -16 -0.0
.bss 103512 103512 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 454496 454496 0 0.0
.dynamic 512 512 0 0.0
.got 16976 16976 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 354492 354492 0 0.0
.text 10122296 10122312 16 0.0
thermostat-no-ble arm64 (read only) 4414612 4414612 0 0.0
(read/write) 244248 244248 0 0.0
.bss 121816 121816 0 0.0
.data 3376 3376 0 0.0
.data.rel.ro 103576 103576 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 159388 159388 0 0.0
.text 3920680 3920680 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531672 2531672 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494356 1494356 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1102288 1102288 0 0.0
bss 130831 130831 0 0.0
rodata 112824 112824 0 0.0
text 810776 810776 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221736 1221736 0 0.0
bss 122921 122921 0 0.0
rodata 141784 141784 0 0.0
text 806504 806504 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1050532 1050532 0 0.0
bss 129689 129689 0 0.0
rodata 100180 100180 0 0.0
text 772816 772816 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129092 1129092 0 0.0
.bss 102456 102456 0 0.0
.data 824 824 0 0.0
.text 641472 641472 0 0.0
lock-app qpg6105+debug (read/write) 1089172 1089172 0 0.0
.bss 97200 97200 0 0.0
.data 844 844 0 0.0
.text 601556 601556 0 0.0
stm32 light STM32WB5MM-DK (read/write) 600273 600273 0 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 79604 79604 0 0.0
.text 381952 381952 0 0.0

Copy link

github-actions bot commented Mar 7, 2024

PR #31704: Size comparison from b742587 to babf282

Increases (3 builds for linux)
platform target config section b742587 babf282 change % change
linux chip-tool debug (read only) 12030425 12030489 64 0.0
.text 10876595 10876659 64 0.0
chip-tool-ipv6only arm64 (read only) 11355004 11355020 16 0.0
.text 10122296 10122312 16 0.0
tv-app debug (read only) 5702361 5702505 144 0.0
.text 5170851 5170995 144 0.0
Decreases (2 builds for efr32, linux)
platform target config section b742587 babf282 change % change
efr32 window-app BRD4187C (read/write) 1155884 1155876 -8 -0.0
.text 985124 985116 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 586864 586848 -16 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section b742587 babf282 change % change
bl602 lighting-app bl602 (read/write) 1436430 1436430 0 0.0
.bss 85328 85328 0 0.0
.data 9496 9496 0 0.0
.rodata 158324 158324 0 0.0
.text 1102632 1102632 0 0.0
bl602+mfd (read/write) 1451094 1451094 0 0.0
.bss 85488 85488 0 0.0
.data 9472 9472 0 0.0
.rodata 157284 157284 0 0.0
.text 1118206 1118206 0 0.0
bl602+rpc (read/write) 1484070 1484070 0 0.0
.bss 93360 93360 0 0.0
.data 9872 9872 0 0.0
.rodata 165900 165900 0 0.0
.text 1134278 1134278 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1200787 1200787 0 0.0
.bss 11133 11133 0 0.0
.data 3680 3680 0 0.0
.rodata 107680 107680 0 0.0
.text 971440 971440 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1211843 1211843 0 0.0
.bss 11309 11309 0 0.0
.data 3656 3656 0 0.0
.rodata 106620 106620 0 0.0
.text 983450 983450 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1292523 1292523 0 0.0
.bss 19613 19613 0 0.0
.data 4216 4216 0 0.0
.rodata 123052 123052 0 0.0
.text 1046392 1046392 0 0.0
bl706-eth (read/write) 1018865 1018865 0 0.0
.bss 23708 23708 0 0.0
.data 3256 3256 0 0.0
.rodata 101012 101012 0 0.0
.text 762932 762932 0 0.0
bl706-wifi (read/write) 1253318 1253318 0 0.0
.bss 10577 10577 0 0.0
.data 3688 3688 0 0.0
.rodata 122012 122012 0 0.0
.text 994664 994664 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1170364 1170364 0 0.0
.bss 16328 16328 0 0.0
.data 5040 5040 0 0.0
.rodata 101684 101684 0 0.0
.text 964538 964538 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1181768 1181768 0 0.0
.bss 16504 16504 0 0.0
.data 5024 5024 0 0.0
.rodata 100624 100624 0 0.0
.text 976860 976860 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 773036 773036 0 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81708 81708 0 0.0
.text 691060 691060 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789564 789564 0 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75956 75956 0 0.0
.text 713344 713344 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 778228 778228 0 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102708 102708 0 0.0
.text 675252 675252 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730396 730396 0 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652756 652756 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 716020 716020 0 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642540 642540 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582458 582458 0 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 493800 493800 0 0.0
lock CC3235SF_LAUNCHXL (read only) 627738 627738 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 107002 107002 0 0.0
.text 518616 518616 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 568275 568275 0 0.0
.app_xip_area 458053 458053 0 0.0
.bss 65056 65056 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 550995 550995 0 0.0
.app_xip_area 436013 436013 0 0.0
.bss 69808 69808 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 571163 571163 0 0.0
.app_xip_area 462445 462445 0 0.0
.bss 63592 63592 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564059 564059 0 0.0
.app_xip_area 452061 452061 0 0.0
.bss 66792 66792 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 932120 932120 0 0.0
.bss 197912 197912 0 0.0
.data 1392 1392 0 0.0
.text 732796 732796 0 0.0
BRD4187C (read/write) 1109380 1109380 0 0.0
.bss 195176 195176 0 0.0
.data 3412 3412 0 0.0
.text 910772 910772 0 0.0
lock-app BRD4161A+wf200 (read/write) 1122036 1122036 0 0.0
.bss 186764 186764 0 0.0
.data 2796 2796 0 0.0
.text 932452 932452 0 0.0
window-app BRD4187C (read/write) 1155884 1155876 -8 -0.0
.bss 167416 167416 0 0.0
.data 3324 3324 0 0.0
.text 985124 985116 -8 -0.0
k32w contact k32w0+release (read only) 605504 605504 0 0.0
(read/write) 79612 79612 0 0.0
.bss 67428 67428 0 0.0
.data 2200 2200 0 0.0
.text 604968 604968 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 746952 746952 0 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 625576 625576 0 0.0
light k32w0+release (read only) 609232 609232 0 0.0
(read/write) 79496 79496 0 0.0
.bss 67308 67308 0 0.0
.data 2204 2204 0 0.0
.text 608696 608696 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789564 789564 0 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667592 667592 0 0.0
lock k32w0+release (read only) 589040 589040 0 0.0
(read/write) 77484 77484 0 0.0
.bss 65348 65348 0 0.0
.data 2152 2152 0 0.0
.text 588504 588504 0 0.0
linux air-purifier-app debug (read only) 2613549 2613549 0 0.0
(read/write) 128896 128896 0 0.0
.bss 46512 46512 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74216 74216 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 184528 184528 0 0.0
.text 2251653 2251653 0 0.0
all-clusters-app debug (read only) 5919617 5919617 0 0.0
(read/write) 480368 480368 0 0.0
.bss 134816 134816 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 333608 333608 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1384 1384 0 0.0
.rodata 349168 349168 0 0.0
.text 5137171 5137171 0 0.0
all-clusters-minimal-app debug (read only) 5200161 5200161 0 0.0
(read/write) 236320 236320 0 0.0
.bss 127648 127648 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 97176 97176 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 288202 288202 0 0.0
.text 4677347 4677347 0 0.0
bridge-app debug (read only) 4594593 4594593 0 0.0
(read/write) 217168 217168 0 0.0
.bss 118144 118144 0 0.0
.data 6208 6208 0 0.0
.data.rel.ro 86112 86112 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228810 228810 0 0.0
.text 4145587 4145587 0 0.0
chip-tool debug (read only) 12030425 12030489 64 0.0
(read/write) 521480 521480 0 0.0
.bss 94424 94424 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 414712 414712 0 0.0
.dynamic 624 624 0 0.0
.got 5768 5768 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 448153 448153 0 0.0
.text 10876595 10876659 64 0.0
chip-tool-ipv6only arm64 (read only) 11355004 11355020 16 0.0
(read/write) 586864 586848 -16 -0.0
.bss 103512 103512 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 454496 454496 0 0.0
.dynamic 512 512 0 0.0
.got 16976 16976 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 354492 354492 0 0.0
.text 10122296 10122312 16 0.0
lighting-app debug+rpc+ui (read only) 5518233 5518233 0 0.0
(read/write) 225960 225960 0 0.0
.bss 119112 119112 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94512 94512 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 354004 354004 0 0.0
.text 4917651 4917651 0 0.0
lock-app debug (read only) 4662321 4662321 0 0.0
(read/write) 204752 204752 0 0.0
.bss 113568 113568 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80360 80360 0 0.0
.dynamic 624 624 0 0.0
.got 5200 5200 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 254826 254826 0 0.0
.text 4195939 4195939 0 0.0
ota-provider-app debug (read only) 4294329 4294329 0 0.0
(read/write) 193256 193256 0 0.0
.bss 113280 113280 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69744 69744 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 207530 207530 0 0.0
.text 3893923 3893923 0 0.0
ota-requestor-app debug (read only) 4423753 4423753 0 0.0
(read/write) 197688 197688 0 0.0
.bss 114208 114208 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72864 72864 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 213642 213642 0 0.0
.text 4012691 4012691 0 0.0
shell debug (read only) 2887369 2887369 0 0.0
(read/write) 156288 156288 0 0.0
.bss 62704 62704 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86432 86432 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185152 185152 0 0.0
.text 2528994 2528994 0 0.0
thermostat-no-ble arm64 (read only) 4414612 4414612 0 0.0
(read/write) 244248 244248 0 0.0
.bss 121816 121816 0 0.0
.data 3376 3376 0 0.0
.data.rel.ro 103576 103576 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 159388 159388 0 0.0
.text 3920680 3920680 0 0.0
tv-app debug (read only) 5702361 5702505 144 0.0
(read/write) 352520 352520 0 0.0
.bss 244336 244336 0 0.0
.data 6528 6528 0 0.0
.data.rel.ro 94392 94392 0 0.0
.dynamic 624 624 0 0.0
.got 5496 5496 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 289546 289546 0 0.0
.text 5170851 5170995 144 0.0
tv-casting-app debug (read only) 9861529 9861529 0 0.0
(read/write) 340264 340264 0 0.0
.bss 156240 156240 0 0.0
.data 2976 2976 0 0.0
.data.rel.ro 174168 174168 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 382552 382552 0 0.0
.text 9013331 9013331 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531672 2531672 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494356 1494356 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1102288 1102288 0 0.0
bss 130831 130831 0 0.0
rodata 112824 112824 0 0.0
text 810776 810776 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221736 1221736 0 0.0
bss 122921 122921 0 0.0
rodata 141784 141784 0 0.0
text 806504 806504 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1050532 1050532 0 0.0
bss 129689 129689 0 0.0
rodata 100180 100180 0 0.0
text 772816 772816 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834464 834464 0 0.0
(read/write) 1795668 1795668 0 0.0
.bss 196212 196212 0 0.0
.data 2664 2664 0 0.0
.text 1588404 1588404 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837608 837608 0 0.0
(read/write) 1717724 1717724 0 0.0
.bss 193092 193092 0 0.0
.data 2640 2640 0 0.0
.text 1513604 1513604 0 0.0
light cy8ckit_062s2_43012 (read only) 844336 844336 0 0.0
(read/write) 1636828 1636828 0 0.0
.bss 186556 186556 0 0.0
.data 2448 2448 0 0.0
.text 1439436 1439436 0 0.0
lock cy8ckit_062s2_43012 (read only) 817184 817184 0 0.0
(read/write) 1666732 1666732 0 0.0
.bss 213716 213716 0 0.0
.data 2440 2440 0 0.0
.text 1442188 1442188 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129092 1129092 0 0.0
.bss 102456 102456 0 0.0
.data 824 824 0 0.0
.text 641472 641472 0 0.0
lock-app qpg6105+debug (read/write) 1089172 1089172 0 0.0
.bss 97200 97200 0 0.0
.data 844 844 0 0.0
.text 601556 601556 0 0.0
stm32 light STM32WB5MM-DK (read/write) 600273 600273 0 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 79604 79604 0 0.0
.text 381952 381952 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823014 823014 0 0.0
bss 49660 49660 0 0.0
text 615884 615884 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1091704 1091704 0 0.0
bss 101780 101780 0 0.0
text 792900 792900 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1049176 1049176 0 0.0
bss 110084 110084 0 0.0
text 764222 764222 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 909880 909880 0 0.0
bss 93116 93116 0 0.0
text 651696 651696 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824646 824646 0 0.0
bss 49708 49708 0 0.0
text 617574 617574 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 930356 930356 0 0.0
bss 77708 77708 0 0.0
text 697718 697718 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1073052 1073052 0 0.0
bss 100196 100196 0 0.0
text 777076 777076 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 902756 902756 0 0.0
bss 69172 69172 0 0.0
text 652986 652986 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 929008 929008 0 0.0
bss 92696 92696 0 0.0
text 670856 670856 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 827230 827230 0 0.0
bss 49816 49816 0 0.0
text 620554 620554 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 790944 790944 0 0.0
bss 56016 56016 0 0.0
text 591312 591312 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 677148 677148 0 0.0
bss 73672 73672 0 0.0
text 462406 462406 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 832182 832182 0 0.0
bss 51340 51340 0 0.0
text 623944 623944 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 850913 850913 0 0.0
bss 59492 59492 0 0.0
text 636022 636022 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 816588 816588 0 0.0
bss 56304 56304 0 0.0
text 610996 610996 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 834692 834692 0 0.0
bss 68080 68080 0 0.0
text 626252 626252 0 0.0

Copy link

github-actions bot commented Mar 7, 2024

PR #31704: Size comparison from c2f58e4 to 4c763d5

Increases (3 builds for linux)
platform target config section c2f58e4 4c763d5 change % change
linux chip-tool debug (read only) 12030425 12030489 64 0.0
.text 10876595 10876659 64 0.0
chip-tool-ipv6only arm64 (read only) 11355004 11355020 16 0.0
.text 10122296 10122312 16 0.0
tv-app debug (read only) 5702361 5702505 144 0.0
.text 5170851 5170995 144 0.0
Decreases (2 builds for efr32, linux)
platform target config section c2f58e4 4c763d5 change % change
efr32 window-app BRD4187C (read/write) 1155884 1155876 -8 -0.0
.text 985124 985116 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 586864 586848 -16 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section c2f58e4 4c763d5 change % change
bl602 lighting-app bl602 (read/write) 1436430 1436430 0 0.0
.bss 85328 85328 0 0.0
.data 9496 9496 0 0.0
.rodata 158324 158324 0 0.0
.text 1102632 1102632 0 0.0
bl602+mfd (read/write) 1451094 1451094 0 0.0
.bss 85488 85488 0 0.0
.data 9472 9472 0 0.0
.rodata 157284 157284 0 0.0
.text 1118206 1118206 0 0.0
bl602+rpc (read/write) 1484070 1484070 0 0.0
.bss 93360 93360 0 0.0
.data 9872 9872 0 0.0
.rodata 165900 165900 0 0.0
.text 1134278 1134278 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1200787 1200787 0 0.0
.bss 11133 11133 0 0.0
.data 3680 3680 0 0.0
.rodata 107680 107680 0 0.0
.text 971440 971440 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1211843 1211843 0 0.0
.bss 11309 11309 0 0.0
.data 3656 3656 0 0.0
.rodata 106620 106620 0 0.0
.text 983450 983450 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1292523 1292523 0 0.0
.bss 19613 19613 0 0.0
.data 4216 4216 0 0.0
.rodata 123052 123052 0 0.0
.text 1046392 1046392 0 0.0
bl706-eth (read/write) 1018865 1018865 0 0.0
.bss 23708 23708 0 0.0
.data 3256 3256 0 0.0
.rodata 101012 101012 0 0.0
.text 762932 762932 0 0.0
bl706-wifi (read/write) 1253318 1253318 0 0.0
.bss 10577 10577 0 0.0
.data 3688 3688 0 0.0
.rodata 122012 122012 0 0.0
.text 994664 994664 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1170364 1170364 0 0.0
.bss 16328 16328 0 0.0
.data 5040 5040 0 0.0
.rodata 101684 101684 0 0.0
.text 964538 964538 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1181768 1181768 0 0.0
.bss 16504 16504 0 0.0
.data 5024 5024 0 0.0
.rodata 100624 100624 0 0.0
.text 976860 976860 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 773036 773036 0 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81708 81708 0 0.0
.text 691060 691060 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789564 789564 0 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75956 75956 0 0.0
.text 713344 713344 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 778228 778228 0 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102708 102708 0 0.0
.text 675252 675252 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730396 730396 0 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652756 652756 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 716020 716020 0 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642540 642540 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582458 582458 0 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 493800 493800 0 0.0
lock CC3235SF_LAUNCHXL (read only) 627738 627738 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 107002 107002 0 0.0
.text 518616 518616 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 568275 568275 0 0.0
.app_xip_area 458053 458053 0 0.0
.bss 65056 65056 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 550995 550995 0 0.0
.app_xip_area 436013 436013 0 0.0
.bss 69808 69808 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 571163 571163 0 0.0
.app_xip_area 462445 462445 0 0.0
.bss 63592 63592 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564059 564059 0 0.0
.app_xip_area 452061 452061 0 0.0
.bss 66792 66792 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 932120 932120 0 0.0
.bss 197912 197912 0 0.0
.data 1392 1392 0 0.0
.text 732796 732796 0 0.0
BRD4187C (read/write) 1109380 1109380 0 0.0
.bss 195176 195176 0 0.0
.data 3412 3412 0 0.0
.text 910772 910772 0 0.0
lock-app BRD4161A+wf200 (read/write) 1122036 1122036 0 0.0
.bss 186764 186764 0 0.0
.data 2796 2796 0 0.0
.text 932452 932452 0 0.0
window-app BRD4187C (read/write) 1155884 1155876 -8 -0.0
.bss 167416 167416 0 0.0
.data 3324 3324 0 0.0
.text 985124 985116 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1210750 1210750 0 0.0
(read/write) 1749632 1749632 0 0.0
.dram0.bss 74296 74296 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 252176 252176 0 0.0
.flash.text 1210750 1210750 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1253143 1253143 0 0.0
(read/write) 536176 536176 0 0.0
.dram0.bss 81208 81208 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 283884 283884 0 0.0
.flash.text 1246979 1246979 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 605504 605504 0 0.0
(read/write) 79612 79612 0 0.0
.bss 67428 67428 0 0.0
.data 2200 2200 0 0.0
.text 604968 604968 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 746952 746952 0 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 625576 625576 0 0.0
light k32w0+release (read only) 609232 609232 0 0.0
(read/write) 79496 79496 0 0.0
.bss 67308 67308 0 0.0
.data 2204 2204 0 0.0
.text 608696 608696 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789564 789564 0 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667592 667592 0 0.0
lock k32w0+release (read only) 589040 589040 0 0.0
(read/write) 77484 77484 0 0.0
.bss 65348 65348 0 0.0
.data 2152 2152 0 0.0
.text 588504 588504 0 0.0
linux air-purifier-app debug (read only) 2613549 2613549 0 0.0
(read/write) 128896 128896 0 0.0
.bss 46512 46512 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74216 74216 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 184528 184528 0 0.0
.text 2251653 2251653 0 0.0
all-clusters-app debug (read only) 5919617 5919617 0 0.0
(read/write) 480368 480368 0 0.0
.bss 134816 134816 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 333608 333608 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1384 1384 0 0.0
.rodata 349168 349168 0 0.0
.text 5137171 5137171 0 0.0
all-clusters-minimal-app debug (read only) 5200161 5200161 0 0.0
(read/write) 236320 236320 0 0.0
.bss 127648 127648 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 97176 97176 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 288202 288202 0 0.0
.text 4677347 4677347 0 0.0
bridge-app debug (read only) 4594593 4594593 0 0.0
(read/write) 217168 217168 0 0.0
.bss 118144 118144 0 0.0
.data 6208 6208 0 0.0
.data.rel.ro 86112 86112 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228810 228810 0 0.0
.text 4145587 4145587 0 0.0
chip-tool debug (read only) 12030425 12030489 64 0.0
(read/write) 521480 521480 0 0.0
.bss 94424 94424 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 414712 414712 0 0.0
.dynamic 624 624 0 0.0
.got 5768 5768 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 448153 448153 0 0.0
.text 10876595 10876659 64 0.0
chip-tool-ipv6only arm64 (read only) 11355004 11355020 16 0.0
(read/write) 586864 586848 -16 -0.0
.bss 103512 103512 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 454496 454496 0 0.0
.dynamic 512 512 0 0.0
.got 16976 16976 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 354492 354492 0 0.0
.text 10122296 10122312 16 0.0
lighting-app debug+rpc+ui (read only) 5518233 5518233 0 0.0
(read/write) 225960 225960 0 0.0
.bss 119112 119112 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94512 94512 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 354004 354004 0 0.0
.text 4917651 4917651 0 0.0
lock-app debug (read only) 4662321 4662321 0 0.0
(read/write) 204752 204752 0 0.0
.bss 113568 113568 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80360 80360 0 0.0
.dynamic 624 624 0 0.0
.got 5200 5200 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 254826 254826 0 0.0
.text 4195939 4195939 0 0.0
ota-provider-app debug (read only) 4294329 4294329 0 0.0
(read/write) 193256 193256 0 0.0
.bss 113280 113280 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69744 69744 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 207530 207530 0 0.0
.text 3893923 3893923 0 0.0
ota-requestor-app debug (read only) 4423753 4423753 0 0.0
(read/write) 197688 197688 0 0.0
.bss 114208 114208 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72864 72864 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 213642 213642 0 0.0
.text 4012691 4012691 0 0.0
shell debug (read only) 2887369 2887369 0 0.0
(read/write) 156288 156288 0 0.0
.bss 62704 62704 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86432 86432 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185152 185152 0 0.0
.text 2528994 2528994 0 0.0
thermostat-no-ble arm64 (read only) 4414612 4414612 0 0.0
(read/write) 244248 244248 0 0.0
.bss 121816 121816 0 0.0
.data 3376 3376 0 0.0
.data.rel.ro 103576 103576 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 159388 159388 0 0.0
.text 3920680 3920680 0 0.0
tv-app debug (read only) 5702361 5702505 144 0.0
(read/write) 352520 352520 0 0.0
.bss 244336 244336 0 0.0
.data 6528 6528 0 0.0
.data.rel.ro 94392 94392 0 0.0
.dynamic 624 624 0 0.0
.got 5496 5496 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 289546 289546 0 0.0
.text 5170851 5170995 144 0.0
tv-casting-app debug (read only) 9861529 9861529 0 0.0
(read/write) 340264 340264 0 0.0
.bss 156240 156240 0 0.0
.data 2976 2976 0 0.0
.data.rel.ro 174168 174168 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 382552 382552 0 0.0
.text 9013331 9013331 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531672 2531672 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494356 1494356 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1102288 1102288 0 0.0
bss 130831 130831 0 0.0
rodata 112824 112824 0 0.0
text 810776 810776 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221736 1221736 0 0.0
bss 122921 122921 0 0.0
rodata 141784 141784 0 0.0
text 806504 806504 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1050532 1050532 0 0.0
bss 129689 129689 0 0.0
rodata 100180 100180 0 0.0
text 772816 772816 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834464 834464 0 0.0
(read/write) 1795668 1795668 0 0.0
.bss 196212 196212 0 0.0
.data 2664 2664 0 0.0
.text 1588404 1588404 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837608 837608 0 0.0
(read/write) 1717724 1717724 0 0.0
.bss 193092 193092 0 0.0
.data 2640 2640 0 0.0
.text 1513604 1513604 0 0.0
light cy8ckit_062s2_43012 (read only) 844336 844336 0 0.0
(read/write) 1636828 1636828 0 0.0
.bss 186556 186556 0 0.0
.data 2448 2448 0 0.0
.text 1439436 1439436 0 0.0
lock cy8ckit_062s2_43012 (read only) 817184 817184 0 0.0
(read/write) 1666732 1666732 0 0.0
.bss 213716 213716 0 0.0
.data 2440 2440 0 0.0
.text 1442188 1442188 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129092 1129092 0 0.0
.bss 102456 102456 0 0.0
.data 824 824 0 0.0
.text 641472 641472 0 0.0
lock-app qpg6105+debug (read/write) 1089172 1089172 0 0.0
.bss 97200 97200 0 0.0
.data 844 844 0 0.0
.text 601556 601556 0 0.0
stm32 light STM32WB5MM-DK (read/write) 600273 600273 0 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 79604 79604 0 0.0
.text 381952 381952 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823014 823014 0 0.0
bss 49660 49660 0 0.0
text 615884 615884 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1091704 1091704 0 0.0
bss 101780 101780 0 0.0
text 792900 792900 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1049176 1049176 0 0.0
bss 110084 110084 0 0.0
text 764222 764222 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 909880 909880 0 0.0
bss 93116 93116 0 0.0
text 651696 651696 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824646 824646 0 0.0
bss 49708 49708 0 0.0
text 617574 617574 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 930356 930356 0 0.0
bss 77708 77708 0 0.0
text 697718 697718 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1073052 1073052 0 0.0
bss 100196 100196 0 0.0
text 777076 777076 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 902756 902756 0 0.0
bss 69172 69172 0 0.0
text 652986 652986 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 929008 929008 0 0.0
bss 92696 92696 0 0.0
text 670856 670856 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 827230 827230 0 0.0
bss 49816 49816 0 0.0
text 620554 620554 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 790944 790944 0 0.0
bss 56016 56016 0 0.0
text 591312 591312 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 677148 677148 0 0.0
bss 73672 73672 0 0.0
text 462406 462406 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 832182 832182 0 0.0
bss 51340 51340 0 0.0
text 623944 623944 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 850913 850913 0 0.0
bss 59492 59492 0 0.0
text 636022 636022 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 816588 816588 0 0.0
bss 56304 56304 0 0.0
text 610996 610996 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 834692 834692 0 0.0
bss 68080 68080 0 0.0
text 626252 626252 0 0.0

@yunhanw-google yunhanw-google requested a review from erjiaqing March 8, 2024 04:20
@mergify mergify bot merged commit 968cea2 into project-chip:master Mar 8, 2024
58 checks passed
huangxuyong pushed a commit to huangxuyong/connectedhomeip that referenced this pull request Mar 19, 2024
* divide android commissioning parameter

* Fix countrycode copy issue

* Restyled by clang-format

* Update commissioningParameter

---------

Co-authored-by: Restyled.io <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG][Android] When the device retries the BLE-Thread commisisong, ScanNetworksListener is not called.
6 participants