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

Fix CASEServer cleanup to not nuke unrelated CASE handshakes. #23644

Conversation

bzbarsky-apple
Copy link
Contributor

We could run into a problem when an invalid Sigma1 (e.g. not matching any fabric) was received, because we would do the following:

  1. Call CASEServer::OnSessionEstablishmentError from inside
    CASESession::OnMessageReceived, which would queue a task to blow away the
    CASEServer state and start listening for new CASE handshakes
    (PrepareForSessionEstablishment).

  2. Return an error from CASESession::OnMessageReceived, which would cause us to
    synchronously do call PrepareForSessionEstablishment.

If we now got a new Sigma1 before the async task ran (e.g. if it was already waiting in the queue), we could respond to the Sigma1 with Sigma2Resume, then the async task would run and blow away our state.

We would end up in a situation where the other side then sends a StatusResponse and thinks CASE is established, but on our end we don't recognize the session ID for the session they think has been established.

The fix is to restrict the async behavior to the one case it's actually needed (OnSessionReleased), for both CASE and PASE, to synchronously call PrepareForSessionEstablishment from OnSessionEstablishmentError, and to remove the now-redundant PrepareForSessionEstablishment call on error return from CASESession::OnMessageReceived.

@github-actions
Copy link

github-actions bot commented Nov 16, 2022

PR #23644: Size comparison from bbf3111 to f4ac24c

Increases (17 builds for bl602, bl702, k32w, linux, mbed, nrfconnect, qpg, telink)
platform target config section bbf3111 f4ac24c change % change
bl602 lighting-app bl602 (read/write) 1375778 1375818 40 0.0
.text 1059628 1059632 4 0.0
bl602+rpc (read/write) 1421602 1421642 40 0.0
.text 1091122 1091126 4 0.0
bl702 lighting-app bl702 (read/write) 1195655 1195703 48 0.0
.debug_str 3463623 3463636 13 0.0
.rodata 116568 116616 48 0.0
.strtab 566910 566937 27 0.0
.symtab 171888 171904 16 0.0
.text 955956 955960 4 0.0
bl702+rpc (read/write) 1283795 1283827 32 0.0
.debug_str 3860938 3860951 13 0.0
.rodata 130200 130232 32 0.0
.strtab 627125 627152 27 0.0
.symtab 190000 190016 16 0.0
.text 1029656 1029658 2 0.0
k32w light k32w0+release (read/write) 672072 672096 24 0.0
.text 592372 592396 24 0.0
linux chip-tool-ipv6only arm64 .rodata 518412 518444 32 0.0
thermostat-no-ble arm64 .rodata 144980 145012 32 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452592 2452632 40 0.0
.text 1415236 1415276 40 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188127 1188167 40 0.0
rodata 144516 144556 40 0.0
text 817248 817250 2 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167539 1167579 40 0.0
rodata 136304 136344 40 0.0
text 805798 805800 2 0.0
qpg lighting-app qpg6105+debug (read/write) 1151072 1151104 32 0.0
.text 598172 598204 32 0.0
lock-app qpg6105+debug (read/write) 1116768 1116800 32 0.0
.text 563864 563896 32 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937656 937696 40 0.0
text 649006 649012 6 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875648 875696 48 0.0
text 612994 613000 6 0.0
light-switch-app tlsr9518adk80d (read/write) 791004 791052 48 0.0
text 554454 554464 10 0.0
lighting-app tlsr9518adk80d (read/write) 875228 875276 48 0.0
text 624416 624426 10 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805496 805544 48 0.0
text 565834 565842 8 0.0
Decreases (6 builds for bl702, k32w, linux)
platform target config section bbf3111 f4ac24c change % change
bl702 lighting-app bl702 .debug_abbrev 1523925 1523727 -198 -0.0
.debug_aranges 132328 132288 -40 -0.0
.debug_frame 485340 485272 -68 -0.0
.debug_info 39163108 39135437 -27671 -0.1
.debug_line 5273098 5272872 -226 -0.0
.debug_loc 3367914 3367790 -124 -0.0
.debug_ranges 360296 360256 -40 -0.0
bl702+rpc .debug_abbrev 1667955 1667757 -198 -0.0
.debug_aranges 140392 140352 -40 -0.0
.debug_frame 512544 512476 -68 -0.0
.debug_info 43432310 43404380 -27930 -0.1
.debug_line 5668467 5668241 -226 -0.0
.debug_loc 3562150 3562040 -110 -0.0
.debug_ranges 383320 383280 -40 -0.0
k32w contact k32w0+release (read/write) 662052 662020 -32 -0.0
.text 563724 563692 -32 -0.0
lock k32w0+release (read/write) 633612 633580 -32 -0.0
.text 553132 553100 -32 -0.0
linux chip-tool-ipv6only arm64 (read only) 10435580 10435564 -16 -0.0
.text 8261380 8261332 -48 -0.0
thermostat-no-ble arm64 .text 2005920 2005888 -32 -0.0
Full report (19 builds for bl602, bl702, k32w, linux, mbed, nrfconnect, qpg, telink)
platform target config section bbf3111 f4ac24c change % change
bl602 lighting-app bl602 (read/write) 1375778 1375818 40 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059628 1059632 4 0.0
bl602+rpc (read/write) 1421602 1421642 40 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091122 1091126 4 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195655 1195703 48 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1523925 1523727 -198 -0.0
.debug_aranges 132328 132288 -40 -0.0
.debug_frame 485340 485272 -68 -0.0
.debug_info 39163108 39135437 -27671 -0.1
.debug_line 5273098 5272872 -226 -0.0
.debug_loc 3367914 3367790 -124 -0.0
.debug_ranges 360296 360256 -40 -0.0
.debug_str 3463623 3463636 13 0.0
.hbn 509 509 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 116568 116616 48 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566910 566937 27 0.0
.symtab 171888 171904 16 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955956 955960 4 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283795 1283827 32 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1667955 1667757 -198 -0.0
.debug_aranges 140392 140352 -40 -0.0
.debug_frame 512544 512476 -68 -0.0
.debug_info 43432310 43404380 -27930 -0.1
.debug_line 5668467 5668241 -226 -0.0
.debug_loc 3562150 3562040 -110 -0.0
.debug_ranges 383320 383280 -40 -0.0
.debug_str 3860938 3860951 13 0.0
.hbn 509 509 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 130200 130232 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627125 627152 27 0.0
.symtab 190000 190016 16 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029656 1029658 2 0.0
k32w contact k32w0+release (read/write) 662052 662020 -32 -0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563724 563692 -32 -0.0
light k32w0+release (read/write) 672072 672096 24 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592372 592396 24 0.0
lock k32w0+release (read/write) 633612 633580 -32 -0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553132 553100 -32 -0.0
linux chip-tool-ipv6only arm64 (read only) 10435580 10435564 -16 -0.0
(read/write) 706529 706529 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650832 650832 0 0.0
.dynamic 560 560 0 0.0
.got 13928 13928 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518412 518444 32 0.0
.text 8261380 8261332 -48 -0.0
thermostat-no-ble arm64 (read only) 2394796 2394796 0 0.0
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144980 145012 32 0.0
.text 2005920 2005888 -32 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452592 2452632 40 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415236 1415276 40 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188127 1188167 40 0.0
bss 145285 145285 0 0.0
rodata 144516 144556 40 0.0
text 817248 817250 2 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167539 1167579 40 0.0
bss 144512 144512 0 0.0
rodata 136304 136344 40 0.0
text 805798 805800 2 0.0
qpg lighting-app qpg6105+debug (read/write) 1151072 1151104 32 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598172 598204 32 0.0
lock-app qpg6105+debug (read/write) 1116768 1116800 32 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 563864 563896 32 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937656 937696 40 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649006 649012 6 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875648 875696 48 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612994 613000 6 0.0
light-switch-app tlsr9518adk80d (read/write) 791004 791052 48 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554454 554464 10 0.0
lighting-app tlsr9518adk80d (read/write) 875228 875276 48 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624416 624426 10 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805496 805544 48 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565834 565842 8 0.0

@github-actions
Copy link

github-actions bot commented Nov 16, 2022

PR #23644: Size comparison from bbf3111 to 1e7384e

Increases (36 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section bbf3111 1e7384e change % change
bl602 lighting-app bl602 (read/write) 1375778 1375818 40 0.0
.text 1059628 1059630 2 0.0
bl602+rpc (read/write) 1421602 1421642 40 0.0
.text 1091122 1091126 4 0.0
bl702 lighting-app bl702 (read/write) 1195655 1195703 48 0.0
.debug_str 3463623 3463636 13 0.0
.rodata 116568 116616 48 0.0
.strtab 566910 566937 27 0.0
.symtab 171888 171904 16 0.0
.text 955956 955962 6 0.0
bl702+rpc (read/write) 1283795 1283827 32 0.0
.debug_str 3860938 3860951 13 0.0
.rodata 130200 130232 32 0.0
.strtab 627125 627152 27 0.0
.symtab 190000 190016 16 0.0
.text 1029656 1029660 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678427 678467 40 0.0
.rodata 89851 89891 40 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642723 642755 32 0.0
.rodata 78987 79027 40 0.1
lock-ftd LP_CC2652R7 (read only) 676559 676591 32 0.0
.rodata 77271 77311 40 0.1
lock-mtd LP_CC2652R7 (read only) 661075 661123 48 0.0
.rodata 103307 103347 40 0.0
.text 557288 557296 8 0.0
pump-app LP_CC2652R7 (read only) 689007 689039 32 0.0
.rodata 90759 90799 40 0.0
pump-controller-app LP_CC2652R7 (read only) 673291 673323 32 0.0
.rodata 86307 86347 40 0.0
shell LP_CC2652R7 (read only) 669646 669686 40 0.0
.rodata 86598 86638 40 0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543978 544018 40 0.0
.app_xip_area 425708 425748 40 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974444 974468 24 0.0
.text 819996 820020 24 0.0
BRD4161A+rs911x (read/write) 1035208 1035216 8 0.0
.text 846436 846444 8 0.0
BRD4187C (read/write) 1147032 1147048 16 0.0
.text 981264 981280 16 0.0
lock-app BRD4161A+wf200 (read/write) 1160400 1160440 40 0.0
.text 1000092 1000132 40 0.0
window-app BRD4187C (read/write) 1140268 1140284 16 0.0
.text 973060 973076 16 0.0
esp32 all-clusters-app c3devkit (read only) 1224618 1224628 10 0.0
(read/write) 1788614 1788654 40 0.0
.flash.rodata 258184 258224 40 0.0
.flash.text 1224618 1224628 10 0.0
m5stack (read only) 1234463 1234475 12 0.0
(read/write) 564420 564452 32 0.0
.flash.rodata 315136 315168 32 0.0
.flash.text 1229079 1229091 12 0.0
k32w light k32w0+release (read/write) 672072 672096 24 0.0
.text 592372 592396 24 0.0
linux chip-tool-ipv6only arm64 .rodata 518412 518444 32 0.0
thermostat-no-ble arm64 .rodata 144980 145012 32 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452592 2452632 40 0.0
.text 1415236 1415276 40 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188127 1188167 40 0.0
rodata 144516 144556 40 0.0
text 817248 817250 2 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167539 1167579 40 0.0
rodata 136304 136344 40 0.0
text 805798 805800 2 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746708 1746716 8 0.0
.debug_str 3432518 3432531 13 0.0
.strtab 570636 570663 27 0.0
.symtab 421600 421680 80 0.0
.text 1546944 1546952 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1689244 1689268 24 0.0
.debug_str 3421538 3421551 13 0.0
.strtab 534725 534752 27 0.0
.symtab 408032 408112 80 0.0
.text 1490216 1490240 24 0.0
light cy8ckit_062s2_43012 (read/write) 1607420 1607428 8 0.0
.debug_str 3227073 3227086 13 0.0
.strtab 471050 471077 27 0.0
.symtab 376400 376480 80 0.0
.text 1416576 1416584 8 0.0
lock cy8ckit_062s2_43012 (read/write) 1641428 1641452 24 0.0
.debug_str 3246430 3246443 13 0.0
.strtab 473453 473480 27 0.0
.symtab 378096 378176 80 0.0
.text 1445592 1445616 24 0.0
qpg lighting-app qpg6105+debug (read/write) 1151072 1151104 32 0.0
.text 598172 598204 32 0.0
lock-app qpg6105+debug (read/write) 1116768 1116800 32 0.0
.text 563864 563896 32 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937656 937704 48 0.0
text 649006 649014 8 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875648 875696 48 0.0
text 612994 612998 4 0.0
light-switch-app tlsr9518adk80d (read/write) 791004 791052 48 0.0
text 554454 554462 8 0.0
lighting-app tlsr9518adk80d (read/write) 875228 875276 48 0.0
text 624416 624426 10 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805496 805544 48 0.0
text 565834 565842 8 0.0
Decreases (30 builds for bl702, cc13x2_26x2, cyw30739, k32w, linux, psoc6)
platform target config section bbf3111 1e7384e change % change
bl702 lighting-app bl702 .debug_abbrev 1523925 1523727 -198 -0.0
.debug_aranges 132328 132288 -40 -0.0
.debug_frame 485340 485272 -68 -0.0
.debug_info 39163108 39135438 -27670 -0.1
.debug_line 5273098 5272872 -226 -0.0
.debug_loc 3367914 3367790 -124 -0.0
.debug_ranges 360296 360256 -40 -0.0
bl702+rpc .debug_abbrev 1667955 1667757 -198 -0.0
.debug_aranges 140392 140352 -40 -0.0
.debug_frame 512544 512476 -68 -0.0
.debug_info 43432310 43404381 -27929 -0.1
.debug_line 5668467 5668241 -226 -0.0
.debug_loc 3562150 3562040 -110 -0.0
.debug_ranges 383320 383280 -40 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173108 173068 -40 -0.0
all-clusters-minimal-app LP_CC2652R7 .text 563416 563408 -8 -0.0
lock-ftd LP_CC2652R7 (read/write) 172544 172512 -32 -0.0
.text 598808 598800 -8 -0.0
lock-mtd LP_CC2652R7 (read/write) 183284 183236 -48 -0.0
pump-app LP_CC2652R7 (read/write) 160832 160800 -32 -0.0
.text 597764 597756 -8 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176644 176612 -32 -0.0
.text 586504 586496 -8 -0.0
shell LP_CC2652R7 (read/write) 184208 184168 -40 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587494 587462 -32 -0.0
.app_xip_area 463704 463672 -32 -0.0
lock cyw930739m2evb_01 (read/write) 591602 591570 -32 -0.0
.app_xip_area 462516 462484 -32 -0.0
k32w contact k32w0+release (read/write) 662052 662020 -32 -0.0
.text 563724 563692 -32 -0.0
lock k32w0+release (read/write) 633612 633580 -32 -0.0
.text 553132 553100 -32 -0.0
linux all-clusters-app debug (read only) 3087657 3087385 -272 -0.0
.rodata 281131 280971 -160 -0.1
.text 2622034 2621922 -112 -0.0
all-clusters-minimal-app debug (read only) 2913385 2913081 -304 -0.0
.rodata 280651 280459 -192 -0.1
.text 2451282 2451170 -112 -0.0
bridge-app debug+rpc (read only) 2412305 2412017 -288 -0.0
.rodata 210880 210688 -192 -0.1
.text 2034066 2033970 -96 -0.0
chip-tool debug (read only) 11081481 11081097 -384 -0.0
.rodata 592029 591741 -288 -0.0
.text 8965748 8965652 -96 -0.0
chip-tool-ipv6only arm64 (read only) 10435580 10435564 -16 -0.0
.text 8261380 8261332 -48 -0.0
lighting-app debug+rpc (read only) 2643329 2643041 -288 -0.0
.rodata 227744 227552 -192 -0.1
.text 2238882 2238786 -96 -0.0
lock-app debug (read only) 2602601 2602345 -256 -0.0
.rodata 244072 243912 -160 -0.1
.text 2186818 2186722 -96 -0.0
ota-provider-app debug (read only) 2398769 2398481 -288 -0.0
.rodata 216552 216360 -192 -0.1
.text 2013666 2013570 -96 -0.0
ota-requestor-app debug (read only) 2564081 2563793 -288 -0.0
.rodata 223632 223440 -192 -0.1
.text 2162802 2162706 -96 -0.0
shell debug (read only) 2623761 2623489 -272 -0.0
.rodata 239442 239282 -160 -0.1
.text 2224802 2224690 -112 -0.0
thermostat-no-ble arm64 .text 2005920 2005888 -32 -0.0
tv-app debug (read only) 3257121 3256673 -448 -0.0
.rodata 268408 268056 -352 -0.1
.text 2794722 2794626 -96 -0.0
tv-casting-app debug (read only) 5583201 5582881 -320 -0.0
.rodata 355193 354969 -224 -0.1
.text 4952338 4952242 -96 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1235724 1235387 -337 -0.0
.debug_aranges 110728 110688 -40 -0.0
.debug_frame 371396 371320 -76 -0.0
.debug_info 27026555 26994576 -31979 -0.1
.debug_line 3687259 3687000 -259 -0.0
.debug_loc 3605093 3604842 -251 -0.0
.debug_ranges 339592 339552 -40 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1227567 1227278 -289 -0.0
.debug_aranges 110200 110160 -40 -0.0
.debug_frame 374476 374400 -76 -0.0
.debug_info 26763185 26732255 -30930 -0.1
.debug_line 3708243 3707984 -259 -0.0
.debug_loc 3592699 3592448 -251 -0.0
.debug_ranges 338208 338168 -40 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1062028 1061805 -223 -0.0
.debug_aranges 102400 102360 -40 -0.0
.debug_frame 344788 344712 -76 -0.0
.debug_info 22228395 22200786 -27609 -0.1
.debug_line 3277368 3277109 -259 -0.0
.debug_loc 3290184 3289933 -251 -0.0
.debug_ranges 303488 303448 -40 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1064003 1063780 -223 -0.0
.debug_aranges 102800 102760 -40 -0.0
.debug_frame 346664 346588 -76 -0.0
.debug_info 22462022 22433107 -28915 -0.1
.debug_line 3274488 3274229 -259 -0.0
.debug_loc 3318037 3317786 -251 -0.0
.debug_ranges 305448 305408 -40 -0.0
Full report (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section bbf3111 1e7384e change % change
bl602 lighting-app bl602 (read/write) 1375778 1375818 40 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059628 1059630 2 0.0
bl602+rpc (read/write) 1421602 1421642 40 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091122 1091126 4 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195655 1195703 48 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1523925 1523727 -198 -0.0
.debug_aranges 132328 132288 -40 -0.0
.debug_frame 485340 485272 -68 -0.0
.debug_info 39163108 39135438 -27670 -0.1
.debug_line 5273098 5272872 -226 -0.0
.debug_loc 3367914 3367790 -124 -0.0
.debug_ranges 360296 360256 -40 -0.0
.debug_str 3463623 3463636 13 0.0
.hbn 509 509 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 116568 116616 48 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566910 566937 27 0.0
.symtab 171888 171904 16 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955956 955962 6 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283795 1283827 32 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1667955 1667757 -198 -0.0
.debug_aranges 140392 140352 -40 -0.0
.debug_frame 512544 512476 -68 -0.0
.debug_info 43432310 43404381 -27929 -0.1
.debug_line 5668467 5668241 -226 -0.0
.debug_loc 3562150 3562040 -110 -0.0
.debug_ranges 383320 383280 -40 -0.0
.debug_str 3860938 3860951 13 0.0
.hbn 509 509 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 130200 130232 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627125 627152 27 0.0
.symtab 190000 190016 16 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029656 1029660 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678427 678467 40 0.0
(read/write) 173108 173068 -40 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89891 40 0.0
.text 588264 588264 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642723 642755 32 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 79027 40 0.1
.text 563416 563408 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 676559 676591 32 0.0
(read/write) 172544 172512 -32 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77311 40 0.1
.text 598808 598800 -8 -0.0
lock-mtd LP_CC2652R7 (read only) 661075 661123 48 0.0
(read/write) 183284 183236 -48 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103347 40 0.0
.text 557288 557296 8 0.0
pump-app LP_CC2652R7 (read only) 689007 689039 32 0.0
(read/write) 160832 160800 -32 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90799 40 0.0
.text 597764 597756 -8 -0.0
pump-controller-app LP_CC2652R7 (read only) 673291 673323 32 0.0
(read/write) 176644 176612 -32 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86347 40 0.0
.text 586504 586496 -8 -0.0
shell LP_CC2652R7 (read only) 669646 669686 40 0.0
(read/write) 184208 184168 -40 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86638 40 0.0
.text 582732 582732 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587494 587462 -32 -0.0
.app_xip_area 463704 463672 -32 -0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591602 591570 -32 -0.0
.app_xip_area 462516 462484 -32 -0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543978 544018 40 0.0
.app_xip_area 425708 425748 40 0.0
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974444 974468 24 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 819996 820020 24 0.0
BRD4161A+rs911x (read/write) 1035208 1035216 8 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 846436 846444 8 0.0
BRD4187C (read/write) 1147032 1147048 16 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 981264 981280 16 0.0
lock-app BRD4161A+wf200 (read/write) 1160400 1160440 40 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1000092 1000132 40 0.0
window-app BRD4187C (read/write) 1140268 1140284 16 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 973060 973076 16 0.0
esp32 all-clusters-app c3devkit (read only) 1224618 1224628 10 0.0
(read/write) 1788614 1788654 40 0.0
.dram0.bss 76944 76944 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258224 40 0.0
.flash.text 1224618 1224628 10 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234463 1234475 12 0.0
(read/write) 564420 564452 32 0.0
.dram0.bss 82320 82320 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315136 315168 32 0.0
.flash.text 1229079 1229091 12 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662052 662020 -32 -0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563724 563692 -32 -0.0
light k32w0+release (read/write) 672072 672096 24 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592372 592396 24 0.0
lock k32w0+release (read/write) 633612 633580 -32 -0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553132 553100 -32 -0.0
linux all-clusters-app debug (read only) 3087657 3087385 -272 -0.0
(read/write) 158472 158472 0 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281131 280971 -160 -0.1
.text 2622034 2621922 -112 -0.0
all-clusters-minimal-app debug (read only) 2913385 2913081 -304 -0.0
(read/write) 149872 149872 0 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79512 79512 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280651 280459 -192 -0.1
.text 2451282 2451170 -112 -0.0
bridge-app debug+rpc (read only) 2412305 2412017 -288 -0.0
(read/write) 129608 129608 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210880 210688 -192 -0.1
.text 2034066 2033970 -96 -0.0
chip-tool debug (read only) 11081481 11081097 -384 -0.0
(read/write) 658464 658464 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623200 623200 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 592029 591741 -288 -0.0
.text 8965748 8965652 -96 -0.0
chip-tool-ipv6only arm64 (read only) 10435580 10435564 -16 -0.0
(read/write) 706529 706529 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650832 650832 0 0.0
.dynamic 560 560 0 0.0
.got 13928 13928 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518412 518444 32 0.0
.text 8261380 8261332 -48 -0.0
lighting-app debug+rpc (read only) 2643329 2643041 -288 -0.0
(read/write) 132456 132456 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73992 73992 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227744 227552 -192 -0.1
.text 2238882 2238786 -96 -0.0
lock-app debug (read only) 2602601 2602345 -256 -0.0
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244072 243912 -160 -0.1
.text 2186818 2186722 -96 -0.0
ota-provider-app debug (read only) 2398769 2398481 -288 -0.0
(read/write) 120904 120904 0 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64760 64760 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216552 216360 -192 -0.1
.text 2013666 2013570 -96 -0.0
ota-requestor-app debug (read only) 2564081 2563793 -288 -0.0
(read/write) 129248 129248 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 70120 70120 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223632 223440 -192 -0.1
.text 2162802 2162706 -96 -0.0
shell debug (read only) 2623761 2623489 -272 -0.0
(read/write) 142968 142968 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239442 239282 -160 -0.1
.text 2224802 2224690 -112 -0.0
thermostat-no-ble arm64 (read only) 2394796 2394796 0 0.0
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144980 145012 32 0.0
.text 2005920 2005888 -32 -0.0
tv-app debug (read only) 3257121 3256673 -448 -0.0
(read/write) 261992 261992 0 0.0
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268408 268056 -352 -0.1
.text 2794722 2794626 -96 -0.0
tv-casting-app debug (read only) 5583201 5582881 -320 -0.0
(read/write) 161880 161880 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101216 101216 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 355193 354969 -224 -0.1
.text 4952338 4952242 -96 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452592 2452632 40 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415236 1415276 40 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188127 1188167 40 0.0
bss 145285 145285 0 0.0
rodata 144516 144556 40 0.0
text 817248 817250 2 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167539 1167579 40 0.0
bss 144512 144512 0 0.0
rodata 136304 136344 40 0.0
text 805798 805800 2 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746708 1746716 8 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 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 1235724 1235387 -337 -0.0
.debug_aranges 110728 110688 -40 -0.0
.debug_frame 371396 371320 -76 -0.0
.debug_info 27026555 26994576 -31979 -0.1
.debug_line 3687259 3687000 -259 -0.0
.debug_loc 3605093 3604842 -251 -0.0
.debug_ranges 339592 339552 -40 -0.0
.debug_str 3432518 3432531 13 0.0
.heap 841968 841968 0 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 570636 570663 27 0.0
.symtab 421600 421680 80 0.0
.text 1546944 1546952 8 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1689244 1689268 24 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 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 1227567 1227278 -289 -0.0
.debug_aranges 110200 110160 -40 -0.0
.debug_frame 374476 374400 -76 -0.0
.debug_info 26763185 26732255 -30930 -0.1
.debug_line 3708243 3707984 -259 -0.0
.debug_loc 3592699 3592448 -251 -0.0
.debug_ranges 338208 338168 -40 -0.0
.debug_str 3421538 3421551 13 0.0
.heap 842704 842704 0 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 534725 534752 27 0.0
.symtab 408032 408112 80 0.0
.text 1490216 1490240 24 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1607420 1607428 8 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1062028 1061805 -223 -0.0
.debug_aranges 102400 102360 -40 -0.0
.debug_frame 344788 344712 -76 -0.0
.debug_info 22228395 22200786 -27609 -0.1
.debug_line 3277368 3277109 -259 -0.0
.debug_loc 3290184 3289933 -251 -0.0
.debug_ranges 303488 303448 -40 -0.0
.debug_str 3227073 3227086 13 0.0
.heap 850888 850888 0 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 471050 471077 27 0.0
.symtab 376400 376480 80 0.0
.text 1416576 1416584 8 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1641428 1641452 24 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 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 1064003 1063780 -223 -0.0
.debug_aranges 102800 102760 -40 -0.0
.debug_frame 346664 346588 -76 -0.0
.debug_info 22462022 22433107 -28915 -0.1
.debug_line 3274488 3274229 -259 -0.0
.debug_loc 3318037 3317786 -251 -0.0
.debug_ranges 305448 305408 -40 -0.0
.debug_str 3246430 3246443 13 0.0
.heap 845896 845896 0 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 473453 473480 27 0.0
.symtab 378096 378176 80 0.0
.text 1445592 1445616 24 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151072 1151104 32 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598172 598204 32 0.0
lock-app qpg6105+debug (read/write) 1116768 1116800 32 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 563864 563896 32 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937656 937704 48 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649006 649014 8 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875648 875696 48 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612994 612998 4 0.0
light-switch-app tlsr9518adk80d (read/write) 791004 791052 48 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554454 554462 8 0.0
lighting-app tlsr9518adk80d (read/write) 875228 875276 48 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624416 624426 10 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805496 805544 48 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565834 565842 8 0.0

We could run into a problem when an invalid Sigma1 (e.g. not matching any
fabric) was received, because we would do the following:

1) Call CASEServer::OnSessionEstablishmentError from inside
   CASESession::OnMessageReceived, which would queue a task to blow away the
   CASEServer state and start listening for new CASE handshakes
   (PrepareForSessionEstablishment).

2) Return an error from CASESession::OnMessageReceived, which would cause us to
   synchronously do call PrepareForSessionEstablishment.

