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

[Group] Modification for group command processing on device side #12406

Merged

Conversation

mkardous-silabs
Copy link
Contributor

Problem

  • Device could not process group command properly

Change overview

  • Added support for group command device side

Testing

  • Automated tests to verify that no regressions were caused

@todo
Copy link

todo bot commented Dec 1, 2021

retrieve Endpoint ID with GroupDataProvider using GroupId and FabricId

// TODO retrieve Endpoint ID with GroupDataProvider using GroupId and FabricId
// Issue 11075
// Using endpoint 1 for test purposes
if (mpExchangeCtx->IsGroupExchangeContext())
{
endpointId = 1;
err = CHIP_NO_ERROR;
}
else
{


This comment was generated by todo based on a TODO comment in f9ee036 in #12406. cc @mkardous-silabs.

@github-actions
Copy link

github-actions bot commented Dec 1, 2021

PR #12406: Size comparison from 6b244ab to f9ee036

Increases (22 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
platform target config section 6b244ab f9ee036 change % change
efr32 lighting-app BRD4161A (read only) 763096 763176 80 0.0
.text 763088 763168 80 0.0
BRD4161A+rpc (read only) 791608 791672 64 0.0
.text 791600 791664 64 0.0
lock-app BRD4161A (read only) 736976 737040 64 0.0
.text 736968 737032 64 0.0
window-app BRD4161A (read only) 740080 740144 64 0.0
.text 740072 740136 64 0.0
esp32 all-clusters-app c3devkit (read only) 837376 837424 48 0.0
.flash.text 837376 837424 48 0.0
m5stack (read only) 908883 908959 76 0.0
.flash.text 903499 903575 76 0.0
k32w lighting-app k32w061+se05x+release (read/write) 724508 724540 32 0.0
.text 638096 638128 32 0.0
lock-app k32w061+debug (read/write) 613492 613540 48 0.0
.text 536676 536724 48 0.0
shell k32w061+debug (read/write) 679288 679336 48 0.0
.text 590916 590964 48 0.0
linux all-clusters-app debug (read only) 1780313 1780681 368 0.0
.rodata 139957 140117 160 0.1
.text 1500738 1500946 208 0.0
bridge-app debug+rpc (read only) 1352373 1352741 368 0.0
.rodata 113980 114140 160 0.1
.text 1138181 1138389 208 0.0
chip-tool debug (read only) 6266389 6266725 336 0.0
.rodata 295752 295880 128 0.0
.text 5568293 5568501 208 0.0
lighting-app debug+rpc (read only) 1632441 1632777 336 0.0
.rodata 132433 132561 128 0.1
.text 1362098 1362306 208 0.0
ota-provider-app debug (read only) 1312817 1313153 336 0.0
.rodata 115184 115312 128 0.1
.text 1097186 1097394 208 0.0
ota-requestor-app debug (read only) 1412801 1413121 320 0.0
.rodata 127008 127136 128 0.1
.text 1181906 1182098 192 0.0
tv-app debug (read only) 1927025 1927361 336 0.0
.rodata 161576 161704 128 0.1
.text 1616914 1617122 208 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2254344 2254408 64 0.0
.text 1216944 1217008 64 0.0
p6 all-clusters-app default (read/write) 2318288 2318368 80 0.0
.text 1276552 1276632 80 0.0
lock-app default (read/write) 2229528 2229608 80 0.0
.text 1187792 1187872 80 0.0
qpg lighting-app qpg6100+debug (read only) 496860 496900 40 0.0
.text 491540 491580 40 0.0
lock-app qpg6100+debug (read only) 469448 469496 48 0.0
.text 464128 464176 48 0.0
telink lighting-app tlsr9518adk80d (read/write) 778614 778662 48 0.0
text 541394 541444 50 0.0
Full report (28 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
platform target config section 6b244ab f9ee036 change % change
efr32 lighting-app BRD4161A (read only) 763096 763176 80 0.0
(read/write) 119956 119956 0 0.0
.bss 118140 118140 0 0.0
.data 1812 1812 0 0.0
.text 763088 763168 80 0.0
BRD4161A+rpc (read only) 791608 791672 64 0.0
(read/write) 138252 138252 0 0.0
.bss 136340 136340 0 0.0
.data 1912 1912 0 0.0
.text 791600 791664 64 0.0
lock-app BRD4161A (read only) 736976 737040 64 0.0
(read/write) 117660 117660 0 0.0
.bss 115892 115892 0 0.0
.data 1768 1768 0 0.0
.text 736968 737032 64 0.0
window-app BRD4161A (read only) 740080 740144 64 0.0
(read/write) 118092 118092 0 0.0
.bss 116316 116316 0 0.0
.data 1776 1776 0 0.0
.text 740072 740136 64 0.0
esp32 all-clusters-app c3devkit (read only) 837376 837424 48 0.0
(read/write) 1224330 1224330 0 0.0
.dram0.bss 58528 58528 0 0.0
.dram0.data 14028 14028 0 0.0
.flash.rodata 166528 166528 0 0.0
.flash.text 837376 837424 48 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 908883 908959 76 0.0
(read/write) 423572 423572 0 0.0
.dram0.bss 63928 63928 0 0.0
.dram0.data 34000 34000 0 0.0
.flash.rodata 194364 194364 0 0.0
.flash.text 903499 903575 76 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 724508 724540 32 0.0
.bss 78772 78772 0 0.0
.data 1840 1840 0 0.0
.text 638096 638128 32 0.0
lock-app k32w061+debug (read/write) 613492 613540 48 0.0
.bss 69212 69212 0 0.0
.data 1804 1804 0 0.0
.text 536676 536724 48 0.0
shell k32w061+debug (read/write) 679288 679336 48 0.0
.bss 80796 80796 0 0.0
.data 1776 1776 0 0.0
.text 590916 590964 48 0.0
linux all-clusters-app debug (read only) 1780313 1780681 368 0.0
(read/write) 125160 125160 0 0.0
.bss 53072 53072 0 0.0
.data 1104 1104 0 0.0
.data.rel.ro 65696 65696 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 560 560 0 0.0
.rodata 139957 140117 160 0.1
.text 1500738 1500946 208 0.0
bridge-app debug+rpc (read only) 1352373 1352741 368 0.0
(read/write) 71312 71312 0 0.0
.bss 35120 35120 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 29488 29488 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 113980 114140 160 0.1
.text 1138181 1138389 208 0.0
chip-tool debug (read only) 6266389 6266725 336 0.0
(read/write) 197648 197648 0 0.0
.bss 33448 33448 0 0.0
.data 1008 1008 0 0.0
.data.rel.ro 157608 157608 0 0.0
.dynamic 592 592 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 480 480 0 0.0
.rodata 295752 295880 128 0.0
.text 5568293 5568501 208 0.0
lighting-app debug+rpc (read only) 1632441 1632777 336 0.0
(read/write) 104400 104400 0 0.0
.bss 40784 40784 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 57072 57072 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 132433 132561 128 0.1
.text 1362098 1362306 208 0.0
ota-provider-app debug (read only) 1312817 1313153 336 0.0
(read/write) 69768 69768 0 0.0
.bss 37696 37696 0 0.0
.data 912 912 0 0.0
.data.rel.ro 26024 26024 0 0.0
.dynamic 592 592 0 0.0
.got 4048 4048 0 0.0
.init 27 27 0 0.0
.init_array 448 448 0 0.0
.rodata 115184 115312 128 0.1
.text 1097186 1097394 208 0.0
ota-requestor-app debug (read only) 1412801 1413121 320 0.0
(read/write) 73664 73664 0 0.0
.bss 39808 39808 0 0.0
.data 976 976 0 0.0
.data.rel.ro 27736 27736 0 0.0
.dynamic 592 592 0 0.0
.got 4032 4032 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 127008 127136 128 0.1
.text 1181906 1182098 192 0.0
shell debug (read only) 805881 805881 0 0.0
(read/write) 59848 59848 0 0.0
.bss 16808 16808 0 0.0
.data 240 240 0 0.0
.data.rel.ro 38320 38320 0 0.0
.dynamic 592 592 0 0.0
.got 3504 3504 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 79954 79954 0 0.0
.text 620610 620610 0 0.0
tv-app debug (read only) 1927025 1927361 336 0.0
(read/write) 314032 314032 0 0.0
.bss 245176 245176 0 0.0
.data 1504 1504 0 0.0
.data.rel.ro 61696 61696 0 0.0
.dynamic 592 592 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 161576 161704 128 0.1
.text 1616914 1617122 208 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2296552 2296552 0 0.0
.bss 181612 181612 0 0.0
.data 5168 5168 0 0.0
.heap 849664 849664 0 0.0
.text 1259152 1259152 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2281312 2281312 0 0.0
.bss 172636 172636 0 0.0
.data 5480 5480 0 0.0
.heap 858328 858328 0 0.0
.text 1243912 1243912 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2254344 2254408 64 0.0
.bss 171452 171452 0 0.0
.data 5464 5464 0 0.0
.heap 859528 859528 0 0.0
.text 1216944 1217008 64 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139744 1139744 0 0.0
.bss 11752 11752 0 0.0
.data 4368 4368 0 0.0
.heap 1020328 1020328 0 0.0
.text 103128 103128 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2046096 2046096 0 0.0
.bss 156592 156592 0 0.0
.data 4864 4864 0 0.0
.heap 874992 874992 0 0.0
.text 1008696 1008696 0 0.0
p6 all-clusters-app default (read/write) 2318288 2318368 80 0.0
.bss 109688 109688 0 0.0
.data 2456 2456 0 0.0
.heap 921200 921200 0 0.0
.text 1276552 1276632 80 0.0
lock-app default (read/write) 2229528 2229608 80 0.0
.bss 96408 96408 0 0.0
.data 2280 2280 0 0.0
.heap 934656 934656 0 0.0
.text 1187792 1187872 80 0.0
qpg lighting-app qpg6100+debug (read only) 496860 496900 40 0.0
(read/write) 114140 114140 0 0.0
.bss 79656 79656 0 0.0
.data 940 940 0 0.0
.text 491540 491580 40 0.0
lock-app qpg6100+debug (read only) 469448 469496 48 0.0
(read/write) 114140 114140 0 0.0
.bss 78568 78568 0 0.0
.data 892 892 0 0.0
.text 464128 464176 48 0.0
persistent-storage-app qpg6100+debug (read only) 108020 108020 0 0.0
(read/write) 114140 114140 0 0.0
.bss 36688 36688 0 0.0
.data 292 292 0 0.0
.text 102700 102700 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 778614 778662 48 0.0
bss 79716 79716 0 0.0
noinit 37160 37160 0 0.0
text 541394 541444 50 0.0

@github-actions
Copy link

github-actions bot commented Dec 1, 2021

PR #12406: Size comparison from a7b18b8 to d547a31

Increases (23 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
platform target config section a7b18b8 d547a31 change % change
efr32 lighting-app BRD4161A (read only) 763296 763376 80 0.0
.text 763288 763368 80 0.0
BRD4161A+rpc (read only) 791784 791864 80 0.0
.text 791776 791856 80 0.0
lock-app BRD4161A (read only) 737176 737240 64 0.0
.text 737168 737232 64 0.0
window-app BRD4161A (read only) 740264 740328 64 0.0
.text 740256 740320 64 0.0
esp32 all-clusters-app c3devkit (read only) 837356 837404 48 0.0
.flash.text 837356 837404 48 0.0
m5stack (read only) 908839 908951 112 0.0
.flash.text 903455 903567 112 0.0
k32w lighting-app k32w061+se05x+release (read/write) 724524 724572 48 0.0
.text 638112 638160 48 0.0
lock-app k32w061+debug (read/write) 613524 613572 48 0.0
.text 536708 536756 48 0.0
shell k32w061+debug (read/write) 679304 679352 48 0.0
.text 590932 590980 48 0.0
linux all-clusters-app debug (read only) 1781513 1781833 320 0.0
.rodata 139797 139925 128 0.1
.text 1502098 1502290 192 0.0
bridge-app debug+rpc (read only) 1352565 1352885 320 0.0
.rodata 113820 113948 128 0.1
.text 1138533 1138725 192 0.0
chip-tool debug (read only) 6272725 6273045 320 0.0
.rodata 295624 295752 128 0.0
.text 5574133 5574325 192 0.0
lighting-app debug+rpc (read only) 1632633 1632969 336 0.0
.rodata 132273 132401 128 0.1
.text 1362450 1362658 208 0.0
ota-provider-app debug (read only) 1313009 1313329 320 0.0
.rodata 115024 115152 128 0.1
.text 1097538 1097730 192 0.0
ota-requestor-app debug (read only) 1412993 1413313 320 0.0
.rodata 126848 126976 128 0.1
.text 1182258 1182450 192 0.0
tv-app debug (read only) 1927281 1927601 320 0.0
.rodata 161448 161576 128 0.1
.text 1617298 1617490 192 0.0
mbed lighting-app CY8CPROTO_062_4343W+release (read/write) 2281312 2281376 64 0.0
.text 1243912 1243976 64 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2254344 2254408 64 0.0
.text 1216944 1217008 64 0.0
p6 all-clusters-app default (read/write) 2318024 2318120 96 0.0
.text 1276288 1276384 96 0.0
lock-app default (read/write) 2229112 2229192 80 0.0
.text 1187376 1187456 80 0.0
qpg lighting-app qpg6100+debug (read only) 496884 496924 40 0.0
.text 491564 491604 40 0.0
lock-app qpg6100+debug (read only) 469480 469528 48 0.0
.text 464160 464208 48 0.0
telink lighting-app tlsr9518adk80d (read/write) 778686 778734 48 0.0
text 541466 541516 50 0.0
Full report (28 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
platform target config section a7b18b8 d547a31 change % change
efr32 lighting-app BRD4161A (read only) 763296 763376 80 0.0
(read/write) 119972 119972 0 0.0
.bss 118164 118164 0 0.0
.data 1808 1808 0 0.0
.text 763288 763368 80 0.0
BRD4161A+rpc (read only) 791784 791864 80 0.0
(read/write) 138276 138276 0 0.0
.bss 136364 136364 0 0.0
.data 1908 1908 0 0.0
.text 791776 791856 80 0.0
lock-app BRD4161A (read only) 737176 737240 64 0.0
(read/write) 117684 117684 0 0.0
.bss 115916 115916 0 0.0
.data 1764 1764 0 0.0
.text 737168 737232 64 0.0
window-app BRD4161A (read only) 740264 740328 64 0.0
(read/write) 118116 118116 0 0.0
.bss 116340 116340 0 0.0
.data 1772 1772 0 0.0
.text 740256 740320 64 0.0
esp32 all-clusters-app c3devkit (read only) 837356 837404 48 0.0
(read/write) 1224050 1224050 0 0.0
.dram0.bss 58528 58528 0 0.0
.dram0.data 14028 14028 0 0.0
.flash.rodata 166248 166248 0 0.0
.flash.text 837356 837404 48 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 908839 908951 112 0.0
(read/write) 423308 423308 0 0.0
.dram0.bss 63928 63928 0 0.0
.dram0.data 34000 34000 0 0.0
.flash.rodata 194100 194100 0 0.0
.flash.text 903455 903567 112 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 724524 724572 48 0.0
.bss 78772 78772 0 0.0
.data 1840 1840 0 0.0
.text 638112 638160 48 0.0
lock-app k32w061+debug (read/write) 613524 613572 48 0.0
.bss 69212 69212 0 0.0
.data 1804 1804 0 0.0
.text 536708 536756 48 0.0
shell k32w061+debug (read/write) 679304 679352 48 0.0
.bss 80796 80796 0 0.0
.data 1776 1776 0 0.0
.text 590932 590980 48 0.0
linux all-clusters-app debug (read only) 1781513 1781833 320 0.0
(read/write) 125192 125192 0 0.0
.bss 53072 53072 0 0.0
.data 1104 1104 0 0.0
.data.rel.ro 65728 65728 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 560 560 0 0.0
.rodata 139797 139925 128 0.1
.text 1502098 1502290 192 0.0
bridge-app debug+rpc (read only) 1352565 1352885 320 0.0
(read/write) 71312 71312 0 0.0
.bss 35120 35120 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 29488 29488 0 0.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 113820 113948 128 0.1
.text 1138533 1138725 192 0.0
chip-tool debug (read only) 6272725 6273045 320 0.0
(read/write) 197904 197904 0 0.0
.bss 33448 33448 0 0.0
.data 1008 1008 0 0.0
.data.rel.ro 157880 157880 0 0.0
.dynamic 592 592 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 480 480 0 0.0
.rodata 295624 295752 128 0.0
.text 5574133 5574325 192 0.0
lighting-app debug+rpc (read only) 1632633 1632969 336 0.0
(read/write) 104400 104400 0 0.0
.bss 40784 40784 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 57072 57072 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 132273 132401 128 0.1
.text 1362450 1362658 208 0.0
ota-provider-app debug (read only) 1313009 1313329 320 0.0
(read/write) 69768 69768 0 0.0
.bss 37696 37696 0 0.0
.data 912 912 0 0.0
.data.rel.ro 26024 26024 0 0.0
.dynamic 592 592 0 0.0
.got 4048 4048 0 0.0
.init 27 27 0 0.0
.init_array 448 448 0 0.0
.rodata 115024 115152 128 0.1
.text 1097538 1097730 192 0.0
ota-requestor-app debug (read only) 1412993 1413313 320 0.0
(read/write) 73664 73664 0 0.0
.bss 39808 39808 0 0.0
.data 976 976 0 0.0
.data.rel.ro 27736 27736 0 0.0
.dynamic 592 592 0 0.0
.got 4032 4032 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 126848 126976 128 0.1
.text 1182258 1182450 192 0.0
shell debug (read only) 808969 808969 0 0.0
(read/write) 60104 60104 0 0.0
.bss 16872 16872 0 0.0
.data 240 240 0 0.0
.data.rel.ro 38528 38528 0 0.0
.dynamic 592 592 0 0.0
.got 3504 3504 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 79794 79794 0 0.0
.text 623474 623474 0 0.0
tv-app debug (read only) 1927281 1927601 320 0.0
(read/write) 314032 314032 0 0.0
.bss 245176 245176 0 0.0
.data 1504 1504 0 0.0
.data.rel.ro 61696 61696 0 0.0
.dynamic 592 592 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 161448 161576 128 0.1
.text 1617298 1617490 192 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2296632 2296632 0 0.0
.bss 181612 181612 0 0.0
.data 5168 5168 0 0.0
.heap 849664 849664 0 0.0
.text 1259232 1259232 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2281312 2281376 64 0.0
.bss 172636 172636 0 0.0
.data 5480 5480 0 0.0
.heap 858328 858328 0 0.0
.text 1243912 1243976 64 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2254344 2254408 64 0.0
.bss 171452 171452 0 0.0
.data 5464 5464 0 0.0
.heap 859528 859528 0 0.0
.text 1216944 1217008 64 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139744 1139744 0 0.0
.bss 11752 11752 0 0.0
.data 4368 4368 0 0.0
.heap 1020328 1020328 0 0.0
.text 103128 103128 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2045928 2045928 0 0.0
.bss 156624 156624 0 0.0
.data 4864 4864 0 0.0
.heap 874960 874960 0 0.0
.text 1008528 1008528 0 0.0
p6 all-clusters-app default (read/write) 2318024 2318120 96 0.0
.bss 109688 109688 0 0.0
.data 2456 2456 0 0.0
.heap 921200 921200 0 0.0
.text 1276288 1276384 96 0.0
lock-app default (read/write) 2229112 2229192 80 0.0
.bss 96408 96408 0 0.0
.data 2280 2280 0 0.0
.heap 934656 934656 0 0.0
.text 1187376 1187456 80 0.0
qpg lighting-app qpg6100+debug (read only) 496884 496924 40 0.0
(read/write) 114140 114140 0 0.0
.bss 79656 79656 0 0.0
.data 940 940 0 0.0
.text 491564 491604 40 0.0
lock-app qpg6100+debug (read only) 469480 469528 48 0.0
(read/write) 114140 114140 0 0.0
.bss 78568 78568 0 0.0
.data 892 892 0 0.0
.text 464160 464208 48 0.0
persistent-storage-app qpg6100+debug (read only) 108020 108020 0 0.0
(read/write) 114140 114140 0 0.0
.bss 36688 36688 0 0.0
.data 292 292 0 0.0
.text 102700 102700 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 778686 778734 48 0.0
bss 79716 79716 0 0.0
noinit 37160 37160 0 0.0
text 541466 541516 50 0.0

@github-actions
Copy link

github-actions bot commented Dec 1, 2021

PR #12406: Size comparison from a7b18b8 to 8afb090

Increases above 0.2%:

platform target config section a7b18b8 8afb090 change % change
efr32 lighting-app BRD4161A+rpc .data 1908 1920 12 0.6
esp32 all-clusters-app c3devkit (read only) 837356 839044 1688 0.2
.dram0.bss 58528 58720 192 0.3
.flash.rodata 166248 166816 568 0.3
.flash.text 837356 839044 1688 0.2
m5stack .dram0.bss 63928 64120 192 0.3
.flash.rodata 194100 194656 556 0.3
k32w lighting-app k32w061+se05x+release (read/write) 724524 726676 2152 0.3
.text 638112 640076 1964 0.3
lock-app k32w061+debug (read/write) 613524 615680 2156 0.4
.bss 69212 69396 184 0.3
.text 536708 538676 1968 0.4
shell k32w061+debug (read/write) 679304 681480 2176 0.3
.text 590932 592904 1972 0.3
linux all-clusters-app debug (read only) 1781513 1795545 14032 0.8
(read/write) 125192 125800 608 0.5
.bss 53072 53360 288 0.5
.data.rel.ro 65728 66032 304 0.5
.rodata 139797 145813 6016 4.3
.text 1502098 1509490 7392 0.5
bridge-app debug+rpc (read only) 1352565 1365517 12952 1.0
(read/write) 71312 71888 576 0.8
.bss 35120 35408 288 0.8
.data.rel.ro 29488 29792 304 1.0
.rodata 113820 118852 5032 4.4
.text 1138533 1145829 7296 0.6
chip-tool debug (read only) 6272725 6435349 162624 2.6
(read/write) 197904 198512 608 0.3
.bss 33448 33704 256 0.8
.rodata 295624 301304 5680 1.9
.text 5574133 5730213 156080 2.8
lighting-app debug+rpc (read only) 1632633 1649353 16720 1.0
(read/write) 104400 104944 544 0.5
.bss 40784 41072 288 0.7
.data 1232 1264 32 2.6
.data.rel.ro 57072 57296 224 0.4
.rodata 132273 138545 6272 4.7
.text 1362450 1372226 9776 0.7
ota-provider-app debug (read only) 1313009 1326169 13160 1.0
(read/write) 69768 70344 576 0.8
.bss 37696 37984 288 0.8
.data.rel.ro 26024 26328 304 1.2
.rodata 115024 120264 5240 4.6
.text 1097538 1104834 7296 0.7
ota-requestor-app debug (read only) 1412993 1426225 13232 0.9
(read/write) 73664 74240 576 0.8
.bss 39808 40096 288 0.7
.data.rel.ro 27736 28040 304 1.1
.rodata 126848 132176 5328 4.2
.text 1182258 1189538 7280 0.6
shell debug (read only) 808969 814361 5392 0.7
.data.rel.ro 38528 38656 128 0.3
.rodata 79794 83538 3744 4.7
tv-app debug (read only) 1927281 1942513 15232 0.8
.data.rel.ro 61696 61984 288 0.5
.rodata 161448 168072 6624 4.1
.text 1617298 1625282 7984 0.5
mbed lock-app CY8CPROTO_062_4343W+release .data 5464 5480 16 0.3
pigweed-app CY8CPROTO_062_4343W+release .text 103128 103392 264 0.3
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 876807 878807 2000 0.2
rodata 97368 97928 560 0.6
text 590764 592004 1240 0.2
nrf52840dk_nrf52840+rpc (read/write) 839255 841255 2000 0.2
rodata 88632 89288 656 0.7
text 564932 566104 1172 0.2
nrf5340dk_nrf5340_cpuapp (read/write) 801842 803794 1952 0.2
rodata 92628 93188 560 0.6
text 520220 521460 1240 0.2
lock-app nrf52840dk_nrf52840 (read/write) 847635 849635 2000 0.2
rodata 93108 93668 560 0.6
text 569012 570252 1240 0.2
nrf5340dk_nrf5340_cpuapp (read/write) 772906 774890 1984 0.3
rodata 88396 88956 560 0.6
text 498560 499800 1240 0.2
pump-app nrf52840dk_nrf52840 (read/write) 853679 855647 1968 0.2
rodata 94840 95400 560 0.6
text 573080 574320 1240 0.2
pump-controller-app nrf52840dk_nrf52840 (read/write) 846743 848711 1968 0.2
rodata 92976 93536 560 0.6
text 568140 569380 1240 0.2
p6 all-clusters-app default .data 2456 2464 8 0.3
lock-app default .data 2280 2288 8 0.4
qpg lighting-app qpg6100+debug (read only) 496884 498556 1672 0.3
.data 940 944 4 0.4
.text 491564 493236 1672 0.3
lock-app qpg6100+debug (read only) 469480 471160 1680 0.4
.data 892 896 4 0.4
.text 464160 465840 1680 0.4
telink lighting-app tlsr9518adk80d (read/write) 778686 780834 2148 0.3
text 541466 542858 1392 0.3
Increases (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section a7b18b8 8afb090 change % change
efr32 lighting-app BRD4161A .data 1808 1812 4 0.2
BRD4161A+rpc .data 1908 1920 12 0.6
lock-app BRD4161A .data 1764 1768 4 0.2
window-app BRD4161A .data 1772 1776 4 0.2
esp32 all-clusters-app c3devkit (read only) 837356 839044 1688 0.2
(read/write) 1224050 1224810 760 0.1
.dram0.bss 58528 58720 192 0.3
.flash.rodata 166248 166816 568 0.3
.flash.text 837356 839044 1688 0.2
m5stack (read only) 908839 910507 1668 0.2
(read/write) 423308 424056 748 0.2
.dram0.bss 63928 64120 192 0.3
.flash.rodata 194100 194656 556 0.3
.flash.text 903455 905123 1668 0.2
k32w lighting-app k32w061+se05x+release (read/write) 724524 726676 2152 0.3
.bss 78772 78956 184 0.2
.data 1840 1844 4 0.2
.text 638112 640076 1964 0.3
lock-app k32w061+debug (read/write) 613524 615680 2156 0.4
.bss 69212 69396 184 0.3
.data 1804 1808 4 0.2
.text 536708 538676 1968 0.4
shell k32w061+debug (read/write) 679304 681480 2176 0.3
.bss 80796 80996 200 0.2
.data 1776 1780 4 0.2
.text 590932 592904 1972 0.3
linux all-clusters-app debug (read only) 1781513 1795545 14032 0.8
(read/write) 125192 125800 608 0.5
.bss 53072 53360 288 0.5
.data.rel.ro 65728 66032 304 0.5
.rodata 139797 145813 6016 4.3
.text 1502098 1509490 7392 0.5
bridge-app debug+rpc (read only) 1352565 1365517 12952 1.0
(read/write) 71312 71888 576 0.8
.bss 35120 35408 288 0.8
.data.rel.ro 29488 29792 304 1.0
.rodata 113820 118852 5032 4.4
.text 1138533 1145829 7296 0.6
chip-tool debug (read only) 6272725 6435349 162624 2.6
(read/write) 197904 198512 608 0.3
.bss 33448 33704 256 0.8
.data.rel.ro 157880 158216 336 0.2
.rodata 295624 301304 5680 1.9
.text 5574133 5730213 156080 2.8
lighting-app debug+rpc (read only) 1632633 1649353 16720 1.0
(read/write) 104400 104944 544 0.5
.bss 40784 41072 288 0.7
.data 1232 1264 32 2.6
.data.rel.ro 57072 57296 224 0.4
.rodata 132273 138545 6272 4.7
.text 1362450 1372226 9776 0.7
ota-provider-app debug (read only) 1313009 1326169 13160 1.0
(read/write) 69768 70344 576 0.8
.bss 37696 37984 288 0.8
.data.rel.ro 26024 26328 304 1.2
.rodata 115024 120264 5240 4.6
.text 1097538 1104834 7296 0.7
ota-requestor-app debug (read only) 1412993 1426225 13232 0.9
(read/write) 73664 74240 576 0.8
.bss 39808 40096 288 0.7
.data.rel.ro 27736 28040 304 1.1
.rodata 126848 132176 5328 4.2
.text 1182258 1189538 7280 0.6
shell debug (read only) 808969 814361 5392 0.7
(read/write) 60104 60232 128 0.2
.data.rel.ro 38528 38656 128 0.3
.rodata 79794 83538 3744 4.7
.text 623474 624738 1264 0.2
tv-app debug (read only) 1927281 1942513 15232 0.8
(read/write) 314032 314608 576 0.2
.bss 245176 245464 288 0.1
.data.rel.ro 61696 61984 288 0.5
.rodata 161448 168072 6624 4.1
.text 1617298 1625282 7984 0.5
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2296632 2298592 1960 0.1
.bss 181612 181788 176 0.1
.text 1259232 1261192 1960 0.2
lighting-app CY8CPROTO_062_4343W+release (read/write) 2281312 2283280 1968 0.1
.bss 172636 172816 180 0.1
.text 1243912 1245880 1968 0.2
lock-app CY8CPROTO_062_4343W+release (read/write) 2254344 2256376 2032 0.1
.bss 171452 171632 180 0.1
.data 5464 5480 16 0.3
.text 1216944 1218976 2032 0.2
pigweed-app CY8CPROTO_062_4343W+release (read/write) 1139744 1140008 264 0.0
.bss 11752 11756 4 0.0
.data 4368 4376 8 0.2
.text 103128 103392 264 0.3
shell CY8CPROTO_062_4343W+release (read/write) 2045928 2046056 128 0.0
.text 1008528 1008656 128 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 876807 878807 2000 0.2
bss 113136 113316 180 0.2
rodata 97368 97928 560 0.6
text 590764 592004 1240 0.2
nrf52840dk_nrf52840+rpc (read/write) 839255 841255 2000 0.2
bss 109488 109664 176 0.2
rodata 88632 89288 656 0.7
text 564932 566104 1172 0.2
nrf5340dk_nrf5340_cpuapp (read/write) 801842 803794 1952 0.2
bss 114512 114688 176 0.2
rodata 92628 93188 560 0.6
text 520220 521460 1240 0.2
lock-app nrf52840dk_nrf52840 (read/write) 847635 849635 2000 0.2
bss 110176 110352 176 0.2
rodata 93108 93668 560 0.6
text 569012 570252 1240 0.2
nrf5340dk_nrf5340_cpuapp (read/write) 772906 774890 1984 0.3
bss 111584 111764 180 0.2
rodata 88396 88956 560 0.6
text 498560 499800 1240 0.2
pigweed-app nrf52840dk_nrf52840 (read/write) 497327 497463 136 0.0
rodata 45780 45852 72 0.2
text 339436 339492 56 0.0
pump-app nrf52840dk_nrf52840 (read/write) 853679 855647 1968 0.2
bss 110312 110488 176 0.2
rodata 94840 95400 560 0.6
text 573080 574320 1240 0.2
pump-controller-app nrf52840dk_nrf52840 (read/write) 846743 848711 1968 0.2
bss 110188 110368 180 0.2
rodata 92976 93536 560 0.6
text 568140 569380 1240 0.2
shell nrf52840dk_nrf52840 (read/write) 779227 779359 132 0.0
rodata 73216 73284 68 0.1
text 521888 521952 64 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 694274 694406 132 0.0
rodata 67860 67928 68 0.1
text 442496 442560 64 0.0
p6 all-clusters-app default (read/write) 2318024 2320328 2304 0.1
.bss 109688 109872 184 0.2
.data 2456 2464 8 0.3
.text 1276288 1278592 2304 0.2
lock-app default (read/write) 2229112 2231400 2288 0.1
.bss 96408 96592 184 0.2
.data 2280 2288 8 0.4
.text 1187376 1189664 2288 0.2
qpg lighting-app qpg6100+debug (read only) 496884 498556 1672 0.3
(read/write) 114140 114144 4 0.0
.bss 79656 79848 192 0.2
.data 940 944 4 0.4
.text 491564 493236 1672 0.3
lock-app qpg6100+debug (read only) 469480 471160 1680 0.4
(read/write) 114140 114144 4 0.0
.bss 78568 78760 192 0.2
.data 892 896 4 0.4
.text 464160 465840 1680 0.4
persistent-storage-app qpg6100+debug (read only) 108020 108208 188 0.2
.bss 36688 36696 8 0.0
.text 102700 102888 188 0.2
telink lighting-app tlsr9518adk80d (read/write) 778686 780834 2148 0.3
bss 79716 79896 180 0.2
text 541466 542858 1392 0.3
Decreases (11 builds for efr32, mbed, nrfconnect, p6)
platform target config section a7b18b8 8afb090 change % change
efr32 lighting-app BRD4161A (read only) 763296 729160 -34136 -4.5
(read/write) 119972 119580 -392 -0.3
.bss 118164 117764 -400 -0.3
.text 763288 729152 -34136 -4.5
BRD4161A+rpc (read only) 791784 757800 -33984 -4.3
(read/write) 138276 137884 -392 -0.3
.bss 136364 135964 -400 -0.3
.text 791776 757792 -33984 -4.3
lock-app BRD4161A (read only) 737176 703004 -34172 -4.6
(read/write) 117684 117284 -400 -0.3
.bss 115916 115516 -400 -0.3
.text 737168 702996 -34172 -4.6
window-app BRD4161A (read only) 740264 706132 -34132 -4.6
(read/write) 118116 117708 -408 -0.3
.bss 116340 115932 -408 -0.4
.text 740256 706124 -34132 -4.6
mbed all-clusters-app CY8CPROTO_062_4343W+release .heap 849664 849488 -176 -0.0
lighting-app CY8CPROTO_062_4343W+release .heap 858328 858152 -176 -0.0
lock-app CY8CPROTO_062_4343W+release .heap 859528 859336 -192 -0.0
pigweed-app CY8CPROTO_062_4343W+release .heap 1020328 1020312 -16 -0.0
nrfconnect pigweed-app nrf52840dk_nrf52840 bss 51824 51820 -4 -0.0
p6 all-clusters-app default .heap 921200 921008 -192 -0.0
lock-app default .heap 934656 934464 -192 -0.0
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section a7b18b8 8afb090 change % change
efr32 lighting-app BRD4161A (read only) 763296 729160 -34136 -4.5
(read/write) 119972 119580 -392 -0.3
.bss 118164 117764 -400 -0.3
.data 1808 1812 4 0.2
.text 763288 729152 -34136 -4.5
BRD4161A+rpc (read only) 791784 757800 -33984 -4.3
(read/write) 138276 137884 -392 -0.3
.bss 136364 135964 -400 -0.3
.data 1908 1920 12 0.6
.text 791776 757792 -33984 -4.3
lock-app BRD4161A (read only) 737176 703004 -34172 -4.6
(read/write) 117684 117284 -400 -0.3
.bss 115916 115516 -400 -0.3
.data 1764 1768 4 0.2
.text 737168 702996 -34172 -4.6
window-app BRD4161A (read only) 740264 706132 -34132 -4.6
(read/write) 118116 117708 -408 -0.3
.bss 116340 115932 -408 -0.4
.data 1772 1776 4 0.2
.text 740256 706124 -34132 -4.6
esp32 all-clusters-app c3devkit (read only) 837356 839044 1688 0.2
(read/write) 1224050 1224810 760 0.1
.dram0.bss 58528 58720 192 0.3
.dram0.data 14028 14028 0 0.0
.flash.rodata 166248 166816 568 0.3
.flash.text 837356 839044 1688 0.2
.iram0.text 61394 61394 0 0.0
m5stack (read only) 908839 910507 1668 0.2
(read/write) 423308 424056 748 0.2
.dram0.bss 63928 64120 192 0.3
.dram0.data 34000 34000 0 0.0
.flash.rodata 194100 194656 556 0.3
.flash.text 903455 905123 1668 0.2
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 724524 726676 2152 0.3
.bss 78772 78956 184 0.2
.data 1840 1844 4 0.2
.text 638112 640076 1964 0.3
lock-app k32w061+debug (read/write) 613524 615680 2156 0.4
.bss 69212 69396 184 0.3
.data 1804 1808 4 0.2
.text 536708 538676 1968 0.4
shell k32w061+debug (read/write) 679304 681480 2176 0.3
.bss 80796 80996 200 0.2
.data 1776 1780 4 0.2
.text 590932 592904 1972 0.3
linux all-clusters-app debug (read only) 1781513 1795545 14032 0.8
(read/write) 125192 125800 608 0.5
.bss 53072 53360 288 0.5
.data 1104 1104 0 0.0
.data.rel.ro 65728 66032 304 0.5
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 560 560 0 0.0
.rodata 139797 145813 6016 4.3
.text 1502098 1509490 7392 0.5
bridge-app debug+rpc (read only) 1352565 1365517 12952 1.0
(read/write) 71312 71888 576 0.8
.bss 35120 35408 288 0.8
.data 1680 1680 0 0.0
.data.rel.ro 29488 29792 304 1.0
.dynamic 592 592 0 0.0
.got 3984 3984 0 0.0
.init 27 27 0 0.0
.init_array 408 408 0 0.0
.rodata 113820 118852 5032 4.4
.text 1138533 1145829 7296 0.6
chip-tool debug (read only) 6272725 6435349 162624 2.6
(read/write) 197904 198512 608 0.3
.bss 33448 33704 256 0.8
.data 1008 1008 0 0.0
.data.rel.ro 157880 158216 336 0.2
.dynamic 592 592 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 480 480 0 0.0
.rodata 295624 301304 5680 1.9
.text 5574133 5730213 156080 2.8
lighting-app debug+rpc (read only) 1632633 1649353 16720 1.0
(read/write) 104400 104944 544 0.5
.bss 40784 41072 288 0.7
.data 1232 1264 32 2.6
.data.rel.ro 57072 57296 224 0.4
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 536 536 0 0.0
.rodata 132273 138545 6272 4.7
.text 1362450 1372226 9776 0.7
ota-provider-app debug (read only) 1313009 1326169 13160 1.0
(read/write) 69768 70344 576 0.8
.bss 37696 37984 288 0.8
.data 912 912 0 0.0
.data.rel.ro 26024 26328 304 1.2
.dynamic 592 592 0 0.0
.got 4048 4048 0 0.0
.init 27 27 0 0.0
.init_array 448 448 0 0.0
.rodata 115024 120264 5240 4.6
.text 1097538 1104834 7296 0.7
ota-requestor-app debug (read only) 1412993 1426225 13232 0.9
(read/write) 73664 74240 576 0.8
.bss 39808 40096 288 0.7
.data 976 976 0 0.0
.data.rel.ro 27736 28040 304 1.1
.dynamic 592 592 0 0.0
.got 4032 4032 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 126848 132176 5328 4.2
.text 1182258 1189538 7280 0.6
shell debug (read only) 808969 814361 5392 0.7
(read/write) 60104 60232 128 0.2
.bss 16872 16872 0 0.0
.data 240 240 0 0.0
.data.rel.ro 38528 38656 128 0.3
.dynamic 592 592 0 0.0
.got 3504 3504 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 79794 83538 3744 4.7
.text 623474 624738 1264 0.2
tv-app debug (read only) 1927281 1942513 15232 0.8
(read/write) 314032 314608 576 0.2
.bss 245176 245464 288 0.1
.data 1504 1504 0 0.0
.data.rel.ro 61696 61984 288 0.5
.dynamic 592 592 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 161448 168072 6624 4.1
.text 1617298 1625282 7984 0.5
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2296632 2298592 1960 0.1
.bss 181612 181788 176 0.1
.data 5168 5168 0 0.0
.heap 849664 849488 -176 -0.0
.text 1259232 1261192 1960 0.2
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2281312 2283280 1968 0.1
.bss 172636 172816 180 0.1
.data 5480 5480 0 0.0
.heap 858328 858152 -176 -0.0
.text 1243912 1245880 1968 0.2
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2254344 2256376 2032 0.1
.bss 171452 171632 180 0.1
.data 5464 5480 16 0.3
.heap 859528 859336 -192 -0.0
.text 1216944 1218976 2032 0.2
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139744 1140008 264 0.0
.bss 11752 11756 4 0.0
.data 4368 4376 8 0.2
.heap 1020328 1020312 -16 -0.0
.text 103128 103392 264 0.3
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2045928 2046056 128 0.0
.bss 156624 156624 0 0.0
.data 4864 4864 0 0.0
.heap 874960 874960 0 0.0
.text 1008528 1008656 128 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 876807 878807 2000 0.2
bss 113136 113316 180 0.2
rodata 97368 97928 560 0.6
text 590764 592004 1240 0.2
nrf52840dk_nrf52840+rpc (read/write) 839255 841255 2000 0.2
bss 109488 109664 176 0.2
rodata 88632 89288 656 0.7
text 564932 566104 1172 0.2
nrf5340dk_nrf5340_cpuapp (read/write) 801842 803794 1952 0.2
bss 114512 114688 176 0.2
rodata 92628 93188 560 0.6
text 520220 521460 1240 0.2
lock-app nrf52840dk_nrf52840 (read/write) 847635 849635 2000 0.2
bss 110176 110352 176 0.2
rodata 93108 93668 560 0.6
text 569012 570252 1240 0.2
nrf5340dk_nrf5340_cpuapp (read/write) 772906 774890 1984 0.3
bss 111584 111764 180 0.2
rodata 88396 88956 560 0.6
text 498560 499800 1240 0.2
pigweed-app nrf52840dk_nrf52840 (read/write) 497327 497463 136 0.0
bss 51824 51820 -4 -0.0
rodata 45780 45852 72 0.2
text 339436 339492 56 0.0
pump-app nrf52840dk_nrf52840 (read/write) 853679 855647 1968 0.2
bss 110312 110488 176 0.2
rodata 94840 95400 560 0.6
text 573080 574320 1240 0.2
pump-controller-app nrf52840dk_nrf52840 (read/write) 846743 848711 1968 0.2
bss 110188 110368 180 0.2
rodata 92976 93536 560 0.6
text 568140 569380 1240 0.2
shell nrf52840dk_nrf52840 (read/write) 779227 779359 132 0.0
bss 109616 109616 0 0.0
rodata 73216 73284 68 0.1
text 521888 521952 64 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 694274 694406 132 0.0
bss 110600 110600 0 0.0
rodata 67860 67928 68 0.1
text 442496 442560 64 0.0
p6 all-clusters-app default (read/write) 2318024 2320328 2304 0.1
.bss 109688 109872 184 0.2
.data 2456 2464 8 0.3
.heap 921200 921008 -192 -0.0
.text 1276288 1278592 2304 0.2
lock-app default (read/write) 2229112 2231400 2288 0.1
.bss 96408 96592 184 0.2
.data 2280 2288 8 0.4
.heap 934656 934464 -192 -0.0
.text 1187376 1189664 2288 0.2
qpg lighting-app qpg6100+debug (read only) 496884 498556 1672 0.3
(read/write) 114140 114144 4 0.0
.bss 79656 79848 192 0.2
.data 940 944 4 0.4
.text 491564 493236 1672 0.3
lock-app qpg6100+debug (read only) 469480 471160 1680 0.4
(read/write) 114140 114144 4 0.0
.bss 78568 78760 192 0.2
.data 892 896 4 0.4
.text 464160 465840 1680 0.4
persistent-storage-app qpg6100+debug (read only) 108020 108208 188 0.2
(read/write) 114140 114140 0 0.0
.bss 36688 36696 8 0.0
.data 292 292 0 0.0
.text 102700 102888 188 0.2
telink lighting-app tlsr9518adk80d (read/write) 778686 780834 2148 0.3
bss 79716 79896 180 0.2
noinit 37160 37160 0 0.0
text 541466 542858 1392 0.3

src/app/CommandHandler.cpp Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR #12406: Size comparison from 21757de to 5d792f2

Increases (28 builds for esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 21757de 5d792f2 change % change
esp32 all-clusters-app c3devkit (read only) 847594 847644 50 0.0
.flash.text 847594 847644 50 0.0
m5stack (read only) 918067 918127 60 0.0
.flash.text 912683 912743 60 0.0
k32w lighting-app k32w061+se05x+release (read/write) 728696 728744 48 0.0
.text 641724 641772 48 0.0
lock-app k32w061+debug (read/write) 618736 618800 64 0.0
.text 541132 541196 64 0.0
shell k32w061+debug (read/write) 684644 684692 48 0.0
.text 595420 595468 48 0.0
linux all-clusters-app debug (read only) 1848137 1848505 368 0.0
.rodata 149589 149717 128 0.1
.text 1555490 1555730 240 0.0
bridge-app debug+rpc (read only) 1431021 1431389 368 0.0
.rodata 121044 121172 128 0.1
.text 1205077 1205317 240 0.0
chip-tool debug (read only) 6593069 6593421 352 0.0
.rodata 307512 307640 128 0.0
.text 5881573 5881797 224 0.0
lighting-app debug+rpc (read only) 1716161 1716513 352 0.0
.rodata 141681 141809 128 0.1
.text 1431810 1432034 224 0.0
ota-provider-app debug (read only) 1391625 1392025 400 0.0
.rodata 121800 121960 160 0.1
.text 1165138 1165378 240 0.0
ota-requestor-app debug (read only) 1498297 1498697 400 0.0
.rodata 134288 134448 160 0.1
.text 1255314 1255554 240 0.0
tv-app debug (read only) 2029745 2030113 368 0.0
.rodata 174216 174344 128 0.1
.text 1700786 1701026 240 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2306704 2306768 64 0.0
.text 1269280 1269344 64 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2296296 2296360 64 0.0
.text 1258896 1258960 64 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2270224 2270288 64 0.0
.text 1232824 1232888 64 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 891715 891763 48 0.0
text 602824 602872 48 0.0
nrf52840dk_nrf52840+rpc (read/write) 855091 855139 48 0.0
text 577820 577868 48 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 817626 817674 48 0.0
text 533164 533212 48 0.0
lock-app nrf52840dk_nrf52840 (read/write) 863655 863703 48 0.0
text 581544 581592 48 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 789794 789842 48 0.0
text 511972 512020 48 0.0
pump-app nrf52840dk_nrf52840 (read/write) 868523 868571 48 0.0
text 585084 585132 48 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 861763 861811 48 0.0
text 580316 580364 48 0.0
p6 all-clusters-app default (read/write) 2339080 2339176 96 0.0
.text 1297344 1297440 96 0.0
light-app default (read/write) 2279744 2279808 64 0.0
.text 1238008 1238072 64 0.0
lock-app default (read/write) 2256048 2256112 64 0.0
.text 1214312 1214376 64 0.0
qpg lighting-app qpg6100+debug (read only) 510480 510536 56 0.0
.text 505160 505216 56 0.0
lock-app qpg6100+debug (read only) 484124 484180 56 0.0
.text 478804 478860 56 0.0
telink lighting-app tlsr9518adk80d (read/write) 794794 794842 48 0.0
text 554586 554636 50 0.0
Full report (35 builds for esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 21757de 5d792f2 change % change
esp32 all-clusters-app c3devkit (read only) 847594 847644 50 0.0
(read/write) 1222714 1222714 0 0.0
.dram0.bss 55352 55352 0 0.0
.dram0.data 14052 14052 0 0.0
.flash.rodata 167848 167848 0 0.0
.flash.text 847594 847644 50 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 918067 918127 60 0.0
(read/write) 421672 421672 0 0.0
.dram0.bss 60728 60728 0 0.0
.dram0.data 34016 34016 0 0.0
.flash.rodata 195648 195648 0 0.0
.flash.text 912683 912743 60 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 728696 728744 48 0.0
.bss 79312 79312 0 0.0
.data 1860 1860 0 0.0
.text 641724 641772 48 0.0
lock-app k32w061+debug (read/write) 618736 618800 64 0.0
.bss 69976 69976 0 0.0
.data 1828 1828 0 0.0
.text 541132 541196 64 0.0
shell k32w061+debug (read/write) 684644 684692 48 0.0
.bss 81624 81624 0 0.0
.data 1800 1800 0 0.0
.text 595420 595468 48 0.0
linux all-clusters-app debug (read only) 1848137 1848505 368 0.0
(read/write) 123216 123216 0 0.0
.bss 49680 49680 0 0.0
.data 1120 1120 0 0.0
.data.rel.ro 66976 66976 0 0.0
.dynamic 592 592 0 0.0
.got 4120 4120 0 0.0
.init 27 27 0 0.0
.init_array 696 696 0 0.0
.rodata 149589 149717 128 0.1
.text 1555490 1555730 240 0.0
bridge-app debug+rpc (read only) 1431021 1431389 368 0.0
(read/write) 74648 74648 0 0.0
.bss 36272 36272 0 0.0
.data 1728 1728 0 0.0
.data.rel.ro 31560 31560 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 480 480 0 0.0
.rodata 121044 121172 128 0.1
.text 1205077 1205317 240 0.0
chip-tool debug (read only) 6593069 6593421 352 0.0
(read/write) 199400 199400 0 0.0
.bss 34536 34536 0 0.0
.data 1024 1024 0 0.0
.data.rel.ro 158168 158168 0 0.0
.dynamic 592 592 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 568 568 0 0.0
.rodata 307512 307640 128 0.0
.text 5881573 5881797 224 0.0
lighting-app debug+rpc (read only) 1716161 1716513 352 0.0
(read/write) 107680 107680 0 0.0
.bss 41968 41968 0 0.0
.data 1280 1280 0 0.0
.data.rel.ro 59056 59056 0 0.0
.dynamic 608 608 0 0.0
.got 4144 4144 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 141681 141809 128 0.1
.text 1431810 1432034 224 0.0
ota-provider-app debug (read only) 1391625 1392025 400 0.0
(read/write) 72848 72848 0 0.0
.bss 38848 38848 0 0.0
.data 928 928 0 0.0
.data.rel.ro 27880 27880 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 520 520 0 0.0
.rodata 121800 121960 160 0.1
.text 1165138 1165378 240 0.0
ota-requestor-app debug (read only) 1498297 1498697 400 0.0
(read/write) 76816 76816 0 0.0
.bss 40992 40992 0 0.0
.data 992 992 0 0.0
.data.rel.ro 29592 29592 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 134288 134448 160 0.1
.text 1255314 1255554 240 0.0
shell debug (read only) 822041 822041 0 0.0
(read/write) 60616 60616 0 0.0
.bss 16936 16936 0 0.0
.data 256 256 0 0.0
.data.rel.ro 38936 38936 0 0.0
.dynamic 592 592 0 0.0
.got 3520 3520 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 83634 83634 0 0.0
.text 631570 631570 0 0.0
tv-app debug (read only) 2029745 2030113 368 0.0
(read/write) 320032 320032 0 0.0
.bss 247288 247288 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 64168 64168 0 0.0
.dynamic 592 592 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 174216 174344 128 0.1
.text 1700786 1701026 240 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2306704 2306768 64 0.0
.bss 178404 178404 0 0.0
.data 5184 5184 0 0.0
.heap 852856 852856 0 0.0
.text 1269280 1269344 64 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2296296 2296360 64 0.0
.bss 173304 173304 0 0.0
.data 5496 5496 0 0.0
.heap 857648 857648 0 0.0
.text 1258896 1258960 64 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2270224 2270288 64 0.0
.bss 172344 172344 0 0.0
.data 5496 5496 0 0.0
.heap 858608 858608 0 0.0
.text 1232824 1232888 64 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4376 4376 0 0.0
.heap 1020312 1020312 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2047408 2047408 0 0.0
.bss 156732 156732 0 0.0
.data 4872 4872 0 0.0
.heap 874840 874840 0 0.0
.text 1010008 1010008 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 891715 891763 48 0.0
bss 113756 113756 0 0.0
rodata 99588 99588 0 0.0
text 602824 602872 48 0.0
nrf52840dk_nrf52840+rpc (read/write) 855091 855139 48 0.0
bss 110104 110104 0 0.0
rodata 90948 90948 0 0.0
text 577820 577868 48 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 817626 817674 48 0.0
bss 115128 115128 0 0.0
rodata 94844 94844 0 0.0
text 533164 533212 48 0.0
lock-app nrf52840dk_nrf52840 (read/write) 863655 863703 48 0.0
bss 111016 111016 0 0.0
rodata 95704 95704 0 0.0
text 581544 581592 48 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 789794 789842 48 0.0
bss 112428 112428 0 0.0
rodata 90996 90996 0 0.0
text 511972 512020 48 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497463 497463 0 0.0
bss 51820 51820 0 0.0
rodata 45852 45852 0 0.0
text 339492 339492 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 868523 868571 48 0.0
bss 110928 110928 0 0.0
rodata 97060 97060 0 0.0
text 585084 585132 48 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 861763 861811 48 0.0
bss 110808 110808 0 0.0
rodata 95196 95196 0 0.0
text 580316 580364 48 0.0
shell nrf52840dk_nrf52840 (read/write) 779907 779907 0 0.0
bss 109696 109696 0 0.0
rodata 73792 73792 0 0.0
text 521920 521920 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 694934 694934 0 0.0
bss 110680 110680 0 0.0
rodata 68432 68432 0 0.0
text 442524 442524 0 0.0
p6 all-clusters-app default (read/write) 2339080 2339176 96 0.0
.bss 106596 106596 0 0.0
.data 2464 2464 0 0.0
.heap 924280 924280 0 0.0
.text 1297344 1297440 96 0.0
light-app default (read/write) 2279744 2279808 64 0.0
.bss 98536 98536 0 0.0
.data 2336 2336 0 0.0
.heap 932472 932472 0 0.0
.text 1238008 1238072 64 0.0
lock-app default (read/write) 2256048 2256112 64 0.0
.bss 97416 97416 0 0.0
.data 2296 2296 0 0.0
.heap 933632 933632 0 0.0
.text 1214312 1214376 64 0.0
qpg lighting-app qpg6100+debug (read only) 510480 510536 56 0.0
(read/write) 122332 122332 0 0.0
.bss 80272 80272 0 0.0
.data 964 964 0 0.0
.text 505160 505216 56 0.0
lock-app qpg6100+debug (read only) 484124 484180 56 0.0
(read/write) 122336 122336 0 0.0
.bss 79408 79408 0 0.0
.data 920 920 0 0.0
.text 478804 478860 56 0.0
persistent-storage-app qpg6100+debug (read only) 108208 108208 0 0.0
(read/write) 122332 122332 0 0.0
.bss 36696 36696 0 0.0
.data 292 292 0 0.0
.text 102888 102888 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 794794 794842 48 0.0
bss 80332 80332 0 0.0
noinit 37160 37160 0 0.0
text 554586 554636 50 0.0

@github-actions
Copy link

github-actions bot commented Dec 6, 2021

PR #12406: Size comparison from bfdbd45 to 16533f1

Increases (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section bfdbd45 16533f1 change % change
efr32 lighting-app BRD4161A (read only) 758896 758976 80 0.0
.text 758888 758968 80 0.0
BRD4161A+rpc (read only) 787544 787624 80 0.0
.text 787536 787616 80 0.0
lock-app BRD4161A (read only) 733952 734032 80 0.0
.text 733944 734024 80 0.0
window-app BRD4161A (read only) 736224 736304 80 0.0
.text 736216 736296 80 0.0
esp32 all-clusters-app c3devkit (read only) 852538 852588 50 0.0
.flash.text 852538 852588 50 0.0
m5stack (read only) 922399 922459 60 0.0
.flash.text 917015 917075 60 0.0
k32w lighting-app k32w061+se05x+release (read/write) 731908 731972 64 0.0
.text 644936 645000 64 0.0
lock-app k32w061+debug (read/write) 622076 622124 48 0.0
.text 544472 544520 48 0.0
shell k32w061+debug (read/write) 687968 688016 48 0.0
.text 598744 598792 48 0.0
linux all-clusters-app debug (read only) 1872825 1873193 368 0.0
.rodata 152117 152245 128 0.1
.text 1577602 1577842 240 0.0
bridge-app debug+rpc (read only) 1444277 1444645 368 0.0
.rodata 121500 121628 128 0.1
.text 1217877 1218117 240 0.0
chip-tool debug (read only) 6628165 6628533 368 0.0
.rodata 310776 310904 128 0.0
.text 5912661 5912901 240 0.0
lighting-app debug+rpc (read only) 1729441 1729841 400 0.0
.rodata 142161 142321 160 0.1
.text 1444610 1444850 240 0.0
ota-provider-app debug (read only) 1400953 1401305 352 0.0
.rodata 122856 122984 128 0.1
.text 1173410 1173634 224 0.0
ota-requestor-app debug (read only) 1510209 1510561 352 0.0
.rodata 135600 135728 128 0.1
.text 1265970 1266194 224 0.0
tv-app debug (read only) 2046473 2046825 352 0.0
.rodata 174352 174480 128 0.1
.text 1717378 1717602 224 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2313152 2313216 64 0.0
.text 1275728 1275792 64 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2273088 2273152 64 0.0
.text 1235688 1235752 64 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 894879 894927 48 0.0
text 605896 605944 48 0.0
nrf52840dk_nrf52840+rpc (read/write) 858255 858303 48 0.0
text 580892 580940 48 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 820790 820838 48 0.0
text 536232 536280 48 0.0
lock-app nrf52840dk_nrf52840 (read/write) 866899 866947 48 0.0
text 584708 584756 48 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 793050 793098 48 0.0
text 515132 515180 48 0.0
pump-app nrf52840dk_nrf52840 (read/write) 871683 871731 48 0.0
text 588156 588204 48 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 864927 864975 48 0.0
text 583388 583436 48 0.0
p6 all-clusters-app default (read/write) 2349448 2349528 80 0.0
.text 1307712 1307792 80 0.0
light-app default (read/write) 2284072 2284152 80 0.0
.text 1242336 1242416 80 0.0
lock-app default (read/write) 2260624 2260704 80 0.0
.text 1218888 1218968 80 0.0
qpg lighting-app qpg6100+debug (read only) 513724 513772 48 0.0
.text 508404 508452 48 0.0
lock-app qpg6100+debug (read only) 487464 487512 48 0.0
.text 482144 482192 48 0.0
telink lighting-app tlsr9518adk80d (read/write) 798382 798438 56 0.0
text 558088 558138 50 0.0
Full report (39 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section bfdbd45 16533f1 change % change
efr32 lighting-app BRD4161A (read only) 758896 758976 80 0.0
(read/write) 120032 120032 0 0.0
.bss 118200 118200 0 0.0
.data 1828 1828 0 0.0
.text 758888 758968 80 0.0
BRD4161A+rpc (read only) 787544 787624 80 0.0
(read/write) 138336 138336 0 0.0
.bss 136400 136400 0 0.0
.data 1936 1936 0 0.0
.text 787536 787616 80 0.0
lock-app BRD4161A (read only) 733952 734032 80 0.0
(read/write) 117968 117968 0 0.0
.bss 116176 116176 0 0.0
.data 1788 1788 0 0.0
.text 733944 734024 80 0.0
window-app BRD4161A (read only) 736224 736304 80 0.0
(read/write) 118168 118168 0 0.0
.bss 116376 116376 0 0.0
.data 1792 1792 0 0.0
.text 736216 736296 80 0.0
esp32 all-clusters-app c3devkit (read only) 852538 852588 50 0.0
(read/write) 1290914 1290914 0 0.0
.dram0.bss 56352 56352 0 0.0
.dram0.data 14052 14052 0 0.0
.flash.rodata 169520 169520 0 0.0
.flash.text 852538 852588 50 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 922399 922459 60 0.0
(read/write) 424356 424356 0 0.0
.dram0.bss 61736 61736 0 0.0
.dram0.data 34016 34016 0 0.0
.flash.rodata 197324 197324 0 0.0
.flash.text 917015 917075 60 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 731908 731972 64 0.0
.bss 79312 79312 0 0.0
.data 1860 1860 0 0.0
.text 644936 645000 64 0.0
lock-app k32w061+debug (read/write) 622076 622124 48 0.0
.bss 69976 69976 0 0.0
.data 1828 1828 0 0.0
.text 544472 544520 48 0.0
shell k32w061+debug (read/write) 687968 688016 48 0.0
.bss 81624 81624 0 0.0
.data 1800 1800 0 0.0
.text 598744 598792 48 0.0
linux all-clusters-app debug (read only) 1872825 1873193 368 0.0
(read/write) 124336 124336 0 0.0
.bss 50672 50672 0 0.0
.data 1120 1120 0 0.0
.data.rel.ro 67104 67104 0 0.0
.dynamic 592 592 0 0.0
.got 4120 4120 0 0.0
.init 27 27 0 0.0
.init_array 696 696 0 0.0
.rodata 152117 152245 128 0.1
.text 1577602 1577842 240 0.0
bridge-app debug+rpc (read only) 1444277 1444645 368 0.0
(read/write) 74648 74648 0 0.0
.bss 36272 36272 0 0.0
.data 1728 1728 0 0.0
.data.rel.ro 31560 31560 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 480 480 0 0.0
.rodata 121500 121628 128 0.1
.text 1217877 1218117 240 0.0
chip-tool debug (read only) 6628165 6628533 368 0.0
(read/write) 199752 199752 0 0.0
.bss 34536 34536 0 0.0
.data 1024 1024 0 0.0
.data.rel.ro 158520 158520 0 0.0
.dynamic 592 592 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 568 568 0 0.0
.rodata 310776 310904 128 0.0
.text 5912661 5912901 240 0.0
lighting-app debug+rpc (read only) 1729441 1729841 400 0.0
(read/write) 107680 107680 0 0.0
.bss 41968 41968 0 0.0
.data 1280 1280 0 0.0
.data.rel.ro 59056 59056 0 0.0
.dynamic 608 608 0 0.0
.got 4144 4144 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 142161 142321 160 0.1
.text 1444610 1444850 240 0.0
ota-provider-app debug (read only) 1400953 1401305 352 0.0
(read/write) 72848 72848 0 0.0
.bss 38848 38848 0 0.0
.data 928 928 0 0.0
.data.rel.ro 27880 27880 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 520 520 0 0.0
.rodata 122856 122984 128 0.1
.text 1173410 1173634 224 0.0
ota-requestor-app debug (read only) 1510209 1510561 352 0.0
(read/write) 77896 77896 0 0.0
.bss 42016 42016 0 0.0
.data 992 992 0 0.0
.data.rel.ro 29656 29656 0 0.0
.dynamic 592 592 0 0.0
.got 4064 4064 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 135600 135728 128 0.1
.text 1265970 1266194 224 0.0
shell debug (read only) 823449 823449 0 0.0
(read/write) 60616 60616 0 0.0
.bss 16936 16936 0 0.0
.data 256 256 0 0.0
.data.rel.ro 38936 38936 0 0.0
.dynamic 592 592 0 0.0
.got 3520 3520 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 84658 84658 0 0.0
.text 631954 631954 0 0.0
tv-app debug (read only) 2046473 2046825 352 0.0
(read/write) 320032 320032 0 0.0
.bss 247288 247288 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 64168 64168 0 0.0
.dynamic 592 592 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 174352 174480 128 0.1
.text 1717378 1717602 224 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2313152 2313216 64 0.0
.bss 179404 179404 0 0.0
.data 5184 5184 0 0.0
.heap 851856 851856 0 0.0
.text 1275728 1275792 64 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2299096 2299096 0 0.0
.bss 173304 173304 0 0.0
.data 5496 5496 0 0.0
.heap 857648 857648 0 0.0
.text 1261696 1261696 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2273088 2273152 64 0.0
.bss 172344 172344 0 0.0
.data 5496 5496 0 0.0
.heap 858608 858608 0 0.0
.text 1235688 1235752 64 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4376 4376 0 0.0
.heap 1020312 1020312 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2047472 2047472 0 0.0
.bss 156732 156732 0 0.0
.data 4872 4872 0 0.0
.heap 874840 874840 0 0.0
.text 1010072 1010072 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 894879 894927 48 0.0
bss 113756 113756 0 0.0
rodata 99680 99680 0 0.0
text 605896 605944 48 0.0
nrf52840dk_nrf52840+rpc (read/write) 858255 858303 48 0.0
bss 110104 110104 0 0.0
rodata 91040 91040 0 0.0
text 580892 580940 48 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 820790 820838 48 0.0
bss 115128 115128 0 0.0
rodata 94936 94936 0 0.0
text 536232 536280 48 0.0
lock-app nrf52840dk_nrf52840 (read/write) 866899 866947 48 0.0
bss 111016 111016 0 0.0
rodata 95796 95796 0 0.0
text 584708 584756 48 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 793050 793098 48 0.0
bss 112428 112428 0 0.0
rodata 91084 91084 0 0.0
text 515132 515180 48 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497463 497463 0 0.0
bss 51820 51820 0 0.0
rodata 45852 45852 0 0.0
text 339492 339492 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 871683 871731 48 0.0
bss 110928 110928 0 0.0
rodata 97148 97148 0 0.0
text 588156 588204 48 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 864927 864975 48 0.0
bss 110808 110808 0 0.0
rodata 95288 95288 0 0.0
text 583388 583436 48 0.0
shell nrf52840dk_nrf52840 (read/write) 779939 779939 0 0.0
bss 109696 109696 0 0.0
rodata 73792 73792 0 0.0
text 521948 521948 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 694966 694966 0 0.0
bss 110680 110680 0 0.0
rodata 68432 68432 0 0.0
text 442548 442548 0 0.0
p6 all-clusters-app default (read/write) 2349448 2349528 80 0.0
.bss 107596 107596 0 0.0
.data 2464 2464 0 0.0
.heap 923280 923280 0 0.0
.text 1307712 1307792 80 0.0
light-app default (read/write) 2284072 2284152 80 0.0
.bss 98536 98536 0 0.0
.data 2336 2336 0 0.0
.heap 932472 932472 0 0.0
.text 1242336 1242416 80 0.0
lock-app default (read/write) 2260624 2260704 80 0.0
.bss 97416 97416 0 0.0
.data 2296 2296 0 0.0
.heap 933632 933632 0 0.0
.text 1218888 1218968 80 0.0
qpg lighting-app qpg6100+debug (read only) 513724 513772 48 0.0
(read/write) 122332 122332 0 0.0
.bss 80272 80272 0 0.0
.data 964 964 0 0.0
.text 508404 508452 48 0.0
lock-app qpg6100+debug (read only) 487464 487512 48 0.0
(read/write) 122336 122336 0 0.0
.bss 79408 79408 0 0.0
.data 920 920 0 0.0
.text 482144 482192 48 0.0
persistent-storage-app qpg6100+debug (read only) 108224 108224 0 0.0
(read/write) 122332 122332 0 0.0
.bss 36696 36696 0 0.0
.data 292 292 0 0.0
.text 102904 102904 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 798382 798438 56 0.0
bss 80332 80332 0 0.0
noinit 37160 37160 0 0.0
text 558088 558138 50 0.0

@jmartinez-silabs jmartinez-silabs merged commit 01d1574 into project-chip:master Dec 6, 2021
@mkardous-silabs mkardous-silabs deleted the feature/test_command branch December 6, 2021 16:32
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