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

IntrusiveList: Add auto-unlink mode #19305

Merged
merged 1 commit into from
Jun 9, 2022
Merged

Conversation

kghost
Copy link
Contributor

@kghost kghost commented Jun 8, 2022

Problem

Current it is a abort when destructing a list node which is belonged to a list. This may be to restrictive for some use-cases.

Change overview

Add a auto-unlink mode where the node is removed from the list when destructing, and provide a function for node to remove itself from the list w/o going through list API.

Note: this feature is inspired by Boost.Intrusive auto-unlink mode

Testing

Add unit test-cases for the new feature and API.

@github-actions
Copy link

github-actions bot commented Jun 8, 2022

PR #19305: Size comparison from b8e9ab1 to 38c7944

Increases (2 builds for linux)
platform target config section b8e9ab1 38c7944 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9474604 9474684 80 0.0
.text 7470052 7470132 80 0.0
thermostat-no-ble arm64 (read only) 2543900 2543980 80 0.0
.text 2146880 2146960 80 0.0
Decreases (2 builds for esp32, nrfconnect)
platform target config section b8e9ab1 38c7944 change % change
esp32 all-clusters-app c3devkit (read only) 1007708 1007704 -4 -0.0
.flash.text 1007708 1007704 -4 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 817076 817072 -4 -0.0
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section b8e9ab1 38c7944 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 689863 689863 0 0.0
(read/write) 161904 161904 0 0.0
.bss 74660 74660 0 0.0
.data 3392 3392 0 0.0
.rodata 112279 112279 0 0.0
.text 577272 577272 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640479 640479 0 0.0
(read/write) 158132 158132 0 0.0
.bss 73884 73884 0 0.0
.data 3332 3332 0 0.0
.rodata 89319 89319 0 0.0
.text 550840 550840 0 0.0
lock-ftd LP_CC2652R7 (read only) 683375 683375 0 0.0
(read/write) 159456 159456 0 0.0
.bss 72612 72612 0 0.0
.data 3256 3256 0 0.0
.rodata 98143 98143 0 0.0
.text 584748 584748 0 0.0
lock-mtd LP_CC2652R7 (read only) 632791 632791 0 0.0
(read/write) 145720 145720 0 0.0
.bss 68348 68348 0 0.0
.data 3256 3256 0 0.0
.rodata 98031 98031 0 0.0
.text 534268 534268 0 0.0
pump-app LP_CC2652R7 (read only) 664819 664819 0 0.0
(read/write) 178924 178924 0 0.0
.bss 72756 72756 0 0.0
.data 3292 3292 0 0.0
.rodata 86315 86315 0 0.0
.text 578020 578020 0 0.0
pump-controller-app LP_CC2652R7 (read only) 655403 655403 0 0.0
(read/write) 188444 188444 0 0.0
.bss 72860 72860 0 0.0
.data 3252 3252 0 0.0
.rodata 84211 84211 0 0.0
.text 570708 570708 0 0.0
shell LP_CC2652R7 (read only) 682142 682142 0 0.0
(read/write) 165120 165120 0 0.0
.bss 76956 76956 0 0.0
.data 3396 3396 0 0.0
.rodata 108878 108878 0 0.0
.text 572952 572952 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 602546 602546 0 0.0
.app_xip_area 461492 461492 0 0.0
.bss 84008 84008 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 599630 599630 0 0.0
.app_xip_area 458440 458440 0 0.0
.bss 84176 84176 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599374 599374 0 0.0
.app_xip_area 459300 459300 0 0.0
.bss 83140 83140 0 0.0
.data 616 616 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 914968 914968 0 0.0
(read/write) 133176 133176 0 0.0
.bss 131088 131088 0 0.0
.data 2088 2088 0 0.0
.text 914960 914960 0 0.0
BRD4161A+rpc (read only) 949188 949188 0 0.0
(read/write) 149868 149868 0 0.0
.bss 147576 147576 0 0.0
.data 2292 2292 0 0.0
.text 949180 949180 0 0.0
BRD4161A+rs911x (read only) 790156 790156 0 0.0
(read/write) 129460 129460 0 0.0
.bss 127364 127364 0 0.0
.data 2096 2096 0 0.0
.text 790148 790148 0 0.0
lock-app BRD4161A+wf200 (read only) 958396 958396 0 0.0
(read/write) 128252 128252 0 0.0
.bss 126188 126188 0 0.0
.data 2064 2064 0 0.0
.text 958388 958388 0 0.0
window-app BRD4161A (read only) 900040 900040 0 0.0
(read/write) 133264 133264 0 0.0
.bss 131176 131176 0 0.0
.data 2084 2084 0 0.0
.text 900032 900032 0 0.0
esp32 all-clusters-app c3devkit (read only) 1007708 1007704 -4 -0.0
(read/write) 1481786 1481786 0 0.0
.dram0.bss 69168 69168 0 0.0
.dram0.data 14656 14656 0 0.0
.flash.rodata 212536 212536 0 0.0
.flash.text 1007708 1007704 -4 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1062479 1062479 0 0.0
(read/write) 483928 483928 0 0.0
.dram0.bss 74688 74688 0 0.0
.dram0.data 34200 34200 0 0.0
.flash.rodata 243044 243044 0 0.0
.flash.text 1057095 1057095 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 653744 653744 0 0.0
.bss 70044 70044 0 0.0
.data 2004 2004 0 0.0
.text 575896 575896 0 0.0
lock k32w061+release (read/write) 714788 714788 0 0.0
.bss 70484 70484 0 0.0
.data 1976 1976 0 0.0
.text 636528 636528 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9474604 9474684 80 0.0
(read/write) 674257 674257 0 0.0
.bss 43681 43681 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 610696 610696 0 0.0
.dynamic 528 528 0 0.0
.got 14928 14928 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 467548 467548 0 0.0
.text 7470052 7470132 80 0.0
thermostat-no-ble arm64 (read only) 2543900 2543980 80 0.0
(read/write) 183073 183073 0 0.0
.bss 91409 91409 0 0.0
.data 1512 1512 0 0.0
.data.rel.ro 82144 82144 0 0.0
.dynamic 528 528 0 0.0
.got 4992 4992 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 160084 160084 0 0.0
.text 2146880 2146960 80 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2429544 2429544 0 0.0
.bss 202692 202692 0 0.0
.data 5872 5872 0 0.0
.text 1392188 1392188 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1191959 1191959 0 0.0
bss 141362 141362 0 0.0
rodata 154600 154600 0 0.0
text 817076 817072 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1139683 1139683 0 0.0
bss 140579 140579 0 0.0
rodata 131092 131092 0 0.0
text 789128 789128 0 0.0
p6 all-clusters-app default (read/write) 2544464 2544464 0 0.0
.bss 137120 137120 0 0.0
.data 2808 2808 0 0.0
.text 1502728 1502728 0 0.0
all-clusters-minimal-app default (read/write) 2489328 2489328 0 0.0
.bss 136328 136328 0 0.0
.data 2752 2752 0 0.0
.text 1447592 1447592 0 0.0
light-app default (read/write) 2421240 2421240 0 0.0
.bss 129432 129432 0 0.0
.data 2600 2600 0 0.0
.text 1379504 1379504 0 0.0
lock-app default (read/write) 2441576 2441576 0 0.0
.bss 129256 129256 0 0.0
.data 2576 2576 0 0.0
.text 1399840 1399840 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 781628 781628 0 0.0
bss 70636 70636 0 0.0
noinit 40416 40416 0 0.0
text 552550 552550 0 0.0
lighting-app tlsr9518adk80d (read/write) 801640 801640 0 0.0
bss 70888 70888 0 0.0
noinit 40416 40416 0 0.0
text 569270 569270 0 0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

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

