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

Handle errors in sending messages during commissioning. #30068

Merged

Conversation

bzbarsky-apple
Copy link
Contributor

The commissioning state machine, when handling a state, needs to either queue up an async process that will eventually push the state machine along or needs to fail out and stop the commissioning process. We had a number of state handlers that could fail to do both if the attempt to send the message failed, which would leave the commissioner in a stuck state where it thought it was waiting for the async work, while the async work was not queued.

This change adds the relevant error checks to ensure we never wait for work that has not started.

Fixes #30041

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

PR #30068: Size comparison from 9656351 to b05cfe6

Increases above 0.2%:

platform target config section 9656351 b05cfe6 change % change
linux chip-tool-ipv6only arm64 .rodata 315440 316304 864 0.3
tv-app debug .rodata 271085 272013 928 0.3
Increases (3 builds for linux)
platform target config section 9656351 b05cfe6 change % change
linux chip-tool debug (read only) 10277265 1028203 4768 0.0
.rodata 386665 387593 928 0.2
.text 9290291 9294131 3840 0.0
chip-tool-ipv6only arm64 (read only) 10160008 10164824 4816 0.0
.rodata 315440 316304 864 0.3
.text 9071416 9075368 3952 0.0
tv-app debug (read only) 5285849 5290633 4784 0.1
.rodata 271085 272013 928 0.3
.text 4770659 4774515 3856 0.1
Decreases (1 build for linux)
platform target config section 9656351 b05cfe6 change % change
linux chip-tool-ipv6only arm64 (read/write) 511424 510736 -688 -0.1
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 9656351 b05cfe6 change % change
bl602 lighting-app bl602 (read/write) 1408898 1408898 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1074030 1074030 0 0.0
bl602+mfd (read/write) 1423322 1423322 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1089346 1089346 0 0.0
bl602+rpc (read/write) 1456174 1456174 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1105774 1105774 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1207087 1207087 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1540080 1540080 0 0.0
.debug_aranges 138880 138880 0 0.0
.debug_frame 508796 508796 0 0.0
.debug_info 41469188 41469188 0 0.0
.debug_line 5440989 5440989 0 0.0
.debug_loc 3657151 3657151 0 0.0
.debug_ranges 445184 445184 0 0.0
.debug_str 4077350 4077350 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106552 106552 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 598356 598356 0 0.0
.symtab 178672 178672 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
971884 971884 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1217943 1217943 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1542156 1542156 0 0.0
.debug_aranges 140048 140048 0 0.0
.debug_frame 514228 514228 0 0.0
.debug_info 41510187 41510187 0 0.0
.debug_line 5481344 5481344 0 0.0
.debug_loc 3695313 3695313 0 0.0
.debug_ranges 447424 447424 0 0.0
.debug_str 4082881 4082881 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105492 105492 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 602116 602116 0 0.0
.symtab 180432 180432 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
983656 983656 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1307099 1307099 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1721061 1721061 0 0.0
.debug_aranges 147496 147496 0 0.0
.debug_frame 537840 537840 0 0.0
.debug_info 46613427 46613427 0 0.0
.debug_line 5871397 5871397 0 0.0
.debug_loc 3864790 3864790 0 0.0
.debug_ranges 472752 472752 0 0.0
.debug_str 4505230 4505230 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121452 121452 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662313 662313 0 0.0
.symtab 197792 197792 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1047436 1047436 0 0.0
bl706-eth (read/write) 994401 994401 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1059591 1059591 0 0.0
.debug_aranges 111712 111712 0 0.0
.debug_frame 412728 412728 0 0.0
.debug_info 22389696 22389696 0 0.0
.debug_line 4132472 4132472 0 0.0
.debug_loc 3074736 3074736 0 0.0
.debug_ranges 363600 363600 0 0.0
.debug_str 3620379 3620379 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99180 99180 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 456804 456804 0 0.0
.symtab 133312 133312 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
737428 737428 0 0.0
bl706-wifi (read/write) 1229078 1229078 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1174391 1174391 0 0.0
.debug_aranges 119376 119376 0 0.0
.debug_frame 618368 618368 0 0.0
.debug_info 23772895 23772895 0 0.0
.debug_line 4557066 4557066 0 0.0
.debug_loc 3261955 3261955 0 0.0
.debug_ranges 391456 391456 0 0.0
.debug_str 3721911 3721911 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120052 120052 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505909 505909 0 0.0
.symtab 152608 152608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
961364 961364 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1177632 1177632 0 0.0
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1540422 1540422 0 0.0
.debug_aranges 134088 134088 0 0.0
.debug_frame 490752 490752 0 0.0
.debug_info 41286715 41286715 0 0.0
.debug_line 5369045 5369045 0 0.0
.debug_loc 3607632 3607632 0 0.0
.debug_ranges 453344 453344 0 0.0
.debug_str 4107124 4107124 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100708 100708 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 601886 601886 0 0.0
.symtab 179296 179296 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
961536 961536 0 0.0
bl702l+mfd (read/write) 1189612 1189612 0 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1542513 1542513 0 0.0
.debug_aranges 135256 135256 0 0.0
.debug_frame 496180 496180 0 0.0
.debug_info 41329757 41329757 0 0.0
.debug_line 5409277 5409277 0 0.0
.debug_loc 3645794 3645794 0 0.0
.debug_ranges 455584 455584 0 0.0
.debug_str 4112645 4112645 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 605714 605714 0 0.0
.symtab 181088 181088 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
973912 973912 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 735003 735003 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84343 84343 0 0.0
.text 650272 650272 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756651 756651 0 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79919 79919 0 0.0
.text 676340 676340 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743987 743987 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 106007 106007 0 0.0
.text 637588 637588 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694811 694811 0 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80175 80175 0 0.0
.text 614248 614248 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680483 680483 0 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 76007 76007 0 0.0
.text 604088 604088 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 561418 561418 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 895602 895602 0 0.0
.debug_aranges 104312 104312 0 0.0
.debug_frame 351220 351220 0 0.0
.debug_info 19379128 19379128 0 0.0
.debug_line 2585241 2585241 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1578575 1578575 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107604 107604 0 0.0
.debug_str 3383232 3383232 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83674 83674 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 467129 467129 0 0.0
.symtab 279024 279024 0 0.0
.text 475624 475624 0 0.0
lock CC3235SF_LAUNCHXL (read only) 617578 617578 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 936206 936206 0 0.0
.debug_aranges 108776 108776 0 0.0
.debug_frame 366500 366500 0 0.0
.debug_info 20553077 20553077 0 0.0
.debug_line 2655465 2655465 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1634323 1634323 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112141 112141 0 0.0
.debug_str 3447314 3447314 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106218 106218 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 516365 516365 0 0.0
.symtab 298640 298640 0 0.0
.text 0 0 0 0.0
509236 509236 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 552111 552111 0 0.0
.app_xip_area 443329 443329 0 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 538247 538247 0 0.0
.app_xip_area 424665 424665 0 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573711 573711 0 0.0
.app_xip_area 466257 466257 0 0.0
.bss 62496 62496 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549991 549991 0 0.0
.app_xip_area 439449 439449 0 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006104 1006104 0 0.0
.bss 171920 171920 0 0.0
.data 2692 2692 0 0.0
.text 831472 831472 0 0.0
BRD4187C (read/write) 1092144 1092144 0 0.0
.bss 195484 195484 0 0.0
.data 3300 3300 0 0.0
.text 893340 893340 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103472 1103472 0 0.0
.bss 186632 186632 0 0.0
.data 2708 2708 0 0.0
.text 914108 914108 0 0.0
window-app BRD4187C (read/write) 1128300 1128300 0 0.0
.bss 167900 167900 0 0.0
.data 3172 3172 0 0.0
.text 957208 957208 0 0.0
esp32 all-clusters-app c3devkit (read only) 1132368 1132368 0 0.0
(read/write) 1670356 1670356 0 0.0
.dram0.bss 71904 71904 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 241568 241568 0 0.0
.flash.text 1132368 1132368 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1176971 1176971 0 0.0
(read/write) 520252 520252 0 0.0
.dram0.bss 78552 78552 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 273300 273300 0 0.0
.flash.text 1171587 1171587 0 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 589252 589252 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 588716 588716 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684156 684156 0 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 571008 571008 0 0.0
light k32w0+release (read only) 588980 588980 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 588444 588444 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776128 776128 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 654112 654112 0 0.0
lock k32w0+release (read only) 560788 560788 0 0.0
(read/write) 85012 85012 0 0.0
.bss 68328 68328 0 0.0
.data 2060 2060 0 0.0
.text 560252 560252 0 0.0
linux air-purifier-app debug (read only) 2465805 2465805 0 0.0
(read/write) 126232 126232 0 0.0
.bss 46608 46608 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72152 72152 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177280 177280 0 0.0
.text 2114677 2114677 0 0.0
all-clusters-app debug (read only) 5287217 5287217 0 0.0
(read/write) 416664 416664 0 0.0
.bss 128944 128944 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 276640 276640 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 299564 299564 0 0.0
.text 4609283 4609283 0 0.0
all-clusters-minimal-app debug (read only) 4880809 4880809 0 0.0
(read/write) 232984 232984 0 0.0
.bss 126672 126672 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95424 95424 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270237 270237 0 0.0
.text 4379427 4379427 0 0.0
bridge-app debug (read only) 4362505 4362505 0 0.0
(read/write) 215096 215096 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84752 84752 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218173 218173 0 0.0
.text 3926675 3926675 0 0.0
chip-tool debug (read only) 10277265 1028203 4768 0.0
(read/write) 444800 444800 0 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 338872 338872 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 386665 387593 928 0.2
.text 9290291 9294131 3840 0.0
chip-tool-ipv6only arm64 (read only) 10160008 10164824 4816 0.0
(read/write) 511424 510736 -688 -0.1
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 376304 376304 0 0.0
.dynamic 512 512 0 0.0
.got 18544 18544 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 315440 316304 864 0.3
.text 9071416 9075368 3952 0.0
lighting-app debug+rpc+ui (read only) 5220649 5220649 0 0.0
(read/write) 223088 223088 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92960 92960 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336404 336404 0 0.0
.text 4640995 4640995 0 0.0
lock-app debug (read only) 4461929 4461929 0 0.0
(read/write) 203224 203224 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247517 247517 0 0.0
.text 4004787 4004787 0 0.0
ota-provider-app debug (read only) 4117977 4117977 0 0.0
(read/write) 192160 192160 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68784 68784 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199805 199805 0 0.0
.text 3727299 3727299 0 0.0
ota-requestor-app debug (read only) 4203377 4203377 0 0.0
(read/write) 196344 196344 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71728 71728 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203261 203261 0 0.0
.text 3804963 3804963 0 0.0
shell debug (read only) 2753969 2753969 0 0.0
(read/write) 149088 149088 0 0.0
.bss 59592 59592 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82896 82896 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 180896 180896 0 0.0
.text 2402386 2402386 0 0.0
thermostat-no-ble arm64 (read only) 4356024 4356024 0 0.0
(read/write) 245248 245248 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 101560 101560 0 0.0
.dynamic 512 512 0 0.0
.got 11896 11896 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161284 161284 0 0.0
.text 3856072 3856072 0 0.0
tv-app debug (read only) 5285849 5290633 4784 0.1
(read/write) 352016 352016 0 0.0
.bss 243104 243104 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96512 96512 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 271085 272013 928 0.3
.text 4770659 4774515 3856 0.1
tv-casting-app debug (read only) 8225529 8225529 0 0.0
(read/write) 314296 314296 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 149104 149104 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 337528 337528 0 0.0
.text 7483075 7483075 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521984 2521984 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484668 1484668 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1178892 1178892 0 0.0
bss 153980 153980 0 0.0
rodata 118808 118808 0 0.0
text 827204 827204 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326376 1326376 0 0.0
bss 139990 139990 0 0.0
rodata 134872 134872 0 0.0
text 760868 760868 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160668 1160668 0 0.0
bss 154219 154219 0 0.0
rodata 113808 113808 0 0.0
text 813728 813728 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838136 838136 0 0.0
(read/write) 1722804 1722804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192708 192708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1318003 1318003 0 0.0
.debug_aranges 140992 140992 0 0.0
.debug_frame 467084 467084 0 0.0
.debug_info 30182678 30182678 0 0.0
.debug_line 3888730 3888730 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2244998 2244998 0 0.0
.debug_rnglists 151705 151705 0 0.0
.debug_str 4109304 4109304 0 0.0
.heap 838136 838136 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 797613 797613 0 0.0
.symtab 493856 493856 0 0.0
.text 0 0 0 0.0
1519212 1519212 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839936 839936 0 0.0
(read/write) 1681332 1681332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190932 190932 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1258629 1258629 0 0.0
.debug_aranges 137208 137208 0 0.0
.debug_frame 460472 460472 0 0.0
.debug_info 28459787 28459787 0 0.0
.debug_line 3794230 3794230 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2189471 2189471 0 0.0
.debug_rnglists 147520 147520 0 0.0
.debug_str 4002331 4002331 0 0.0
.heap 839936 839936 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 741968 741968 0 0.0
.symtab 474912 474912 0 0.0
.text 1479540 1479540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607500 1607500 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1100121 1100121 0 0.0
.debug_aranges 127280 127280 0 0.0
.debug_frame 423396 423396 0 0.0
.debug_info 23588388 23588388 0 0.0
.debug_line 3369439 3369439 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2025899 2025899 0 0.0
.debug_rnglists 137066 137066 0 0.0
.debug_str 3809384 3809384 0 0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 655137 655137 0 0.0
.symtab 436416 436416 0 0.0
.text 1412260 1412260 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1640332 1640332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1093162 1093162 0 0.0
.debug_aranges 125960 125960 0 0.0
.debug_frame 418632 418632 0 0.0
.debug_info 23399467 23399467 0 0.0
.debug_line 3322059 3322059 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2002705 2002705 0 0.0
.debug_rnglists 135089 135089 0 0.0
.debug_str 3771801 3771801 0 0.0
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 628642 628642 0 0.0
.symtab 427952 427952 0 0.0
.text 1417828 1417828 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176284 1176284 0 0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 623128 623128 0 0.0
lock-app qpg6105+debug (read/write) 1132772 1132772 0 0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 579612 579612 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856252 856252 0 0.0
bss 77996 77996 0 0.0
text 603820 603820 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077820 1077820 0 0.0
bss 112632 112632 0 0.0
text 757468 757468 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1076488 1076488 0 0.0
bss 122460 122460 0 0.0
text 743940 743940 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 931548 931548 0 0.0
bss 106876 106876 0 0.0
text 641016 641016 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859612 859612 0 0.0
bss 78120 78120 0 0.0
text 606886 606886 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 961740 961740 0 0.0
bss 88184 88184 0 0.0
text 683306 683306 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1087504 1087504 0 0.0
bss 112384 112384 0 0.0
text 761658 761658 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 918064 918064 0 0.0
bss 78812 78812 0 0.0
text 637746 637746 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944876 944876 0 0.0
bss 104976 104976 0 0.0
text 656788 656788 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863488 863488 0 0.0
bss 78228 78228 0 0.0
text 611092 611092 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 804356 804356 0 0.0
bss 66248 66248 0 0.0
text 578128 578128 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 820004 820004 0 0.0
bss 66652 66652 0 0.0
text 588708 588708 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 709036 709036 0 0.0
bss 86424 86424 0 0.0
text 462008 462008 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 862212 862212 0 0.0
bss 78204 78204 0 0.0
text 610424 610424 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 847292 847292 0 0.0
bss 77932 77932 0 0.0
text 597626 597626 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825400 825400 0 0.0
bss 66536 66536 0 0.0
text 593452 593452 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822856 822856 0 0.0
bss 66888 66888 0 0.0
text 590500 590500 0 0.0

