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 DeviceController deleteFromFabricTableOnShutdown option #32846

Merged

Conversation

ksperling-apple
Copy link
Contributor

This is analogous to removeFromFabricTableOnShutdown but does an actual Delete(), i.e. affects storage, rather than just a Forget().

Use this to simplify controller shutdown on Darwin.

This is analogous to removeFromFabricTableOnShutdown but does an actual
Delete(), i.e. affects storage, rather than just a Forget().

Use this to simplify controller shutdown on Darwin.
Copy link

github-actions bot commented Apr 4, 2024

PR #32846: Size comparison from 96329ae to 2b5f815

Increases (3 builds for linux)
platform target config section 96329ae 2b5f815 change % change
linux chip-tool debug (read only) 12080569 12080729 160 0.0
.text 10921603 1092176 160 0.0
chip-tool-ipv6only arm64 (read only) 11400676 11400740 64 0.0
.text 10163128 10163192 64 0.0
tv-app debug (read only) 5760977 5761137 160 0.0
.text 5225203 5225363 160 0.0
Decreases (2 builds for efr32, linux)
platform target config section 96329ae 2b5f815 change % change
efr32 lock-app BRD4338a (read/write) 959800 959792 -8 -0.0
.text 700044 700036 -8 -0.0
linux chip-tool-ipv6only arm64 (read/write) 590512 590448 -64 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 96329ae 2b5f815 change % change
bl602 lighting-app bl602 (read/write) 1442174 1442174 0 0.0
.bss 85432 85432 0 0.0
.data 9504 9504 0 0.0
.rodata 158976 158976 0 0.0
.text 1107598 1107598 0 0.0
bl602+mfd (read/write) 1456582 1456582 0 0.0
.bss 85592 85592 0 0.0
.data 9480 9480 0 0.0
.rodata 157936 157936 0 0.0
.text 1122914 1122914 0 0.0
bl602+rpc (read/write) 1489806 1489806 0 0.0
.bss 93464 93464 0 0.0
.data 9880 9880 0 0.0
.rodata 166544 166544 0 0.0
.text 1139244 1139244 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1206855 1206855 0 0.0
.bss 11217 11217 0 0.0
.data 3688 3688 0 0.0
.rodata 108336 108336 0 0.0
.text 976746 976746 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1217667 1217667 0 0.0
.bss 11393 11393 0 0.0
.data 3664 3664 0 0.0
.rodata 107276 107276 0 0.0
.text 988498 988498 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1298607 1298607 0 0.0
.bss 19701 19701 0 0.0
.data 4224 4224 0 0.0
.rodata 123708 123708 0 0.0
.text 1051710 1051710 0 0.0
bl706-eth (read/write) 1024289 1024289 0 0.0
.bss 23792 23792 0 0.0
.data 3264 3264 0 0.0
.rodata 101660 101660 0 0.0
.text 767602 767602 0 0.0
bl706-wifi (read/write) 1258950 1258950 0 0.0
.bss 10677 10677 0 0.0
.data 3696 3696 0 0.0
.rodata 122660 122660 0 0.0
.text 999494 999494 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1176212 1176212 0 0.0
.bss 16428 16428 0 0.0
.data 5048 5048 0 0.0
.rodata 102340 102340 0 0.0
.text 969612 969612 0 0.0
bl702l+mfd (read/write) 1188128 1188128 0 0.0
.bss 16604 16604 0 0.0
.data 5032 5032 0 0.0
.rodata 101280 101280 0 0.0
.text 981932 981932 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781956 781956 0 0.0
(read/write) 168816 168816 0 0.0
.bss 90776 90776 0 0.0
.data 3584 3584 0 0.0
.rodata 82532 82532 0 0.0
.text 699156 699156 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798100 798100 0 0.0
(read/write) 178968 178968 0 0.0
.bss 100944 100944 0 0.0
.data 3576 3576 0 0.0
.rodata 76684 76684 0 0.0
.text 721148 721148 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 786748 786748 0 0.0
(read/write) 173408 173408 0 0.0
.bss 95384 95384 0 0.0
.data 3576 3576 0 0.0
.rodata 103436 103436 0 0.0
.text 683044 683044 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739044 739044 0 0.0
(read/write) 167784 167784 0 0.0
.bss 89516 89516 0 0.0
.data 3568 3568 0 0.0
.rodata 78196 78196 0 0.0
.text 660580 660580 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724700 724700 0 0.0
(read/write) 168000 168000 0 0.0
.bss 89732 89732 0 0.0
.data 3568 3568 0 0.0
.rodata 73972 73972 0 0.0
.text 650460 650460 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586138 586138 0 0.0
(read/write) 208072 208072 0 0.0
.bss 201300 201300 0 0.0
.data 1648 1648 0 0.0
.rodata 87418 87418 0 0.0
.text 496600 496600 0 0.0
lock CC3235SF_LAUNCHXL (read only) 630922 630922 0 0.0
(read/write) 208328 208328 0 0.0
.bss 201704 201704 0 0.0
.data 1504 1504 0 0.0
.rodata 107762 107762 0 0.0
.text 521040 521040 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569211 569211 0 0.0
.app_xip_area 459133 459133 0 0.0
.bss 64904 64904 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 551467 551467 0 0.0
.app_xip_area 436717 436717 0 0.0
.bss 69568 69568 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572283 572283 0 0.0
.app_xip_area 463709 463709 0 0.0
.bss 63440 63440 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564499 564499 0 0.0
.app_xip_area 452733 452733 0 0.0
.bss 66552 66552 0 0.0
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1113448 1113448 0 0.0
.bss 195264 195264 0 0.0
.data 3432 3432 0 0.0
.text 914732 914732 0 0.0
lock-app BRD4338a (read/write) 959800 959792 -8 -0.0
.bss 210196 210196 0 0.0
.data 30192 30192 0 0.0
.text 700044 700036 -8 -0.0
window-app BRD4187C (read/write) 1160632 1160632 0 0.0
.bss 167592 167592 0 0.0
.data 3336 3336 0 0.0
.text 989684 989684 0 0.0
esp32 all-clusters-app c3devkit (read only) 1213200 1213200 0 0.0
(read/write) 1750240 1750240 0 0.0
.dram0.bss 74376 74376 0 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 252704 252704 0 0.0
.flash.text 1213200 1213200 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1255031 1255031 0 0.0
(read/write) 536388 536388 0 0.0
.dram0.bss 81056 81056 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284232 284232 0 0.0
.flash.text 1248867 1248867 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2643597 2643597 0 0.0
(read/write) 130032 130032 0 0.0
.bss 46736 46736 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 75080 75080 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 184208 184208 0 0.0
.text 2280373 2280373 0 0.0
all-clusters-app debug (read only) 5952185 5952185 0 0.0
(read/write) 481536 481536 0 0.0
.bss 135072 135072 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 334472 334472 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1432 1432 0 0.0
.rodata 349744 349744 0 0.0
.text 5167635 5167635 0 0.0
all-clusters-minimal-app debug (read only) 5232337 5232337 0 0.0
(read/write) 237488 237488 0 0.0
.bss 127904 127904 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 98056 98056 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 288714 288714 0 0.0
.text 4707475 4707475 0 0.0
bridge-app debug (read only) 4625801 4625801 0 0.0
(read/write) 218336 218336 0 0.0
.bss 118400 118400 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 86976 86976 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 229546 229546 0 0.0
.text 4174531 4174531 0 0.0
chip-tool debug (read only) 12080569 12080729 160 0.0
(read/write) 523000 523000 0 0.0
.bss 94648 94648 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416000 416000 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 450585 450585 0 0.0
.text 10921603 1092176 160 0.0
chip-tool-ipv6only arm64 (read only) 11400676 11400740 64 0.0
(read/write) 590512 590448 -64 -0.0
.bss 103720 103720 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 455952 455952 0 0.0
.dynamic 512 512 0 0.0
.got 17096 17096 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 355860 355860 0 0.0
.text 10163128 10163192 64 0.0
lighting-app debug+rpc+ui (read only) 5548697 5548697 0 0.0
(read/write) 227096 227096 0 0.0
.bss 119336 119336 0 0.0
.data 4864 4864 0 0.0
.data.rel.ro 95376 95376 0 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 353396 353396 0 0.0
.text 4947187 4947187 0 0.0
lock-app debug (read only) 4690769 4690769 0 0.0
(read/write) 205552 205552 0 0.0
.bss 113696 113696 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 81016 81016 0 0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 255242 255242 0 0.0
.text 4222867 4222867 0 0.0
ota-provider-app debug (read only) 4307033 4307033 0 0.0
(read/write) 194192 194192 0 0.0
.bss 113440 113440 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 70448 70448 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 208458 208458 0 0.0
.text 3904067 3904067 0 0.0
ota-requestor-app debug (read only) 4436697 4436697 0 0.0
(read/write) 198560 198560 0 0.0
.bss 114336 114336 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 73552 73552 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 214698 214698 0 0.0
.text 4022947 4022947 0 0.0
shell debug (read only) 2918065 2918065 0 0.0
(read/write) 156936 156936 0 0.0
.bss 62544 62544 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 87168 87168 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 185568 185568 0 0.0
.text 2557794 2557794 0 0.0
thermostat-no-ble arm64 (read only) 4426364 4426364 0 0.0
(read/write) 244912 244912 0 0.0
.bss 121960 121960 0 0.0
.data 3392 3392 0 0.0
.data.rel.ro 104312 104312 0 0.0
.dynamic 512 512 0 0.0
.got 8696 8696 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 159988 159988 0 0.0
.text 3929832 3929832 0 0.0
tv-app debug (read only) 5760977 5761137 160 0.0
(read/write) 353200 353200 0 0.0
.bss 244240 244240 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 95128 95128 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 292522 292522 0 0.0
.text 5225203 5225363 160 0.0
tv-casting-app debug (read only) 9890897 9890897 0 0.0
(read/write) 340752 340752 0 0.0
.bss 156048 156048 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 174816 174816 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1208 1208 0 0.0
.rodata 382904 382904 0 0.0
.text 9041283 9041283 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534216 2534216 0 0.0
.bss 220464 220464 0 0.0
.data 5216 5216 0 0.0
.text 1496900 1496900 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1064240 1064240 0 0.0
bss 133099 133099 0 0.0
rodata 102960 102960 0 0.0
text 780952 780952 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1225332 1225332 0 0.0
bss 127155 127155 0 0.0
rodata 151304 151304 0 0.0
text 796844 796844 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1011720 1011720 0 0.0
bss 131957 131957 0 0.0
rodata 90224 90224 0 0.0
text 742316 742316 0 0.0
nxp contact k32w0+release (read only) 574444 574444 0 0.0
(read/write) 79984 79984 0 0.0
.bss 67820 67820 0 0.0
.data 2180 2180 0 0.0
.text 573908 573908 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 701412 701412 0 0.0
.bss 71164 71164 0 0.0
.data 2856 2856 0 0.0
.text 588008 588008 0 0.0
light k32w0+release (read only) 608472 608472 0 0.0
(read/write) 79460 79460 0 0.0
.bss 67276 67276 0 0.0
.data 2200 2200 0 0.0
.text 607936 607936 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793312 793312 0 0.0
.bss 80716 80716 0 0.0
.data 2056 2056 0 0.0
.text 671168 671168 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834336 834336 0 0.0
(read/write) 1800476 1800476 0 0.0
.bss 196316 196316 0 0.0
.data 2688 2688 0 0.0
.text 1593084 1593084 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837488 837488 0 0.0
(read/write) 1722348 1722348 0 0.0
.bss 193196 193196 0 0.0
.data 2656 2656 0 0.0
.text 1518108 1518108 0 0.0
light cy8ckit_062s2_43012 (read only) 844216 844216 0 0.0
(read/write) 1641100 1641100 0 0.0
.bss 186660 186660 0 0.0
.data 2464 2464 0 0.0
.text 1443588 1443588 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1669868 1669868 0 0.0
.bss 213732 213732 0 0.0
.data 2456 2456 0 0.0
.text 1445292 1445292 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1131680 1131680 0 0.0
.bss 102568 102568 0 0.0
.data 844 844 0 0.0
.text 644064 644064 0 0.0
lock-app qpg6105+debug (read/write) 1091496 1091496 0 0.0
.bss 97232 97232 0 0.0
.data 856 856 0 0.0
.text 603876 603876 0 0.0
stm32 light STM32WB5MM-DK (read/write) 603125 603125 0 0.0
.bss 128424 128424 0 0.0
.data 676 676 0 0.0
.rodata 80108 80108 0 0.0
.text 384176 384176 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825334 825334 0 0.0
bss 49700 49700 0 0.0
text 617728 617728 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1094364 1094364 0 0.0
bss 101796 101796 0 0.0
text 795044 795044 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1051900 1051900 0 0.0
bss 110092 110092 0 0.0
text 766434 766434 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 912340 912340 0 0.0
bss 93132 93132 0 0.0
text 653632 653632 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 826990 826990 0 0.0
bss 49740 49740 0 0.0
text 619450 619450 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 930512 930512 0 0.0
bss 77480 77480 0 0.0
text 698100 698100 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1075640 1075640 0 0.0
bss 100204 100204 0 0.0
text 779150 779150 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 905172 905172 0 0.0
bss 69212 69212 0 0.0
text 654926 654926 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 931344 931344 0 0.0
bss 92704 92704 0 0.0
text 672752 672752 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 829698 829698 0 0.0
bss 49848 49848 0 0.0
text 622490 622490 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 793264 793264 0 0.0
bss 56048 56048 0 0.0
text 593164 593164 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 675844 675844 0 0.0
bss 73404 73404 0 0.0
text 461614 461614 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835030 835030 0 0.0
bss 51380 51380 0 0.0
text 626314 626314 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 853233 853233 0 0.0
bss 59524 59524 0 0.0
text 637874 637874 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 818960 818960 0 0.0
bss 56344 56344 0 0.0
text 612880 612880 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 837044 837044 0 0.0
bss 68120 68120 0 0.0
text 628128 628128 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.

