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

Add the ability for OperationalSessionSetup to retry a few times automatically. #24808

Merged

Conversation

bzbarsky-apple
Copy link
Contributor

@bzbarsky-apple bzbarsky-apple commented Feb 2, 2023

The basic idea is that if CASE establishment fails we try again, after a brief backoff.

Also aligns all logging in OperationalSessionSetup to be Discovery, not Controller (it was a mix of the two).

@bzbarsky-apple
Copy link
Contributor Author

@g-coppock

@github-actions
Copy link

github-actions bot commented Feb 2, 2023

PR #24808: Size comparison from 1ba581b to 4085341

Increases (25 builds for esp32, linux, nrfconnect, telink)
platform target config section 1ba581b 4085341 change % change
esp32 all-clusters-app c3devkit (read only) 1046600 1046926 326 0.0
(read/write) 1518682 1518706 24 0.0
.flash.rodata 220640 220728 88 0.0
.flash.text 1046600 1046926 326 0.0
m5stack (read only) 1098291 1098619 328 0.0
(read/write) 500307 500339 32 0.0
.flash.rodata 249392 249488 96 0.0
.flash.text 1092907 1093235 328 0.0
linux all-clusters-app debug (read only) 3154937 3156377 1440 0.0
.rodata 283659 283787 128 0.0
.text 2685858 2687170 1312 0.0
all-clusters-minimal-app debug (read only) 2971209 2972649 1440 0.0
.rodata 282379 282507 128 0.0
.text 2506738 2508050 1312 0.1
bridge-app debug (read only) 2524825 2526233 1408 0.1
.rodata 213920 214048 128 0.1
.text 2138514 2139794 1280 0.1
chip-tool debug (read only) 11643081 11644505 1424 0.0
.rodata 651301 651429 128 0.0
.text 9468548 9469844 1296 0.0
chip-tool-ipv6only arm64 (read only) 11040108 11041660 1552 0.0
(read/write) 704904 704936 32 0.0
.data.rel.ro 648312 648336 24 0.0
.got 14128 14136 8 0.1
.rodata 577084 577212 128 0.0
.text 8789796 8791172 1376 0.0
lighting-app debug+rpc (read only) 2692225 2693649 1424 0.1
.rodata 229856 229984 128 0.1
.text 2285010 2286306 1296 0.1
lock-app debug (read only) 2655033 2656457 1424 0.1
.rodata 246088 246216 128 0.1
.text 2236434 2237730 1296 0.1
ota-provider-app debug (read only) 2225057 2226465 1408 0.1
.rodata 197416 197544 128 0.1
.text 1887122 1888402 1280 0.1
ota-requestor-app debug (read only) 2386569 2387993 1424 0.1
.rodata 204400 204528 128 0.1
.text 2032626 2033922 1296 0.1
shell debug (read only) 2684385 2685825 1440 0.1
.rodata 241746 241874 128 0.1
.text 2282194 2283506 1312 0.1
thermostat-no-ble arm64 (read only) 2506620 2508156 1536 0.1
(read/write) 144680 144712 32 0.0
.data.rel.ro 76968 76992 24 0.0
.got 5392 5400 8 0.1
.rodata 150856 150984 128 0.1
.text 2093936 2095296 1360 0.1
tv-app debug (read only) 3314737 3316177 1440 0.0
.rodata 270520 270648 128 0.0
.text 2849490 2850802 1312 0.0
tv-casting-app debug (read only) 5700265 5701705 1440 0.0
.rodata 365300 365428 128 0.0
.text 5049346 5050658 1312 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1160672 1161000 328 0.0
rodata 133436 133524 88 0.1
text 803808 804060 252 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1366012 1366292 280 0.0
rodata 210876 210964 88 0.0
text 763564 763808 244 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1107048 1107264 216 0.0
rodata 110580 110668 88 0.1
text 773880 774132 252 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1015280 1015620 340 0.0
text 685420 685730 310 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 951940 952280 340 0.0
text 647800 648112 312 0.0
contact-sensor-app tlsr9518adk80d (read/write) 857468 857808 340 0.0
text 578858 579168 310 0.1
light-switch-app tlsr9518adk80d (read/write) 873168 873508 340 0.0
text 592904 593214 310 0.1
lighting-app tlsr9518adk80d (read/write) 950484 950824 340 0.0
text 658300 658608 308 0.0
ota-requestor-app tlsr9518adk80d (read/write) 887328 887668 340 0.0
text 604270 604582 312 0.1
thermostat tlsr9518adk80d (read/write) 877376 877716 340 0.0
text 594480 594792 312 0.1
Decreases (12 builds for esp32, nrfconnect, telink)
platform target config section 1ba581b 4085341 change % change
esp32 all-clusters-app c3devkit .dram0.bss 78024 77960 -64 -0.1
m5stack .dram0.bss 83072 83008 -64 -0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 143595 143531 -64 -0.0
nrf7002dk_nrf5340_cpuapp bss 106054 105990 -64 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 bss 142751 142687 -64 -0.0
telink all-clusters-app tlsr9518adk80d bss 98044 97980 -64 -0.1
all-clusters-minimal-app tlsr9518adk80d bss 97092 97028 -64 -0.1
contact-sensor-app tlsr9518adk80d bss 89216 89152 -64 -0.1
light-switch-app tlsr9518adk80d bss 89304 89240 -64 -0.1
lighting-app tlsr9518adk80d bss 97452 97388 -64 -0.1
ota-requestor-app tlsr9518adk80d bss 90252 90188 -64 -0.1
thermostat tlsr9518adk80d bss 90692 90628 -64 -0.1
Full report (25 builds for esp32, linux, nrfconnect, telink)
platform target config section 1ba581b 4085341 change % change
esp32 all-clusters-app c3devkit (read only) 1046600 1046926 326 0.0
(read/write) 1518682 1518706 24 0.0
.dram0.bss 78024 77960 -64 -0.1
.dram0.data 13792 13792 0 0.0
.flash.rodata 220640 220728 88 0.0
.flash.text 1046600 1046926 326 0.0
.iram0.text 72896 72896 0 0.0
m5stack (read only) 1098291 1098619 328 0.0
(read/write) 500307 500339 32 0.0
.dram0.bss 83072 83008 -64 -0.1
.dram0.data 34072 34072 0 0.0
.flash.rodata 249392 249488 96 0.0
.flash.text 1092907 1093235 328 0.0
.iram0.text 124855 124855 0 0.0
linux all-clusters-app debug (read only) 3154937 3156377 1440 0.0
(read/write) 154864 154864 0 0.0
.bss 63744 63744 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 82248 82248 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 283659 283787 128 0.0
.text 2685858 2687170 1312 0.0
all-clusters-minimal-app debug (read only) 2971209 2972649 1440 0.0
(read/write) 148080 148080 0 0.0
.bss 62880 62880 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 76472 76472 0 0.0
.dynamic 608 608 0 0.0
.got 4688 4688 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 282379 282507 128 0.0
.text 2506738 2508050 1312 0.1
bridge-app debug (read only) 2524825 2526233 1408 0.1
(read/write) 132320 132320 0 0.0
.bss 53632 53632 0 0.0
.data 3632 3632 0 0.0
.data.rel.ro 68952 68952 0 0.0
.dynamic 608 608 0 0.0
.got 4616 4616 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 213920 214048 128 0.1
.text 2138514 2139794 1280 0.1
chip-tool debug (read only) 11643081 11644505 1424 0.0
(read/write) 655568 655568 0 0.0
.bss 26264 26264 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 619504 619504 0 0.0
.dynamic 608 608 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 651301 651429 128 0.0
.text 9468548 9469844 1296 0.0
chip-tool-ipv6only arm64 (read only) 11040108 11041660 1552 0.0
(read/write) 704904 704936 32 0.0
.bss 34248 34248 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 648312 648336 24 0.0
.dynamic 560 560 0 0.0
.got 14128 14136 8 0.1
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 577084 577212 128 0.0
.text 8789796 8791172 1376 0.0
lighting-app debug+rpc (read only) 2692225 2693649 1424 0.1
(read/write) 131688 131688 0 0.0
.bss 51104 51104 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 72088 72088 0 0.0
.dynamic 608 608 0 0.0
.got 4648 4648 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 229856 229984 128 0.1
.text 2285010 2286306 1296 0.1
lock-app debug (read only) 2655033 2656457 1424 0.1
(read/write) 126736 126736 0 0.0
.bss 49536 49536 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 69064 69064 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 246088 246216 128 0.1
.text 2236434 2237730 1296 0.1
ota-provider-app debug (read only) 2225057 2226465 1408 0.1
(read/write) 106480 106480 0 0.0
.bss 47712 47712 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51560 51560 0 0.0
.dynamic 608 608 0 0.0
.got 3744 3744 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 197416 197544 128 0.1
.text 1887122 1888402 1280 0.1
ota-requestor-app debug (read only) 2386569 2387993 1424 0.1
(read/write) 114208 114208 0 0.0
.bss 50176 50176 0 0.0
.data 2480 2480 0 0.0
.data.rel.ro 56328 56328 0 0.0
.dynamic 608 608 0 0.0
.got 3744 3744 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 204400 204528 128 0.1
.text 2032626 2033922 1296 0.1
shell debug (read only) 2684385 2685825 1440 0.1
(read/write) 139360 139360 0 0.0
.bss 59144 59144 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 73128 73128 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 241746 241874 128 0.1
.text 2282194 2283506 1312 0.1
thermostat-no-ble arm64 (read only) 2506620 2508156 1536 0.1
(read/write) 144680 144712 32 0.0
.bss 56456 56456 0 0.0
.data 1824 1824 0 0.0
.data.rel.ro 76968 76992 24 0.0
.dynamic 560 560 0 0.0
.got 5392 5400 8 0.1
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 150856 150984 128 0.1
.text 2093936 2095296 1360 0.1
tv-app debug (read only) 3314737 3316177 1440 0.0
(read/write) 259568 259568 0 0.0
.bss 170872 170872 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 78096 78096 0 0.0
.dynamic 608 608 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 270520 270648 128 0.0
.text 2849490 2850802 1312 0.0
tv-casting-app debug (read only) 5700265 5701705 1440 0.0
(read/write) 164568 164568 0 0.0
.bss 53496 53496 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 102520 102520 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 365300 365428 128 0.0
.text 5049346 5050658 1312 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160672 1161000 328 0.0
bss 143595 143531 -64 -0.0
rodata 133436 133524 88 0.1
text 803808 804060 252 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366012 1366292 280 0.0
bss 106054 105990 -64 -0.1
rodata 210876 210964 88 0.0
text 763564 763808 244 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1107048 1107264 216 0.0
bss 142751 142687 -64 -0.0
rodata 110580 110668 88 0.1
text 773880 774132 252 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1015280 1015620 340 0.0
bss 98044 97980 -64 -0.1
text 685420 685730 310 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 951940 952280 340 0.0
bss 97092 97028 -64 -0.1
text 647800 648112 312 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 857468 857808 340 0.0
bss 89216 89152 -64 -0.1
text 578858 579168 310 0.1
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 873168 873508 340 0.0
bss 89304 89240 -64 -0.1
text 592904 593214 310 0.1
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950484 950824 340 0.0
bss 97452 97388 -64 -0.1
text 658300 658608 308 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887328 887668 340 0.0
bss 90252 90188 -64 -0.1
text 604270 604582 312 0.1
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877376 877716 340 0.0
bss 90692 90628 -64 -0.1
text 594480 594792 312 0.1

@github-actions
Copy link

github-actions bot commented Feb 2, 2023

PR #24808: Size comparison from 6f041ac to e6aa58f

Increases (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6f041ac e6aa58f change % change
bl602 lighting-app bl602 (read/write) 1345490 1345862 372 0.0
.text 1022522 1022868 346 0.0
bl602+rpc (read/write) 1390674 1391054 380 0.0
.text 1053200 1053546 346 0.0
bl702 lighting-app bl702 (read/write) 1183467 1183851 384 0.0
.debug_abbrev 1550158 1550206 48 0.0
.debug_aranges 134056 134080 24 0.0
.debug_frame 490960 491064 104 0.0
.debug_info 40198207 4019988 1682 0.0
.debug_line 5266054 5267036 982 0.0
.debug_loc 3400632 3401182 550 0.0
.debug_ranges 371672 371720 48 0.0
.debug_str 3534920 3535262 342 0.0
.rodata 106752 106848 96 0.1
.strtab 571683 571877 194 0.0
.symtab 173184 173232 48 0.0
.text 951562 951908 346 0.0
bl702+rpc (read/write) 1276159 1276543 384 0.0
.debug_abbrev 1698572 1698620 48 0.0
.debug_aranges 142280 142304 24 0.0
.debug_frame 518664 518768 104 0.0
.debug_info 44594580 44596263 1683 0.0
.debug_line 5664522 5665504 982 0.0
.debug_loc 3596881 3597432 551 0.0
.debug_ranges 395376 395424 48 0.0
.debug_str 3938158 3938500 342 0.0
.rodata 121296 121392 96 0.1
.strtab 632280 632474 194 0.0
.symtab 191536 191584 48 0.0
.text 1028588 1028932 344 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 676771 676979 208 0.0
.text 588940 589148 208 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640851 641083 232 0.0
.text 563064 563296 232 0.0
lock-ftd LP_CC2652R7 (read only) 673823 674039 216 0.0
.text 597032 597248 216 0.0
lock-mtd LP_CC2652R7 (read only) 660183 660527 344 0.1
.rodata 102775 102863 88 0.1
.text 556928 557184 256 0.0
pump-app LP_CC2652R7 (read only) 686883 687235 352 0.1
.rodata 90435 90523 88 0.1
.text 595968 596232 264 0.0
pump-controller-app LP_CC2652R7 (read only) 672315 672667 352 0.1
.rodata 86515 86603 88 0.1
.text 585320 585584 264 0.0
shell LP_CC2652R7 (read only) 668022 668238 216 0.0
.text 583456 583672 216 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 583898 584034 136 0.0
.app_xip_area 460652 460852 200 0.0
lock cyw930739m2evb_01 (read/write) 587614 587750 136 0.0
.app_xip_area 459072 459272 200 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549358 549486 128 0.0
.app_xip_area 431592 431784 192 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1037624 1037912 288 0.0
.text 853932 854284 352 0.0
BRD4187C (read/write) 1150752 1151064 312 0.0
.text 990692 991068 376 0.0
lock-app BRD4161A+wf200 (read/write) 1065296 1065488 192 0.0
.text 910068 910324 256 0.0
window-app BRD4187C (read/write) 1145660 1145972 312 0.0
.text 984068 984444 376 0.0
esp32 all-clusters-app c3devkit (read only) 1046600 1046928 328 0.0
(read/write) 1518682 1518706 24 0.0
.flash.rodata 220640 220728 88 0.0
.flash.text 1046600 1046928 328 0.0
m5stack (read only) 1098291 1098619 328 0.0
(read/write) 500307 500335 28 0.0
.flash.rodata 249392 249484 92 0.0
.flash.text 1092907 1093235 328 0.0
k32w contact k32w0+release (read/write) 659452 659612 160 0.0
.text 561604 561828 224 0.0
light k32w0+release (read/write) 671404 671692 288 0.0
.text 592204 592556 352 0.1
lock k32w0+release (read/write) 630784 630944 160 0.0
.text 550796 551020 224 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2463256 2463600 344 0.0
.text 1425900 1426244 344 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1160672 1161000 328 0.0
rodata 133436 133524 88 0.1
text 803808 804060 252 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1366012 1366292 280 0.0
rodata 210876 210964 88 0.0
text 763564 763808 244 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1107048 1107264 216 0.0
rodata 110580 110668 88 0.1
text 773880 774132 252 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840808 840872 64 0.0
(read/write) 1755732 1756052 320 0.0
.debug_abbrev 1251513 1251576 63 0.0
.debug_aranges 111280 111304 24 0.0
.debug_frame 373628 373712 84 0.0
.debug_info 27505608 27507937 2329 0.0
.debug_line 3779124 3779845 721 0.0
.debug_loc 3673185 3674004 819 0.0
.debug_ranges 362248 362296 48 0.0
.debug_str 3485030 3485372 342 0.0
.heap 840808 840872 64 0.0
.strtab 577246 577440 194 0.0
.symtab 424288 424416 128 0.0
.text 1554808 1555192 384 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841624 841688 64 0.0
(read/write) 1697612 1697932 320 0.0
.debug_abbrev 1237224 1237287 63 0.0
.debug_aranges 110544 110568 24 0.0
.debug_frame 376072 376156 84 0.0
.debug_info 27063369 27065697 2328 0.0
.debug_line 3787499 3788220 721 0.0
.debug_loc 3656916 3657735 819 0.0
.debug_ranges 360216 360264 48 0.0
.debug_str 3470783 3471125 342 0.0
.heap 841624 841688 64 0.0
.strtab 538662 538856 194 0.0
.symtab 409728 409856 128 0.0
.text 1497504 1497888 384 0.0
light cy8ckit_062s2_43012 (read only) 849944 850008 64 0.0
(read/write) 1611180 1611492 312 0.0
.debug_abbrev 1071614 1071677 63 0.0
.debug_aranges 102800 102824 24 0.0
.debug_frame 346616 346700 84 0.0
.debug_info 22490619 22492933 2314 0.0
.debug_line 3340291 3341008 717 0.0
.debug_loc 3336464 3337295 831 0.0
.debug_ranges 319440 319488 48 0.0
.debug_str 3274807 3275149 342 0.0
.heap 849944 850008 64 0.0
.strtab 474072 474266 194 0.0
.symtab 377632 377760 128 0.0
.text 1419392 1419768 376 0.0
lock cy8ckit_062s2_43012 (read only) 844960 845024 64 0.0
(read/write) 1645188 1645500 312 0.0
.debug_abbrev 1073262 1073325 63 0.0
.debug_aranges 103192 103216 24 0.0
.debug_frame 348448 348532 84 0.0
.debug_info 22711597 22713912 2315 0.0
.debug_line 3341772 3342489 717 0.0
.debug_loc 3357821 3358652 831 0.0
.debug_ranges 321304 321352 48 0.0
.debug_str 3291255 3291597 342 0.0
.heap 844960 845024 64 0.0
.strtab 477035 477229 194 0.0
.symtab 379504 379632 128 0.0
.text 1448416 1448792 376 0.0
qpg lighting-app qpg6105+debug (read/write) 1147688 1148048 360 0.0
.text 594788 595148 360 0.1
lock-app qpg6105+debug (read/write) 1115408 1115760 352 0.0
.text 562504 562856 352 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 1015272 1015620 348 0.0
text 685416 685730 314 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 951940 952280 340 0.0
text 647798 648112 314 0.0
contact-sensor-app tlsr9518adk80d (read/write) 857468 857808 340 0.0
text 578858 579166 308 0.1
light-switch-app tlsr9518adk80d (read/write) 873168 873508 340 0.0
text 592904 593216 312 0.1
lighting-app tlsr9518adk80d (read/write) 950484 950824 340 0.0
text 658298 658608 310 0.0
ota-requestor-app tlsr9518adk80d (read/write) 887328 887668 340 0.0
text 604272 604582 310 0.1
thermostat tlsr9518adk80d (read/write) 877376 877716 340 0.0
text 594480 594794 314 0.1
Decreases (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6f041ac e6aa58f change % change
bl602 lighting-app bl602 .bss 94858 94794 -64 -0.1
bl602+rpc .bss 102906 102842 -64 -0.1
bl702 lighting-app bl702 .bss 69969 69905 -64 -0.1
bl702+rpc .bss 78017 77953 -64 -0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 174476 174204 -272 -0.2
.bss 80940 80876 -64 -0.1
all-clusters-minimal-app LP_CC2652R7 (read/write) 157632 157568 -64 -0.0
.bss 80132 80068 -64 -0.1
lock-ftd LP_CC2652R7 (read/write) 174768 174488 -280 -0.2
.bss 78372 78308 -64 -0.1
lock-mtd LP_CC2652R7 (read/write) 183672 183264 -408 -0.2
.bss 73636 73572 -64 -0.1
pump-app LP_CC2652R7 (read/write) 162444 162028 -416 -0.3
.bss 78340 78276 -64 -0.1
pump-controller-app LP_CC2652R7 (read/write) 177124 176708 -416 -0.2
.bss 78452 78388 -64 -0.1
shell LP_CC2652R7 (read/write) 185296 185016 -280 -0.2
.bss 83012 82948 -64 -0.1
cyw30739 light cyw930739m2evb_01 .bss 65696 65632 -64 -0.1
lock cyw930739m2evb_01 .bss 70984 70920 -64 -0.1
ota-requestor-no-progress-logging cyw930739m2evb_01 .bss 60256 60192 -64 -0.1
efr32 lighting-app BRD4161A+rs911x .bss 181624 181560 -64 -0.0
BRD4187C .bss 132920 132856 -64 -0.0
lock-app BRD4161A+wf200 .bss 153152 153088 -64 -0.0
window-app BRD4187C .bss 134424 134360 -64 -0.0
esp32 all-clusters-app c3devkit .dram0.bss 78024 77960 -64 -0.1
m5stack .dram0.bss 83072 83008 -64 -0.1
k32w contact k32w0+release .bss 76624 76560 -64 -0.1
light k32w0+release .bss 74408 74344 -64 -0.1
lock k32w0+release .bss 75176 75112 -64 -0.1
mbed lock-app CY8CPROTO_062_4343W+release .bss 215956 215892 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 143595 143531 -64 -0.0
nrf7002dk_nrf5340_cpuapp bss 106054 105990 -64 -0.1
all-clusters-minimal-app nrf52840dk_nrf52840 bss 142751 142687 -64 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .bss 189864 189800 -64 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .bss 189056 188992 -64 -0.0
light cy8ckit_062s2_43012 .bss 180936 180872 -64 -0.0
lock cy8ckit_062s2_43012 .bss 185912 185848 -64 -0.0
qpg lighting-app qpg6105+debug .bss 99940 99876 -64 -0.1
lock-app qpg6105+debug .bss 96460 96396 -64 -0.1
telink all-clusters-app tlsr9518adk80d bss 98044 97980 -64 -0.1
all-clusters-minimal-app tlsr9518adk80d bss 97092 97028 -64 -0.1
contact-sensor-app tlsr9518adk80d bss 89216 89152 -64 -0.1
light-switch-app tlsr9518adk80d bss 89304 89240 -64 -0.1
lighting-app tlsr9518adk80d bss 97452 97388 -64 -0.1
ota-requestor-app tlsr9518adk80d bss 90252 90188 -64 -0.1
thermostat tlsr9518adk80d bss 90692 90628 -64 -0.1
Full report (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6f041ac e6aa58f change % change
bl602 lighting-app bl602 (read/write) 1345490 1345862 372 0.0
.bss 94858 94794 -64 -0.1
.data 9736 9736 0 0.0
.text 1022522 1022868 346 0.0
bl602+rpc (read/write) 1390674 1391054 380 0.0
.bss 102906 102842 -64 -0.1
.data 10128 10128 0 0.0
.text 1053200 1053546 346 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1183467 1183851 384 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 69969 69905 -64 -0.1
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4056 4056 0 0.0
.debug_abbrev 1550158 1550206 48 0.0
.debug_aranges 134056 134080 24 0.0
.debug_frame 490960 491064 104 0.0
.debug_info 40198207 4019988 1682 0.0
.debug_line 5266054 5267036 982 0.0
.debug_loc 3400632 3401182 550 0.0
.debug_ranges 371672 371720 48 0.0
.debug_str 3534920 3535262 342 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106752 106848 96 0.1
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 571683 571877 194 0.0
.symtab 173184 173232 48 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
951562 951908 346 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1276159 1276543 384 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 78017 77953 -64 -0.1
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4608 4608 0 0.0
.debug_abbrev 1698572 1698620 48 0.0
.debug_aranges 142280 142304 24 0.0
.debug_frame 518664 518768 104 0.0
.debug_info 44594580 44596263 1683 0.0
.debug_line 5664522 5665504 982 0.0
.debug_loc 3596881 3597432 551 0.0
.debug_ranges 395376 395424 48 0.0
.debug_str 3938158 3938500 342 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121296 121392 96 0.1
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 632280 632474 194 0.0
.symtab 191536 191584 48 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028588 1028932 344 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 676771 676979 208 0.0
(read/write) 174476 174204 -272 -0.2
.bss 80940 80876 -64 -0.1
.data 3384 3384 0 0.0
.rodata 87515 87515 0 0.0
.text 588940 589148 208 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640851 641083 232 0.0
(read/write) 157632 157568 -64 -0.0
.bss 80132 80068 -64 -0.1
.data 3384 3384 0 0.0
.rodata 77467 77467 0 0.0
.text 563064 563296 232 0.0
lock-ftd LP_CC2652R7 (read only) 673823 674039 216 0.0
(read/write) 174768 174488 -280 -0.2
.bss 78372 78308 -64 -0.1
.data 3312 3312 0 0.0
.rodata 76311 76311 0 0.0
.text 597032 597248 216 0.0
lock-mtd LP_CC2652R7 (read only) 660183 660527 344 0.1
(read/write) 183672 183264 -408 -0.2
.bss 73636 73572 -64 -0.1
.data 3312 3312 0 0.0
.rodata 102775 102863 88 0.1
.text 556928 557184 256 0.0
pump-app LP_CC2652R7 (read only) 686883 687235 352 0.1
(read/write) 162444 162028 -416 -0.3
.bss 78340 78276 -64 -0.1
.data 3276 3276 0 0.0
.rodata 90435 90523 88 0.1
.text 595968 596232 264 0.0
pump-controller-app LP_CC2652R7 (read only) 672315 672667 352 0.1
(read/write) 177124 176708 -416 -0.2
.bss 78452 78388 -64 -0.1
.data 3300 3300 0 0.0
.rodata 86515 86603 88 0.1
.text 585320 585584 264 0.0
shell LP_CC2652R7 (read only) 668022 668238 216 0.0
(read/write) 185296 185016 -280 -0.2
.bss 83012 82948 -64 -0.1
.data 3380 3380 0 0.0
.rodata 84254 84254 0 0.0
.text 583456 583672 216 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 583898 584034 136 0.0
.app_xip_area 460652 460852 200 0.0
.bss 65696 65632 -64 -0.1
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 587614 587750 136 0.0
.app_xip_area 459072 459272 200 0.0
.bss 70984 70920 -64 -0.1
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549358 549486 128 0.0
.app_xip_area 431592 431784 192 0.0
.bss 60256 60192 -64 -0.1
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1037624 1037912 288 0.0
.bss 181624 181560 -64 -0.0
.data 2044 2044 0 0.0
.text 853932 854284 352 0.0
BRD4187C (read/write) 1150752 1151064 312 0.0
.bss 132920 132856 -64 -0.0
.data 2544 2544 0 0.0
.text 990692 991068 376 0.0
lock-app BRD4161A+wf200 (read/write) 1065296 1065488 192 0.0
.bss 153152 153088 -64 -0.0
.data 2052 2052 0 0.0
.text 910068 910324 256 0.0
window-app BRD4187C (read/write) 1145660 1145972 312 0.0
.bss 134424 134360 -64 -0.0
.data 2572 2572 0 0.0
.text 984068 984444 376 0.0
esp32 all-clusters-app c3devkit (read only) 1046600 1046928 328 0.0
(read/write) 1518682 1518706 24 0.0
.dram0.bss 78024 77960 -64 -0.1
.dram0.data 13792 13792 0 0.0
.flash.rodata 220640 220728 88 0.0
.flash.text 1046600 1046928 328 0.0
.iram0.text 72896 72896 0 0.0
m5stack (read only) 1098291 1098619 328 0.0
(read/write) 500307 500335 28 0.0
.dram0.bss 83072 83008 -64 -0.1
.dram0.data 34072 34072 0 0.0
.flash.rodata 249392 249484 92 0.0
.flash.text 1092907 1093235 328 0.0
.iram0.text 124855 124855 0 0.0
k32w contact k32w0+release (read/write) 659452 659612 160 0.0
.bss 76624 76560 -64 -0.1
.data 2112 2112 0 0.0
.text 561604 561828 224 0.0
light k32w0+release (read/write) 671404 671692 288 0.0
.bss 74408 74344 -64 -0.1
.data 2064 2064 0 0.0
.text 592204 592556 352 0.1
lock k32w0+release (read/write) 630784 630944 160 0.0
.bss 75176 75112 -64 -0.1
.data 2084 2084 0 0.0
.text 550796 551020 224 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463256 2463600 344 0.0
.bss 215956 215892 -64 -0.0
.data 5880 5880 0 0.0
.text 1425900 1426244 344 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160672 1161000 328 0.0
bss 143595 143531 -64 -0.0
rodata 133436 133524 88 0.1
text 803808 804060 252 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366012 1366292 280 0.0
bss 106054 105990 -64 -0.1
rodata 210876 210964 88 0.0
text 763564 763808 244 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1107048 1107264 216 0.0
bss 142751 142687 -64 -0.0
rodata 110580 110668 88 0.1
text 773880 774132 252 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840808 840872 64 0.0
(read/write) 1755732 1756052 320 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189864 189800 -64 -0.0
.comment 200 200 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 2672 2672 0 0.0
.debug_abbrev 1251513 1251576 63 0.0
.debug_aranges 111280 111304 24 0.0
.debug_frame 373628 373712 84 0.0
.debug_info 27505608 27507937 2329 0.0
.debug_line 3779124 3779845 721 0.0
.debug_loc 3673185 3674004 819 0.0
.debug_ranges 362248 362296 48 0.0
.debug_str 3485030 3485372 342 0.0
.heap 840808 840872 64 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 577246 577440 194 0.0
.symtab 424288 424416 128 0.0
.text 1554808 1555192 384 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841624 841688 64 0.0
(read/write) 1697612 1697932 320 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189056 188992 -64 -0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1237224 1237287 63 0.0
.debug_aranges 110544 110568 24 0.0
.debug_frame 376072 376156 84 0.0
.debug_info 27063369 27065697 2328 0.0
.debug_line 3787499 3788220 721 0.0
.debug_loc 3656916 3657735 819 0.0
.debug_ranges 360216 360264 48 0.0
.debug_str 3470783 3471125 342 0.0
.heap 841624 841688 64 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 538662 538856 194 0.0
.symtab 409728 409856 128 0.0
.text 1497504 1497888 384 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849944 850008 64 0.0
(read/write) 1611180 1611492 312 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180936 180872 -64 -0.0
.comment 200 200 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 2464 2464 0 0.0
.debug_abbrev 1071614 1071677 63 0.0
.debug_aranges 102800 102824 24 0.0
.debug_frame 346616 346700 84 0.0
.debug_info 22490619 22492933 2314 0.0
.debug_line 3340291 3341008 717 0.0
.debug_loc 3336464 3337295 831 0.0
.debug_ranges 319440 319488 48 0.0
.debug_str 3274807 3275149 342 0.0
.heap 849944 850008 64 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474072 474266 194 0.0
.symtab 377632 377760 128 0.0
.text 1419392 1419768 376 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 844960 845024 64 0.0
(read/write) 1645188 1645500 312 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185912 185848 -64 -0.0
.comment 200 200 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 1073262 1073325 63 0.0
.debug_aranges 103192 103216 24 0.0
.debug_frame 348448 348532 84 0.0
.debug_info 22711597 22713912 2315 0.0
.debug_line 3341772 3342489 717 0.0
.debug_loc 3357821 3358652 831 0.0
.debug_ranges 321304 321352 48 0.0
.debug_str 3291255 3291597 342 0.0
.heap 844960 845024 64 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 477035 477229 194 0.0
.symtab 379504 379632 128 0.0
.text 1448416 1448792 376 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1147688 1148048 360 0.0
.bss 99940 99876 -64 -0.1
.data 848 848 0 0.0
.text 594788 595148 360 0.1
lock-app qpg6105+debug (read/write) 1115408 1115760 352 0.0
.bss 96460 96396 -64 -0.1
.data 860 860 0 0.0
.text 562504 562856 352 0.1
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1015272 1015620 348 0.0
bss 98044 97980 -64 -0.1
text 685416 685730 314 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 951940 952280 340 0.0
bss 97092 97028 -64 -0.1
text 647798 648112 314 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 857468 857808 340 0.0
bss 89216 89152 -64 -0.1
text 578858 579166 308 0.1
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 873168 873508 340 0.0
bss 89304 89240 -64 -0.1
text 592904 593216 312 0.1
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950484 950824 340 0.0
bss 97452 97388 -64 -0.1
text 658298 658608 310 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887328 887668 340 0.0
bss 90252 90188 -64 -0.1
text 604272 604582 310 0.1
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877376 877716 340 0.0
bss 90692 90628 -64 -0.1
text 594480 594794 314 0.1

…matically.

The basic idea is that if CASE establishment fails we try again, after
a brief backoff.
@bzbarsky-apple bzbarsky-apple force-pushed the case-automatic-reattempts branch from e6aa58f to 77ee378 Compare February 2, 2023 07:02
@github-actions
Copy link

github-actions bot commented Feb 2, 2023

PR #24808: Size comparison from cd919db to 77ee378

Increases (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section cd919db 77ee378 change % change
bl602 lighting-app bl602 (read/write) 1345474 1345862 388 0.0
.text 1022544 1022870 326 0.0
bl602+rpc (read/write) 1390666 1391054 388 0.0
.text 1053222 1053548 326 0.0
bl702 lighting-app bl702 (read/write) 1183451 1183851 400 0.0
.debug_abbrev 1550158 1550206 48 0.0
.debug_aranges 134056 134080 24 0.0
.debug_frame 490960 491064 104 0.0
.debug_info 40198206 4019988 1683 0.0
.debug_line 5266044 5267036 992 0.0
.debug_loc 3400632 3401182 550 0.0
.debug_ranges 371672 371720 48 0.0
.debug_str 3534920 3535262 342 0.0
.rodata 106752 106848 96 0.1
.strtab 571683 571877 194 0.0
.symtab 173184 173232 48 0.0
.text 951584 951908 324 0.0
bl702+rpc (read/write) 1276143 1276543 400 0.0
.debug_abbrev 1698572 1698620 48 0.0
.debug_aranges 142280 142304 24 0.0
.debug_frame 518664 518768 104 0.0
.debug_info 44594578 44596264 1686 0.0
.debug_line 5664512 5665504 992 0.0
.debug_loc 3596881 3597432 551 0.0
.debug_ranges 395376 395424 48 0.0
.debug_str 3938158 3938500 342 0.0
.rodata 121296 121392 96 0.1
.strtab 632280 632474 194 0.0
.symtab 191536 191584 48 0.0
.text 1028608 1028934 326 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 676779 676979 200 0.0
.text 588948 589148 200 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640867 641075 208 0.0
.text 563080 563288 208 0.0
lock-ftd LP_CC2652R7 (read only) 673831 674039 208 0.0
.text 597040 597248 208 0.0
lock-mtd LP_CC2652R7 (read only) 660199 660527 328 0.0
.rodata 102775 102863 88 0.1
.text 556944 557184 240 0.0
pump-app LP_CC2652R7 (read only) 686883 687235 352 0.1
.rodata 90435 90523 88 0.1
.text 595968 596232 264 0.0
pump-controller-app LP_CC2652R7 (read only) 672315 672667 352 0.1
.rodata 86515 86603 88 0.1
.text 585320 585584 264 0.0
shell LP_CC2652R7 (read only) 668030 668238 208 0.0
.text 583464 583672 208 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 583890 584034 144 0.0
.app_xip_area 460676 460852 176 0.0
lock cyw930739m2evb_01 (read/write) 587614 587750 136 0.0
.app_xip_area 459104 459272 168 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549358 549486 128 0.0
.app_xip_area 431624 431784 160 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1037560 1037912 352 0.0
.text 853900 854284 384 0.0
BRD4187C (read/write) 1150832 1151064 232 0.0
.text 990804 991068 264 0.0
lock-app BRD4161A+wf200 (read/write) 1065248 1065488 240 0.0
.text 910052 910324 272 0.0
window-app BRD4187C (read/write) 1145732 1145972 240 0.0
.text 984172 984444 272 0.0
esp32 all-clusters-app c3devkit (read only) 1046618 1046930 312 0.0
(read/write) 1518650 1518706 56 0.0
.flash.rodata 220640 220728 88 0.0
.flash.text 1046618 1046930 312 0.0
m5stack (read only) 1098355 1098619 264 0.0
(read/write) 500271 500339 68 0.0
.flash.rodata 249388 249488 100 0.0
.flash.text 1092971 1093235 264 0.0
k32w contact k32w0+release (read/write) 659436 659612 176 0.0
.text 561620 561828 208 0.0
light k32w0+release (read/write) 671388 671692 304 0.0
.text 592220 592556 336 0.1
lock k32w0+release (read/write) 630768 630944 176 0.0
.text 550812 551020 208 0.0
linux chip-tool-ipv6only arm64 (read only) 11040124 11041660 1536 0.0
(read/write) 704904 704936 32 0.0
.data.rel.ro 648312 648336 24 0.0
.got 14128 14136 8 0.1
.rodata 577084 577212 128 0.0
.text 8789812 8791172 1360 0.0
thermostat-no-ble arm64 (read only) 2506620 2508156 1536 0.1
(read/write) 144680 144712 32 0.0
.data.rel.ro 76968 76992 24 0.0
.got 5392 5400 8 0.1
.rodata 150856 150984 128 0.1
.text 2093936 2095296 1360 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2463320 2463600 280 0.0
.text 1425964 1426244 280 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1160656 1161000 344 0.0
rodata 133436 133524 88 0.1
text 803804 804060 256 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1365948 1366292 344 0.0
rodata 210876 210964 88 0.0
text 763556 763808 252 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1106920 1107264 344 0.0
rodata 110580 110668 88 0.1
text 773876 774132 256 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840840 840872 32 0.0
(read/write) 1755652 1756052 400 0.0
.debug_abbrev 1251513 1251576 63 0.0
.debug_aranges 111280 111304 24 0.0
.debug_frame 373628 373712 84 0.0
.debug_info 27505600 27507937 2337 0.0
.debug_line 3779127 3779845 718 0.0
.debug_loc 3673110 3674004 894 0.0
.debug_ranges 362248 362296 48 0.0
.debug_str 3485030 3485372 342 0.0
.heap 840840 840872 32 0.0
.strtab 577246 577440 194 0.0
.symtab 424288 424416 128 0.0
.text 1554760 1555192 432 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841656 841688 32 0.0
(read/write) 1697516 1697932 416 0.0
.debug_abbrev 1237224 1237287 63 0.0
.debug_aranges 110544 110568 24 0.0
.debug_frame 376072 376156 84 0.0
.debug_info 27063360 27065698 2338 0.0
.debug_line 3787502 3788220 718 0.0
.debug_loc 3656841 3657735 894 0.0
.debug_ranges 360216 360264 48 0.0
.debug_str 3470783 3471125 342 0.0
.heap 841656 841688 32 0.0
.strtab 538662 538856 194 0.0
.symtab 409728 409856 128 0.0
.text 1497440 1497888 448 0.0
light cy8ckit_062s2_43012 (read only) 849976 850008 32 0.0
(read/write) 1611100 1611492 392 0.0
.debug_abbrev 1071614 1071677 63 0.0
.debug_aranges 102800 102824 24 0.0
.debug_frame 346616 346700 84 0.0
.debug_info 22490611 22492934 2323 0.0
.debug_line 3340294 3341008 714 0.0
.debug_loc 3336389 3337295 906 0.0
.debug_ranges 319440 319488 48 0.0
.debug_str 3274807 3275149 342 0.0
.heap 849976 850008 32 0.0
.strtab 474072 474266 194 0.0
.symtab 377632 377760 128 0.0
.text 1419344 1419768 424 0.0
lock cy8ckit_062s2_43012 (read only) 844992 845024 32 0.0
(read/write) 1645124 1645500 376 0.0
.debug_abbrev 1073262 1073325 63 0.0
.debug_aranges 103192 103216 24 0.0
.debug_frame 348448 348532 84 0.0
.debug_info 22711588 22713911 2323 0.0
.debug_line 3341775 3342489 714 0.0
.debug_loc 3357746 3358652 906 0.0
.debug_ranges 321304 321352 48 0.0
.debug_str 3291255 3291597 342 0.0
.heap 844992 845024 32 0.0
.strtab 477035 477229 194 0.0
.symtab 379504 379632 128 0.0
.text 1448384 1448792 408 0.0
qpg lighting-app qpg6105+debug (read/write) 1147696 1148048 352 0.0
.text 594796 595148 352 0.1
lock-app qpg6105+debug (read/write) 1115424 1115760 336 0.0
.text 562520 562856 336 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 1015248 1015620 372 0.0
text 685422 685730 308 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 951908 952280 372 0.0
text 647804 648110 306 0.0
contact-sensor-app tlsr9518adk80d (read/write) 857444 857808 364 0.0
text 578864 579166 302 0.1
light-switch-app tlsr9518adk80d (read/write) 873136 873508 372 0.0
text 592908 593218 310 0.1
lighting-app tlsr9518adk80d (read/write) 950460 950824 364 0.0
text 658304 658608 304 0.0
ota-requestor-app tlsr9518adk80d (read/write) 887304 887668 364 0.0
text 604278 604584 306 0.1
thermostat tlsr9518adk80d (read/write) 877352 877716 364 0.0
text 594486 594792 306 0.1
Decreases (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section cd919db 77ee378 change % change
bl602 lighting-app bl602 .bss 94826 94794 -32 -0.0
bl602+rpc .bss 102874 102842 -32 -0.0
bl702 lighting-app bl702 .bss 69937 69905 -32 -0.0
bl702+rpc .bss 77985 77953 -32 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 174436 174204 -232 -0.1
.bss 80908 80876 -32 -0.0
all-clusters-minimal-app LP_CC2652R7 (read/write) 157600 157568 -32 -0.0
.bss 80100 80068 -32 -0.0
lock-ftd LP_CC2652R7 (read/write) 174728 174488 -240 -0.1
.bss 78340 78308 -32 -0.0
lock-mtd LP_CC2652R7 (read/write) 183624 183264 -360 -0.2
.bss 73604 73572 -32 -0.0
pump-app LP_CC2652R7 (read/write) 162412 162028 -384 -0.2
.bss 78308 78276 -32 -0.0
pump-controller-app LP_CC2652R7 (read/write) 177092 176708 -384 -0.2
.bss 78420 78388 -32 -0.0
shell LP_CC2652R7 (read/write) 185256 185016 -240 -0.1
.bss 82980 82948 -32 -0.0
cyw30739 light cyw930739m2evb_01 .bss 65664 65632 -32 -0.0
lock cyw930739m2evb_01 .bss 70952 70920 -32 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 .bss 60224 60192 -32 -0.1
efr32 lighting-app BRD4161A+rs911x .bss 181592 181560 -32 -0.0
BRD4187C .bss 132888 132856 -32 -0.0
lock-app BRD4161A+wf200 .bss 153120 153088 -32 -0.0
window-app BRD4187C .bss 134392 134360 -32 -0.0
esp32 all-clusters-app c3devkit .dram0.bss 77992 77960 -32 -0.0
m5stack .dram0.bss 83040 83008 -32 -0.0
k32w contact k32w0+release .bss 76592 76560 -32 -0.0
light k32w0+release .bss 74376 74344 -32 -0.0
lock k32w0+release .bss 75144 75112 -32 -0.0
mbed lock-app CY8CPROTO_062_4343W+release .bss 215924 215892 -32 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 143563 143531 -32 -0.0
nrf7002dk_nrf5340_cpuapp bss 106022 105990 -32 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 bss 142719 142687 -32 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .bss 189832 189800 -32 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .bss 189024 188992 -32 -0.0
light cy8ckit_062s2_43012 .bss 180904 180872 -32 -0.0
lock cy8ckit_062s2_43012 .bss 185880 185848 -32 -0.0
qpg lighting-app qpg6105+debug .bss 99908 99876 -32 -0.0
lock-app qpg6105+debug .bss 96428 96396 -32 -0.0
telink all-clusters-app tlsr9518adk80d bss 98012 97980 -32 -0.0
all-clusters-minimal-app tlsr9518adk80d bss 97060 97028 -32 -0.0
contact-sensor-app tlsr9518adk80d bss 89184 89152 -32 -0.0
light-switch-app tlsr9518adk80d bss 89272 89240 -32 -0.0
lighting-app tlsr9518adk80d bss 97420 97388 -32 -0.0
ota-requestor-app tlsr9518adk80d bss 90220 90188 -32 -0.0
thermostat tlsr9518adk80d bss 90660 90628 -32 -0.0
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section cd919db 77ee378 change % change
bl602 lighting-app bl602 (read/write) 1345474 1345862 388 0.0
.bss 94826 94794 -32 -0.0
.data 9736 9736 0 0.0
.text 1022544 1022870 326 0.0
bl602+rpc (read/write) 1390666 1391054 388 0.0
.bss 102874 102842 -32 -0.0
.data 10128 10128 0 0.0
.text 1053222 1053548 326 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1183451 1183851 400 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 69937 69905 -32 -0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4056 4056 0 0.0
.debug_abbrev 1550158 1550206 48 0.0
.debug_aranges 134056 134080 24 0.0
.debug_frame 490960 491064 104 0.0
.debug_info 40198206 4019988 1683 0.0
.debug_line 5266044 5267036 992 0.0
.debug_loc 3400632 3401182 550 0.0
.debug_ranges 371672 371720 48 0.0
.debug_str 3534920 3535262 342 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106752 106848 96 0.1
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 571683 571877 194 0.0
.symtab 173184 173232 48 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
951584 951908 324 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1276143 1276543 400 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 77985 77953 -32 -0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4608 4608 0 0.0
.debug_abbrev 1698572 1698620 48 0.0
.debug_aranges 142280 142304 24 0.0
.debug_frame 518664 518768 104 0.0
.debug_info 44594578 44596264 1686 0.0
.debug_line 5664512 5665504 992 0.0
.debug_loc 3596881 3597432 551 0.0
.debug_ranges 395376 395424 48 0.0
.debug_str 3938158 3938500 342 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121296 121392 96 0.1
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 632280 632474 194 0.0
.symtab 191536 191584 48 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028608 1028934 326 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 676779 676979 200 0.0
(read/write) 174436 174204 -232 -0.1
.bss 80908 80876 -32 -0.0
.data 3384 3384 0 0.0
.rodata 87515 87515 0 0.0
.text 588948 589148 200 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640867 641075 208 0.0
(read/write) 157600 157568 -32 -0.0
.bss 80100 80068 -32 -0.0
.data 3384 3384 0 0.0
.rodata 77467 77467 0 0.0
.text 563080 563288 208 0.0
lock-ftd LP_CC2652R7 (read only) 673831 674039 208 0.0
(read/write) 174728 174488 -240 -0.1
.bss 78340 78308 -32 -0.0
.data 3312 3312 0 0.0
.rodata 76311 76311 0 0.0
.text 597040 597248 208 0.0
lock-mtd LP_CC2652R7 (read only) 660199 660527 328 0.0
(read/write) 183624 183264 -360 -0.2
.bss 73604 73572 -32 -0.0
.data 3312 3312 0 0.0
.rodata 102775 102863 88 0.1
.text 556944 557184 240 0.0
pump-app LP_CC2652R7 (read only) 686883 687235 352 0.1
(read/write) 162412 162028 -384 -0.2
.bss 78308 78276 -32 -0.0
.data 3276 3276 0 0.0
.rodata 90435 90523 88 0.1
.text 595968 596232 264 0.0
pump-controller-app LP_CC2652R7 (read only) 672315 672667 352 0.1
(read/write) 177092 176708 -384 -0.2
.bss 78420 78388 -32 -0.0
.data 3300 3300 0 0.0
.rodata 86515 86603 88 0.1
.text 585320 585584 264 0.0
shell LP_CC2652R7 (read only) 668030 668238 208 0.0
(read/write) 185256 185016 -240 -0.1
.bss 82980 82948 -32 -0.0
.data 3380 3380 0 0.0
.rodata 84254 84254 0 0.0
.text 583464 583672 208 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 583890 584034 144 0.0
.app_xip_area 460676 460852 176 0.0
.bss 65664 65632 -32 -0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 587614 587750 136 0.0
.app_xip_area 459104 459272 168 0.0
.bss 70952 70920 -32 -0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549358 549486 128 0.0
.app_xip_area 431624 431784 160 0.0
.bss 60224 60192 -32 -0.1
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1037560 1037912 352 0.0
.bss 181592 181560 -32 -0.0
.data 2044 2044 0 0.0
.text 853900 854284 384 0.0
BRD4187C (read/write) 1150832 1151064 232 0.0
.bss 132888 132856 -32 -0.0
.data 2544 2544 0 0.0
.text 990804 991068 264 0.0
lock-app BRD4161A+wf200 (read/write) 1065248 1065488 240 0.0
.bss 153120 153088 -32 -0.0
.data 2052 2052 0 0.0
.text 910052 910324 272 0.0
window-app BRD4187C (read/write) 1145732 1145972 240 0.0
.bss 134392 134360 -32 -0.0
.data 2572 2572 0 0.0
.text 984172 984444 272 0.0
esp32 all-clusters-app c3devkit (read only) 1046618 1046930 312 0.0
(read/write) 1518650 1518706 56 0.0
.dram0.bss 77992 77960 -32 -0.0
.dram0.data 13792 13792 0 0.0
.flash.rodata 220640 220728 88 0.0
.flash.text 1046618 1046930 312 0.0
.iram0.text 72896 72896 0 0.0
m5stack (read only) 1098355 1098619 264 0.0
(read/write) 500271 500339 68 0.0
.dram0.bss 83040 83008 -32 -0.0
.dram0.data 34072 34072 0 0.0
.flash.rodata 249388 249488 100 0.0
.flash.text 1092971 1093235 264 0.0
.iram0.text 124855 124855 0 0.0
k32w contact k32w0+release (read/write) 659436 659612 176 0.0
.bss 76592 76560 -32 -0.0
.data 2112 2112 0 0.0
.text 561620 561828 208 0.0
light k32w0+release (read/write) 671388 671692 304 0.0
.bss 74376 74344 -32 -0.0
.data 2064 2064 0 0.0
.text 592220 592556 336 0.1
lock k32w0+release (read/write) 630768 630944 176 0.0
.bss 75144 75112 -32 -0.0
.data 2084 2084 0 0.0
.text 550812 551020 208 0.0
linux chip-tool-ipv6only arm64 (read only) 11040124 11041660 1536 0.0
(read/write) 704904 704936 32 0.0
.bss 34248 34248 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 648312 648336 24 0.0
.dynamic 560 560 0 0.0
.got 14128 14136 8 0.1
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 577084 577212 128 0.0
.text 8789812 8791172 1360 0.0
thermostat-no-ble arm64 (read only) 2506620 2508156 1536 0.1
(read/write) 144680 144712 32 0.0
.bss 56456 56456 0 0.0
.data 1824 1824 0 0.0
.data.rel.ro 76968 76992 24 0.0
.dynamic 560 560 0 0.0
.got 5392 5400 8 0.1
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 150856 150984 128 0.1
.text 2093936 2095296 1360 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463320 2463600 280 0.0
.bss 215924 215892 -32 -0.0
.data 5880 5880 0 0.0
.text 1425964 1426244 280 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160656 1161000 344 0.0
bss 143563 143531 -32 -0.0
rodata 133436 133524 88 0.1
text 803804 804060 256 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1365948 1366292 344 0.0
bss 106022 105990 -32 -0.0
rodata 210876 210964 88 0.0
text 763556 763808 252 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1106920 1107264 344 0.0
bss 142719 142687 -32 -0.0
rodata 110580 110668 88 0.1
text 773876 774132 256 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840840 840872 32 0.0
(read/write) 1755652 1756052 400 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189832 189800 -32 -0.0
.comment 200 200 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 2672 2672 0 0.0
.debug_abbrev 1251513 1251576 63 0.0
.debug_aranges 111280 111304 24 0.0
.debug_frame 373628 373712 84 0.0
.debug_info 27505600 27507937 2337 0.0
.debug_line 3779127 3779845 718 0.0
.debug_loc 3673110 3674004 894 0.0
.debug_ranges 362248 362296 48 0.0
.debug_str 3485030 3485372 342 0.0
.heap 840840 840872 32 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 577246 577440 194 0.0
.symtab 424288 424416 128 0.0
.text 0 0 0 0.0
1554760 1555192 432 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841656 841688 32 0.0
(read/write) 1697516 1697932 416 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189024 188992 -32 -0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1237224 1237287 63 0.0
.debug_aranges 110544 110568 24 0.0
.debug_frame 376072 376156 84 0.0
.debug_info 27063360 27065698 2338 0.0
.debug_line 3787502 3788220 718 0.0
.debug_loc 3656841 3657735 894 0.0
.debug_ranges 360216 360264 48 0.0
.debug_str 3470783 3471125 342 0.0
.heap 841656 841688 32 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 538662 538856 194 0.0
.symtab 409728 409856 128 0.0
.text 1497440 1497888 448 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849976 850008 32 0.0
(read/write) 1611100 1611492 392 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180904 180872 -32 -0.0
.comment 200 200 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 2464 2464 0 0.0
.debug_abbrev 1071614 1071677 63 0.0
.debug_aranges 102800 102824 24 0.0
.debug_frame 346616 346700 84 0.0
.debug_info 22490611 22492934 2323 0.0
.debug_line 3340294 3341008 714 0.0
.debug_loc 3336389 3337295 906 0.0
.debug_ranges 319440 319488 48 0.0
.debug_str 3274807 3275149 342 0.0
.heap 849976 850008 32 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474072 474266 194 0.0
.symtab 377632 377760 128 0.0
.text 1419344 1419768 424 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 844992 845024 32 0.0
(read/write) 1645124 1645500 376 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185880 185848 -32 -0.0
.comment 200 200 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 1073262 1073325 63 0.0
.debug_aranges 103192 103216 24 0.0
.debug_frame 348448 348532 84 0.0
.debug_info 22711588 22713911 2323 0.0
.debug_line 3341775 3342489 714 0.0
.debug_loc 3357746 3358652 906 0.0
.debug_ranges 321304 321352 48 0.0
.debug_str 3291255 3291597 342 0.0
.heap 844992 845024 32 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 477035 477229 194 0.0
.symtab 379504 379632 128 0.0
.text 1448384 1448792 408 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1147696 1148048 352 0.0
.bss 99908 99876 -32 -0.0
.data 848 848 0 0.0
.text 594796 595148 352 0.1
lock-app qpg6105+debug (read/write) 1115424 1115760 336 0.0
.bss 96428 96396 -32 -0.0
.data 860 860 0 0.0
.text 562520 562856 336 0.1
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1015248 1015620 372 0.0
bss 98012 97980 -32 -0.0
text 685422 685730 308 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 951908 952280 372 0.0
bss 97060 97028 -32 -0.0
text 647804 648110 306 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 857444 857808 364 0.0
bss 89184 89152 -32 -0.0
text 578864 579166 302 0.1
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 873136 873508 372 0.0
bss 89272 89240 -32 -0.0
text 592908 593218 310 0.1
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950460 950824 364 0.0
bss 97420 97388 -32 -0.0
text 658304 658608 304 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887304 887668 364 0.0
bss 90220 90188 -32 -0.0
text 604278 604584 306 0.1
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877352 877716 364 0.0
bss 90660 90628 -32 -0.0
text 594486 594792 306 0.1

@woody-apple woody-apple merged commit 624ba3b into project-chip:master Feb 2, 2023
@bzbarsky-apple bzbarsky-apple deleted the case-automatic-reattempts branch February 2, 2023 19:55
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
…matically. (project-chip#24808)

The basic idea is that if CASE establishment fails we try again, after
a brief backoff.
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.

3 participants