Copy link

github-actions bot commented Oct 31, 2023

PR #30068: Size comparison from 5c9d8e8 to 4942c5e

Increases above 0.2%:

platform target config section 5c9d8e8 4942c5e change % change
linux chip-tool debug .rodata 387529 388425 896 0.2
chip-tool-ipv6only arm64 (read/write) 509416 512856 3440 0.7
.rodata 316208 317024 816 0.3
tv-app debug .rodata 271309 272205 896 0.3
Increases (3 builds for linux)
platform target config section 5c9d8e8 4942c5e change % change
linux chip-tool debug (read only) 10300585 10305289 4704 0.0
.rodata 387529 388425 896 0.2
.text 9311235 9315043 3808 0.0
chip-tool-ipv6only arm64 (read only) 10182520 10187256 4736 0.0
(read/write) 509416 512856 3440 0.7
.rodata 316208 317024 816 0.3
.text 9091528 9095448 3920 0.0
tv-app debug (read only) 5290593 5295297 4704 0.1
.rodata 271309 272205 896 0.3
.text 4775155 4778963 3808 0.1
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 5c9d8e8 4942c5e change % change
bl602 lighting-app bl602 (read/write) 1410098 1410098 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1075168 1075168 0 0.0
bl602+mfd (read/write) 1424522 1424522 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1090484 1090484 0 0.0
bl602+rpc (read/write) 1457118 1457118 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1106656 1106656 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1208035 1208035 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1552478 1552478 0 0.0
.debug_aranges 138936 138936 0 0.0
.debug_frame 509052 509052 0 0.0
.debug_info 41559048 41559048 0 0.0
.debug_line 5451570 5451570 0 0.0
.debug_loc 3659629 3659629 0 0.0
.debug_ranges 445768 445768 0 0.0
.debug_str 4087843 4087843 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106616 106616 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 599420 599420 0 0.0
.symtab 178816 178816 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
972766 972766 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1219147 1219147 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1554209 1554209 0 0.0
.debug_aranges 140104 140104 0 0.0
.debug_frame 514484 514484 0 0.0
.debug_info 41599337 41599337 0 0.0
.debug_line 5491906 5491906 0 0.0
.debug_loc 3697791 3697791 0 0.0
.debug_ranges 448008 448008 0 0.0
.debug_str 4093374 4093374 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105556 105556 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 603180 603180 0 0.0
.symtab 180576 180576 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
984794 984794 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1308303 1308303 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1733476 1733476 0 0.0
.debug_aranges 147552 147552 0 0.0
.debug_frame 538096 538096 0 0.0
.debug_info 46703774 46703774 0 0.0
.debug_line 5881991 5881991 0 0.0
.debug_loc 3867268 3867268 0 0.0
.debug_ranges 473336 473336 0 0.0
.debug_str 4515715 4515715 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121516 121516 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 663377 663377 0 0.0
.symtab 197936 197936 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1048574 1048574 0 0.0
bl706-eth (read/write) 995361 995361 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1071605 1071605 0 0.0
.debug_aranges 111768 111768 0 0.0
.debug_frame 412984 412984 0 0.0
.debug_info 22481035 22481035 0 0.0
.debug_line 4143082 4143082 0 0.0
.debug_loc 3077218 3077218 0 0.0
.debug_ranges 364184 364184 0 0.0
.debug_str 3630813 3630813 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99256 99256 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 457868 457868 0 0.0
.symtab 133456 133456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
738310 738310 0 0.0
bl706-wifi (read/write) 1230214 1230214 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1187388 1187388 0 0.0
.debug_aranges 119432 119432 0 0.0
.debug_frame 618708 618708 0 0.0
.debug_info 23867240 23867240 0 0.0
.debug_line 4567992 4567992 0 0.0
.debug_loc 3264428 3264428 0 0.0
.debug_ranges 392040 392040 0 0.0
.debug_str 3732345 3732345 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120116 120116 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 506973 506973 0 0.0
.symtab 152752 152752 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
962436 962436 0 0.0
bl702l lighting-app bl702l (read/write) 1179348 1179348 0 0.0
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1552739 1552739 0 0.0
.debug_aranges 134144 134144 0 0.0
.debug_frame 491008 491008 0 0.0
.debug_info 41376545 41376545 0 0.0
.debug_line 5379616 5379616 0 0.0
.debug_loc 3610139 3610139 0 0.0
.debug_ranges 453928 453928 0 0.0
.debug_str 4117617 4117617 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100772 100772 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 602950 602950 0 0.0
.symtab 179440 179440 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
962674 962674 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190048 1190048 0 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1554485 1554485 0 0.0
.debug_aranges 135312 135312 0 0.0
.debug_frame 496436 496436 0 0.0
.debug_info 41418877 41418877 0 0.0
.debug_line 5419829 5419829 0 0.0
.debug_loc 3648301 3648301 0 0.0
.debug_ranges 456168 456168 0 0.0
.debug_str 4123138 4123138 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99712 99712 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 606778 606778 0 0.0
.symtab 181232 181232 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
974794 974794 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 736027 736027 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84415 84415 0 0.0
.text 651224 651224 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757627 757627 0 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79991 79991 0 0.0
.text 677244 677244 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744971 744971 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 106079 106079 0 0.0
.text 638500 638500 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 695771 695771 0 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80231 80231 0 0.0
.text 615152 615152 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681459 681459 0 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 76063 76063 0 0.0
.text 605008 605008 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 562386 562386 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 903157 903157 0 0.0
.debug_aranges 104376 104376 0 0.0
.debug_frame 351480 351480 0 0.0
.debug_info 19458623 19458623 0 0.0
.debug_line 2593978 2593978 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1580030 1580030 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107717 107717 0 0.0
.debug_str 3393552 3393552 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83714 83714 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 468193 468193 0 0.0
.symtab 279360 279360 0 0.0
.text 476552 476552 0 0.0
lock CC3235SF_LAUNCHXL (read only) 618578 618578 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 943817 943817 0 0.0
.debug_aranges 108840 108840 0 0.0
.debug_frame 366760 366760 0 0.0
.debug_info 20635594 20635594 0 0.0
.debug_line 2664350 2664350 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635722 1635722 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112254 112254 0 0.0
.debug_str 3457738 3457738 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106290 106290 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 517429 517429 0 0.0
.symtab 298976 298976 0 0.0
.text 0 0 0 0.0
510164 510164 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553143 553143 0 0.0
.app_xip_area 444361 444361 0 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539247 539247 0 0.0
.app_xip_area 425665 425665 0 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574767 574767 0 0.0
.app_xip_area 467313 467313 0 0.0
.bss 62496 62496 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 551007 551007 0 0.0
.app_xip_area 440465 440465 0 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006824 1006824 0 0.0
.bss 171920 171920 0 0.0
.data 2692 2692 0 0.0
.text 832192 832192 0 0.0
BRD4187C (read/write) 1092968 1092968 0 0.0
.bss 195484 195484 0 0.0
.data 3300 3300 0 0.0
.text 894164 894164 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104160 1104160 0 0.0
.bss 186632 186632 0 0.0
.data 2708 2708 0 0.0
.text 914796 914796 0 0.0
window-app BRD4187C (read/write) 1129020 1129020 0 0.0
.bss 167900 167900 0 0.0
.data 3172 3172 0 0.0
.text 957928 957928 0 0.0
esp32 all-clusters-app c3devkit (read only) 1133140 1133140 0 0.0
(read/write) 1670436 1670436 0 0.0
.dram0.bss 71904 71904 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 241648 241648 0 0.0
.flash.text 1133140 1133140 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1177671 1177671 0 0.0
(read/write) 520332 520332 0 0.0
.dram0.bss 78552 78552 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 273380 273380 0 0.0
.flash.text 1172287 1172287 0 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 590028 590028 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 589492 589492 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684908 684908 0 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 571760 571760 0 0.0
light k32w0+release (read only) 589748 589748 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 589212 589212 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776928 776928 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 654912 654912 0 0.0
lock k32w0+release (read only) 561508 561508 0 0.0
(read/write) 85012 85012 0 0.0
.bss 68328 68328 0 0.0
.data 2060 2060 0 0.0
.text 560972 560972 0 0.0
linux air-purifier-app debug (read only) 2470197 2470197 0 0.0
(read/write) 126232 126232 0 0.0
.bss 46608 46608 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72152 72152 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177344 177344 0 0.0
.text 2118981 2118981 0 0.0
all-clusters-app debug (read only) 5292753 5292753 0 0.0
(read/write) 417432 417432 0 0.0
.bss 128944 128944 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 277408 277408 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 300108 300108 0 0.0
.text 4613651 4613651 0 0.0
all-clusters-minimal-app debug (read only) 4885233 4885233 0 0.0
(read/write) 232984 232984 0 0.0
.bss 126672 126672 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95424 95424 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270269 270269 0 0.0
.text 4383795 4383795 0 0.0
bridge-app debug (read only) 4366897 4366897 0 0.0
(read/write) 215096 215096 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84752 84752 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218237 218237 0 0.0
.text 3930979 3930979 0 0.0
chip-tool debug (read only) 10300585 10305289 4704 0.0
(read/write) 445920 445920 0 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 339992 339992 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 387529 388425 896 0.2
.text 9311235 9315043 3808 0.0
chip-tool-ipv6only arm64 (read only) 10182520 10187256 4736 0.0
(read/write) 509416 512856 3440 0.7
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 377512 377512 0 0.0
.dynamic 512 512 0 0.0
.got 18560 18560 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 316208 317024 816 0.3
.text 9091528 9095448 3920 0.0
lighting-app debug+rpc+ui (read only) 5225889 5225889 0 0.0
(read/write) 223088 223088 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92960 92960 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336628 336628 0 0.0
.text 4645987 4645987 0 0.0
lock-app debug (read only) 4466465 4466465 0 0.0
(read/write) 203224 203224 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247581 247581 0 0.0
.text 4009235 4009235 0 0.0
ota-provider-app debug (read only) 4122353 4122353 0 0.0
(read/write) 192160 192160 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68784 68784 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199837 199837 0 0.0
.text 3731619 3731619 0 0.0
ota-requestor-app debug (read only) 4207801 4207801 0 0.0
(read/write) 196344 196344 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71728 71728 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203293 203293 0 0.0
.text 3809331 3809331 0 0.0
shell debug (read only) 2758569 2758569 0 0.0
(read/write) 149088 149088 0 0.0
.bss 59592 59592 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82896 82896 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 181024 181024 0 0.0
.text 2406834 2406834 0 0.0
thermostat-no-ble arm64 (read only) 4360000 4360000 0 0.0
(read/write) 245360 245360 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 101608 101608 0 0.0
.dynamic 512 512 0 0.0
.got 11896 11896 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161340 161340 0 0.0
.text 3859928 3859928 0 0.0
tv-app debug (read only) 5290593 5295297 4704 0.1
(read/write) 352016 352016 0 0.0
.bss 243104 243104 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96512 96512 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 271309 272205 896 0.3
.text 4775155 4778963 3808 0.1
tv-casting-app debug (read only) 8245873 8245873 0 0.0
(read/write) 314680 314680 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 149488 149488 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 337784 337784 0 0.0
.text 7502227 7502227 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523144 2523144 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1485828 1485828 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1179916 1179916 0 0.0
bss 153980 153980 0 0.0
rodata 118888 118888 0 0.0
text 828140 828140 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1327336 1327336 0 0.0
bss 139990 139990 0 0.0
rodata 134920 134920 0 0.0
text 761780 761780 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1161688 1161688 0 0.0
bss 154219 154219 0 0.0
rodata 113884 113884 0 0.0
text 814664 814664 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838136 838136 0 0.0
(read/write) 1723812 1723812 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192708 192708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1327170 1327170 0 0.0
.debug_aranges 141056 141056 0 0.0
.debug_frame 467340 467340 0 0.0
.debug_info 30290161 30290161 0 0.0
.debug_line 3899522 3899522 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2246440 2246440 0 0.0
.debug_rnglists 151818 151818 0 0.0
.debug_str 4120406 4120406 0 0.0
.heap 838136 838136 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 798677 798677 0 0.0
.symtab 494192 494192 0 0.0
.text 0 0 0 0.0
1520220 1520220 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839936 839936 0 0.0
(read/write) 1682340 1682340 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190932 190932 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1267380 1267380 0 0.0
.debug_aranges 137272 137272 0 0.0
.debug_frame 460728 460728 0 0.0
.debug_info 28561257 28561257 0 0.0
.debug_line 3804599 3804599 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2190866 2190866 0 0.0
.debug_rnglists 147633 147633 0 0.0
.debug_str 4013143 4013143 0 0.0
.heap 839936 839936 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 743032 743032 0 0.0
.symtab 475248 475248 0 0.0
.text 1480548 1480548 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1608500 1608500 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1109058 1109058 0 0.0
.debug_aranges 127344 127344 0 0.0
.debug_frame 423652 423652 0 0.0
.debug_info 23677201 23677201 0 0.0
.debug_line 3378929 3378929 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2027351 2027351 0 0.0
.debug_rnglists 137179 137179 0 0.0
.debug_str 3819965 3819965 0 0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 656201 656201 0 0.0
.symtab 436752 436752 0 0.0
.text 1413260 1413260 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1641316 1641316 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1101904 1101904 0 0.0
.debug_aranges 126024 126024 0 0.0
.debug_frame 418888 418888 0 0.0
.debug_info 23486818 23486818 0 0.0
.debug_line 3331265 3331265 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2004083 2004083 0 0.0
.debug_rnglists 135202 135202 0 0.0
.debug_str 3782225 3782225 0 0.0
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 629706 629706 0 0.0
.symtab 428288 428288 0 0.0
.text 1418812 1418812 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177268 1177268 0 0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 624112 624112 0 0.0
lock-app qpg6105+debug (read/write) 1133756 1133756 0 0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 580596 580596 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 857072 857072 0 0.0
bss 77996 77996 0 0.0
text 604578 604578 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1078692 1078692 0 0.0
bss 112632 112632 0 0.0
text 758256 758256 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1077356 1077356 0 0.0
bss 122460 122460 0 0.0
text 744728 744728 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932368 932368 0 0.0
bss 106876 106876 0 0.0
text 641774 641774 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 860468 860468 0 0.0
bss 78120 78120 0 0.0
text 607676 607676 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 962596 962596 0 0.0
bss 88184 88184 0 0.0
text 684094 684094 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088372 1088372 0 0.0
bss 112384 112384 0 0.0
text 762446 762446 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 918884 918884 0 0.0
bss 78812 78812 0 0.0
text 638504 638504 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945720 945720 0 0.0
bss 104976 104976 0 0.0
text 657576 657576 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864304 864304 0 0.0
bss 78228 78228 0 0.0
text 611850 611850 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 805172 805172 0 0.0
bss 66248 66248 0 0.0
text 578886 578886 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 820868 820868 0 0.0
bss 66652 66652 0 0.0
text 589498 589498 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 709036 709036 0 0.0
bss 86424 86424 0 0.0
text 462008 462008 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863072 863072 0 0.0
bss 78204 78204 0 0.0
text 611212 611212 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 848116 848116 0 0.0
bss 77932 77932 0 0.0
text 598384 598384 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 826244 826244 0 0.0
bss 66536 66536 0 0.0
text 594240 594240 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823708 823708 0 0.0
bss 66888 66888 0 0.0
text 591290 591290 0 0.0