Approved, with @andy31415's comments addressed.

Copy link

github-actions bot commented Apr 4, 2024

PR #32846: Size comparison from 96329ae to 295ac3c

Increases above 0.2%:

platform target config section 96329ae 295ac3c change % change
psoc6 all-clusters cy8ckit_062s2_43012 .bss 196316 198372 2056 1.0
all-clusters-minimal cy8ckit_062s2_43012 .bss 193196 195252 2056 1.1
light cy8ckit_062s2_43012 .bss 186660 188716 2056 1.1
lock cy8ckit_062s2_43012 .bss 213732 215788 2056 1.0
Increases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 96329ae 295ac3c change % change
bl602 lighting-app bl602 (read/write) 1442174 1442278 104 0.0
.text 1107598 1107698 100 0.0
bl602+mfd (read/write) 1456582 1456694 112 0.0
.bss 85592 85600 8 0.0
.text 1122914 1123014 100 0.0
bl602+rpc (read/write) 1489806 1489918 112 0.0
.bss 93464 93480 16 0.0
.text 1139244 1139344 100 0.0
bl702 lighting-app bl702 (read/write) 1206855 1206971 116 0.0
.text 976746 976846 100 0.0
bl702+mfd (read/write) 1217667 1217783 116 0.0
.text 988498 988598 100 0.0
bl702+rpc (read/write) 1298607 1298707 100 0.0
.text 1051710 1051810 100 0.0
bl706-eth (read/write) 1024289 1024405 116 0.0
.text 767602 767702 100 0.0
bl706-wifi (read/write) 1258950 1259078 128 0.0
.text 999494 999606 112 0.0
bl702l lighting-app bl702l (read/write) 1176212 1176312 100 0.0
.text 969612 969712 100 0.0
bl702l+mfd .text 981932 982032 100 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781956 782004 48 0.0
(read/write) 168816 168824 8 0.0
.bss 90776 90780 4 0.0
.text 699156 699204 48 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798100 798156 56 0.0
(read/write) 178968 178976 8 0.0
.bss 100944 100948 4 0.0
.text 721148 721204 56 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 786748 786796 48 0.0
(read/write) 173408 173416 8 0.0
.bss 95384 95388 4 0.0
.text 683044 683092 48 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739044 739092 48 0.0
.bss 89516 89520 4 0.0
.text 660580 660628 48 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724700 724748 48 0.0
.bss 89732 89736 4 0.0
.text 650460 650508 48 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586138 586194 56 0.0
(read/write) 208072 208080 8 0.0
.bss 201300 201308 8 0.0
.text 496600 496652 52 0.0
lock CC3235SF_LAUNCHXL (read only) 630922 630986 64 0.0
(read/write) 208328 208336 8 0.0
.bss 201704 201712 8 0.0
.text 521040 521100 60 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569211 569263 52 0.0
.app_xip_area 459133 459181 48 0.0
.bss 64904 64908 4 0.0
lock cyw930739m2evb_01 (read/write) 551467 551519 52 0.0
.app_xip_area 436717 436765 48 0.0
.bss 69568 69572 4 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572283 572335 52 0.0
.app_xip_area 463709 463757 48 0.0
.bss 63440 63444 4 0.0
switch cyw930739m2evb_01 (read/write) 564499 564551 52 0.0
.app_xip_area 452733 452781 48 0.0
.bss 66552 66556 4 0.0
efr32 lighting-app BRD4187C (read/write) 1113448 1113488 40 0.0
.bss 195264 195272 8 0.0
.text 914732 914764 32 0.0
lock-app BRD4338a (read/write) 959800 959864 64 0.0
.bss 210196 210204 8 0.0
.text 700044 700100 56 0.0
window-app BRD4187C (read/write) 1160632 1160704 72 0.0
.bss 167592 167600 8 0.0
.text 989684 989748 64 0.0
esp32 all-clusters-app c3devkit (read only) 1213200 1213272 72 0.0
.dram0.bss 74376 74384 8 0.0
.flash.text 1213200 1213272 72 0.0
m5stack (read only) 1255031 1255087 56 0.0
(read/write) 536388 536396 8 0.0
.dram0.bss 81056 81064 8 0.0
.flash.text 1248867 1248923 56 0.0
linux air-purifier-app debug (read only) 2643597 2643693 96 0.0
.text 2280373 2280469 96 0.0
all-clusters-app debug (read only) 5952185 5952281 96 0.0
.text 5167635 5167731 96 0.0
all-clusters-minimal-app debug (read only) 5232337 5232433 96 0.0
.text 4707475 4707571 96 0.0
bridge-app debug (read only) 4625801 4625897 96 0.0
.text 4174531 4174627 96 0.0
chip-tool debug (read only) 12080569 12080841 272 0.0
(read/write) 523000 523032 32 0.0
.bss 94648 94680 32 0.0
.text 10921603 10921875 272 0.0
chip-tool-ipv6only arm64 (read only) 11400676 11400932 256 0.0
.bss 103720 103736 16 0.0
.got 17096 17112 16 0.1
.text 10163128 10163336 208 0.0
lighting-app debug+rpc+ui (read only) 5548697 5548793 96 0.0
.text 4947187 4947283 96 0.0
lock-app debug (read only) 4690769 4690865 96 0.0
.text 4222867 4222963 96 0.0
ota-provider-app debug (read only) 4307033 4307129 96 0.0
(read/write) 194192 194224 32 0.0
.bss 113440 113472 32 0.0
.text 3904067 3904163 96 0.0
ota-requestor-app debug (read only) 4436697 4436793 96 0.0
(read/write) 198560 198592 32 0.0
.bss 114336 114368 32 0.0
.text 4022947 4023043 96 0.0
shell debug (read only) 2918065 2918161 96 0.0
.text 2557794 2557890 96 0.0
thermostat-no-ble arm64 (read only) 4426364 4426556 192 0.0
.bss 121960 121976 16 0.0
.got 8696 8712 16 0.2
.text 3929832 3929976 144 0.0
tv-app debug (read only) 5760977 5761249 272 0.0
.text 5225203 5225475 272 0.0
tv-casting-app debug (read only) 9890897 9890993 96 0.0
(read/write) 340752 340784 32 0.0
.bss 156048 156080 32 0.0
.text 9041283 9041379 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2534216 2534280 64 0.0
.bss 220464 220472 8 0.0
.text 1496900 1496964 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1064240 1064288 48 0.0
bss 133099 133107 8 0.0
text 780952 781000 48 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1225332 1225388 56 0.0
bss 127155 127163 8 0.0
text 796844 796892 48 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1011720 1011768 48 0.0
bss 131957 131965 8 0.0
text 742316 742364 48 0.0
nxp contact k32w0+release (read only) 574444 574508 64 0.0
(read/write) 79984 79988 4 0.0
.bss 67820 67824 4 0.0
.text 573908 573972 64 0.0
k32w1+release (read/write) 701412 701468 56 0.0
.bss 71164 71176 12 0.0
.text 588008 588056 48 0.0
light k32w0+release (read only) 608472 608520 48 0.0
(read/write) 79460 79464 4 0.0
.bss 67276 67280 4 0.0
.text 607936 607984 48 0.0
k32w1+release (read/write) 793312 793368 56 0.0
.bss 80716 80728 12 0.0
.text 671168 671216 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1800476 1802580 2104 0.1
.bss 196316 198372 2056 1.0
.text 1593084 1593132 48 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1722348 1724468 2120 0.1
.bss 193196 195252 2056 1.1
.text 1518108 1518172 64 0.0
light cy8ckit_062s2_43012 (read/write) 1641100 1643204 2104 0.1
.bss 186660 188716 2056 1.1
.text 1443588 1443636 48 0.0
lock cy8ckit_062s2_43012 (read/write) 1669868 1671988 2120 0.1
.bss 213732 215788 2056 1.0
.text 1445292 1445356 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1131680 1131728 48 0.0
.bss 102568 102572 4 0.0
.text 644064 644112 48 0.0
lock-app qpg6105+debug (read/write) 1091496 1091544 48 0.0
.bss 97232 97236 4 0.0
.text 603876 603924 48 0.0
stm32 light STM32WB5MM-DK (read/write) 603125 603189 64 0.0
.bss 128424 128436 12 0.0
.text 384176 384224 48 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 825334 825414 80 0.0
bss 49700 49708 8 0.0
text 617728 617796 68 0.0
all-clusters-app tlsr9518adk80d (read/write) 1094364 1094444 80 0.0
bss 101796 101804 8 0.0
text 795044 795116 72 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1051900 1051980 80 0.0
bss 110092 110100 8 0.0
text 766434 766506 72 0.0
bridge-app tlsr9518adk80d (read/write) 912340 912420 80 0.0
bss 93132 93140 8 0.0
text 653632 653704 72 0.0
contact-sensor-app tlsr9528a_retention (read/write) 826990 827070 80 0.0
bss 49740 49748 8 0.0
text 619450 619518 68 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 930512 930592 80 0.0
bss 77480 77488 8 0.0
text 698100 698172 72 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1075640 1075720 80 0.0
bss 100204 100212 8 0.0
text 779150 779222 72 0.0
lock-app-dfu tlsr9528a (read/write) 905172 905252 80 0.0
bss 69212 69220 8 0.0
text 654926 654998 72 0.0
ota-requestor-app tlsr9518adk80d (read/write) 931344 931424 80 0.0
bss 92704 92712 8 0.0
text 672752 672824 72 0.0
pump-app tlsr9258a_retention (read/write) 829698 829778 80 0.0
bss 49848 49856 8 0.0
text 622490 622558 68 0.0
pump-controller-app tlsr9518adk80d (read/write) 793264 793344 80 0.0
bss 56048 56056 8 0.0
text 593164 593236 72 0.0
shell tlsr9518adk80d (read/write) 675844 675888 44 0.0
bss 73404 73412 8 0.0
text 461614 461650 36 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 835030 835102 72 0.0
bss 51380 51388 8 0.0
text 626314 626382 68 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 853233 853313 80 0.0
bss 59524 59532 8 0.0
text 637874 637946 72 0.0
thermostat tlsr9518adk80d (read/write) 818960 819040 80 0.0
bss 56344 56352 8 0.0
text 612880 612952 72 0.0
window-covering tlsr9258a (read/write) 837044 837124 80 0.0
bss 68120 68128 8 0.0
text 628128 628200 72 0.0
Decreases (7 builds for bl702l, linux, psoc6)
platform target config section 96329ae 295ac3c change % change
bl702l lighting-app bl702l+mfd (read/write) 1188128 1187716 -412 -0.0
linux chip-tool-ipv6only arm64 (read/write) 590512 590320 -192 -0.0
thermostat-no-ble arm64 (read/write) 244912 244720 -192 -0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834336 832280 -2056 -0.2
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837488 835432 -2056 -0.2
light cy8ckit_062s2_43012 (read only) 844216 842160 -2056 -0.2
lock cy8ckit_062s2_43012 (read only) 817152 815096 -2056 -0.3
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 96329ae 295ac3c change % change
bl602 lighting-app bl602 (read/write) 1442174 1442278 104 0.0
.bss 85432 85432 0 0.0
.data 9504 9504 0 0.0
.rodata 158976 158976 0 0.0
.text 1107598 1107698 100 0.0
bl602+mfd (read/write) 1456582 1456694 112 0.0
.bss 85592 85600 8 0.0
.data 9480 9480 0 0.0
.rodata 157936 157936 0 0.0
.text 1122914 1123014 100 0.0
bl602+rpc (read/write) 1489806 1489918 112 0.0
.bss 93464 93480 16 0.0
.data 9880 9880 0 0.0
.rodata 166544 166544 0 0.0
.text 1139244 1139344 100 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1206855 1206971 116 0.0
.bss 11217 11217 0 0.0
.data 3688 3688 0 0.0
.rodata 108336 108336 0 0.0
.text 976746 976846 100 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1217667 1217783 116 0.0
.bss 11393 11393 0 0.0
.data 3664 3664 0 0.0
.rodata 107276 107276 0 0.0
.text 988498 988598 100 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1298607 1298707 100 0.0
.bss 19701 19701 0 0.0
.data 4224 4224 0 0.0
.rodata 123708 123708 0 0.0
.text 1051710 1051810 100 0.0
bl706-eth (read/write) 1024289 1024405 116 0.0
.bss 23792 23792 0 0.0
.data 3264 3264 0 0.0
.rodata 101660 101660 0 0.0
.text 767602 767702 100 0.0
bl706-wifi (read/write) 1258950 1259078 128 0.0
.bss 10677 10677 0 0.0
.data 3696 3696 0 0.0
.rodata 122660 122660 0 0.0
.text 999494 999606 112 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1176212 1176312 100 0.0
.bss 16428 16428 0 0.0
.data 5048 5048 0 0.0
.rodata 102340 102340 0 0.0
.text 969612 969712 100 0.0
bl702l+mfd (read/write) 1188128 1187716 -412 -0.0
.bss 16604 16604 0 0.0
.data 5032 5032 0 0.0
.rodata 101280 101280 0 0.0
.text 981932 982032 100 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781956 782004 48 0.0
(read/write) 168816 168824 8 0.0
.bss 90776 90780 4 0.0
.data 3584 3584 0 0.0
.rodata 82532 82532 0 0.0
.text 699156 699204 48 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798100 798156 56 0.0
(read/write) 178968 178976 8 0.0
.bss 100944 100948 4 0.0
.data 3576 3576 0 0.0
.rodata 76684 76684 0 0.0
.text 721148 721204 56 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 786748 786796 48 0.0
(read/write) 173408 173416 8 0.0
.bss 95384 95388 4 0.0
.data 3576 3576 0 0.0
.rodata 103436 103436 0 0.0
.text 683044 683092 48 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739044 739092 48 0.0
(read/write) 167784 167784 0 0.0
.bss 89516 89520 4 0.0
.data 3568 3568 0 0.0
.rodata 78196 78196 0 0.0
.text 660580 660628 48 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724700 724748 48 0.0
(read/write) 168000 168000 0 0.0
.bss 89732 89736 4 0.0
.data 3568 3568 0 0.0
.rodata 73972 73972 0 0.0
.text 650460 650508 48 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586138 586194 56 0.0
(read/write) 208072 208080 8 0.0
.bss 201300 201308 8 0.0
.data 1648 1648 0 0.0
.rodata 87418 87418 0 0.0
.text 496600 496652 52 0.0
lock CC3235SF_LAUNCHXL (read only) 630922 630986 64 0.0
(read/write) 208328 208336 8 0.0
.bss 201704 201712 8 0.0
.data 1504 1504 0 0.0
.rodata 107762 107762 0 0.0
.text 521040 521100 60 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569211 569263 52 0.0
.app_xip_area 459133 459181 48 0.0
.bss 64904 64908 4 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 551467 551519 52 0.0
.app_xip_area 436717 436765 48 0.0
.bss 69568 69572 4 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572283 572335 52 0.0
.app_xip_area 463709 463757 48 0.0
.bss 63440 63444 4 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564499 564551 52 0.0
.app_xip_area 452733 452781 48 0.0
.bss 66552 66556 4 0.0
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1113448 1113488 40 0.0
.bss 195264 195272 8 0.0
.data 3432 3432 0 0.0
.text 914732 914764 32 0.0
lock-app BRD4338a (read/write) 959800 959864 64 0.0
.bss 210196 210204 8 0.0
.data 30192 30192 0 0.0
.text 700044 700100 56 0.0
window-app BRD4187C (read/write) 1160632 1160704 72 0.0
.bss 167592 167600 8 0.0
.data 3336 3336 0 0.0
.text 989684 989748 64 0.0
esp32 all-clusters-app c3devkit (read only) 1213200 1213272 72 0.0
(read/write) 1750240 1750240 0 0.0
.dram0.bss 74376 74384 8 0.0
.dram0.data 13628 13628 0 0.0
.flash.rodata 252704 252704 0 0.0
.flash.text 1213200 1213272 72 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1255031 1255087 56 0.0
(read/write) 536388 536396 8 0.0
.dram0.bss 81056 81064 8 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284232 284232 0 0.0
.flash.text 1248867 1248923 56 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2643597 2643693 96 0.0
(read/write) 130032 130032 0 0.0
.bss 46736 46736 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 75080 75080 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 184208 184208 0 0.0
.text 2280373 2280469 96 0.0
all-clusters-app debug (read only) 5952185 5952281 96 0.0
(read/write) 481536 481536 0 0.0
.bss 135072 135072 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 334472 334472 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1432 1432 0 0.0
.rodata 349744 349744 0 0.0
.text 5167635 5167731 96 0.0
all-clusters-minimal-app debug (read only) 5232337 5232433 96 0.0
(read/write) 237488 237488 0 0.0
.bss 127904 127904 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 98056 98056 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 288714 288714 0 0.0
.text 4707475 4707571 96 0.0
bridge-app debug (read only) 4625801 4625897 96 0.0
(read/write) 218336 218336 0 0.0
.bss 118400 118400 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 86976 86976 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 229546 229546 0 0.0
.text 4174531 4174627 96 0.0
chip-tool debug (read only) 12080569 12080841 272 0.0
(read/write) 523000 523032 32 0.0
.bss 94648 94680 32 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416000 416000 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 450585 450585 0 0.0
.text 10921603 10921875 272 0.0
chip-tool-ipv6only arm64 (read only) 11400676 11400932 256 0.0
(read/write) 590512 590320 -192 -0.0
.bss 103720 103736 16 0.0
.data 4512 4512 0 0.0
.data.rel.ro 455952 455952 0 0.0
.dynamic 512 512 0 0.0
.got 17096 17112 16 0.1
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 355860 355860 0 0.0
.text 10163128 10163336 208 0.0
lighting-app debug+rpc+ui (read only) 5548697 5548793 96 0.0
(read/write) 227096 227096 0 0.0
.bss 119336 119336 0 0.0
.data 4864 4864 0 0.0
.data.rel.ro 95376 95376 0 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 353396 353396 0 0.0
.text 4947187 4947283 96 0.0
lock-app debug (read only) 4690769 4690865 96 0.0
(read/write) 205552 205552 0 0.0
.bss 113696 113696 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 81016 81016 0 0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 255242 255242 0 0.0
.text 4222867 4222963 96 0.0
ota-provider-app debug (read only) 4307033 4307129 96 0.0
(read/write) 194192 194224 32 0.0
.bss 113440 113472 32 0.0
.data 4368 4368 0 0.0
.data.rel.ro 70448 70448 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 208458 208458 0 0.0
.text 3904067 3904163 96 0.0
ota-requestor-app debug (read only) 4436697 4436793 96 0.0
(read/write) 198560 198592 32 0.0
.bss 114336 114368 32 0.0
.data 4768 4768 0 0.0
.data.rel.ro 73552 73552 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 214698 214698 0 0.0
.text 4022947 4023043 96 0.0
shell debug (read only) 2918065 2918161 96 0.0
(read/write) 156936 156936 0 0.0
.bss 62544 62544 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 87168 87168 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 185568 185568 0 0.0
.text 2557794 2557890 96 0.0
thermostat-no-ble arm64 (read only) 4426364 4426556 192 0.0
(read/write) 244912 244720 -192 -0.1
.bss 121960 121976 16 0.0
.data 3392 3392 0 0.0
.data.rel.ro 104312 104312 0 0.0
.dynamic 512 512 0 0.0
.got 8696 8712 16 0.2
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 159988 159988 0 0.0
.text 3929832 3929976 144 0.0
tv-app debug (read only) 5760977 5761249 272 0.0
(read/write) 353200 353200 0 0.0
.bss 244240 244240 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 95128 95128 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 292522 292522 0 0.0
.text 5225203 5225475 272 0.0
tv-casting-app debug (read only) 9890897 9890993 96 0.0
(read/write) 340752 340784 32 0.0
.bss 156048 156080 32 0.0
.data 3008 3008 0 0.0
.data.rel.ro 174816 174816 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1208 1208 0 0.0
.rodata 382904 382904 0 0.0
.text 9041283 9041379 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534216 2534280 64 0.0
.bss 220464 220472 8 0.0
.data 5216 5216 0 0.0
.text 1496900 1496964 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1064240 1064288 48 0.0
bss 133099 133107 8 0.0
rodata 102960 102960 0 0.0
text 780952 781000 48 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1225332 1225388 56 0.0
bss 127155 127163 8 0.0
rodata 151304 151304 0 0.0
text 796844 796892 48 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1011720 1011768 48 0.0
bss 131957 131965 8 0.0
rodata 90224 90224 0 0.0
text 742316 742364 48 0.0
nxp contact k32w0+release (read only) 574444 574508 64 0.0
(read/write) 79984 79988 4 0.0
.bss 67820 67824 4 0.0
.data 2180 2180 0 0.0
.text 573908 573972 64 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 701412 701468 56 0.0
.bss 71164 71176 12 0.0
.data 2856 2856 0 0.0
.text 588008 588056 48 0.0
light k32w0+release (read only) 608472 608520 48 0.0
(read/write) 79460 79464 4 0.0
.bss 67276 67280 4 0.0
.data 2200 2200 0 0.0
.text 607936 607984 48 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793312 793368 56 0.0
.bss 80716 80728 12 0.0
.data 2056 2056 0 0.0
.text 671168 671216 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834336 832280 -2056 -0.2
(read/write) 1800476 1802580 2104 0.1
.bss 196316 198372 2056 1.0
.data 2688 2688 0 0.0
.text 1593084 1593132 48 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837488 835432 -2056 -0.2
(read/write) 1722348 1724468 2120 0.1
.bss 193196 195252 2056 1.1
.data 2656 2656 0 0.0
.text 1518108 1518172 64 0.0
light cy8ckit_062s2_43012 (read only) 844216 842160 -2056 -0.2
(read/write) 1641100 1643204 2104 0.1
.bss 186660 188716 2056 1.1
.data 2464 2464 0 0.0
.text 1443588 1443636 48 0.0
lock cy8ckit_062s2_43012 (read only) 817152 815096 -2056 -0.3
(read/write) 1669868 1671988 2120 0.1
.bss 213732 215788 2056 1.0
.data 2456 2456 0 0.0
.text 1445292 1445356 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1131680 1131728 48 0.0
.bss 102568 102572 4 0.0
.data 844 844 0 0.0
.text 644064 644112 48 0.0
lock-app qpg6105+debug (read/write) 1091496 1091544 48 0.0
.bss 97232 97236 4 0.0
.data 856 856 0 0.0
.text 603876 603924 48 0.0
stm32 light STM32WB5MM-DK (read/write) 603125 603189 64 0.0
.bss 128424 128436 12 0.0
.data 676 676 0 0.0
.rodata 80108 80108 0 0.0
.text 384176 384224 48 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825334 825414 80 0.0
bss 49700 49708 8 0.0
text 617728 617796 68 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1094364 1094444 80 0.0
bss 101796 101804 8 0.0
text 795044 795116 72 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1051900 1051980 80 0.0
bss 110092 110100 8 0.0
text 766434 766506 72 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 912340 912420 80 0.0
bss 93132 93140 8 0.0
text 653632 653704 72 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 826990 827070 80 0.0
bss 49740 49748 8 0.0
text 619450 619518 68 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 930512 930592 80 0.0
bss 77480 77488 8 0.0
text 698100 698172 72 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1075640 1075720 80 0.0
bss 100204 100212 8 0.0
text 779150 779222 72 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 905172 905252 80 0.0
bss 69212 69220 8 0.0
text 654926 654998 72 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 931344 931424 80 0.0
bss 92704 92712 8 0.0
text 672752 672824 72 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 829698 829778 80 0.0
bss 49848 49856 8 0.0
text 622490 622558 68 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 793264 793344 80 0.0
bss 56048 56056 8 0.0
text 593164 593236 72 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 675844 675888 44 0.0
bss 73404 73412 8 0.0
text 461614 461650 36 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835030 835102 72 0.0
bss 51380 51388 8 0.0
text 626314 626382 68 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 853233 853313 80 0.0
bss 59524 59532 8 0.0
text 637874 637946 72 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 818960 819040 80 0.0
bss 56344 56352 8 0.0
text 612880 612952 72 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 837044 837124 80 0.0
bss 68120 68128 8 0.0
text 628128 628200 72 0.0

@mergify mergify bot merged commit 67e8110 into project-chip:master Apr 5, 2024
66 checks passed
@ksperling-apple ksperling-apple deleted the controller-delete-shutdown branch April 7, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants