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

[OTA] Serve the file specified by the file designator #15662

Merged

Conversation

carol-apple
Copy link
Contributor

Problem

Currently, the OTA Requestor sets the file designator as a hard coded value test.txt in the current location where the application is launched. Also, the OTA Provider is serving the image file specified by the command line arg when the ota-provider-app is launched.

The Requestor should set the file designator appropriately during the BDX transfer. The Provider should be using the file designator field in the ReceiveInit message to serve the image file

Change overview

  • OTA Requestor caches the file designator and pass this in when starting a BDX transfer
  • OTA Provider caches the file designator in ReceiveInit message when BDX transfer begins and uses this filepath to serve the image in BlockQuery messages
  • Remove BdxOtaSender::SetFilepath as the image file path should be set by the file designator and not by external caller

Testing

  • Verify that basic happy path of file transfer succeeds
  • Manually force the image URI file designator to point to a location different from the file specified from ota-provider-app command line and verified that the file specified by the file designator is the one served

@github-actions
Copy link

github-actions bot commented Mar 1, 2022

PR #15662: Size comparison from 29db0f4 to 8b12a5a

Full report (2 builds for linux)
platform target config section 29db0f4 8b12a5a change % change
linux chip-tool-ipv6only arm64 (read only) 8757580 8757580 0 0.0
(read/write) 412049 412049 0 0.0
.bss 58673 58673 0 0.0
.data 1216 1216 0 0.0
.data.rel.ro 296848 296848 0 0.0
.dynamic 560 560 0 0.0
.got 51512 51512 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 457028 457028 0 0.0
.text 7435236 7435236 0 0.0
thermostat-no-ble arm64 (read only) 2163444 2163444 0 0.0
(read/write) 148577 148577 0 0.0
.bss 65265 65265 0 0.0
.data 1056 1056 0 0.0
.data.rel.ro 75088 75088 0 0.0
.dynamic 560 560 0 0.0
.got 4216 4216 0 0.0
.init 24 24 0 0.0
.init_array 352 352 0 0.0
.rodata 132996 132996 0 0.0
.text 1812128 1812128 0 0.0

@carol-apple carol-apple force-pushed the ota_requestor_file_designator branch from 8b12a5a to 3fda2f3 Compare March 1, 2022 20:29
@github-actions
Copy link

github-actions bot commented Mar 1, 2022

PR #15662: Size comparison from e87c25d to 3fda2f3

Increases above 0.2%:

platform target config section e87c25d 3fda2f3 change % change
cyw30739 ota-requestor cyw930739m2evb_01 .bss 85516 85780 264 0.3
k32w light k32w061+release .bss 77544 77808 264 0.3
linux ota-requestor-app debug (read/write) 116696 116984 288 0.2
.bss 51296 51584 288 0.6
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1039415 1076075 36660 3.5
bss 125820 127936 2116 1.7
rodata 135904 141844 5940 4.4
text 700476 728892 28416 4.1
qpg lighting-app qpg6105+debug .bss 90928 91192 264 0.3
lock-app qpg6105+debug .bss 90936 91200 264 0.3
Increases (12 builds for cyw30739, efr32, k32w, linux, nrfconnect, qpg)
platform target config section e87c25d 3fda2f3 change % change
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 578446 578798 352 0.1
.app_xip_area 475324 475412 88 0.0
.bss 85516 85780 264 0.3
efr32 lighting-app BRD4161A (read only) 917028 917156 128 0.0
(read/write) 128672 128936 264 0.2
.bss 126616 126880 264 0.2
.text 917020 917148 128 0.0
BRD4161A+rpc (read only) 947112 947208 96 0.0
(read/write) 145616 145880 264 0.2
.bss 143392 143656 264 0.2
.text 947104 947200 96 0.0
k32w light k32w061+release (read/write) 692224 692568 344 0.0
.bss 77544 77808 264 0.3
.text 606948 607028 80 0.0
linux all-clusters-app debug (read only) 2397585 2397617 32 0.0
.rodata 205029 205061 32 0.0
lighting-app debug+rpc (read only) 2074145 2074177 32 0.0
.rodata 166460 166492 32 0.0
ota-provider-app debug (read only) 1870449 1870529 80 0.0
.text 1560914 1560994 80 0.0
ota-requestor-app debug (read only) 1881425 1882097 672 0.0
(read/write) 116696 116984 288 0.2
.bss 51296 51584 288 0.6
.rodata 152612 152676 64 0.0
.text 1579906 1580514 608 0.0
shell debug (read only) 2365801 2365865 64 0.0
.rodata 204978 205042 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1039415 1076075 36660 3.5
bss 125820 127936 2116 1.7
rodata 135904 141844 5940 4.4
text 700476 728892 28416 4.1
qpg lighting-app qpg6105+debug (read only) 601624 601712 88 0.0
.bss 90928 91192 264 0.3
.text 596304 596392 88 0.0
lock-app qpg6105+debug (read only) 567340 567412 72 0.0
.bss 90936 91200 264 0.3
.text 562020 562092 72 0.0
Full report (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section e87c25d 3fda2f3 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 600038 600038 0 0.0
.app_xip_area 504812 504812 0 0.0
.bss 77908 77908 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 558026 558026 0 0.0
.app_xip_area 464336 464336 0 0.0
.bss 76412 76412 0 0.0
.data 624 624 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 578446 578798 352 0.1
.app_xip_area 475324 475412 88 0.0
.bss 85516 85780 264 0.3
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 917028 917156 128 0.0
(read/write) 128672 128936 264 0.2
.bss 126616 126880 264 0.2
.data 2056 2056 0 0.0
.text 917020 917148 128 0.0
BRD4161A+rpc (read only) 947112 947208 96 0.0
(read/write) 145616 145880 264 0.2
.bss 143392 143656 264 0.2
.data 2220 2220 0 0.0
.text 947104 947200 96 0.0
lock-app BRD4161A+wf200 (read only) 986844 986844 0 0.0
(read/write) 120432 120432 0 0.0
.bss 118500 118500 0 0.0
.data 1932 1932 0 0.0
.text 986836 986836 0 0.0
window-app BRD4161A (read only) 850956 850956 0 0.0
(read/write) 126908 126908 0 0.0
.bss 124984 124984 0 0.0
.data 1924 1924 0 0.0
.text 850948 850948 0 0.0
esp32 all-clusters-app m5stack (read only) 1005143 1005143 0 0.0
(read/write) 458336 458336 0 0.0
.dram0.bss 68160 68160 0 0.0
.dram0.data 34080 34080 0 0.0
.flash.rodata 224600 224600 0 0.0
.flash.text 999759 999759 0 0.0
.iram0.text 122767 122767 0 0.0
k32w light k32w061+release (read/write) 692224 692568 344 0.0
.bss 77544 77808 264 0.3
.data 1932 1932 0 0.0
.text 606948 607028 80 0.0
lock k32w061+release (read/write) 695584 695584 0 0.0
.bss 77744 77744 0 0.0
.data 1972 1972 0 0.0
.text 610068 610068 0 0.0
linux all-clusters-app debug (read only) 2397585 2397617 32 0.0
(read/write) 144824 144824 0 0.0
.bss 59296 59296 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 78424 78424 0 0.0
.dynamic 592 592 0 0.0
.got 4160 4160 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 205029 205061 32 0.0
.text 2029714 2029714 0 0.0
bridge-app debug+rpc (read only) 1723165 1723165 0 0.0
(read/write) 92848 92848 0 0.0
.bss 47624 47624 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 38104 38104 0 0.0
.dynamic 592 592 0 0.0
.got 3912 3912 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 141652 141652 0 0.0
.text 1465637 1465637 0 0.0
chip-tool debug (read only) 8963125 8963125 0 0.0
(read/write) 282560 282560 0 0.0
.bss 25248 25248 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 250152 250152 0 0.0
.dynamic 608 608 0 0.0
.got 4784 4784 0 0.0
.init 27 27 0 0.0
.init_array 600 600 0 0.0
.rodata 478261 478261 0 0.0
.text 7878309 7878309 0 0.0
chip-tool-ipv6only arm64 (read only) 8723956 8723956 0 0.0
(read/write) 395713 395713 0 0.0
.bss 43617 43617 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 295760 295760 0 0.0
.dynamic 560 560 0 0.0
.got 51368 51368 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 455964 455964 0 0.0
.text 7405684 7405684 0 0.0
door-lock-app debug (read only) 1938345 1938345 0 0.0
(read/write) 119296 119296 0 0.0
.bss 50624 50624 0 0.0
.data 1056 1056 0 0.0
.data.rel.ro 62232 62232 0 0.0
.dynamic 592 592 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 173724 173724 0 0.0
.text 1616066 1616066 0 0.0
lighting-app debug+rpc (read only) 2074145 2074177 32 0.0
(read/write) 124656 124656 0 0.0
.bss 51552 51552 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 66152 66152 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 166460 166492 32 0.0
.text 1752162 1752162 0 0.0
ota-provider-app debug (read only) 1870449 1870529 80 0.0
(read/write) 114928 114928 0 0.0
.bss 50432 50432 0 0.0
.data 1352 1352 0 0.0
.data.rel.ro 57512 57512 0 0.0
.dynamic 608 608 0 0.0
.got 4352 4352 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 158899 158899 0 0.0
.text 1560914 1560994 80 0.0
ota-requestor-app debug (read only) 1881425 1882097 672 0.0
(read/write) 116696 116984 288 0.2
.bss 51296 51584 288 0.6
.data 1224 1224 0 0.0
.data.rel.ro 58760 58760 0 0.0
.dynamic 592 592 0 0.0
.got 4152 4152 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 152612 152676 64 0.0
.text 1579906 1580514 608 0.0
shell debug (read only) 2365801 2365865 64 0.0
(read/write) 147272 147272 0 0.0
.bss 67616 67616 0 0.0
.data 864 864 0 0.0
.data.rel.ro 73144 73144 0 0.0
.dynamic 592 592 0 0.0
.got 4144 4144 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 204978 205042 64 0.0
.text 2004194 2004194 0 0.0
thermostat-no-ble arm64 (read only) 2165364 2165364 0 0.0
(read/write) 148657 148657 0 0.0
.bss 65329 65329 0 0.0
.data 1072 1072 0 0.0
.data.rel.ro 75088 75088 0 0.0
.dynamic 560 560 0 0.0
.got 4216 4216 0 0.0
.init 24 24 0 0.0
.init_array 352 352 0 0.0
.rodata 133140 133140 0 0.0
.text 1813904 1813904 0 0.0
tv-app debug (read only) 2592809 2592809 0 0.0
(read/write) 148760 148760 0 0.0
.bss 65888 65888 0 0.0
.data 3200 3200 0 0.0
.data.rel.ro 73640 73640 0 0.0
.dynamic 592 592 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 198909 198909 0 0.0
.text 2220066 2220066 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2350468 2350468 0 0.0
.bss 187156 187156 0 0.0
.data 5784 5784 0 0.0
.text 1313068 1313068 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1039415 1076075 36660 3.5
bss 125820 127936 2116 1.7
rodata 135904 141844 5940 4.4
text 700476 728892 28416 4.1
p6 all-clusters-app default (read/write) 2488688 2488688 0 0.0
.bss 118728 118728 0 0.0
.data 2696 2696 0 0.0
.text 1446952 1446952 0 0.0
light-app default (read/write) 2395896 2395896 0 0.0
.bss 113048 113048 0 0.0
.data 2544 2544 0 0.0
.text 1354160 1354160 0 0.0
lock-app default (read/write) 2359424 2359424 0 0.0
.bss 112792 112792 0 0.0
.data 2504 2504 0 0.0
.text 1317688 1317688 0 0.0
qpg lighting-app qpg6105+debug (read only) 601624 601712 88 0.0
(read/write) 146936 146936 0 0.0
.bss 90928 91192 264 0.3
.data 1132 1132 0 0.0
.text 596304 596392 88 0.0
lock-app qpg6105+debug (read only) 567340 567412 72 0.0
(read/write) 146936 146936 0 0.0
.bss 90936 91200 264 0.3
.data 1084 1084 0 0.0
.text 562020 562092 72 0.0
persistent-storage-app qpg6105+debug (read only) 99520 99520 0 0.0
(read/write) 146940 146940 0 0.0
.bss 24004 24004 0 0.0
.data 176 176 0 0.0
.text 94200 94200 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 883642 883642 0 0.0
bss 86400 86400 0 0.0
noinit 37160 37160 0 0.0
text 624426 624426 0 0.0

@carol-apple carol-apple force-pushed the ota_requestor_file_designator branch from 3fda2f3 to 52965f6 Compare March 1, 2022 23:03
@github-actions
Copy link

github-actions bot commented Mar 1, 2022

PR #15662: Size comparison from b250d9a to 52965f6

Increases above 0.2%:

platform target config section b250d9a 52965f6c change % change
cyw30739 ota-requestor cyw930739m2evb_01 .bss 85516 85780 264 0.3
k32w light k32w061+release .bss 77544 77808 264 0.3
linux ota-requestor-app debug (read/write) 116696 116984 288 0.2
.bss 51296 51584 288 0.6
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1039415 1076075 36660 3.5
bss 125820 127936 2116 1.7
rodata 135904 141844 5940 4.4
text 700476 728892 28416 4.1
qpg lighting-app qpg6105+debug .bss 90928 91192 264 0.3
lock-app qpg6105+debug .bss 90936 91200 264 0.3
Increases (12 builds for cyw30739, efr32, k32w, linux, nrfconnect, qpg)
platform target config section b250d9a 52965f6c change % change
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 578446 578798 352 0.1
.app_xip_area 475324 475412 88 0.0
.bss 85516 85780 264 0.3
efr32 lighting-app BRD4161A (read only) 917028 917156 128 0.0
(read/write) 128672 128936 264 0.2
.bss 126616 126880 264 0.2
.text 917020 917148 128 0.0
BRD4161A+rpc (read only) 947112 947208 96 0.0
(read/write) 145616 145880 264 0.2
.bss 143392 143656 264 0.2
.text 947104 947200 96 0.0
k32w light k32w061+release (read/write) 692224 692568 344 0.0
.bss 77544 77808 264 0.3
.text 606948 607028 80 0.0
linux all-clusters-app debug (read only) 2397585 2397617 32 0.0
.rodata 205029 205061 32 0.0
lighting-app debug+rpc (read only) 2074145 2074177 32 0.0
.rodata 166460 166492 32 0.0
ota-provider-app debug (read only) 1870449 1870529 80 0.0
.text 1560914 1560994 80 0.0
ota-requestor-app debug (read only) 1881425 1882097 672 0.0
(read/write) 116696 116984 288 0.2
.bss 51296 51584 288 0.6
.rodata 152612 152676 64 0.0
.text 1579906 1580514 608 0.0
shell debug (read only) 2365801 2365865 64 0.0
.rodata 204978 205042 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1039415 1076075 36660 3.5
bss 125820 127936 2116 1.7
rodata 135904 141844 5940 4.4
text 700476 728892 28416 4.1
qpg lighting-app qpg6105+debug (read only) 601624 601712 88 0.0
.bss 90928 91192 264 0.3
.text 596304 596392 88 0.0
lock-app qpg6105+debug (read only) 567340 567412 72 0.0
.bss 90936 91200 264 0.3
.text 562020 562092 72 0.0
Full report (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section b250d9a 52965f6c change % change
cyw30739 light cyw930739m2evb_01 (read/write) 600038 600038 0 0.0
.app_xip_area 504812 504812 0 0.0
.bss 77908 77908 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 558026 558026 0 0.0
.app_xip_area 464336 464336 0 0.0
.bss 76412 76412 0 0.0
.data 624 624 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 578446 578798 352 0.1
.app_xip_area 475324 475412 88 0.0
.bss 85516 85780 264 0.3
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 917028 917156 128 0.0
(read/write) 128672 128936 264 0.2
.bss 126616 126880 264 0.2
.data 2056 2056 0 0.0
.text 917020 917148 128 0.0
BRD4161A+rpc (read only) 947112 947208 96 0.0
(read/write) 145616 145880 264 0.2
.bss 143392 143656 264 0.2
.data 2220 2220 0 0.0
.text 947104 947200 96 0.0
lock-app BRD4161A+wf200 (read only) 986844 986844 0 0.0
(read/write) 120432 120432 0 0.0
.bss 118500 118500 0 0.0
.data 1932 1932 0 0.0
.text 986836 986836 0 0.0
window-app BRD4161A (read only) 850956 850956 0 0.0
(read/write) 126908 126908 0 0.0
.bss 124984 124984 0 0.0
.data 1924 1924 0 0.0
.text 850948 850948 0 0.0
esp32 all-clusters-app m5stack (read only) 1005143 1005143 0 0.0
(read/write) 458336 458336 0 0.0
.dram0.bss 68160 68160 0 0.0
.dram0.data 34080 34080 0 0.0
.flash.rodata 224600 224600 0 0.0
.flash.text 999759 999759 0 0.0
.iram0.text 122767 122767 0 0.0
k32w light k32w061+release (read/write) 692224 692568 344 0.0
.bss 77544 77808 264 0.3
.data 1932 1932 0 0.0
.text 606948 607028 80 0.0
lock k32w061+release (read/write) 695584 695584 0 0.0
.bss 77744 77744 0 0.0
.data 1972 1972 0 0.0
.text 610068 610068 0 0.0
linux all-clusters-app debug (read only) 2397585 2397617 32 0.0
(read/write) 144824 144824 0 0.0
.bss 59296 59296 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 78424 78424 0 0.0
.dynamic 592 592 0 0.0
.got 4160 4160 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 205029 205061 32 0.0
.text 2029714 2029714 0 0.0
bridge-app debug+rpc (read only) 1723165 1723165 0 0.0
(read/write) 92848 92848 0 0.0
.bss 47624 47624 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 38104 38104 0 0.0
.dynamic 592 592 0 0.0
.got 3912 3912 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 141652 141652 0 0.0
.text 1465637 1465637 0 0.0
chip-tool debug (read only) 8963125 8963125 0 0.0
(read/write) 282560 282560 0 0.0
.bss 25248 25248 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 250152 250152 0 0.0
.dynamic 608 608 0 0.0
.got 4784 4784 0 0.0
.init 27 27 0 0.0
.init_array 600 600 0 0.0
.rodata 478261 478261 0 0.0
.text 7878309 7878309 0 0.0
chip-tool-ipv6only arm64 (read only) 8723956 8723956 0 0.0
(read/write) 395713 395713 0 0.0
.bss 43617 43617 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 295760 295760 0 0.0
.dynamic 560 560 0 0.0
.got 51368 51368 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 455964 455964 0 0.0
.text 7405684 7405684 0 0.0
door-lock-app debug (read only) 1938345 1938345 0 0.0
(read/write) 119296 119296 0 0.0
.bss 50624 50624 0 0.0
.data 1056 1056 0 0.0
.data.rel.ro 62232 62232 0 0.0
.dynamic 592 592 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 173724 173724 0 0.0
.text 1616066 1616066 0 0.0
lighting-app debug+rpc (read only) 2074145 2074177 32 0.0
(read/write) 124656 124656 0 0.0
.bss 51552 51552 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 66152 66152 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 166460 166492 32 0.0
.text 1752162 1752162 0 0.0
ota-provider-app debug (read only) 1870449 1870529 80 0.0
(read/write) 114928 114928 0 0.0
.bss 50432 50432 0 0.0
.data 1352 1352 0 0.0
.data.rel.ro 57512 57512 0 0.0
.dynamic 608 608 0 0.0
.got 4352 4352 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 158899 158899 0 0.0
.text 1560914 1560994 80 0.0
ota-requestor-app debug (read only) 1881425 1882097 672 0.0
(read/write) 116696 116984 288 0.2
.bss 51296 51584 288 0.6
.data 1224 1224 0 0.0
.data.rel.ro 58760 58760 0 0.0
.dynamic 592 592 0 0.0
.got 4152 4152 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 152612 152676 64 0.0
.text 1579906 1580514 608 0.0
shell debug (read only) 2365801 2365865 64 0.0
(read/write) 147272 147272 0 0.0
.bss 67616 67616 0 0.0
.data 864 864 0 0.0
.data.rel.ro 73144 73144 0 0.0
.dynamic 592 592 0 0.0
.got 4144 4144 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 204978 205042 64 0.0
.text 2004194 2004194 0 0.0
thermostat-no-ble arm64 (read only) 2165364 2165364 0 0.0
(read/write) 148657 148657 0 0.0
.bss 65329 65329 0 0.0
.data 1072 1072 0 0.0
.data.rel.ro 75088 75088 0 0.0
.dynamic 560 560 0 0.0
.got 4216 4216 0 0.0
.init 24 24 0 0.0
.init_array 352 352 0 0.0
.rodata 133140 133140 0 0.0
.text 1813904 1813904 0 0.0
tv-app debug (read only) 2592809 2592809 0 0.0
(read/write) 148760 148760 0 0.0
.bss 65888 65888 0 0.0
.data 3200 3200 0 0.0
.data.rel.ro 73640 73640 0 0.0
.dynamic 592 592 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 198909 198909 0 0.0
.text 2220066 2220066 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2350468 2350468 0 0.0
.bss 187156 187156 0 0.0
.data 5784 5784 0 0.0
.text 1313068 1313068 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1039415 1076075 36660 3.5
bss 125820 127936 2116 1.7
rodata 135904 141844 5940 4.4
text 700476 728892 28416 4.1
p6 all-clusters-app default (read/write) 2488688 2488688 0 0.0
.bss 118728 118728 0 0.0
.data 2696 2696 0 0.0
.text 1446952 1446952 0 0.0
light-app default (read/write) 2395896 2395896 0 0.0
.bss 113048 113048 0 0.0
.data 2544 2544 0 0.0
.text 1354160 1354160 0 0.0
lock-app default (read/write) 2359424 2359424 0 0.0
.bss 112792 112792 0 0.0
.data 2504 2504 0 0.0
.text 1317688 1317688 0 0.0
qpg lighting-app qpg6105+debug (read only) 601624 601712 88 0.0
(read/write) 146936 146936 0 0.0
.bss 90928 91192 264 0.3
.data 1132 1132 0 0.0
.text 596304 596392 88 0.0
lock-app qpg6105+debug (read only) 567340 567412 72 0.0
(read/write) 146936 146936 0 0.0
.bss 90936 91200 264 0.3
.data 1084 1084 0 0.0
.text 562020 562092 72 0.0
persistent-storage-app qpg6105+debug (read only) 99520 99520 0 0.0
(read/write) 146940 146940 0 0.0
.bss 24004 24004 0 0.0
.data 176 176 0 0.0
.text 94200 94200 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 883642 883642 0 0.0
bss 86400 86400 0 0.0
noinit 37160 37160 0 0.0
text 624426 624426 0 0.0

@carol-apple carol-apple force-pushed the ota_requestor_file_designator branch from 52965f6 to f7ea1e7 Compare March 2, 2022 04:35
@github-actions
Copy link

github-actions bot commented Mar 2, 2022

PR #15662: Size comparison from 883528d to f7ea1e7

Increases above 0.2%:

platform target config section 883528d f7ea1e7 change % change
cyw30739 ota-requestor cyw930739m2evb_01 .bss 85516 85780 264 0.3
k32w light k32w061+release .bss 77544 77808 264 0.3
linux ota-requestor-app debug (read/write) 116696 116984 288 0.2
.bss 51296 51584 288 0.6
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1039479 1076139 36660 3.5
bss 125828 127944 2116 1.7
rodata 135904 141844 5940 4.4
text 700500 728916 28416 4.1
qpg lighting-app qpg6105+debug .bss 90928 91192 264 0.3
lock-app qpg6105+debug .bss 90936 91200 264 0.3
Increases (12 builds for cyw30739, efr32, k32w, linux, nrfconnect, qpg)
platform target config section 883528d f7ea1e7 change % change
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 578446 578798 352 0.1
.app_xip_area 475324 475412 88 0.0
.bss 85516 85780 264 0.3
efr32 lighting-app BRD4161A (read only) 917028 917156 128 0.0
(read/write) 128672 128936 264 0.2
.bss 126616 126880 264 0.2
.text 917020 917148 128 0.0
BRD4161A+rpc (read only) 947112 947208 96 0.0
(read/write) 145616 145880 264 0.2
.bss 143392 143656 264 0.2
.text 947104 947200 96 0.0
k32w light k32w061+release (read/write) 692224 692568 344 0.0
.bss 77544 77808 264 0.3
.text 606948 607028 80 0.0
linux all-clusters-app debug (read only) 2397713 2397745 32 0.0
.rodata 205029 205061 32 0.0
lighting-app debug+rpc (read only) 2074145 2074177 32 0.0
.rodata 166460 166492 32 0.0
ota-provider-app debug (read only) 1870449 1870625 176 0.0
.rodata 158899 158931 32 0.0
.text 1560914 1561058 144 0.0
ota-requestor-app debug (read only) 1881425 1882097 672 0.0
(read/write) 116696 116984 288 0.2
.bss 51296 51584 288 0.6
.rodata 152612 152676 64 0.0
.text 1579906 1580514 608 0.0
shell debug (read only) 2365929 2365993 64 0.0
.rodata 204978 205042 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1039479 1076139 36660 3.5
bss 125828 127944 2116 1.7
rodata 135904 141844 5940 4.4
text 700500 728916 28416 4.1
qpg lighting-app qpg6105+debug (read only) 601624 601712 88 0.0
.bss 90928 91192 264 0.3
.text 596304 596392 88 0.0
lock-app qpg6105+debug (read only) 567340 567412 72 0.0
.bss 90936 91200 264 0.3
.text 562020 562092 72 0.0
Full report (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 883528d f7ea1e7 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 600038 600038 0 0.0
.app_xip_area 504812 504812 0 0.0
.bss 77908 77908 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 558026 558026 0 0.0
.app_xip_area 464336 464336 0 0.0
.bss 76412 76412 0 0.0
.data 624 624 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 578446 578798 352 0.1
.app_xip_area 475324 475412 88 0.0
.bss 85516 85780 264 0.3
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 917028 917156 128 0.0
(read/write) 128672 128936 264 0.2
.bss 126616 126880 264 0.2
.data 2056 2056 0 0.0
.text 917020 917148 128 0.0
BRD4161A+rpc (read only) 947112 947208 96 0.0
(read/write) 145616 145880 264 0.2
.bss 143392 143656 264 0.2
.data 2220 2220 0 0.0
.text 947104 947200 96 0.0
lock-app BRD4161A+wf200 (read only) 986844 986844 0 0.0
(read/write) 120432 120432 0 0.0
.bss 118500 118500 0 0.0
.data 1932 1932 0 0.0
.text 986836 986836 0 0.0
window-app BRD4161A (read only) 850956 850956 0 0.0
(read/write) 126908 126908 0 0.0
.bss 124984 124984 0 0.0
.data 1924 1924 0 0.0
.text 850948 850948 0 0.0
esp32 all-clusters-app m5stack (read only) 1005191 1005191 0 0.0
(read/write) 458344 458344 0 0.0
.dram0.bss 68168 68168 0 0.0
.dram0.data 34080 34080 0 0.0
.flash.rodata 224600 224600 0 0.0
.flash.text 999807 999807 0 0.0
.iram0.text 122767 122767 0 0.0
k32w light k32w061+release (read/write) 692224 692568 344 0.0
.bss 77544 77808 264 0.3
.data 1932 1932 0 0.0
.text 606948 607028 80 0.0
lock k32w061+release (read/write) 695584 695584 0 0.0
.bss 77744 77744 0 0.0
.data 1972 1972 0 0.0
.text 610068 610068 0 0.0
linux all-clusters-app debug (read only) 2397713 2397745 32 0.0
(read/write) 144856 144856 0 0.0
.bss 59328 59328 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 78424 78424 0 0.0
.dynamic 592 592 0 0.0
.got 4160 4160 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 205029 205061 32 0.0
.text 2029842 2029842 0 0.0
bridge-app debug+rpc (read only) 1723165 1723165 0 0.0
(read/write) 92848 92848 0 0.0
.bss 47624 47624 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 38104 38104 0 0.0
.dynamic 592 592 0 0.0
.got 3912 3912 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 141652 141652 0 0.0
.text 1465637 1465637 0 0.0
chip-tool debug (read only) 8963125 8963125 0 0.0
(read/write) 282560 282560 0 0.0
.bss 25248 25248 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 250152 250152 0 0.0
.dynamic 608 608 0 0.0
.got 4784 4784 0 0.0
.init 27 27 0 0.0
.init_array 600 600 0 0.0
.rodata 478261 478261 0 0.0
.text 7878309 7878309 0 0.0
chip-tool-ipv6only arm64 (read only) 8723956 8723956 0 0.0
(read/write) 395713 395713 0 0.0
.bss 43617 43617 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 295760 295760 0 0.0
.dynamic 560 560 0 0.0
.got 51368 51368 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 455964 455964 0 0.0
.text 7405684 7405684 0 0.0
door-lock-app debug (read only) 1938345 1938345 0 0.0
(read/write) 119296 119296 0 0.0
.bss 50624 50624 0 0.0
.data 1056 1056 0 0.0
.data.rel.ro 62232 62232 0 0.0
.dynamic 592 592 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 173724 173724 0 0.0
.text 1616066 1616066 0 0.0
lighting-app debug+rpc (read only) 2074145 2074177 32 0.0
(read/write) 124656 124656 0 0.0
.bss 51552 51552 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 66152 66152 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 166460 166492 32 0.0
.text 1752162 1752162 0 0.0
ota-provider-app debug (read only) 1870449 1870625 176 0.0
(read/write) 114928 114928 0 0.0
.bss 50432 50432 0 0.0
.data 1352 1352 0 0.0
.data.rel.ro 57512 57512 0 0.0
.dynamic 608 608 0 0.0
.got 4352 4352 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 158899 158931 32 0.0
.text 1560914 1561058 144 0.0
ota-requestor-app debug (read only) 1881425 1882097 672 0.0
(read/write) 116696 116984 288 0.2
.bss 51296 51584 288 0.6
.data 1224 1224 0 0.0
.data.rel.ro 58760 58760 0 0.0
.dynamic 592 592 0 0.0
.got 4152 4152 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 152612 152676 64 0.0
.text 1579906 1580514 608 0.0
shell debug (read only) 2365929 2365993 64 0.0
(read/write) 147304 147304 0 0.0
.bss 67648 67648 0 0.0
.data 864 864 0 0.0
.data.rel.ro 73144 73144 0 0.0
.dynamic 592 592 0 0.0
.got 4144 4144 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 204978 205042 64 0.0
.text 2004322 2004322 0 0.0
thermostat-no-ble arm64 (read only) 2165476 2165476 0 0.0
(read/write) 148673 148673 0 0.0
.bss 65345 65345 0 0.0
.data 1072 1072 0 0.0
.data.rel.ro 75088 75088 0 0.0
.dynamic 560 560 0 0.0
.got 4216 4216 0 0.0
.init 24 24 0 0.0
.init_array 352 352 0 0.0
.rodata 133140 133140 0 0.0
.text 1814016 1814016 0 0.0
tv-app debug (read only) 2602585 2602585 0 0.0
(read/write) 250968 250968 0 0.0
.bss 168096 168096 0 0.0
.data 3200 3200 0 0.0
.data.rel.ro 73640 73640 0 0.0
.dynamic 592 592 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 199133 199133 0 0.0
.text 2229570 2229570 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2350468 2350468 0 0.0
.bss 187156 187156 0 0.0
.data 5784 5784 0 0.0
.text 1313068 1313068 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1039479 1076139 36660 3.5
bss 125828 127944 2116 1.7
rodata 135904 141844 5940 4.4
text 700500 728916 28416 4.1
p6 all-clusters-app default (read/write) 2488704 2488704 0 0.0
.bss 118736 118736 0 0.0
.data 2696 2696 0 0.0
.text 1446968 1446968 0 0.0
light-app default (read/write) 2395896 2395896 0 0.0
.bss 113048 113048 0 0.0
.data 2544 2544 0 0.0
.text 1354160 1354160 0 0.0
lock-app default (read/write) 2359424 2359424 0 0.0
.bss 112792 112792 0 0.0
.data 2504 2504 0 0.0
.text 1317688 1317688 0 0.0
qpg lighting-app qpg6105+debug (read only) 601624 601712 88 0.0
(read/write) 146936 146936 0 0.0
.bss 90928 91192 264 0.3
.data 1132 1132 0 0.0
.text 596304 596392 88 0.0
lock-app qpg6105+debug (read only) 567340 567412 72 0.0
(read/write) 146936 146936 0 0.0
.bss 90936 91200 264 0.3
.data 1084 1084 0 0.0
.text 562020 562092 72 0.0
persistent-storage-app qpg6105+debug (read only) 99520 99520 0 0.0
(read/write) 146940 146940 0 0.0
.bss 24004 24004 0 0.0
.data 176 176 0 0.0
.text 94200 94200 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 883698 883698 0 0.0
bss 86408 86408 0 0.0
noinit 37160 37160 0 0.0
text 624464 624464 0 0.0

@pullapprove pullapprove bot requested a review from Damian-Nordic March 2, 2022 10:12
@carol-apple carol-apple force-pushed the ota_requestor_file_designator branch from f7ea1e7 to 11fc6d8 Compare March 2, 2022 23:18
@github-actions
Copy link

github-actions bot commented Mar 2, 2022

PR #15662: Size comparison from 654104c to 11fc6d8

Increases above 0.2%:

platform target config section 654104c 11fc6d8 change % change
cyw30739 ota-requestor cyw930739m2evb_01 .bss 85516 85780 264 0.3
k32w light k32w061+release .bss 77544 77808 264 0.3
linux ota-requestor-app debug (read/write) 116888 117176 288 0.2
.bss 51296 51584 288 0.6
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1040115 1076775 36660 3.5
bss 125828 127944 2116 1.7
rodata 135820 141760 5940 4.4
text 701220 729640 28420 4.1
qpg lighting-app qpg6105+debug .bss 90928 91192 264 0.3
lock-app qpg6105+debug .bss 90936 91200 264 0.3
Increases (12 builds for cyw30739, efr32, k32w, linux, nrfconnect, qpg)
platform target config section 654104c 11fc6d8 change % change
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 579026 579394 368 0.1
.app_xip_area 475904 476008 104 0.0
.bss 85516 85780 264 0.3
efr32 lighting-app BRD4161A (read only) 917852 917996 144 0.0
(read/write) 128672 128936 264 0.2
.bss 126616 126880 264 0.2
.text 917844 917988 144 0.0
BRD4161A+rpc (read only) 947944 948072 128 0.0
(read/write) 145616 145880 264 0.2
.bss 143392 143656 264 0.2
.text 947936 948064 128 0.0
k32w light k32w061+release (read/write) 692856 693200 344 0.0
.bss 77544 77808 264 0.3
.text 607580 607660 80 0.0
linux all-clusters-app debug (read only) 2403185 2403217 32 0.0
.rodata 205061 205093 32 0.0
lighting-app debug+rpc (read only) 2079601 2079633 32 0.0
.rodata 166460 166492 32 0.0
ota-provider-app debug (read only) 1875889 1876081 192 0.0
.rodata 158899 158931 32 0.0
.text 1566450 1566610 160 0.0
ota-requestor-app debug (read only) 1887097 1887817 720 0.0
(read/write) 116888 117176 288 0.2
.bss 51296 51584 288 0.6
.rodata 152804 152868 64 0.0
.text 1585458 1586114 656 0.0
shell debug (read only) 2371657 2371721 64 0.0
.rodata 204978 205042 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1040115 1076775 36660 3.5
bss 125828 127944 2116 1.7
rodata 135820 141760 5940 4.4
text 701220 729640 28420 4.1
qpg lighting-app qpg6105+debug (read only) 602180 602284 104 0.0
.bss 90928 91192 264 0.3
.text 596860 596964 104 0.0
lock-app qpg6105+debug (read only) 567896 567984 88 0.0
.bss 90936 91200 264 0.3
.text 562576 562664 88 0.0
Full report (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 654104c 11fc6d8 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 600618 600618 0 0.0
.app_xip_area 505392 505392 0 0.0
.bss 77908 77908 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 558614 558614 0 0.0
.app_xip_area 464924 464924 0 0.0
.bss 76412 76412 0 0.0
.data 624 624 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 579026 579394 368 0.1
.app_xip_area 475904 476008 104 0.0
.bss 85516 85780 264 0.3
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 917852 917996 144 0.0
(read/write) 128672 128936 264 0.2
.bss 126616 126880 264 0.2
.data 2056 2056 0 0.0
.text 917844 917988 144 0.0
BRD4161A+rpc (read only) 947944 948072 128 0.0
(read/write) 145616 145880 264 0.2
.bss 143392 143656 264 0.2
.data 2220 2220 0 0.0
.text 947936 948064 128 0.0
lock-app BRD4161A+wf200 (read only) 987676 987676 0 0.0
(read/write) 120432 120432 0 0.0
.bss 118500 118500 0 0.0
.data 1932 1932 0 0.0
.text 987668 987668 0 0.0
window-app BRD4161A (read only) 851804 851804 0 0.0
(read/write) 126908 126908 0 0.0
.bss 124984 124984 0 0.0
.data 1924 1924 0 0.0
.text 851796 851796 0 0.0
esp32 all-clusters-app m5stack (read only) 1006047 1006047 0 0.0
(read/write) 458264 458264 0 0.0
.dram0.bss 68168 68168 0 0.0
.dram0.data 34080 34080 0 0.0
.flash.rodata 224520 224520 0 0.0
.flash.text 1000663 1000663 0 0.0
.iram0.text 122767 122767 0 0.0
k32w light k32w061+release (read/write) 692856 693200 344 0.0
.bss 77544 77808 264 0.3
.data 1932 1932 0 0.0
.text 607580 607660 80 0.0
lock k32w061+release (read/write) 696200 696200 0 0.0
.bss 77744 77744 0 0.0
.data 1972 1972 0 0.0
.text 610684 610684 0 0.0
linux all-clusters-app debug (read only) 2403185 2403217 32 0.0
(read/write) 144824 144824 0 0.0
.bss 59328 59328 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 78392 78392 0 0.0
.dynamic 592 592 0 0.0
.got 4160 4160 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 205061 205093 32 0.0
.text 2035378 2035378 0 0.0
bridge-app debug+rpc (read only) 1728717 1728717 0 0.0
(read/write) 92784 92784 0 0.0
.bss 47624 47624 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 38040 38040 0 0.0
.dynamic 592 592 0 0.0
.got 3912 3912 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 141652 141652 0 0.0
.text 1471285 1471285 0 0.0
chip-tool debug (read only) 9355253 9355253 0 0.0
(read/write) 287912 287912 0 0.0
.bss 25408 25408 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 255328 255328 0 0.0
.dynamic 608 608 0 0.0
.got 4784 4784 0 0.0
.init 27 27 0 0.0
.init_array 608 608 0 0.0
.rodata 497557 497557 0 0.0
.text 8236261 8236261 0 0.0
chip-tool-ipv6only arm64 (read only) 9044500 9044500 0 0.0
(read/write) 401521 401521 0 0.0
.bss 43745 43745 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 300984 300984 0 0.0
.dynamic 560 560 0 0.0
.got 51816 51816 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 473324 473324 0 0.0
.text 7692596 7692596 0 0.0
door-lock-app debug (read only) 1943769 1943769 0 0.0
(read/write) 119232 119232 0 0.0
.bss 50624 50624 0 0.0
.data 1056 1056 0 0.0
.data.rel.ro 62168 62168 0 0.0
.dynamic 592 592 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 173692 173692 0 0.0
.text 1621618 1621618 0 0.0
lighting-app debug+rpc (read only) 2079601 2079633 32 0.0
(read/write) 124624 124624 0 0.0
.bss 51552 51552 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 66120 66120 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 166460 166492 32 0.0
.text 1757714 1757714 0 0.0
ota-provider-app debug (read only) 1875889 1876081 192 0.0
(read/write) 114864 114864 0 0.0
.bss 50432 50432 0 0.0
.data 1352 1352 0 0.0
.data.rel.ro 57448 57448 0 0.0
.dynamic 608 608 0 0.0
.got 4352 4352 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 158899 158931 32 0.0
.text 1566450 1566610 160 0.0
ota-requestor-app debug (read only) 1887097 1887817 720 0.0
(read/write) 116888 117176 288 0.2
.bss 51296 51584 288 0.6
.data 1480 1480 0 0.0
.data.rel.ro 58696 58696 0 0.0
.dynamic 592 592 0 0.0
.got 4152 4152 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 152804 152868 64 0.0
.text 1585458 1586114 656 0.0
shell debug (read only) 2371657 2371721 64 0.0
(read/write) 147248 147248 0 0.0
.bss 67624 67624 0 0.0
.data 864 864 0 0.0
.data.rel.ro 73112 73112 0 0.0
.dynamic 592 592 0 0.0
.got 4144 4144 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 204978 205042 64 0.0
.text 2010146 2010146 0 0.0
thermostat-no-ble arm64 (read only) 2169572 2169572 0 0.0
(read/write) 148625 148625 0 0.0
.bss 65345 65345 0 0.0
.data 1072 1072 0 0.0
.data.rel.ro 75032 75032 0 0.0
.dynamic 560 560 0 0.0
.got 4216 4216 0 0.0
.init 24 24 0 0.0
.init_array 352 352 0 0.0
.rodata 132996 132996 0 0.0
.text 1818352 1818352 0 0.0
tv-app debug (read only) 2608017 2608017 0 0.0
(read/write) 250840 250840 0 0.0
.bss 168096 168096 0 0.0
.data 3200 3200 0 0.0
.data.rel.ro 73512 73512 0 0.0
.dynamic 592 592 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 199165 199165 0 0.0
.text 2235186 2235186 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2350996 2350996 0 0.0
.bss 187156 187156 0 0.0
.data 5784 5784 0 0.0
.text 1313596 1313596 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1040115 1076775 36660 3.5
bss 125828 127944 2116 1.7
rodata 135820 141760 5940 4.4
text 701220 729640 28420 4.1
p6 all-clusters-app default (read/write) 2489552 2489552 0 0.0
.bss 118736 118736 0 0.0
.data 2696 2696 0 0.0
.text 1447816 1447816 0 0.0
light-app default (read/write) 2396728 2396728 0 0.0
.bss 113048 113048 0 0.0
.data 2544 2544 0 0.0
.text 1354992 1354992 0 0.0
lock-app default (read/write) 2360240 2360240 0 0.0
.bss 112792 112792 0 0.0
.data 2504 2504 0 0.0
.text 1318504 1318504 0 0.0
qpg lighting-app qpg6105+debug (read only) 602180 602284 104 0.0
(read/write) 146936 146936 0 0.0
.bss 90928 91192 264 0.3
.data 1132 1132 0 0.0
.text 596860 596964 104 0.0
lock-app qpg6105+debug (read only) 567896 567984 88 0.0
(read/write) 146936 146936 0 0.0
.bss 90936 91200 264 0.3
.data 1084 1084 0 0.0
.text 562576 562664 88 0.0
persistent-storage-app qpg6105+debug (read only) 99520 99520 0 0.0
(read/write) 146940 146940 0 0.0
.bss 24004 24004 0 0.0
.data 176 176 0 0.0
.text 94200 94200 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 884222 884222 0 0.0
bss 86408 86408 0 0.0
noinit 37160 37160 0 0.0
text 625174 625174 0 0.0

@woody-apple woody-apple merged commit 1fd382d into project-chip:master Mar 3, 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.

6 participants