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

[linux] Move door-lock-app to lock-app #17396

Merged
merged 2 commits into from
Apr 19, 2022

Conversation

Damian-Nordic
Copy link
Contributor

Problem

We have lock-app examples implemented for 10 different platforms. They are based on OnOff cluster for historical reasons, i.e. DoorLock cluster was not available when they were created.
Recently door-lock-app was added for Linux and platform developers started creating platform ports of the application.
This will create quite a lot of unnecessary work and it would be much easier to switch the existing apps to using DoorLock cluster.

Change overview

Move door-lock-app/linux to lock-app/linux.
Remove door-lock-app directory.
3 commits are inherited from: #17291.

Testing

CI tested

@github-actions
Copy link

github-actions bot commented Apr 14, 2022

PR #17396: Size comparison from c2e0357 to 13f8f7b

Increases above 0.2%:

platform target config section c2e0357 13f8f7b change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 639823 676759 36936 5.8
(read/write) 151220 167416 16196 10.7
.rodata 79951 98983 19032 23.8
.text 559380 577292 17912 3.2
lock-mtd LP_CC2652R7 (read only) 588567 625511 36944 6.3
.rodata 79831 98863 19032 23.8
.text 508244 526156 17912 3.5
cyw30739 lock cyw930739m2evb_01 (read/write) 576058 613122 37064 6.4
.app_xip_area 484296 521304 37008 7.6
k32w lock k32w061+release (read/write) 688204 725212 37008 5.4
.text 601924 638876 36952 6.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2368820 2409748 40928 1.7
.text 1331420 1372348 40928 3.1
nrfconnect lock-app nrf52840dk_nrf52840 (read/write) 1049415 1086775 37360 3.6
rodata 114920 134072 19152 16.7
text 725808 744012 18204 2.5
nrf5340dk_nrf5340_cpuapp (read/write) 952126 989534 37408 3.9
rodata 107724 126876 19152 17.8
text 636072 654264 18192 2.9
p6 lock-app default (read/write) 2378648 2418944 40296 1.7
.text 1336912 1377208 40296 3.0
Increases (8 builds for cc13x2_26x2, cyw30739, k32w, mbed, nrfconnect, p6)
platform target config section c2e0357 13f8f7b change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 639823 676759 36936 5.8
(read/write) 151220 167416 16196 10.7
.bss 74152 74216 64 0.1
.rodata 79951 98983 19032 23.8
.text 559380 577292 17912 3.2
lock-mtd LP_CC2652R7 (read only) 588567 625511 36944 6.3
(read/write) 146940 147004 64 0.0
.bss 69872 69936 64 0.1
.rodata 79831 98863 19032 23.8
.text 508244 526156 17912 3.5
cyw30739 lock cyw930739m2evb_01 (read/write) 576058 613122 37064 6.4
.app_xip_area 484296 521304 37008 7.6
.bss 74460 74516 56 0.1
k32w lock k32w061+release (read/write) 688204 725212 37008 5.4
.bss 78528 78584 56 0.1
.text 601924 638876 36952 6.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2368820 2409748 40928 1.7
.bss 185244 185292 48 0.0
.text 1331420 1372348 40928 3.1
nrfconnect lock-app nrf52840dk_nrf52840 (read/write) 1049415 1086775 37360 3.6
bss 130216 130272 56 0.0
rodata 114920 134072 19152 16.7
text 725808 744012 18204 2.5
nrf5340dk_nrf5340_cpuapp (read/write) 952126 989534 37408 3.9
bss 126448 126504 56 0.0
rodata 107724 126876 19152 17.8
text 636072 654264 18192 2.9
p6 lock-app default (read/write) 2378648 2418944 40296 1.7
.bss 111888 111944 56 0.1
.text 1336912 1377208 40296 3.0
Decreases (1 build for linux)
platform target config section c2e0357 13f8f7b change % change
linux all-clusters-app debug (read only) 2697161 2697097 -64 -0.0
.rodata 232357 232293 -64 -0.0
Full report (37 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section c2e0357 13f8f7b change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 683351 683351 0 0.0
(read/write) 169840 169840 0 0.0
.bss 76176 76176 0 0.0
.data 3380 3380 0 0.0
.rodata 102975 102975 0 0.0
.text 579896 579896 0 0.0
lock-ftd LP_CC2652R7 (read only) 639823 676759 36936 5.8
(read/write) 151220 167416 16196 10.7
.bss 74152 74216 64 0.1
.data 3212 3212 0 0.0
.rodata 79951 98983 19032 23.8
.text 559380 577292 17912 3.2
lock-mtd LP_CC2652R7 (read only) 588567 625511 36944 6.3
(read/write) 146940 147004 64 0.0
.bss 69872 69936 64 0.1
.data 3212 3212 0 0.0
.rodata 79831 98863 19032 23.8
.text 508244 526156 17912 3.5
pump-app LP_CC2652R7 (read only) 648571 648571 0 0.0
(read/write) 152516 152516 0 0.0
.bss 74648 74648 0 0.0
.data 3244 3244 0 0.0
.rodata 75435 75435 0 0.0
.text 572648 572648 0 0.0
pump-controller-app LP_CC2652R7 (read only) 641871 641871 0 0.0
(read/write) 152184 152184 0 0.0
.bss 74352 74352 0 0.0
.data 3208 3208 0 0.0
.rodata 78767 78767 0 0.0
.text 562616 562616 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 618458 618458 0 0.0
.app_xip_area 525160 525160 0 0.0
.bss 75964 75964 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 576058 613122 37064 6.4
.app_xip_area 484296 521304 37008 7.6
.bss 74460 74516 56 0.1
.data 648 648 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 565234 565234 0 0.0
.app_xip_area 463844 463844 0 0.0
.bss 83792 83792 0 0.0
.data 564 564 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 907396 907396 0 0.0
(read/write) 133152 133152 0 0.0
.bss 131112 131112 0 0.0
.data 2040 2040 0 0.0
.text 907388 907388 0 0.0
BRD4161A+rpc (read only) 941772 941772 0 0.0
(read/write) 149836 149836 0 0.0
.bss 147592 147592 0 0.0
.data 2244 2244 0 0.0
.text 941764 941764 0 0.0
window-app BRD4161A (read only) 844052 844052 0 0.0
(read/write) 131156 131156 0 0.0
.bss 129208 129208 0 0.0
.data 1948 1948 0 0.0
.text 844044 844044 0 0.0
esp32 all-clusters-app c3devkit (read only) 979666 979666 0 0.0
(read/write) 1397410 1397410 0 0.0
.dram0.bss 62632 62632 0 0.0
.dram0.data 14420 14420 0 0.0
.flash.rodata 201432 201432 0 0.0
.flash.text 979666 979666 0 0.0
.iram0.text 62016 62016 0 0.0
m5stack (read only) 1035075 1035075 0 0.0
(read/write) 465164 465164 0 0.0
.dram0.bss 68152 68152 0 0.0
.dram0.data 34152 34152 0 0.0
.flash.rodata 231024 231024 0 0.0
.flash.text 1029691 1029691 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 683976 683976 0 0.0
.bss 77952 77952 0 0.0
.data 1992 1992 0 0.0
.text 598232 598232 0 0.0
lock k32w061+release (read/write) 688204 725212 37008 5.4
.bss 78528 78584 56 0.1
.data 1952 1952 0 0.0
.text 601924 638876 36952 6.1
linux all-clusters-app debug (read only) 2697161 2697097 -64 -0.0
(read/write) 149248 149248 0 0.0
.bss 60224 60224 0 0.0
.data 1888 1888 0 0.0
.data.rel.ro 81080 81080 0 0.0
.dynamic 608 608 0 0.0
.got 4448 4448 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 232357 232293 -64 -0.0
.text 2290898 2290898 0 0.0
bridge-app debug+rpc (read only) 1836813 1836813 0 0.0
(read/write) 91856 91856 0 0.0
.bss 44480 44480 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 39376 39376 0 0.0
.dynamic 592 592 0 0.0
.got 3920 3920 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 148441 148441 0 0.0
.text 1570117 1570117 0 0.0
chip-tool debug (read only) 10719333 10719333 0 0.0
(read/write) 371832 371832 0 0.0
.bss 22752 22752 0 0.0
.data 1104 1104 0 0.0
.data.rel.ro 341728 341728 0 0.0
.dynamic 624 624 0 0.0
.got 4936 4936 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 539221 539221 0 0.0
.text 9350805 9350805 0 0.0
lighting-app debug+rpc (read only) 2312721 2312721 0 0.0
(read/write) 127952 127952 0 0.0
.bss 50304 50304 0 0.0
.data 1952 1952 0 0.0
.data.rel.ro 69992 69992 0 0.0
.dynamic 608 608 0 0.0
.got 4304 4304 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 182569 182569 0 0.0
.text 1964402 1964402 0 0.0
ota-provider-app debug (read only) 2045209 2045209 0 0.0
(read/write) 115296 115296 0 0.0
.bss 48224 48224 0 0.0
.data 1608 1608 0 0.0
.data.rel.ro 59720 59720 0 0.0
.dynamic 608 608 0 0.0
.got 4448 4448 0 0.0
.init 27 27 0 0.0
.init_array 632 632 0 0.0
.rodata 172483 172483 0 0.0
.text 1716690 1716690 0 0.0
ota-requestor-app debug (read only) 2075673 2075673 0 0.0
(read/write) 118360 118360 0 0.0
.bss 48960 48960 0 0.0
.data 1864 1864 0 0.0
.data.rel.ro 61960 61960 0 0.0
.dynamic 592 592 0 0.0
.got 4288 4288 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 169356 169356 0 0.0
.text 1748434 1748434 0 0.0
shell debug (read only) 2525953 2525953 0 0.0
(read/write) 150064 150064 0 0.0
.bss 67624 67624 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 75464 75464 0 0.0
.dynamic 592 592 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 214802 214802 0 0.0
.text 2149986 2149986 0 0.0
tv-app debug (read only) 2797529 2797529 0 0.0
(read/write) 250784 250784 0 0.0
.bss 164144 164144 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 76008 76008 0 0.0
.dynamic 592 592 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 213323 213323 0 0.0
.text 2402994 2402994 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2368820 2409748 40928 1.7
.bss 185244 185292 48 0.0
.data 5840 5840 0 0.0
.text 1331420 1372348 40928 3.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1162867 1162867 0 0.0
bss 136536 136536 0 0.0
rodata 147092 147092 0 0.0
text 800624 800624 0 0.0
lighting-app nrf52840dk_nrf52840 (read/write) 1149079 1149079 0 0.0
bss 140272 140272 0 0.0
rodata 122176 122176 0 0.0
text 808056 808056 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 1113359 1113359 0 0.0
bss 140508 140508 0 0.0
rodata 113288 113288 0 0.0
text 780528 780528 0 0.0
nrf52840dongle_nrf52840 (read/write) 1057563 1057563 0 0.0
bss 147480 147480 0 0.0
rodata 92236 92236 0 0.0
text 736960 736960 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1051526 1051526 0 0.0
bss 136472 136472 0 0.0
rodata 114932 114932 0 0.0
text 718168 718168 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1049415 1086775 37360 3.6
bss 130216 130272 56 0.0
rodata 114920 134072 19152 16.7
text 725808 744012 18204 2.5
nrf5340dk_nrf5340_cpuapp (read/write) 952126 989534 37408 3.9
bss 126448 126504 56 0.0
rodata 107724 126876 19152 17.8
text 636072 654264 18192 2.9
pump-app nrf52840dk_nrf52840 (read/write) 1069235 1069235 0 0.0
bss 130224 130224 0 0.0
rodata 117604 117604 0 0.0
text 742800 742800 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1050987 1050987 0 0.0
bss 129944 129944 0 0.0
rodata 113612 113612 0 0.0
text 728824 728824 0 0.0
p6 all-clusters-app default (read/write) 2514624 2514624 0 0.0
.bss 118648 118648 0 0.0
.data 2768 2768 0 0.0
.text 1472888 1472888 0 0.0
light-app default (read/write) 2415080 2415080 0 0.0
.bss 112144 112144 0 0.0
.data 2576 2576 0 0.0
.text 1373344 1373344 0 0.0
lock-app default (read/write) 2378648 2418944 40296 1.7
.bss 111888 111944 56 0.1
.data 2536 2536 0 0.0
.text 1336912 1377208 40296 3.0
telink lighting-app tlsr9518adk80d (read/write) 800852 800852 0 0.0
bss 69996 69996 0 0.0
noinit 40416 40416 0 0.0
text 569742 569742 0 0.0

@github-actions
Copy link

github-actions bot commented Apr 14, 2022

PR #17396: Size comparison from 2e94d8b to 7239a10

Increases above 0.2%:

platform target config section 2e94d8b 7239a10 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 .rodata 98639 99055 416 0.4
lock-mtd LP_CC2652R7 .rodata 98519 98935 416 0.4
Increases (6 builds for cc13x2_26x2, cyw30739, k32w, mbed, p6)
platform target config section 2e94d8b 7239a10 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 676447 676863 416 0.1
.bss 74192 74216 24 0.0
.rodata 98639 99055 416 0.4
lock-mtd LP_CC2652R7 (read only) 625199 625615 416 0.1
(read/write) 146980 147004 24 0.0
.bss 69912 69936 24 0.0
.rodata 98519 98935 416 0.4
cyw30739 lock cyw930739m2evb_01 (read/write) 612786 613234 448 0.1
.app_xip_area 520992 521416 424 0.1
.bss 74492 74516 24 0.0
k32w lock k32w061+release (read/write) 724868 725308 440 0.1
.bss 78560 78584 24 0.0
.text 638556 638972 416 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2409404 2409828 424 0.0
.bss 185268 185292 24 0.0
.text 1372004 1372428 424 0.0
p6 lock-app default (read/write) 2418640 2419056 416 0.0
.bss 111920 111944 24 0.0
.text 1376904 1377320 416 0.0
Decreases (1 build for cc13x2_26x2)
platform target config section 2e94d8b 7239a10 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 167704 167312 -392 -0.2
Full report (23 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 2e94d8b 7239a10 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 683415 683415 0 0.0
(read/write) 169776 169776 0 0.0
.bss 76176 76176 0 0.0
.data 3380 3380 0 0.0
.rodata 103023 103023 0 0.0
.text 579912 579912 0 0.0
lock-ftd LP_CC2652R7 (read only) 676447 676863 416 0.1
(read/write) 167704 167312 -392 -0.2
.bss 74192 74216 24 0.0
.data 3212 3212 0 0.0
.rodata 98639 99055 416 0.4
.text 577324 577324 0 0.0
lock-mtd LP_CC2652R7 (read only) 625199 625615 416 0.1
(read/write) 146980 147004 24 0.0
.bss 69912 69936 24 0.0
.data 3212 3212 0 0.0
.rodata 98519 98935 416 0.4
.text 526188 526188 0 0.0
pump-app LP_CC2652R7 (read only) 648643 648643 0 0.0
(read/write) 152516 152516 0 0.0
.bss 74648 74648 0 0.0
.data 3244 3244 0 0.0
.rodata 75475 75475 0 0.0
.text 572680 572680 0 0.0
pump-controller-app LP_CC2652R7 (read only) 641951 641951 0 0.0
(read/write) 152184 152184 0 0.0
.bss 74352 74352 0 0.0
.data 3208 3208 0 0.0
.rodata 78815 78815 0 0.0
.text 562648 562648 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 618538 618538 0 0.0
.app_xip_area 525240 525240 0 0.0
.bss 75964 75964 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 612786 613234 448 0.1
.app_xip_area 520992 521416 424 0.1
.bss 74492 74516 24 0.0
.data 648 648 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 565298 565298 0 0.0
.app_xip_area 463908 463908 0 0.0
.bss 83792 83792 0 0.0
.data 564 564 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 907492 907492 0 0.0
(read/write) 133152 133152 0 0.0
.bss 131112 131112 0 0.0
.data 2040 2040 0 0.0
.text 907484 907484 0 0.0
BRD4161A+rpc (read only) 941852 941852 0 0.0
(read/write) 149836 149836 0 0.0
.bss 147592 147592 0 0.0
.data 2244 2244 0 0.0
.text 941844 941844 0 0.0
window-app BRD4161A (read only) 844132 844132 0 0.0
(read/write) 131156 131156 0 0.0
.bss 129208 129208 0 0.0
.data 1948 1948 0 0.0
.text 844124 844124 0 0.0
esp32 all-clusters-app c3devkit (read only) 979708 979708 0 0.0
(read/write) 1397466 1397466 0 0.0
.dram0.bss 62632 62632 0 0.0
.dram0.data 14420 14420 0 0.0
.flash.rodata 201488 201488 0 0.0
.flash.text 979708 979708 0 0.0
.iram0.text 62016 62016 0 0.0
m5stack (read only) 1035111 1035111 0 0.0
(read/write) 465220 465220 0 0.0
.dram0.bss 68152 68152 0 0.0
.dram0.data 34152 34152 0 0.0
.flash.rodata 231080 231080 0 0.0
.flash.text 1029727 1029727 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 684008 684008 0 0.0
.bss 77952 77952 0 0.0
.data 1992 1992 0 0.0
.text 598264 598264 0 0.0
lock k32w061+release (read/write) 724868 725308 440 0.1
.bss 78560 78584 24 0.0
.data 1952 1952 0 0.0
.text 638556 638972 416 0.1
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10343572 10343572 0 0.0
(read/write) 492273 492273 0 0.0
.bss 41025 41025 0 0.0
.data 1168 1168 0 0.0
.data.rel.ro 388840 388840 0 0.0
.dynamic 560 560 0 0.0
.got 57440 57440 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 513204 513204 0 0.0
.text 8726948 8726948 0 0.0
thermostat-no-ble arm64 (read only) 2353332 2353332 0 0.0
(read/write) 151121 151121 0 0.0
.bss 63169 63169 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 78752 78752 0 0.0
.dynamic 560 560 0 0.0
.got 4768 4768 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 144548 144548 0 0.0
.text 1980272 1980272 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2409404 2409828 424 0.0
.bss 185268 185292 24 0.0
.data 5840 5840 0 0.0
.text 1372004 1372428 424 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1162943 1162943 0 0.0
bss 136536 136536 0 0.0
rodata 147136 147136 0 0.0
text 800656 800656 0 0.0
p6 all-clusters-app default (read/write) 2514704 2514704 0 0.0
.bss 118648 118648 0 0.0
.data 2768 2768 0 0.0
.text 1472968 1472968 0 0.0
light-app default (read/write) 2415160 2415160 0 0.0
.bss 112144 112144 0 0.0
.data 2576 2576 0 0.0
.text 1373424 1373424 0 0.0
lock-app default (read/write) 2418640 2419056 416 0.0
.bss 111920 111944 24 0.0
.data 2536 2536 0 0.0
.text 1376904 1377320 416 0.0
telink lighting-app tlsr9518adk80d (read/write) 800936 800936 0 0.0
bss 69996 69996 0 0.0
noinit 40416 40416 0 0.0
text 569780 569780 0 0.0

@github-actions
Copy link

github-actions bot commented Apr 15, 2022

PR #17396: Size comparison from a689c84 to e0567bd

Increases above 0.2%:

platform target config section a689c843 e0567bd change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 .rodata 98759 99183 424 0.4
lock-mtd LP_CC2652R7 .rodata 98639 99063 424 0.4
Increases (6 builds for cc13x2_26x2, cyw30739, k32w, mbed, p6)
platform target config section a689c843 e0567bd change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 677015 677439 424 0.1
.bss 74152 74176 24 0.0
.rodata 98759 99183 424 0.4
lock-mtd LP_CC2652R7 (read only) 625759 626183 424 0.1
(read/write) 146940 146964 24 0.0
.bss 69872 69896 24 0.0
.rodata 98639 99063 424 0.4
cyw30739 lock cyw930739m2evb_01 (read/write) 613394 613842 448 0.1
.app_xip_area 521656 522080 424 0.1
.bss 74436 74460 24 0.0
k32w lock k32w061+release (read/write) 725572 726012 440 0.1
.bss 78520 78544 24 0.0
.text 639300 639716 416 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2410188 2410604 416 0.0
.bss 185228 185252 24 0.0
.text 1372788 1373204 416 0.0
p6 lock-app default (read/write) 2420432 2420848 416 0.0
.bss 111880 111904 24 0.0
.text 1378696 1379112 416 0.0
Decreases (2 builds for cc13x2_26x2, linux)
platform target config section a689c843 e0567bd change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 167096 166696 -400 -0.2
linux all-clusters-app debug (read only) 2701737 2701673 -64 -0.0
.rodata 232709 232645 -64 -0.0
Full report (29 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section a689c843 e0567bd change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 683959 683959 0 0.0
(read/write) 169192 169192 0 0.0
.bss 76136 76136 0 0.0
.data 3380 3380 0 0.0
.rodata 103135 103135 0 0.0
.text 580344 580344 0 0.0
lock-ftd LP_CC2652R7 (read only) 677015 677439 424 0.1
(read/write) 167096 166696 -400 -0.2
.bss 74152 74176 24 0.0
.data 3212 3212 0 0.0
.rodata 98759 99183 424 0.4
.text 577772 577772 0 0.0
lock-mtd LP_CC2652R7 (read only) 625759 626183 424 0.1
(read/write) 146940 146964 24 0.0
.bss 69872 69896 24 0.0
.data 3212 3212 0 0.0
.rodata 98639 99063 424 0.4
.text 526628 526628 0 0.0
pump-app LP_CC2652R7 (read only) 649255 649255 0 0.0
(read/write) 152476 152476 0 0.0
.bss 74608 74608 0 0.0
.data 3244 3244 0 0.0
.rodata 75647 75647 0 0.0
.text 573120 573120 0 0.0
pump-controller-app LP_CC2652R7 (read only) 642503 642503 0 0.0
(read/write) 152144 152144 0 0.0
.bss 74312 74312 0 0.0
.data 3208 3208 0 0.0
.rodata 78927 78927 0 0.0
.text 563088 563088 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 619134 619134 0 0.0
.app_xip_area 525892 525892 0 0.0
.bss 75908 75908 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 613394 613842 448 0.1
.app_xip_area 521656 522080 424 0.1
.bss 74436 74460 24 0.0
.data 648 648 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 565838 565838 0 0.0
.app_xip_area 464504 464504 0 0.0
.bss 83736 83736 0 0.0
.data 564 564 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 908556 908556 0 0.0
(read/write) 133112 133112 0 0.0
.bss 131072 131072 0 0.0
.data 2040 2040 0 0.0
.text 908548 908548 0 0.0
BRD4161A+rpc (read only) 942932 942932 0 0.0
(read/write) 149796 149796 0 0.0
.bss 147552 147552 0 0.0
.data 2244 2244 0 0.0
.text 942924 942924 0 0.0
window-app BRD4161A (read only) 845356 845356 0 0.0
(read/write) 131116 131116 0 0.0
.bss 129168 129168 0 0.0
.data 1948 1948 0 0.0
.text 845348 845348 0 0.0
k32w light k32w061+release (read/write) 684716 684716 0 0.0
.bss 77912 77912 0 0.0
.data 1992 1992 0 0.0
.text 599012 599012 0 0.0
lock k32w061+release (read/write) 725572 726012 440 0.1
.bss 78520 78544 24 0.0
.data 1952 1952 0 0.0
.text 639300 639716 416 0.1
linux all-clusters-app debug (read only) 2701737 2701673 -64 -0.0
(read/write) 149336 149336 0 0.0
.bss 59968 59968 0 0.0
.data 1920 1920 0 0.0
.data.rel.ro 81400 81400 0 0.0
.dynamic 608 608 0 0.0
.got 4448 4448 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 232709 232645 -64 -0.0
.text 2294450 2294450 0 0.0
bridge-app debug+rpc (read only) 1841165 1841165 0 0.0
(read/write) 91920 91920 0 0.0
.bss 44232 44232 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 39688 39688 0 0.0
.dynamic 592 592 0 0.0
.got 3920 3920 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 148697 148697 0 0.0
.text 1573541 1573541 0 0.0
chip-tool debug (read only) 10753973 10753973 0 0.0
(read/write) 372560 372560 0 0.0
.bss 22592 22592 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 342584 342584 0 0.0
.dynamic 624 624 0 0.0
.got 4936 4936 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 539949 539949 0 0.0
.text 9382245 9382245 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 10380196 10380196 0 0.0
(read/write) 492817 492817 0 0.0
.bss 40865 40865 0 0.0
.data 1184 1184 0 0.0
.data.rel.ro 389584 389584 0 0.0
.dynamic 560 560 0 0.0
.got 57376 57376 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 513556 513556 0 0.0
.text 8761156 8761156 0 0.0
lighting-app debug+rpc (read only) 2317281 2317281 0 0.0
(read/write) 127976 127976 0 0.0
.bss 50016 50016 0 0.0
.data 1952 1952 0 0.0
.data.rel.ro 70312 70312 0 0.0
.dynamic 608 608 0 0.0
.got 4304 4304 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 182889 182889 0 0.0
.text 1967970 1967970 0 0.0
ota-provider-app debug (read only) 2050649 2050649 0 0.0
(read/write) 115608 115608 0 0.0
.bss 48032 48032 0 0.0
.data 1640 1640 0 0.0
.data.rel.ro 60200 60200 0 0.0
.dynamic 608 608 0 0.0
.got 4448 4448 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 173259 173259 0 0.0
.text 1720418 1720418 0 0.0
ota-requestor-app debug (read only) 2080329 2080329 0 0.0
(read/write) 118416 118416 0 0.0
.bss 48704 48704 0 0.0
.data 1896 1896 0 0.0
.data.rel.ro 62248 62248 0 0.0
.dynamic 592 592 0 0.0
.got 4288 4288 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 169580 169580 0 0.0
.text 1752290 1752290 0 0.0
shell debug (read only) 2530289 2530289 0 0.0
(read/write) 150152 150152 0 0.0
.bss 67368 67368 0 0.0
.data 1296 1296 0 0.0
.data.rel.ro 75784 75784 0 0.0
.dynamic 592 592 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 215058 215058 0 0.0
.text 2153394 2153394 0 0.0
thermostat-no-ble arm64 (read only) 2357444 2357444 0 0.0
(read/write) 151137 151137 0 0.0
.bss 62945 62945 0 0.0
.data 1440 1440 0 0.0
.data.rel.ro 78984 78984 0 0.0
.dynamic 560 560 0 0.0
.got 4752 4752 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 144788 144788 0 0.0
.text 1983664 1983664 0 0.0
tv-app debug (read only) 2833145 2833145 0 0.0
(read/write) 250952 250952 0 0.0
.bss 163896 163896 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 76384 76384 0 0.0
.dynamic 592 592 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 214187 214187 0 0.0
.text 2436930 2436930 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2410188 2410604 416 0.0
.bss 185228 185252 24 0.0
.data 5840 5840 0 0.0
.text 1372788 1373204 416 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1163883 1163883 0 0.0
bss 136492 136492 0 0.0
rodata 147276 147276 0 0.0
text 801444 801444 0 0.0
p6 all-clusters-app default (read/write) 2516496 2516496 0 0.0
.bss 118608 118608 0 0.0
.data 2768 2768 0 0.0
.text 1474760 1474760 0 0.0
light-app default (read/write) 2416968 2416968 0 0.0
.bss 112104 112104 0 0.0
.data 2576 2576 0 0.0
.text 1375232 1375232 0 0.0
lock-app default (read/write) 2420432 2420848 416 0.0
.bss 111880 111904 24 0.0
.data 2536 2536 0 0.0
.text 1378696 1379112 416 0.0
telink lighting-app tlsr9518adk80d (read/write) 801664 801664 0 0.0
bss 69952 69952 0 0.0
noinit 40416 40416 0 0.0
text 570348 570348 0 0.0

@github-actions
Copy link

github-actions bot commented Apr 15, 2022

PR #17396: Size comparison from 737b702 to c6827bd

Increases above 0.2%:

platform target config section 737b702 c6827bd change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 .rodata 98759 99183 424 0.4
lock-mtd LP_CC2652R7 .rodata 98639 99063 424 0.4
Increases (6 builds for cc13x2_26x2, cyw30739, k32w, mbed, p6)
platform target config section 737b702 c6827bd change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 677015 677439 424 0.1
.bss 74152 74176 24 0.0
.rodata 98759 99183 424 0.4
lock-mtd LP_CC2652R7 (read only) 625759 626183 424 0.1
(read/write) 146940 146964 24 0.0
.bss 69872 69896 24 0.0
.rodata 98639 99063 424 0.4
cyw30739 lock cyw930739m2evb_01 (read/write) 613394 613842 448 0.1
.app_xip_area 521656 522080 424 0.1
.bss 74436 74460 24 0.0
k32w lock k32w061+release (read/write) 725572 726012 440 0.1
.bss 78520 78544 24 0.0
.text 639300 639716 416 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2410188 2410604 416 0.0
.bss 185228 185252 24 0.0
.text 1372788 1373204 416 0.0
p6 lock-app default (read/write) 2420432 2420848 416 0.0
.bss 111880 111904 24 0.0
.text 1378696 1379112 416 0.0
Decreases (2 builds for cc13x2_26x2, linux)
platform target config section 737b702 c6827bd change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 167096 166696 -400 -0.2
linux all-clusters-app debug (read only) 2701737 2701673 -64 -0.0
.rodata 232709 232645 -64 -0.0
Full report (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 737b702 c6827bd change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 683959 683959 0 0.0
(read/write) 169192 169192 0 0.0
.bss 76136 76136 0 0.0
.data 3380 3380 0 0.0
.rodata 103135 103135 0 0.0
.text 580344 580344 0 0.0
lock-ftd LP_CC2652R7 (read only) 677015 677439 424 0.1
(read/write) 167096 166696 -400 -0.2
.bss 74152 74176 24 0.0
.data 3212 3212 0 0.0
.rodata 98759 99183 424 0.4
.text 577772 577772 0 0.0
lock-mtd LP_CC2652R7 (read only) 625759 626183 424 0.1
(read/write) 146940 146964 24 0.0
.bss 69872 69896 24 0.0
.data 3212 3212 0 0.0
.rodata 98639 99063 424 0.4
.text 526628 526628 0 0.0
pump-app LP_CC2652R7 (read only) 649255 649255 0 0.0
(read/write) 152476 152476 0 0.0
.bss 74608 74608 0 0.0
.data 3244 3244 0 0.0
.rodata 75647 75647 0 0.0
.text 573120 573120 0 0.0
pump-controller-app LP_CC2652R7 (read only) 642503 642503 0 0.0
(read/write) 152144 152144 0 0.0
.bss 74312 74312 0 0.0
.data 3208 3208 0 0.0
.rodata 78927 78927 0 0.0
.text 563088 563088 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 619134 619134 0 0.0
.app_xip_area 525892 525892 0 0.0
.bss 75908 75908 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 613394 613842 448 0.1
.app_xip_area 521656 522080 424 0.1
.bss 74436 74460 24 0.0
.data 648 648 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 565838 565838 0 0.0
.app_xip_area 464504 464504 0 0.0
.bss 83736 83736 0 0.0
.data 564 564 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 908556 908556 0 0.0
(read/write) 133112 133112 0 0.0
.bss 131072 131072 0 0.0
.data 2040 2040 0 0.0
.text 908548 908548 0 0.0
BRD4161A+rpc (read only) 942932 942932 0 0.0
(read/write) 149796 149796 0 0.0
.bss 147552 147552 0 0.0
.data 2244 2244 0 0.0
.text 942924 942924 0 0.0
window-app BRD4161A (read only) 845356 845356 0 0.0
(read/write) 131116 131116 0 0.0
.bss 129168 129168 0 0.0
.data 1948 1948 0 0.0
.text 845348 845348 0 0.0
esp32 all-clusters-app c3devkit (read only) 980272 980272 0 0.0
(read/write) 1397554 1397554 0 0.0
.dram0.bss 62592 62592 0 0.0
.dram0.data 14412 14412 0 0.0
.flash.rodata 201640 201640 0 0.0
.flash.text 980272 980272 0 0.0
.iram0.text 62016 62016 0 0.0
m5stack (read only) 1035763 1035763 0 0.0
(read/write) 465296 465296 0 0.0
.dram0.bss 68104 68104 0 0.0
.dram0.data 34152 34152 0 0.0
.flash.rodata 231204 231204 0 0.0
.flash.text 1030379 1030379 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 684716 684716 0 0.0
.bss 77912 77912 0 0.0
.data 1992 1992 0 0.0
.text 599012 599012 0 0.0
lock k32w061+release (read/write) 725572 726012 440 0.1
.bss 78520 78544 24 0.0
.data 1952 1952 0 0.0
.text 639300 639716 416 0.1
linux all-clusters-app debug (read only) 2701737 2701673 -64 -0.0
(read/write) 149336 149336 0 0.0
.bss 59968 59968 0 0.0
.data 1920 1920 0 0.0
.data.rel.ro 81400 81400 0 0.0
.dynamic 608 608 0 0.0
.got 4448 4448 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 232709 232645 -64 -0.0
.text 2294450 2294450 0 0.0
bridge-app debug+rpc (read only) 1841165 1841165 0 0.0
(read/write) 91920 91920 0 0.0
.bss 44232 44232 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 39688 39688 0 0.0
.dynamic 592 592 0 0.0
.got 3920 3920 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 148697 148697 0 0.0
.text 1573541 1573541 0 0.0
chip-tool debug (read only) 10753973 10753973 0 0.0
(read/write) 372560 372560 0 0.0
.bss 22592 22592 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 342584 342584 0 0.0
.dynamic 624 624 0 0.0
.got 4936 4936 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 539949 539949 0 0.0
.text 9382245 9382245 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 10380196 10380196 0 0.0
(read/write) 492817 492817 0 0.0
.bss 40865 40865 0 0.0
.data 1184 1184 0 0.0
.data.rel.ro 389584 389584 0 0.0
.dynamic 560 560 0 0.0
.got 57376 57376 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 513556 513556 0 0.0
.text 8761156 8761156 0 0.0
lighting-app debug+rpc (read only) 2317281 2317281 0 0.0
(read/write) 127976 127976 0 0.0
.bss 50016 50016 0 0.0
.data 1952 1952 0 0.0
.data.rel.ro 70312 70312 0 0.0
.dynamic 608 608 0 0.0
.got 4304 4304 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 182889 182889 0 0.0
.text 1967970 1967970 0 0.0
ota-provider-app debug (read only) 2050649 2050649 0 0.0
(read/write) 115608 115608 0 0.0
.bss 48032 48032 0 0.0
.data 1640 1640 0 0.0
.data.rel.ro 60200 60200 0 0.0
.dynamic 608 608 0 0.0
.got 4448 4448 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 173259 173259 0 0.0
.text 1720418 1720418 0 0.0
ota-requestor-app debug (read only) 2080329 2080329 0 0.0
(read/write) 118416 118416 0 0.0
.bss 48704 48704 0 0.0
.data 1896 1896 0 0.0
.data.rel.ro 62248 62248 0 0.0
.dynamic 592 592 0 0.0
.got 4288 4288 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 169580 169580 0 0.0
.text 1752290 1752290 0 0.0
shell debug (read only) 2530289 2530289 0 0.0
(read/write) 150152 150152 0 0.0
.bss 67368 67368 0 0.0
.data 1296 1296 0 0.0
.data.rel.ro 75784 75784 0 0.0
.dynamic 592 592 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 215058 215058 0 0.0
.text 2153394 2153394 0 0.0
thermostat-no-ble arm64 (read only) 2357444 2357444 0 0.0
(read/write) 151137 151137 0 0.0
.bss 62945 62945 0 0.0
.data 1440 1440 0 0.0
.data.rel.ro 78984 78984 0 0.0
.dynamic 560 560 0 0.0
.got 4752 4752 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 144788 144788 0 0.0
.text 1983664 1983664 0 0.0
tv-app debug (read only) 2833145 2833145 0 0.0
(read/write) 250952 250952 0 0.0
.bss 163896 163896 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 76384 76384 0 0.0
.dynamic 592 592 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 214187 214187 0 0.0
.text 2436930 2436930 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2410188 2410604 416 0.0
.bss 185228 185252 24 0.0
.data 5840 5840 0 0.0
.text 1372788 1373204 416 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1163883 1163883 0 0.0
bss 136492 136492 0 0.0
rodata 147276 147276 0 0.0
text 801444 801444 0 0.0
p6 all-clusters-app default (read/write) 2516496 2516496 0 0.0
.bss 118608 118608 0 0.0
.data 2768 2768 0 0.0
.text 1474760 1474760 0 0.0
light-app default (read/write) 2416968 2416968 0 0.0
.bss 112104 112104 0 0.0
.data 2576 2576 0 0.0
.text 1375232 1375232 0 0.0
lock-app default (read/write) 2420432 2420848 416 0.0
.bss 111880 111904 24 0.0
.data 2536 2536 0 0.0
.text 1378696 1379112 416 0.0
telink lighting-app tlsr9518adk80d (read/write) 801664 801664 0 0.0
bss 69952 69952 0 0.0
noinit 40416 40416 0 0.0
text 570348 570348 0 0.0

@github-actions
Copy link

github-actions bot commented Apr 15, 2022

PR #17396: Size comparison from 737b702 to d759773

Increases above 0.2%:

platform target config section 737b702 d759773 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 .rodata 98759 99183 424 0.4
lock-mtd LP_CC2652R7 .rodata 98639 99063 424 0.4
Increases (6 builds for cc13x2_26x2, cyw30739, k32w, mbed, p6)
platform target config section 737b702 d759773 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 677015 677439 424 0.1
.bss 74152 74176 24 0.0
.rodata 98759 99183 424 0.4
lock-mtd LP_CC2652R7 (read only) 625759 626183 424 0.1
(read/write) 146940 146964 24 0.0
.bss 69872 69896 24 0.0
.rodata 98639 99063 424 0.4
cyw30739 lock cyw930739m2evb_01 (read/write) 613394 613842 448 0.1
.app_xip_area 521656 522080 424 0.1
.bss 74436 74460 24 0.0
k32w lock k32w061+release (read/write) 725572 726012 440 0.1
.bss 78520 78544 24 0.0
.text 639300 639716 416 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2410188 2410604 416 0.0
.bss 185228 185252 24 0.0
.text 1372788 1373204 416 0.0
p6 lock-app default (read/write) 2420432 2420848 416 0.0
.bss 111880 111904 24 0.0
.text 1378696 1379112 416 0.0
Decreases (2 builds for cc13x2_26x2, linux)
platform target config section 737b702 d759773 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 167096 166696 -400 -0.2
linux all-clusters-app debug (read only) 2701737 2701673 -64 -0.0
.rodata 232709 232645 -64 -0.0
Full report (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 737b702 d759773 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 683959 683959 0 0.0
(read/write) 169192 169192 0 0.0
.bss 76136 76136 0 0.0
.data 3380 3380 0 0.0
.rodata 103135 103135 0 0.0
.text 580344 580344 0 0.0
lock-ftd LP_CC2652R7 (read only) 677015 677439 424 0.1
(read/write) 167096 166696 -400 -0.2
.bss 74152 74176 24 0.0
.data 3212 3212 0 0.0
.rodata 98759 99183 424 0.4
.text 577772 577772 0 0.0
lock-mtd LP_CC2652R7 (read only) 625759 626183 424 0.1
(read/write) 146940 146964 24 0.0
.bss 69872 69896 24 0.0
.data 3212 3212 0 0.0
.rodata 98639 99063 424 0.4
.text 526628 526628 0 0.0
pump-app LP_CC2652R7 (read only) 649255 649255 0 0.0
(read/write) 152476 152476 0 0.0
.bss 74608 74608 0 0.0
.data 3244 3244 0 0.0
.rodata 75647 75647 0 0.0
.text 573120 573120 0 0.0
pump-controller-app LP_CC2652R7 (read only) 642503 642503 0 0.0
(read/write) 152144 152144 0 0.0
.bss 74312 74312 0 0.0
.data 3208 3208 0 0.0
.rodata 78927 78927 0 0.0
.text 563088 563088 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 619134 619134 0 0.0
.app_xip_area 525892 525892 0 0.0
.bss 75908 75908 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 613394 613842 448 0.1
.app_xip_area 521656 522080 424 0.1
.bss 74436 74460 24 0.0
.data 648 648 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 565838 565838 0 0.0
.app_xip_area 464504 464504 0 0.0
.bss 83736 83736 0 0.0
.data 564 564 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 908556 908556 0 0.0
(read/write) 133112 133112 0 0.0
.bss 131072 131072 0 0.0
.data 2040 2040 0 0.0
.text 908548 908548 0 0.0
BRD4161A+rpc (read only) 942932 942932 0 0.0
(read/write) 149796 149796 0 0.0
.bss 147552 147552 0 0.0
.data 2244 2244 0 0.0
.text 942924 942924 0 0.0
window-app BRD4161A (read only) 845356 845356 0 0.0
(read/write) 131116 131116 0 0.0
.bss 129168 129168 0 0.0
.data 1948 1948 0 0.0
.text 845348 845348 0 0.0
esp32 all-clusters-app c3devkit (read only) 980272 980272 0 0.0
(read/write) 1397554 1397554 0 0.0
.dram0.bss 62592 62592 0 0.0
.dram0.data 14412 14412 0 0.0
.flash.rodata 201640 201640 0 0.0
.flash.text 980272 980272 0 0.0
.iram0.text 62016 62016 0 0.0
m5stack (read only) 1035763 1035763 0 0.0
(read/write) 465296 465296 0 0.0
.dram0.bss 68104 68104 0 0.0
.dram0.data 34152 34152 0 0.0
.flash.rodata 231204 231204 0 0.0
.flash.text 1030379 1030379 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 684716 684716 0 0.0
.bss 77912 77912 0 0.0
.data 1992 1992 0 0.0
.text 599012 599012 0 0.0
lock k32w061+release (read/write) 725572 726012 440 0.1
.bss 78520 78544 24 0.0
.data 1952 1952 0 0.0
.text 639300 639716 416 0.1
linux all-clusters-app debug (read only) 2701737 2701673 -64 -0.0
(read/write) 149336 149336 0 0.0
.bss 59968 59968 0 0.0
.data 1920 1920 0 0.0
.data.rel.ro 81400 81400 0 0.0
.dynamic 608 608 0 0.0
.got 4448 4448 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 232709 232645 -64 -0.0
.text 2294450 2294450 0 0.0
bridge-app debug+rpc (read only) 1841165 1841165 0 0.0
(read/write) 91920 91920 0 0.0
.bss 44232 44232 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 39688 39688 0 0.0
.dynamic 592 592 0 0.0
.got 3920 3920 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 148697 148697 0 0.0
.text 1573541 1573541 0 0.0
chip-tool debug (read only) 10753973 10753973 0 0.0
(read/write) 372560 372560 0 0.0
.bss 22592 22592 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 342584 342584 0 0.0
.dynamic 624 624 0 0.0
.got 4936 4936 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 539949 539949 0 0.0
.text 9382245 9382245 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 10380196 10380196 0 0.0
(read/write) 492817 492817 0 0.0
.bss 40865 40865 0 0.0
.data 1184 1184 0 0.0
.data.rel.ro 389584 389584 0 0.0
.dynamic 560 560 0 0.0
.got 57376 57376 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 513556 513556 0 0.0
.text 8761156 8761156 0 0.0
lighting-app debug+rpc (read only) 2317281 2317281 0 0.0
(read/write) 127976 127976 0 0.0
.bss 50016 50016 0 0.0
.data 1952 1952 0 0.0
.data.rel.ro 70312 70312 0 0.0
.dynamic 608 608 0 0.0
.got 4304 4304 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 182889 182889 0 0.0
.text 1967970 1967970 0 0.0
ota-provider-app debug (read only) 2050649 2050649 0 0.0
(read/write) 115608 115608 0 0.0
.bss 48032 48032 0 0.0
.data 1640 1640 0 0.0
.data.rel.ro 60200 60200 0 0.0
.dynamic 608 608 0 0.0
.got 4448 4448 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 173259 173259 0 0.0
.text 1720418 1720418 0 0.0
ota-requestor-app debug (read only) 2080329 2080329 0 0.0
(read/write) 118416 118416 0 0.0
.bss 48704 48704 0 0.0
.data 1896 1896 0 0.0
.data.rel.ro 62248 62248 0 0.0
.dynamic 592 592 0 0.0
.got 4288 4288 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 169580 169580 0 0.0
.text 1752290 1752290 0 0.0
shell debug (read only) 2530289 2530289 0 0.0
(read/write) 150152 150152 0 0.0
.bss 67368 67368 0 0.0
.data 1296 1296 0 0.0
.data.rel.ro 75784 75784 0 0.0
.dynamic 592 592 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 215058 215058 0 0.0
.text 2153394 2153394 0 0.0
thermostat-no-ble arm64 (read only) 2357444 2357444 0 0.0
(read/write) 151137 151137 0 0.0
.bss 62945 62945 0 0.0
.data 1440 1440 0 0.0
.data.rel.ro 78984 78984 0 0.0
.dynamic 560 560 0 0.0
.got 4752 4752 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 144788 144788 0 0.0
.text 1983664 1983664 0 0.0
tv-app debug (read only) 2833145 2833145 0 0.0
(read/write) 250952 250952 0 0.0
.bss 163896 163896 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 76384 76384 0 0.0
.dynamic 592 592 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 214187 214187 0 0.0
.text 2436930 2436930 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2410188 2410604 416 0.0
.bss 185228 185252 24 0.0
.data 5840 5840 0 0.0
.text 1372788 1373204 416 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1163883 1163883 0 0.0
bss 136492 136492 0 0.0
rodata 147276 147276 0 0.0
text 801444 801444 0 0.0
p6 all-clusters-app default (read/write) 2516496 2516496 0 0.0
.bss 118608 118608 0 0.0
.data 2768 2768 0 0.0
.text 1474760 1474760 0 0.0
light-app default (read/write) 2416968 2416968 0 0.0
.bss 112104 112104 0 0.0
.data 2576 2576 0 0.0
.text 1375232 1375232 0 0.0
lock-app default (read/write) 2420432 2420848 416 0.0
.bss 111880 111904 24 0.0
.data 2536 2536 0 0.0
.text 1378696 1379112 416 0.0
telink lighting-app tlsr9518adk80d (read/write) 801664 801664 0 0.0
bss 69952 69952 0 0.0
noinit 40416 40416 0 0.0
text 570348 570348 0 0.0

@andy31415 andy31415 merged commit 55a3a14 into project-chip:master Apr 19, 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