Copy link

github-actions bot commented Oct 31, 2023

PR #30068: Size comparison from e68186f to 0391c5f

Increases above 0.2%:

platform target config section e68186f 0391c5f change % change
linux chip-tool-ipv6only arm64 .rodata 316528 317344 816 0.3
tv-app debug .rodata 271309 272205 896 0.3
Increases (3 builds for linux)
platform target config section e68186f 0391c5f change % change
linux chip-tool debug (read only) 10316945 10321649 4704 0.0
.rodata 389961 390857 896 0.2
.text 9323747 9327555 3808 0.0
chip-tool-ipv6only arm64 (read only) 10194472 10199208 4736 0.0
.rodata 316528 317344 816 0.3
.text 9101704 9105624 3920 0.0
tv-app debug (read only) 5290609 5295297 4688 0.1
.rodata 271309 272205 896 0.3
.text 4775171 4778963 3792 0.1
Decreases (1 build for linux)
platform target config section e68186f 0391c5f change % change
linux chip-tool-ipv6only arm64 (read/write) 513832 513176 -656 -0.1
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e68186f 0391c5f change % change
bl602 lighting-app bl602 (read/write) 1410098 1410098 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1075168 1075168 0 0.0
bl602+mfd (read/write) 1424522 1424522 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1090484 1090484 0 0.0
bl602+rpc (read/write) 1457118 1457118 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1106656 1106656 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1208035 1208035 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1552478 1552478 0 0.0
.debug_aranges 139088 139088 0 0.0
.debug_frame 509656 509656 0 0.0
.debug_info 41593491 41593491 0 0.0
.debug_line 5454823 5454823 0 0.0
.debug_loc 3664523 3664523 0 0.0
.debug_ranges 446240 446240 0 0.0
.debug_str 4092132 4092132 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106616 106616 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 599420 599420 0 0.0
.symtab 178816 178816 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
972766 972766 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1219147 1219147 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1554209 1554209 0 0.0
.debug_aranges 140256 140256 0 0.0
.debug_frame 515088 515088 0 0.0
.debug_info 41633780 41633780 0 0.0
.debug_line 5495159 5495159 0 0.0
.debug_loc 3702685 3702685 0 0.0
.debug_ranges 448480 448480 0 0.0
.debug_str 4097663 4097663 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105556 105556 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 603180 603180 0 0.0
.symtab 180576 180576 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
984794 984794 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1308303 1308303 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1733476 1733476 0 0.0
.debug_aranges 147704 147704 0 0.0
.debug_frame 538700 538700 0 0.0
.debug_info 46738687 46738687 0 0.0
.debug_line 5885244 5885244 0 0.0
.debug_loc 3872162 3872162 0 0.0
.debug_ranges 473808 473808 0 0.0
.debug_str 4520004 4520004 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121516 121516 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 663377 663377 0 0.0
.symtab 197936 197936 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1048574 1048574 0 0.0
bl706-eth (read/write) 995361 995361 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1071605 1071605 0 0.0
.debug_aranges 111920 111920 0 0.0
.debug_frame 413588 413588 0 0.0
.debug_info 22526818 22526818 0 0.0
.debug_line 4146335 4146335 0 0.0
.debug_loc 3082168 3082168 0 0.0
.debug_ranges 364656 364656 0 0.0
.debug_str 3635111 3635111 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99256 99256 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 457868 457868 0 0.0
.symtab 133456 133456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
738310 738310 0 0.0
bl706-wifi (read/write) 1230214 1230214 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1187388 1187388 0 0.0
.debug_aranges 119584 119584 0 0.0
.debug_frame 619540 619540 0 0.0
.debug_info 23913779 23913779 0 0.0
.debug_line 4571245 4571245 0 0.0
.debug_loc 3269393 3269393 0 0.0
.debug_ranges 392512 392512 0 0.0
.debug_str 3736643 3736643 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120116 120116 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 506973 506973 0 0.0
.symtab 152752 152752 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
962436 962436 0 0.0
bl702l lighting-app bl702l (read/write) 1179348 1179348 0 0.0
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1552739 1552739 0 0.0
.debug_aranges 134296 134296 0 0.0
.debug_frame 491612 491612 0 0.0
.debug_info 41410988 41410988 0 0.0
.debug_line 5382869 5382869 0 0.0
.debug_loc 3615089 3615089 0 0.0
.debug_ranges 454400 454400 0 0.0
.debug_str 4121906 4121906 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100772 100772 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 602950 602950 0 0.0
.symtab 179440 179440 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
962674 962674 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190048 1190048 0 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1554485 1554485 0 0.0
.debug_aranges 135464 135464 0 0.0
.debug_frame 497040 497040 0 0.0
.debug_info 41453320 41453320 0 0.0
.debug_line 5423082 5423082 0 0.0
.debug_loc 3653251 3653251 0 0.0
.debug_ranges 456640 456640 0 0.0
.debug_str 4127427 4127427 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99712 99712 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 606778 606778 0 0.0
.symtab 181232 181232 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
974794 974794 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 736027 736027 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84415 84415 0 0.0
.text 651224 651224 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757627 757627 0 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79991 79991 0 0.0
.text 677244 677244 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744971 744971 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 106079 106079 0 0.0
.text 638500 638500 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 695771 695771 0 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80231 80231 0 0.0
.text 615152 615152 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681459 681459 0 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 76063 76063 0 0.0
.text 605008 605008 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 562386 562386 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 903157 903157 0 0.0
.debug_aranges 104528 104528 0 0.0
.debug_frame 352060 352060 0 0.0
.debug_info 19496392 19496392 0 0.0
.debug_line 2595840 2595840 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1582570 1582570 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107886 107886 0 0.0
.debug_str 3397844 3397844 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83714 83714 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 468193 468193 0 0.0
.symtab 279360 279360 0 0.0
.text 476552 476552 0 0.0
lock CC3235SF_LAUNCHXL (read only) 618578 618578 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 943817 943817 0 0.0
.debug_aranges 108992 108992 0 0.0
.debug_frame 367340 367340 0 0.0
.debug_info 20675555 20675555 0 0.0
.debug_line 2666212 2666212 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1638261 1638261 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112423 112423 0 0.0
.debug_str 3462030 3462030 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106290 106290 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 517429 517429 0 0.0
.symtab 298976 298976 0 0.0
.text 0 0 0 0.0
510164 510164 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553143 553143 0 0.0
.app_xip_area 444361 444361 0 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539247 539247 0 0.0
.app_xip_area 425665 425665 0 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574767 574767 0 0.0
.app_xip_area 467313 467313 0 0.0
.bss 62496 62496 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 551007 551007 0 0.0
.app_xip_area 440465 440465 0 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006824 1006824 0 0.0
.bss 171920 171920 0 0.0
.data 2692 2692 0 0.0
.text 832192 832192 0 0.0
BRD4187C (read/write) 1092968 1092968 0 0.0
.bss 195484 195484 0 0.0
.data 3300 3300 0 0.0
.text 894164 894164 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104160 1104160 0 0.0
.bss 186632 186632 0 0.0
.data 2708 2708 0 0.0
.text 914796 914796 0 0.0
window-app BRD4187C (read/write) 1129020 1129020 0 0.0
.bss 167900 167900 0 0.0
.data 3172 3172 0 0.0
.text 957928 957928 0 0.0
esp32 all-clusters-app c3devkit (read only) 1133140 1133140 0 0.0
(read/write) 1670436 1670436 0 0.0
.dram0.bss 71904 71904 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 241648 241648 0 0.0
.flash.text 1133140 1133140 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1177683 1177683 0 0.0
(read/write) 520332 520332 0 0.0
.dram0.bss 78552 78552 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 273380 273380 0 0.0
.flash.text 1172299 1172299 0 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 590028 590028 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 589492 589492 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684908 684908 0 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 571760 571760 0 0.0
light k32w0+release (read only) 589748 589748 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 589212 589212 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776928 776928 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 654912 654912 0 0.0
lock k32w0+release (read only) 561508 561508 0 0.0
(read/write) 85012 85012 0 0.0
.bss 68328 68328 0 0.0
.data 2060 2060 0 0.0
.text 560972 560972 0 0.0
linux air-purifier-app debug (read only) 2470213 2470213 0 0.0
(read/write) 126232 126232 0 0.0
.bss 46608 46608 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72152 72152 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177344 177344 0 0.0
.text 2118997 2118997 0 0.0
all-clusters-app debug (read only) 5293401 5293401 0 0.0
(read/write) 418072 418072 0 0.0
.bss 128944 128944 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278048 278048 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 300236 300236 0 0.0
.text 4613667 4613667 0 0.0
all-clusters-minimal-app debug (read only) 4885249 4885249 0 0.0
(read/write) 232984 232984 0 0.0
.bss 126672 126672 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95424 95424 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270269 270269 0 0.0
.text 4383811 4383811 0 0.0
bridge-app debug (read only) 4366913 4366913 0 0.0
(read/write) 215096 215096 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84752 84752 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218237 218237 0 0.0
.text 3930995 3930995 0 0.0
chip-tool debug (read only) 10316945 10321649 4704 0.0
(read/write) 446944 446944 0 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 341016 341016 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 389961 390857 896 0.2
.text 9323747 9327555 3808 0.0
chip-tool-ipv6only arm64 (read only) 10194472 10199208 4736 0.0
(read/write) 513832 513176 -656 -0.1
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 378504 378504 0 0.0
.dynamic 512 512 0 0.0
.got 18576 18576 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 316528 317344 816 0.3
.text 9101704 9105624 3920 0.0
lighting-app debug+rpc+ui (read only) 5225889 5225889 0 0.0
(read/write) 223088 223088 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92960 92960 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336628 336628 0 0.0
.text 4645987 4645987 0 0.0
lock-app debug (read only) 4466481 4466481 0 0.0
(read/write) 203224 203224 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247581 247581 0 0.0
.text 4009251 4009251 0 0.0
ota-provider-app debug (read only) 4122369 4122369 0 0.0
(read/write) 192160 192160 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68784 68784 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199837 199837 0 0.0
.text 3731635 3731635 0 0.0
ota-requestor-app debug (read only) 4207817 4207817 0 0.0
(read/write) 196344 196344 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71728 71728 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203293 203293 0 0.0
.text 3809347 3809347 0 0.0
shell debug (read only) 2758569 2758569 0 0.0
(read/write) 149088 149088 0 0.0
.bss 59592 59592 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82896 82896 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 181024 181024 0 0.0
.text 2406834 2406834 0 0.0
thermostat-no-ble arm64 (read only) 4360048 4360048 0 0.0
(read/write) 245312 245312 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 101608 101608 0 0.0
.dynamic 512 512 0 0.0
.got 11896 11896 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161340 161340 0 0.0
.text 3859976 3859976 0 0.0
tv-app debug (read only) 5290609 5295297 4688 0.1
(read/write) 352016 352016 0 0.0
.bss 243104 243104 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96512 96512 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 271309 272205 896 0.3
.text 4775171 4778963 3792 0.1
tv-casting-app debug (read only) 8260721 8260721 0 0.0
(read/write) 315032 315032 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 149840 149840 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 339128 339128 0 0.0
.text 7514819 7514819 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523144 2523144 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1485828 1485828 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1179916 1179916 0 0.0
bss 153980 153980 0 0.0
rodata 118888 118888 0 0.0
text 828140 828140 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1327336 1327336 0 0.0
bss 139990 139990 0 0.0
rodata 134920 134920 0 0.0
text 761780 761780 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1161688 1161688 0 0.0
bss 154219 154219 0 0.0
rodata 113884 113884 0 0.0
text 814664 814664 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838136 838136 0 0.0
(read/write) 1723812 1723812 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192708 192708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1327170 1327170 0 0.0
.debug_aranges 141208 141208 0 0.0
.debug_frame 467920 467920 0 0.0
.debug_info 30351663 30351663 0 0.0
.debug_line 3901384 3901384 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2248997 2248997 0 0.0
.debug_rnglists 151987 151987 0 0.0
.debug_str 4124698 4124698 0 0.0
.heap 838136 838136 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 798677 798677 0 0.0
.symtab 494192 494192 0 0.0
.text 0 0 0 0.0
1520220 1520220 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839936 839936 0 0.0
(read/write) 1682340 1682340 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190932 190932 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1267380 1267380 0 0.0
.debug_aranges 137424 137424 0 0.0
.debug_frame 461308 461308 0 0.0
.debug_info 28617765 28617765 0 0.0
.debug_line 3806461 3806461 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2193413 2193413 0 0.0
.debug_rnglists 147802 147802 0 0.0
.debug_str 4017435 4017435 0 0.0
.heap 839936 839936 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 743032 743032 0 0.0
.symtab 475248 475248 0 0.0
.text 1480548 1480548 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1608500 1608500 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1109058 1109058 0 0.0
.debug_aranges 127496 127496 0 0.0
.debug_frame 424232 424232 0 0.0
.debug_info 23720919 23720919 0 0.0
.debug_line 3380791 3380791 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2029898 2029898 0 0.0
.debug_rnglists 137348 137348 0 0.0
.debug_str 3824257 3824257 0 0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 656201 656201 0 0.0
.symtab 436752 436752 0 0.0
.text 1413260 1413260 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1641316 1641316 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1101904 1101904 0 0.0
.debug_aranges 126176 126176 0 0.0
.debug_frame 419468 419468 0 0.0
.debug_info 23529020 23529020 0 0.0
.debug_line 3333131 3333131 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2006630 2006630 0 0.0
.debug_rnglists 135371 135371 0 0.0
.debug_str 3786517 3786517 0 0.0
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 629706 629706 0 0.0
.symtab 428288 428288 0 0.0
.text 1418812 1418812 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177236 1177236 0 0.0
.bss 100584 100584 0 0.0
.data 744 744 0 0.0
.text 624080 624080 0 0.0
lock-app qpg6105+debug (read/write) 1137584 1137584 0 0.0
.bss 95328 95328 0 0.0
.data 776 776 0 0.0
.text 584428 584428 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 857072 857072 0 0.0
bss 77996 77996 0 0.0
text 604578 604578 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1078692 1078692 0 0.0
bss 112632 112632 0 0.0
text 758256 758256 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1077356 1077356 0 0.0
bss 122460 122460 0 0.0
text 744728 744728 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932368 932368 0 0.0
bss 106876 106876 0 0.0
text 641774 641774 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 860468 860468 0 0.0
bss 78120 78120 0 0.0
text 607676 607676 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 962596 962596 0 0.0
bss 88184 88184 0 0.0
text 684094 684094 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088372 1088372 0 0.0
bss 112384 112384 0 0.0
text 762446 762446 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 918884 918884 0 0.0
bss 78812 78812 0 0.0
text 638504 638504 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945720 945720 0 0.0
bss 104976 104976 0 0.0
text 657576 657576 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864304 864304 0 0.0
bss 78228 78228 0 0.0
text 611850 611850 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 805172 805172 0 0.0
bss 66248 66248 0 0.0
text 578886 578886 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 820868 820868 0 0.0
bss 66652 66652 0 0.0
text 589498 589498 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 709036 709036 0 0.0
bss 86424 86424 0 0.0
text 462008 462008 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863072 863072 0 0.0
bss 78204 78204 0 0.0
text 611212 611212 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 848116 848116 0 0.0
bss 77932 77932 0 0.0
text 598384 598384 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 826244 826244 0 0.0
bss 66536 66536 0 0.0
text 594240 594240 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823708 823708 0 0.0
bss 66888 66888 0 0.0
text 591290 591290 0 0.0