Seems like everyone will just start using the auto-unlink thing, but ok...

@github-actions
Copy link

github-actions bot commented Jun 8, 2022

PR #19305: Size comparison from 10f620e to 5b97ad5

Increases (16 builds for cc13x2_26x2, esp32, linux, nrfconnect)
platform target config section 10f620e 5b97ad5 change % change
cc13x2_26x2 pump-app LP_CC2652R7 (read only) 664867 664875 8 0.0
.text 578028 578036 8 0.0
esp32 all-clusters-app c3devkit (read only) 1007724 1007726 2 0.0
.flash.text 1007724 1007726 2 0.0
linux all-clusters-app debug (read only) 2892393 2892457 64 0.0
.text 2462386 2462450 64 0.0
all-clusters-minimal-app debug (read only) 2753857 2753921 64 0.0
.text 2324578 2324642 64 0.0
bridge-app debug+rpc (read only) 2197921 2197985 64 0.0
.text 1851170 1851234 64 0.0
chip-tool debug (read only) 9736965 9737029 64 0.0
.text 7829525 7829589 64 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9474668 9474732 64 0.0
.text 7470068 7470132 64 0.0
lighting-app debug+rpc (read only) 2482305 2482369 64 0.0
.text 2109330 2109394 64 0.0
lock-app debug (read only) 2428257 2428321 64 0.0
.text 2046258 2046322 64 0.0
ota-provider-app debug (read only) 2203721 2203785 64 0.0
.text 1852082 1852146 64 0.0
ota-requestor-app debug (read only) 2265353 2265417 64 0.0
.text 1906322 1906386 64 0.0
shell debug (read only) 2584017 2584081 64 0.0
.text 2197346 2197410 64 0.0
thermostat-no-ble arm64 (read only) 2543948 2544012 64 0.0
.text 2146896 2146960 64 0.0
tv-app debug (read only) 3030409 3030473 64 0.0
.text 2604674 2604738 64 0.0
tv-casting-app debug (read only) 5334001 5334065 64 0.0
.text 4643010 4643074 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1192011 1192027 16 0.0
text 817092 817096 4 0.0
Decreases (4 builds for cc13x2_26x2, nrfconnect, telink)
platform target config section 10f620e 5b97ad5 change % change
cc13x2_26x2 pump-app LP_CC2652R7 (read/write) 178876 178868 -8 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 789148 789144 -4 -0.0
telink light-switch-app tlsr9518adk80d text 552568 552566 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 801700 801692 -8 -0.0
text 569290 569286 -4 -0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 10f620e 5b97ad5 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 689927 689927 0 0.0
(read/write) 161840 161840 0 0.0
.bss 74660 74660 0 0.0
.data 3392 3392 0 0.0
.rodata 112319 112319 0 0.0
.text 577296 577296 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640543 640543 0 0.0
(read/write) 158132 158132 0 0.0
.bss 73884 73884 0 0.0
.data 3332 3332 0 0.0
.rodata 89359 89359 0 0.0
.text 550864 550864 0 0.0
lock-ftd LP_CC2652R7 (read only) 683431 683431 0 0.0
(read/write) 159400 159400 0 0.0
.bss 72612 72612 0 0.0
.data 3256 3256 0 0.0
.rodata 98175 98175 0 0.0
.text 584772 584772 0 0.0
lock-mtd LP_CC2652R7 (read only) 632847 632847 0 0.0
(read/write) 145720 145720 0 0.0
.bss 68348 68348 0 0.0
.data 3256 3256 0 0.0
.rodata 98063 98063 0 0.0
.text 534292 534292 0 0.0
pump-app LP_CC2652R7 (read only) 664867 664875 8 0.0
(read/write) 178876 178868 -8 -0.0
.bss 72756 72756 0 0.0
.data 3292 3292 0 0.0
.rodata 86355 86355 0 0.0
.text 578028 578036 8 0.0
pump-controller-app LP_CC2652R7 (read only) 655459 655459 0 0.0
(read/write) 188388 188388 0 0.0
.bss 72860 72860 0 0.0
.data 3252 3252 0 0.0
.rodata 84243 84243 0 0.0
.text 570732 570732 0 0.0
shell LP_CC2652R7 (read only) 682206 682206 0 0.0
(read/write) 165056 165056 0 0.0
.bss 76956 76956 0 0.0
.data 3396 3396 0 0.0
.rodata 108918 108918 0 0.0
.text 572976 572976 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 602546 602546 0 0.0
.app_xip_area 461492 461492 0 0.0
.bss 84008 84008 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 599630 599630 0 0.0
.app_xip_area 458440 458440 0 0.0
.bss 84176 84176 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599430 599430 0 0.0
.app_xip_area 459356 459356 0 0.0
.bss 83140 83140 0 0.0
.data 616 616 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 915016 915016 0 0.0
(read/write) 133176 133176 0 0.0
.bss 131088 131088 0 0.0
.data 2088 2088 0 0.0
.text 915008 915008 0 0.0
BRD4161A+rpc (read only) 949236 949236 0 0.0
(read/write) 149868 149868 0 0.0
.bss 147576 147576 0 0.0
.data 2292 2292 0 0.0
.text 949228 949228 0 0.0
BRD4161A+rs911x (read only) 790204 790204 0 0.0
(read/write) 129460 129460 0 0.0
.bss 127364 127364 0 0.0
.data 2096 2096 0 0.0
.text 790196 790196 0 0.0
lock-app BRD4161A+wf200 (read only) 958444 958444 0 0.0
(read/write) 128252 128252 0 0.0
.bss 126188 126188 0 0.0
.data 2064 2064 0 0.0
.text 958436 958436 0 0.0
window-app BRD4161A (read only) 900088 900088 0 0.0
(read/write) 133264 133264 0 0.0
.bss 131176 131176 0 0.0
.data 2084 2084 0 0.0
.text 900080 900080 0 0.0
esp32 all-clusters-app c3devkit (read only) 1007724 1007726 2 0.0
(read/write) 1481826 1481826 0 0.0
.dram0.bss 69168 69168 0 0.0
.dram0.data 14656 14656 0 0.0
.flash.rodata 212576 212576 0 0.0
.flash.text 1007724 1007726 2 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1062495 1062495 0 0.0
(read/write) 483960 483960 0 0.0
.dram0.bss 74688 74688 0 0.0
.dram0.data 34200 34200 0 0.0
.flash.rodata 243076 243076 0 0.0
.flash.text 1057111 1057111 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 653760 653760 0 0.0
.bss 70044 70044 0 0.0
.data 2004 2004 0 0.0
.text 575912 575912 0 0.0
lock k32w061+release (read/write) 714852 714852 0 0.0
.bss 70484 70484 0 0.0
.data 1976 1976 0 0.0
.text 636592 636592 0 0.0
linux all-clusters-app debug (read only) 2892393 2892457 64 0.0
(read/write) 180024 180024 0 0.0
.bss 87840 87840 0 0.0
.data 2016 2016 0 0.0
.data.rel.ro 83960 83960 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 255485 255485 0 0.0
.text 2462386 2462450 64 0.0
all-clusters-minimal-app debug (read only) 2753857 2753921 64 0.0
(read/write) 171640 171640 0 0.0
.bss 87008 87008 0 0.0
.data 1888 1888 0 0.0
.data.rel.ro 76584 76584 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 256765 256765 0 0.0
.text 2324578 2324642 64 0.0
bridge-app debug+rpc (read only) 2197921 2197985 64 0.0
(read/write) 149528 149528 0 0.0
.bss 74496 74496 0 0.0
.data 3888 3888 0 0.0
.data.rel.ro 65400 65400 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 187840 187840 0 0.0
.text 1851170 1851234 64 0.0
chip-tool debug (read only) 9736965 9737029 64 0.0
(read/write) 608032 608032 0 0.0
.bss 25408 25408 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 575240 575240 0 0.0
.dynamic 624 624 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 505437 505437 0 0.0
.text 7829525 7829589 64 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9474668 9474732 64 0.0
(read/write) 674257 674257 0 0.0
.bss 43681 43681 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 610696 610696 0 0.0
.dynamic 528 528 0 0.0
.got 14928 14928 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 467596 467596 0 0.0
.text 7470068 7470132 64 0.0
lighting-app debug+rpc (read only) 2482305 2482369 64 0.0
(read/write) 155136 155136 0 0.0
.bss 76320 76320 0 0.0
.data 2032 2032 0 0.0
.data.rel.ro 70888 70888 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 205384 205384 0 0.0
.text 2109330 2109394 64 0.0
lock-app debug (read only) 2428257 2428321 64 0.0
(read/write) 150272 150272 0 0.0
.bss 75040 75040 0 0.0
.data 1520 1520 0 0.0
.data.rel.ro 67848 67848 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 219400 219400 0 0.0
.text 2046258 2046322 64 0.0
ota-provider-app debug (read only) 2203721 2203785 64 0.0
(read/write) 143264 143264 0 0.0
.bss 74496 74496 0 0.0
.data 1752 1752 0 0.0
.data.rel.ro 61208 61208 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 191960 191960 0 0.0
.text 1852082 1852146 64 0.0
ota-requestor-app debug (read only) 2265353 2265417 64 0.0
(read/write) 146312 146312 0 0.0
.bss 75264 75264 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63320 63320 0 0.0
.dynamic 608 608 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 195296 195296 0 0.0
.text 1906322 1906386 64 0.0
shell debug (read only) 2584017 2584081 64 0.0
(read/write) 203200 203200 0 0.0
.bss 118728 118728 0 0.0
.data 1328 1328 0 0.0
.data.rel.ro 77392 77392 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 228050 228050 0 0.0
.text 2197346 2197410 64 0.0
thermostat-no-ble arm64 (read only) 2543948 2544012 64 0.0
(read/write) 183073 183073 0 0.0
.bss 91409 91409 0 0.0
.data 1512 1512 0 0.0
.data.rel.ro 82144 82144 0 0.0
.dynamic 528 528 0 0.0
.got 4992 4992 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 160116 160116 0 0.0
.text 2146896 2146960 64 0.0
tv-app debug (read only) 3030409 3030473 64 0.0
(read/write) 281904 281904 0 0.0
.bss 192616 192616 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 78184 78184 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 240672 240672 0 0.0
.text 2604674 2604738 64 0.0
tv-casting-app debug (read only) 5334001 5334065 64 0.0
(read/write) 223968 223968 0 0.0
.bss 80136 80136 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 135168 135168 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 340512 340512 0 0.0
.text 4643010 4643074 64 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2429648 2429648 0 0.0
.bss 202692 202692 0 0.0
.data 5872 5872 0 0.0
.text 1392292 1392292 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1192011 1192027 16 0.0
bss 141362 141362 0 0.0
rodata 154636 154636 0 0.0
text 817092 817096 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1139735 1139735 0 0.0
bss 140579 140579 0 0.0
rodata 131128 131128 0 0.0
text 789148 789144 -4 -0.0
p6 all-clusters-app default (read/write) 2544512 2544512 0 0.0
.bss 137120 137120 0 0.0
.data 2808 2808 0 0.0
.text 1502776 1502776 0 0.0
all-clusters-minimal-app default (read/write) 2489384 2489384 0 0.0
.bss 136328 136328 0 0.0
.data 2752 2752 0 0.0
.text 1447648 1447648 0 0.0
light-app default (read/write) 2421288 2421288 0 0.0
.bss 129432 129432 0 0.0
.data 2600 2600 0 0.0
.text 1379552 1379552 0 0.0
lock-app default (read/write) 2441624 2441624 0 0.0
.bss 129256 129256 0 0.0
.data 2576 2576 0 0.0
.text 1399888 1399888 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 781680 781680 0 0.0
bss 70636 70636 0 0.0
noinit 40416 40416 0 0.0
text 552568 552566 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 801700 801692 -8 -0.0
bss 70888 70888 0 0.0
noinit 40416 40416 0 0.0
text 569290 569286 -4 -0.0

@kghost kghost merged commit 3fccfde into project-chip:master Jun 9, 2022
@kghost kghost deleted the session-9 branch June 9, 2022 05:30
mkardous-silabs pushed a commit to mkardous-silabs/connectedhomeip that referenced this pull request Jun 10, 2022
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