If we now got a new Sigma1 before the async task ran (e.g. if it was already
waiting in the queue), we could respond to the Sigma1 with Sigma2Resume, then
the async task would run and blow away our state.

We would end up in a situation where the other side then sends a StatusResponse
and thinks CASE is established, but on our end we don't recognize the session ID
for the session they think has been established.

The fix is to restrict the async behavior to the one case it's actually needed
(OnSessionReleased), for both CASE and PASE, to synchronously call
PrepareForSessionEstablishment from OnSessionEstablishmentError, and to remove
the now-redundant PrepareForSessionEstablishment call on error return from
CASESession::OnMessageReceived.
@github-actions
Copy link

github-actions bot commented Nov 17, 2022

PR #23644: Size comparison from 361c74d to b17b1a5

Increases (36 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 361c74d b17b1a5 change % change
bl602 lighting-app bl602 (read/write) 1375778 1375834 56 0.0
.text 1059626 1059644 18 0.0
bl602+rpc (read/write) 1421594 1421650 56 0.0
.text 1091120 1091136 16 0.0
bl702 lighting-app bl702 (read/write) 1195655 1195719 64 0.0
.debug_str 3463623 3463636 13 0.0
.rodata 116568 116616 48 0.0
.strtab 566910 566937 27 0.0
.symtab 171888 171904 16 0.0
.text 955954 955974 20 0.0
bl702+rpc (read/write) 1283795 1283843 48 0.0
.debug_str 3860938 3860951 13 0.0
.rodata 130200 130232 32 0.0
.strtab 627125 627152 27 0.0
.symtab 190000 190016 16 0.0
.text 1029652 1029668 16 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678427 678475 48 0.0
.rodata 89851 89891 40 0.0
.text 588264 588272 8 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642723 642755 32 0.0
.rodata 78987 79027 40 0.1
lock-ftd LP_CC2652R7 (read only) 676559 676591 32 0.0
.rodata 77271 77311 40 0.1
lock-mtd LP_CC2652R7 (read only) 661083 661115 32 0.0
.rodata 103307 103347 40 0.0
pump-app LP_CC2652R7 (read only) 689007 689047 40 0.0
.rodata 90759 90799 40 0.0
pump-controller-app LP_CC2652R7 (read only) 673291 673331 40 0.0
.rodata 86307 86347 40 0.0
shell LP_CC2652R7 (read only) 669646 669694 48 0.0
.rodata 86598 86638 40 0.0
.text 582732 582740 8 0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543978 544026 48 0.0
.app_xip_area 425708 425756 48 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974460 974500 40 0.0
.text 820012 820052 40 0.0
BRD4161A+rs911x (read/write) 1035208 1035232 24 0.0
.text 846436 846460 24 0.0
BRD4187C (read/write) 1147064 1147088 24 0.0
.text 981296 981320 24 0.0
lock-app BRD4161A+wf200 (read/write) 1160416 1160456 40 0.0
.text 1000108 1000148 40 0.0
window-app BRD4187C (read/write) 1140284 1140308 24 0.0
.text 973076 973100 24 0.0
esp32 all-clusters-app c3devkit (read only) 1224618 1224636 18 0.0
(read/write) 1788614 1788646 32 0.0
.flash.rodata 258184 258216 32 0.0
.flash.text 1224618 1224636 18 0.0
m5stack (read only) 1234463 1234495 32 0.0
(read/write) 564420 564460 40 0.0
.flash.rodata 315136 315176 40 0.0
.flash.text 1229079 1229111 32 0.0
k32w light k32w0+release (read/write) 672072 672112 40 0.0
.text 592372 592412 40 0.0
linux chip-tool-ipv6only arm64 (read only) 10435580 10435628 48 0.0
.rodata 518412 518444 32 0.0
.text 8261380 8261396 16 0.0
thermostat-no-ble arm64 (read only) 2394796 2394844 48 0.0
.rodata 144980 145012 32 0.0
.text 2005920 2005936 16 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452592 2452632 40 0.0
.text 1415236 1415276 40 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188127 1188183 56 0.0
rodata 144516 144556 40 0.0
text 817248 817258 10 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167539 1167595 56 0.0
rodata 136304 136344 40 0.0
text 805794 805804 10 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746708 1746732 24 0.0
.debug_str 3432518 3432531 13 0.0
.strtab 570636 570663 27 0.0
.symtab 421600 421680 80 0.0
.text 1546944 1546968 24 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1689244 1689268 24 0.0
.debug_str 3421538 3421551 13 0.0
.strtab 534725 534752 27 0.0
.symtab 408032 408112 80 0.0
.text 1490216 1490240 24 0.0
light cy8ckit_062s2_43012 (read/write) 1607420 1607444 24 0.0
.debug_str 3227073 3227086 13 0.0
.strtab 471050 471077 27 0.0
.symtab 376400 376480 80 0.0
.text 1416576 1416600 24 0.0
lock cy8ckit_062s2_43012 (read/write) 1641428 1641452 24 0.0
.debug_str 3246430 3246443 13 0.0
.strtab 473453 473480 27 0.0
.symtab 378096 378176 80 0.0
.text 1445592 1445616 24 0.0
qpg lighting-app qpg6105+debug (read/write) 1151072 1151112 40 0.0
.text 598172 598212 40 0.0
lock-app qpg6105+debug (read/write) 1116768 1116800 32 0.0
.text 563864 563896 32 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937656 937712 56 0.0
text 649006 649022 16 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875648 875704 56 0.0
text 612990 613008 18 0.0
light-switch-app tlsr9518adk80d (read/write) 791004 791060 56 0.0
text 554454 554472 18 0.0
lighting-app tlsr9518adk80d (read/write) 875228 875284 56 0.0
text 624418 624434 16 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805496 805552 56 0.0
text 565834 565852 18 0.0
Decreases (17 builds for bl702, cc13x2_26x2, cyw30739, k32w, psoc6)
platform target config section 361c74d b17b1a5 change % change
bl702 lighting-app bl702 .debug_abbrev 1523925 1523727 -198 -0.0
.debug_aranges 132328 132288 -40 -0.0
.debug_frame 485340 485276 -64 -0.0
.debug_info 39163107 39135458 -27649 -0.1
.debug_line 5273098 5272913 -185 -0.0
.debug_loc 3367914 3367804 -110 -0.0
.debug_ranges 360296 360256 -40 -0.0
bl702+rpc .debug_abbrev 1667955 1667757 -198 -0.0
.debug_aranges 140392 140352 -40 -0.0
.debug_frame 512544 512480 -64 -0.0
.debug_info 43432308 43404399 -27909 -0.1
.debug_line 5668467 5668282 -185 -0.0
.debug_loc 3562150 3562054 -96 -0.0
.debug_ranges 383320 383280 -40 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173108 173060 -48 -0.0
all-clusters-minimal-app LP_CC2652R7 .text 563416 563408 -8 -0.0
lock-ftd LP_CC2652R7 (read/write) 172544 172512 -32 -0.0
.text 598808 598800 -8 -0.0
lock-mtd LP_CC2652R7 (read/write) 183276 183244 -32 -0.0
.text 557296 557288 -8 -0.0
pump-app LP_CC2652R7 (read/write) 160832 160792 -40 -0.0
pump-controller-app LP_CC2652R7 (read/write) 176644 176604 -40 -0.0
shell LP_CC2652R7 (read/write) 184208 184160 -48 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587494 587470 -24 -0.0
.app_xip_area 463704 463680 -24 -0.0
lock cyw930739m2evb_01 (read/write) 591602 591578 -24 -0.0
.app_xip_area 462516 462492 -24 -0.0
k32w contact k32w0+release (read/write) 662052 662020 -32 -0.0
.text 563724 563692 -32 -0.0
lock k32w0+release (read/write) 633612 633596 -16 -0.0
.text 553132 553116 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1235724 1235387 -337 -0.0
.debug_aranges 110728 110688 -40 -0.0
.debug_frame 371396 371320 -76 -0.0
.debug_info 27026555 26994638 -31917 -0.1
.debug_line 3687259 3687037 -222 -0.0
.debug_loc 3605093 3604893 -200 -0.0
.debug_ranges 339592 339552 -40 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1227567 1227278 -289 -0.0
.debug_aranges 110200 110160 -40 -0.0
.debug_frame 374476 374400 -76 -0.0
.debug_info 26763186 26732318 -30868 -0.1
.debug_line 3708243 3708021 -222 -0.0
.debug_loc 3592699 3592499 -200 -0.0
.debug_ranges 338208 338168 -40 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1062028 1061805 -223 -0.0
.debug_aranges 102400 102360 -40 -0.0
.debug_frame 344788 344712 -76 -0.0
.debug_info 22228397 22200848 -27549 -0.1
.debug_line 3277368 3277146 -222 -0.0
.debug_loc 3290184 3289984 -200 -0.0
.debug_ranges 303488 303448 -40 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1064003 1063780 -223 -0.0
.debug_aranges 102800 102760 -40 -0.0
.debug_frame 346664 346588 -76 -0.0
.debug_info 22462020 22433170 -28850 -0.1
.debug_line 3274488 3274266 -222 -0.0
.debug_loc 3318037 3317837 -200 -0.0
.debug_ranges 305448 305408 -40 -0.0
Full report (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 361c74d b17b1a5 change % change
bl602 lighting-app bl602 (read/write) 1375778 1375834 56 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059626 1059644 18 0.0
bl602+rpc (read/write) 1421594 1421650 56 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1091120 1091136 16 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195655 1195719 64 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1523925 1523727 -198 -0.0
.debug_aranges 132328 132288 -40 -0.0
.debug_frame 485340 485276 -64 -0.0
.debug_info 39163107 39135458 -27649 -0.1
.debug_line 5273098 5272913 -185 -0.0
.debug_loc 3367914 3367804 -110 -0.0
.debug_ranges 360296 360256 -40 -0.0
.debug_str 3463623 3463636 13 0.0
.hbn 509 509 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 116568 116616 48 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566910 566937 27 0.0
.symtab 171888 171904 16 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955954 955974 20 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283795 1283843 48 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1667955 1667757 -198 -0.0
.debug_aranges 140392 140352 -40 -0.0
.debug_frame 512544 512480 -64 -0.0
.debug_info 43432308 43404399 -27909 -0.1
.debug_line 5668467 5668282 -185 -0.0
.debug_loc 3562150 3562054 -96 -0.0
.debug_ranges 383320 383280 -40 -0.0
.debug_str 3860938 3860951 13 0.0
.hbn 509 509 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 130200 130232 32 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 627125 627152 27 0.0
.symtab 190000 190016 16 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029652 1029668 16 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678427 678475 48 0.0
(read/write) 173108 173060 -48 -0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89891 40 0.0
.text 588264 588272 8 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642723 642755 32 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 79027 40 0.1
.text 563416 563408 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 676559 676591 32 0.0
(read/write) 172544 172512 -32 -0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77311 40 0.1
.text 598808 598800 -8 -0.0
lock-mtd LP_CC2652R7 (read only) 661083 661115 32 0.0
(read/write) 183276 183244 -32 -0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103347 40 0.0
.text 557296 557288 -8 -0.0
pump-app LP_CC2652R7 (read only) 689007 689047 40 0.0
(read/write) 160832 160792 -40 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90799 40 0.0
.text 597764 597764 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673291 673331 40 0.0
(read/write) 176644 176604 -40 -0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86347 40 0.0
.text 586504 586504 0 0.0
shell LP_CC2652R7 (read only) 669646 669694 48 0.0
(read/write) 184208 184160 -48 -0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86638 40 0.0
.text 582732 582740 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587494 587470 -24 -0.0
.app_xip_area 463704 463680 -24 -0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591602 591578 -24 -0.0
.app_xip_area 462516 462492 -24 -0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543978 544026 48 0.0
.app_xip_area 425708 425756 48 0.0
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974460 974500 40 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 820012 820052 40 0.0
BRD4161A+rs911x (read/write) 1035208 1035232 24 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 846436 846460 24 0.0
BRD4187C (read/write) 1147064 1147088 24 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 981296 981320 24 0.0
lock-app BRD4161A+wf200 (read/write) 1160416 1160456 40 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 1000108 1000148 40 0.0
window-app BRD4187C (read/write) 1140284 1140308 24 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 973076 973100 24 0.0
esp32 all-clusters-app c3devkit (read only) 1224618 1224636 18 0.0
(read/write) 1788614 1788646 32 0.0
.dram0.bss 76944 76944 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258216 32 0.0
.flash.text 1224618 1224636 18 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234463 1234495 32 0.0
(read/write) 564420 564460 40 0.0
.dram0.bss 82320 82320 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315136 315176 40 0.0
.flash.text 1229079 1229111 32 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662052 662020 -32 -0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563724 563692 -32 -0.0
light k32w0+release (read/write) 672072 672112 40 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592372 592412 40 0.0
lock k32w0+release (read/write) 633612 633596 -16 -0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553132 553116 -16 -0.0
linux chip-tool-ipv6only arm64 (read only) 10435580 10435628 48 0.0
(read/write) 706529 706529 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650832 650832 0 0.0
.dynamic 560 560 0 0.0
.got 13928 13928 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518412 518444 32 0.0
.text 8261380 8261396 16 0.0
thermostat-no-ble arm64 (read only) 2394796 2394844 48 0.0
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144980 145012 32 0.0
.text 2005920 2005936 16 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452592 2452632 40 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1415236 1415276 40 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1188127 1188183 56 0.0
bss 145285 145285 0 0.0
rodata 144516 144556 40 0.0
text 817248 817258 10 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167539 1167595 56 0.0
bss 144512 144512 0 0.0
rodata 136304 136344 40 0.0
text 805794 805804 10 0.0
psoc6 all-clusters cy8ckit_062s2_43012 0 0 0 0.0
(read only) 841968 841968 0 0.0
(read/write) 1746708 1746732 24 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 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 1235724 1235387 -337 -0.0
.debug_aranges 110728 110688 -40 -0.0
.debug_frame 371396 371320 -76 -0.0
.debug_info 27026555 26994638 -31917 -0.1
.debug_line 3687259 3687037 -222 -0.0
.debug_loc 3605093 3604893 -200 -0.0
.debug_ranges 339592 339552 -40 -0.0
.debug_str 3432518 3432531 13 0.0
.heap 841968 841968 0 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 570636 570663 27 0.0
.symtab 421600 421680 80 0.0
.text 1546944 1546968 24 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 0 0 0 0.0
(read only) 842704 842704 0 0.0
(read/write) 1689244 1689268 24 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 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 1227567 1227278 -289 -0.0
.debug_aranges 110200 110160 -40 -0.0
.debug_frame 374476 374400 -76 -0.0
.debug_info 26763186 26732318 -30868 -0.1
.debug_line 3708243 3708021 -222 -0.0
.debug_loc 3592699 3592499 -200 -0.0
.debug_ranges 338208 338168 -40 -0.0
.debug_str 3421538 3421551 13 0.0
.heap 842704 842704 0 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 534725 534752 27 0.0
.symtab 408032 408112 80 0.0
.text 1490216 1490240 24 0.0
.zero.table 8 8 0 0.0
light cy8ckit_062s2_43012 0 0 0 0.0
(read only) 850888 850888 0 0.0
(read/write) 1607420 1607444 24 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1062028 1061805 -223 -0.0
.debug_aranges 102400 102360 -40 -0.0
.debug_frame 344788 344712 -76 -0.0
.debug_info 22228397 22200848 -27549 -0.1
.debug_line 3277368 3277146 -222 -0.0
.debug_loc 3290184 3289984 -200 -0.0
.debug_ranges 303488 303448 -40 -0.0
.debug_str 3227073 3227086 13 0.0
.heap 850888 850888 0 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 471050 471077 27 0.0
.symtab 376400 376480 80 0.0
.text 1416576 1416600 24 0.0
.zero.table 8 8 0 0.0
lock cy8ckit_062s2_43012 0 0 0 0.0
(read only) 845896 845896 0 0.0
(read/write) 1641428 1641452 24 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 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 1064003 1063780 -223 -0.0
.debug_aranges 102800 102760 -40 -0.0
.debug_frame 346664 346588 -76 -0.0
.debug_info 22462020 22433170 -28850 -0.1
.debug_line 3274488 3274266 -222 -0.0
.debug_loc 3318037 3317837 -200 -0.0
.debug_ranges 305448 305408 -40 -0.0
.debug_str 3246430 3246443 13 0.0
.heap 845896 845896 0 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 473453 473480 27 0.0
.symtab 378096 378176 80 0.0
.text 1445592 1445616 24 0.0
.zero.table 8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151072 1151112 40 0.0
.bss 111116 111116 0 0.0
.data 848 848 0 0.0
.text 598172 598212 40 0.0
lock-app qpg6105+debug (read/write) 1116768 1116800 32 0.0
.bss 106564 106564 0 0.0
.data 836 836 0 0.0
.text 563864 563896 32 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937656 937712 56 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 649006 649022 16 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875648 875704 56 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612990 613008 18 0.0
light-switch-app tlsr9518adk80d (read/write) 791004 791060 56 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554454 554472 18 0.0
lighting-app tlsr9518adk80d (read/write) 875228 875284 56 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624418 624434 16 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805496 805552 56 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565834 565852 18 0.0

@bzbarsky-apple bzbarsky-apple merged commit cf4f2b8 into project-chip:master Nov 18, 2022
@bzbarsky-apple bzbarsky-apple deleted the fix-async-CASEServer-cleanup branch November 18, 2022 17:52
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.

None yet

3 participants