The commissioning state machine, when handling a state, needs to either queue up
an async process that will eventually push the state machine along or needs to
fail out and stop the commissioning process.  We had a number of state handlers
that could fail to do both if the attempt to send the message failed, which
would leave the commissioner in a stuck state where it thought it was waiting
for the async work, while the async work was not queued.

This change adds the relevant error checks to ensure we never wait for work that
has not started.

Fixes project-chip#30041
Copy link

github-actions bot commented Nov 1, 2023

PR #30068: Size comparison from 6ec33d4 to c872f19

Increases above 0.2%:

platform target config section 6ec33d4 c872f19 change % change
linux chip-tool debug .rodata 389961 390857 896 0.2
chip-tool-ipv6only arm64 .rodata 316544 317360 816 0.3
tv-app debug .rodata 271309 272205 896 0.3
Increases (3 builds for linux)
platform target config section 6ec33d4 c872f19 change % change
linux chip-tool debug (read only) 10327377 10332081 4704 0.0
.rodata 389961 390857 896 0.2
.text 9333651 9337459 3808 0.0
chip-tool-ipv6only arm64 (read only) 10206568 10211304 4736 0.0
.rodata 316544 317360 816 0.3
.text 9113208 9117128 3920 0.0
tv-app debug (read only) 5289881 5294585 4704 0.1
.rodata 271309 272205 896 0.3
.text 4774419 4778227 3808 0.1
Decreases (1 build for linux)
platform target config section 6ec33d4 c872f19 change % change
linux chip-tool-ipv6only arm64 (read/write) 514048 513392 -656 -0.1
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6ec33d4 c872f19 change % change
bl602 lighting-app bl602 (read/write) 1410074 1410074 0 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1075144 1075144 0 0.0
bl602+mfd (read/write) 1424498 1424498 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1090460 1090460 0 0.0
bl602+rpc (read/write) 1457094 1457094 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1106632 1106632 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1208011 1208011 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1552481 1552481 0 0.0
.debug_aranges 139104 139104 0 0.0
.debug_frame 509720 509720 0 0.0
.debug_info 41596698 41596698 0 0.0
.debug_line 5455391 5455391 0 0.0
.debug_loc 3664879 3664879 0 0.0
.debug_ranges 446304 446304 0 0.0
.debug_str 4095588 4095588 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106616 106616 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 599479 599479 0 0.0
.symtab 178816 178816 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
972742 972742 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1219123 1219123 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1554212 1554212 0 0.0
.debug_aranges 140272 140272 0 0.0
.debug_frame 515152 515152 0 0.0
.debug_info 41636987 41636987 0 0.0
.debug_line 5495727 5495727 0 0.0
.debug_loc 3703041 3703041 0 0.0
.debug_ranges 448544 448544 0 0.0
.debug_str 4101119 4101119 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105556 105556 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 603239 603239 0 0.0
.symtab 180576 180576 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
984770 984770 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1308279 1308279 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1733479 1733479 0 0.0
.debug_aranges 147720 147720 0 0.0
.debug_frame 538764 538764 0 0.0
.debug_info 46741900 46741900 0 0.0
.debug_line 5885812 5885812 0 0.0
.debug_loc 3872518 3872518 0 0.0
.debug_ranges 473872 473872 0 0.0
.debug_str 4523518 4523518 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121516 121516 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 663436 663436 0 0.0
.symtab 197936 197936 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1048550 1048550 0 0.0
bl706-eth (read/write) 995337 995337 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1071608 1071608 0 0.0
.debug_aranges 111936 111936 0 0.0
.debug_frame 413652 413652 0 0.0
.debug_info 22530164 22530164 0 0.0
.debug_line 4146915 4146915 0 0.0
.debug_loc 3082552 3082552 0 0.0
.debug_ranges 364720 364720 0 0.0
.debug_str 3638625 3638625 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99256 99256 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 457927 457927 0 0.0
.symtab 133456 133456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
738286 738286 0 0.0
bl706-wifi (read/write) 1230174 1230174 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1187391 1187391 0 0.0
.debug_aranges 119600 119600 0 0.0
.debug_frame 619628 619628 0 0.0
.debug_info 23917000 23917000 0 0.0
.debug_line 4571813 4571813 0 0.0
.debug_loc 3269634 3269634 0 0.0
.debug_ranges 392576 392576 0 0.0
.debug_str 3740099 3740099 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120116 120116 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 507032 507032 0 0.0
.symtab 152752 152752 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
962396 962396 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1178812 1178812 0 0.0
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1552742 1552742 0 0.0
.debug_aranges 134312 134312 0 0.0
.debug_frame 491676 491676 0 0.0
.debug_info 41414195 41414195 0 0.0
.debug_line 5383437 5383437 0 0.0
.debug_loc 3615389 3615389 0 0.0
.debug_ranges 454464 454464 0 0.0
.debug_str 4125362 4125362 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100772 100772 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 603009 603009 0 0.0
.symtab 179440 179440 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
962650 962650 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190024 1190024 0 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1554488 1554488 0 0.0
.debug_aranges 135480 135480 0 0.0
.debug_frame 497104 497104 0 0.0
.debug_info 41456527 41456527 0 0.0
.debug_line 5423650 5423650 0 0.0
.debug_loc 3653551 3653551 0 0.0
.debug_ranges 456704 456704 0 0.0
.debug_str 4130883 4130883 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99712 99712 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 606837 606837 0 0.0
.symtab 181232 181232 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
974770 974770 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 736035 736035 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84455 84455 0 0.0
.text 651192 651192 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757603 757603 0 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79999 79999 0 0.0
.text 677212 677212 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744947 744947 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 106087 106087 0 0.0
.text 638468 638468 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 695747 695747 0 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80239 80239 0 0.0
.text 615120 615120 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681435 681435 0 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 76071 76071 0 0.0
.text 604976 604976 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 562354 562354 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 903138 903138 0 0.0
.debug_aranges 104560 104560 0 0.0
.debug_frame 352152 352152 0 0.0
.debug_info 19500869 19500869 0 0.0
.debug_line 2596882 2596882 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1583247 1583247 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107926 107926 0 0.0
.debug_str 3401649 3401649 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83722 83722 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 468295 468295 0 0.0
.symtab 279424 279424 0 0.0
.text 476512 476512 0 0.0
lock CC3235SF_LAUNCHXL (read only) 618546 618546 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 943798 943798 0 0.0
.debug_aranges 109024 109024 0 0.0
.debug_frame 367432 367432 0 0.0
.debug_info 20680056 20680056 0 0.0
.debug_line 2667254 2667254 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1638939 1638939 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112463 112463 0 0.0
.debug_str 3465835 3465835 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106298 106298 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 517531 517531 0 0.0
.symtab 299040 299040 0 0.0
.text 0 0 0 0.0
510124 510124 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553167 553167 0 0.0
.app_xip_area 444385 444385 0 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539231 539231 0 0.0
.app_xip_area 425649 425649 0 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574743 574743 0 0.0
.app_xip_area 467289 467289 0 0.0
.bss 62496 62496 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 550951 550951 0 0.0
.app_xip_area 440409 440409 0 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006856 1006856 0 0.0
.bss 171920 171920 0 0.0
.data 2692 2692 0 0.0
.text 832224 832224 0 0.0
BRD4187C (read/write) 1092968 1092968 0 0.0
.bss 195484 195484 0 0.0
.data 3300 3300 0 0.0
.text 894164 894164 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104136 1104136 0 0.0
.bss 186632 186632 0 0.0
.data 2708 2708 0 0.0
.text 914772 914772 0 0.0
window-app BRD4187C (read/write) 1128988 1128988 0 0.0
.bss 167900 167900 0 0.0
.data 3172 3172 0 0.0
.text 957896 957896 0 0.0
esp32 all-clusters-app c3devkit (read only) 1133062 1133062 0 0.0
(read/write) 1670484 1670484 0 0.0
.dram0.bss 71904 71904 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 241696 241696 0 0.0
.flash.text 1133062 1133062 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1177631 1177631 0 0.0
(read/write) 520316 520316 0 0.0
.dram0.bss 78552 78552 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 273364 273364 0 0.0
.flash.text 1172247 1172247 0 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 590004 590004 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 589468 589468 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684884 684884 0 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 571736 571736 0 0.0
light k32w0+release (read only) 589724 589724 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 589188 589188 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776904 776904 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 654888 654888 0 0.0
lock k32w0+release (read only) 561484 561484 0 0.0
(read/write) 85012 85012 0 0.0
.bss 68328 68328 0 0.0
.data 2060 2060 0 0.0
.text 560948 560948 0 0.0
linux air-purifier-app debug (read only) 2469389 2469389 0 0.0
(read/write) 126264 126264 0 0.0
.bss 46608 46608 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72184 72184 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177344 177344 0 0.0
.text 2118149 2118149 0 0.0
all-clusters-app debug (read only) 5292817 5292817 0 0.0
(read/write) 418136 418136 0 0.0
.bss 128944 128944 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278112 278112 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 300236 300236 0 0.0
.text 4613011 4613011 0 0.0
all-clusters-minimal-app debug (read only) 4884761 4884761 0 0.0
(read/write) 233016 233016 0 0.0
.bss 126672 126672 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95456 95456 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270269 270269 0 0.0
.text 4383299 4383299 0 0.0
bridge-app debug (read only) 4366089 4366089 0 0.0
(read/write) 215128 215128 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84784 84784 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218237 218237 0 0.0
.text 3930147 3930147 0 0.0
chip-tool debug (read only) 10327377 10332081 4704 0.0
(read/write) 447168 447168 0 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 341240 341240 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 389961 390857 896 0.2
.text 9333651 9337459 3808 0.0
chip-tool-ipv6only arm64 (read only) 10206568 10211304 4736 0.0
(read/write) 514048 513392 -656 -0.1
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 378752 378752 0 0.0
.dynamic 512 512 0 0.0
.got 18592 18592 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 316544 317360 816 0.3
.text 9113208 9117128 3920 0.0
lighting-app debug+rpc+ui (read only) 5225417 5225417 0 0.0
(read/write) 223120 223120 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92992 92992 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336628 336628 0 0.0
.text 4645491 4645491 0 0.0
lock-app debug (read only) 4465657 4465657 0 0.0
(read/write) 203256 203256 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79464 79464 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247581 247581 0 0.0
.text 4008403 4008403 0 0.0
ota-provider-app debug (read only) 4121673 4121673 0 0.0
(read/write) 192192 192192 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68816 68816 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199837 199837 0 0.0
.text 3730915 3730915 0 0.0
ota-requestor-app debug (read only) 4207121 4207121 0 0.0
(read/write) 196376 196376 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71760 71760 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203293 203293 0 0.0
.text 3808627 3808627 0 0.0
shell debug (read only) 2758033 2758033 0 0.0
(read/write) 149120 149120 0 0.0
.bss 59592 59592 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82928 82928 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 181024 181024 0 0.0
.text 2406274 2406274 0 0.0
thermostat-no-ble arm64 (read only) 4359824 4359824 0 0.0
(read/write) 245528 245528 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 101624 101624 0 0.0
.dynamic 512 512 0 0.0
.got 11904 11904 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161340 161340 0 0.0
.text 3859704 3859704 0 0.0
tv-app debug (read only) 5289881 5294585 4704 0.1
(read/write) 352016 352016 0 0.0
.bss 243104 243104 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96512 96512 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 271309 272205 896 0.3
.text 4774419 4778227 3808 0.1
tv-casting-app debug (read only) 8271105 8271105 0 0.0
(read/write) 315224 315224 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 150032 150032 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 339128 339128 0 0.0
.text 7524723 7524723 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523088 2523088 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1485772 1485772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1179892 1179892 0 0.0
bss 153980 153980 0 0.0
rodata 118928 118928 0 0.0
text 828076 828076 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1327312 1327312 0 0.0
bss 139990 139990 0 0.0
rodata 134960 134960 0 0.0
text 761716 761716 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1161696 1161696 0 0.0
bss 154219 154219 0 0.0
rodata 113924 113924 0 0.0
text 814632 814632 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838136 838136 0 0.0
(read/write) 1723804 1723804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192708 192708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1327154 1327154 0 0.0
.debug_aranges 141240 141240 0 0.0
.debug_frame 468012 468012 0 0.0
.debug_info 30357645 30357645 0 0.0
.debug_line 3902540 3902540 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2249695 2249695 0 0.0
.debug_rnglists 152039 152039 0 0.0
.debug_str 4128568 4128568 0 0.0
.heap 838136 838136 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 798817 798817 0 0.0
.symtab 494256 494256 0 0.0
.text 0 0 0 0.0
1520212 1520212 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839936 839936 0 0.0
(read/write) 1682380 1682380 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190932 190932 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1267364 1267364 0 0.0
.debug_aranges 137456 137456 0 0.0
.debug_frame 461400 461400 0 0.0
.debug_info 28623735 28623735 0 0.0
.debug_line 3807609 3807609 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2194111 2194111 0 0.0
.debug_rnglists 147854 147854 0 0.0
.debug_str 4021305 4021305 0 0.0
.heap 839936 839936 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 743172 743172 0 0.0
.symtab 475312 475312 0 0.0
.text 1480588 1480588 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1608548 1608548 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1109042 1109042 0 0.0
.debug_aranges 127528 127528 0 0.0
.debug_frame 424324 424324 0 0.0
.debug_info 2372685 2372685 0 0.0
.debug_line 3381907 3381907 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2030595 2030595 0 0.0
.debug_rnglists 137400 137400 0 0.0
.debug_str 3828127 3828127 0 0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 656341 656341 0 0.0
.symtab 436816 436816 0 0.0
.text 1413308 1413308 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1641292 1641292 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1101888 1101888 0 0.0
.debug_aranges 126208 126208 0 0.0
.debug_frame 419560 419560 0 0.0
.debug_info 23533335 23533335 0 0.0
.debug_line 3334131 3334131 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2007255 2007255 0 0.0
.debug_rnglists 135411 135411 0 0.0
.debug_str 3790264 3790264 0 0.0
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 629808 629808 0 0.0
.symtab 428352 428352 0 0.0
.text 1418788 1418788 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177220 1177220 0 0.0
.bss 100584 100584 0 0.0
.data 744 744 0 0.0
.text 624064 624064 0 0.0
lock-app qpg6105+debug (read/write) 1137560 1137560 0 0.0
.bss 95328 95328 0 0.0
.data 776 776 0 0.0
.text 584404 584404 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 857032 857032 0 0.0
bss 77996 77996 0 0.0
text 604536 604536 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1078656 1078656 0 0.0
bss 112632 112632 0 0.0
text 758176 758176 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1077360 1077360 0 0.0
bss 122460 122460 0 0.0
text 744692 744692 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932336 932336 0 0.0
bss 106876 106876 0 0.0
text 641732 641732 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 860436 860436 0 0.0
bss 78120 78120 0 0.0
text 607634 607634 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 962516 962516 0 0.0
bss 88184 88184 0 0.0
text 684008 684008 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088376 1088376 0 0.0
bss 112384 112384 0 0.0
text 762410 762410 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 918852 918852 0 0.0
bss 78812 78812 0 0.0
text 638462 638462 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945688 945688 0 0.0
bss 104976 104976 0 0.0
text 657534 657534 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864272 864272 0 0.0
bss 78228 78228 0 0.0
text 611808 611808 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 805132 805132 0 0.0
bss 66248 66248 0 0.0
text 578844 578844 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 820836 820836 0 0.0
bss 66652 66652 0 0.0
text 589456 589456 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 709036 709036 0 0.0
bss 86424 86424 0 0.0
text 462008 462008 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863040 863040 0 0.0
bss 78204 78204 0 0.0
text 611170 611170 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 848084 848084 0 0.0
bss 77932 77932 0 0.0
text 598342 598342 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 826212 826212 0 0.0
bss 66536 66536 0 0.0
text 594198 594198 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823668 823668 0 0.0
bss 66888 66888 0 0.0
text 591248 591248 0 0.0

@mergify mergify bot merged commit db9fc87 into project-chip:master Nov 1, 2023
55 checks passed
@bzbarsky-apple bzbarsky-apple deleted the handle-commissioning-send-errors branch November 2, 2023 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Failed to reach the CommissioningStageComplete if network is unreachable during commissioning progress
5 participants