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] Fix Group Write Attribute sending and receiving path #12052

Merged
merged 2 commits into from
Nov 22, 2021

Conversation

jepenven-silabs
Copy link
Contributor

Problem

Fix #11980
Fix #11604

Change overview

Enable the complete test case (Group Attribute Write + Unicast Read)

Testing

With the enabled yaml test case

@todo
Copy link

todo bot commented Nov 19, 2021

retrieve Endpoint ID with GroupDataProvider using GroupId and FabricId

// TODO retrieve Endpoint ID with GroupDataProvider using GroupId and FabricId
// Issue 11075
// Using endpoint 0 for test purposes
clusterInfo.mEndpointId = 0;
SuccessOrExit(err);
}
else
{
err = attributePath.GetEndpoint(&(clusterInfo.mEndpointId));
SuccessOrExit(err);


This comment was generated by todo based on a TODO comment in 062a125 in #12052. cc @jepenven-silabs.

@todo
Copy link

todo bot commented Nov 19, 2021

#11911

// TODO #11911
ReturnErrorOnFailure(payloadHeader.EncodeBeforeData(message));
#if CHIP_PROGRESS_LOGGING
destination = sessionHandle.GetPeerNodeId();


This comment was generated by todo based on a TODO comment in 062a125 in #12052. cc @jepenven-silabs.

@github-actions
Copy link

github-actions bot commented Nov 19, 2021

PR #12052: Size comparison from 5bad4ed to 062a125

Increases above 0.2%:

platform target config section 5bad4ed 062a125 change % change
linux all-clusters-app debug .rodata 137461 137813 352 0.3
bridge-app debug+rpc .rodata 112028 112412 384 0.3
lighting-app debug+rpc .rodata 129649 130001 352 0.3
ota-provider-app debug .rodata 114047 114431 384 0.3
ota-requestor-app debug .rodata 125064 125416 352 0.3
Increases (35 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 5bad4ed 062a125 change % change
efr32 lighting-app BRD4161A (read only) 750448 750712 264 0.0
.text 750440 750704 264 0.0
BRD4161A+rpc (read only) 737972 738228 256 0.0
.text 737964 738220 256 0.0
lock-app BRD4161A (read only) 727504 727768 264 0.0
.text 727496 727760 264 0.0
window-app BRD4161A (read only) 728488 728744 256 0.0
.text 728480 728736 256 0.0
esp32 all-clusters-app c3devkit (read only) 831588 831756 168 0.0
(read/write) 1223170 1223234 64 0.0
.flash.rodata 164408 164472 64 0.0
.flash.text 831588 831756 168 0.0
m5stack (read only) 902623 902843 220 0.0
(read/write) 422480 422552 72 0.0
.flash.rodata 192368 192440 72 0.0
.flash.text 897239 897459 220 0.0
k32w lighting-app k32w061+se05x+release (read/write) 707304 707532 228 0.0
.text 622380 622608 228 0.0
lock-app k32w061+debug (read/write) 598736 598964 228 0.0
.text 523340 523568 228 0.0
shell k32w061+debug (read/write) 664112 664340 228 0.0
.text 577588 577816 228 0.0
linux all-clusters-app debug (read only) 1745009 1745857 848 0.0
.rodata 137461 137813 352 0.3
.text 1471890 1472386 496 0.0
bridge-app debug+rpc (read only) 1324829 1325709 880 0.1
.rodata 112028 112412 384 0.3
.text 1115397 1115893 496 0.0
chip-tool debug (read only) 4999941 5002917 2976 0.1
.rodata 269386 269866 480 0.2
.text 4419877 4422373 2496 0.1
lighting-app debug+rpc (read only) 1593937 1594785 848 0.1
.rodata 129649 130001 352 0.3
.text 1329282 1329778 496 0.0
ota-provider-app debug (read only) 1272377 1273257 880 0.1
.rodata 114047 114431 384 0.3
.text 1060738 1061234 496 0.0
ota-requestor-app debug (read only) 1358113 1359121 1008 0.1
.rodata 125064 125416 352 0.3
.text 1133074 1133730 656 0.1
shell debug (read only) 799185 799553 368 0.0
.rodata 78703 78767 64 0.1
.text 616466 616770 304 0.0
tv-app debug (read only) 1876257 1877217 960 0.1
.rodata 158021 158341 320 0.2
.text 1573106 1573746 640 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2290040 2290360 320 0.0
.text 1252640 1252960 320 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2273936 2274256 320 0.0
.text 1236536 1236856 320 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2249840 2250160 320 0.0
.text 1212440 1212760 320 0.0
shell CY8CPROTO_062_4343W+release (read/write) 2050480 2050608 128 0.0
.text 1013080 1013208 128 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 865027 865271 244 0.0
rodata 95828 95896 68 0.1
text 582972 583136 164 0.0
nrf52840dk_nrf52840+rpc (read/write) 827395 827639 244 0.0
rodata 87012 87080 68 0.1
text 557140 557304 164 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 790082 790310 228 0.0
rodata 91084 91152 68 0.1
text 512444 512608 164 0.0
lock-app nrf52840dk_nrf52840 (read/write) 840427 840655 228 0.0
rodata 92300 92368 68 0.1
text 563064 563228 164 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 765730 765958 228 0.0
rodata 87604 87672 68 0.1
text 492628 492792 164 0.0
pump-app nrf52840dk_nrf52840 (read/write) 846567 846795 228 0.0
rodata 94008 94076 68 0.1
text 567248 567412 164 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 840127 840355 228 0.0
rodata 92256 92324 68 0.1
text 562684 562848 164 0.0
shell nrf52840dk_nrf52840 (read/write) 778003 778183 180 0.0
rodata 73064 73132 68 0.1
text 521244 521344 100 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693058 693238 180 0.0
rodata 67708 67776 68 0.1
text 441856 441956 100 0.0
p6 all-clusters-app default (read/write) 2302976 2303232 256 0.0
.text 1261240 1261496 256 0.0
lock-app default (read/write) 2215944 2216208 264 0.0
.text 1174208 1174472 264 0.0
qpg lighting-app qpg6100+debug (read only) 494080 494316 236 0.0
.text 488760 488996 236 0.0
lock-app qpg6100+debug (read only) 469044 469272 228 0.0
.text 463724 463952 228 0.0
telink lighting-app tlsr9518adk80d (read/write) 768410 768622 212 0.0
text 533546 533696 150 0.0
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 5bad4ed 062a125 change % change
efr32 lighting-app BRD4161A (read only) 750448 750712 264 0.0
(read/write) 119692 119692 0 0.0
.bss 117892 117892 0 0.0
.data 1800 1800 0 0.0
.text 750440 750704 264 0.0
BRD4161A+rpc (read only) 737972 738228 256 0.0
(read/write) 136320 136320 0 0.0
.bss 134396 134396 0 0.0
.data 1924 1924 0 0.0
.text 737964 738220 256 0.0
lock-app BRD4161A (read only) 727504 727768 264 0.0
(read/write) 113380 113380 0 0.0
.bss 111620 111620 0 0.0
.data 1756 1756 0 0.0
.text 727496 727760 264 0.0
window-app BRD4161A (read only) 728488 728744 256 0.0
(read/write) 113700 113700 0 0.0
.bss 111940 111940 0 0.0
.data 1760 1760 0 0.0
.text 728480 728736 256 0.0
esp32 all-clusters-app c3devkit (read only) 831588 831756 168 0.0
(read/write) 1223170 1223234 64 0.0
.dram0.bss 59424 59424 0 0.0
.dram0.data 14092 14092 0 0.0
.flash.rodata 164408 164472 64 0.0
.flash.text 831588 831756 168 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 902623 902843 220 0.0
(read/write) 422480 422552 72 0.0
.dram0.bss 64776 64776 0 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 192368 192440 72 0.0
.flash.text 897239 897459 220 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 707304 707532 228 0.0
.bss 77212 77212 0 0.0
.data 1912 1912 0 0.0
.text 622380 622608 228 0.0
lock-app k32w061+debug (read/write) 598736 598964 228 0.0
.bss 67716 67716 0 0.0
.data 1880 1880 0 0.0
.text 523340 523568 228 0.0
shell k32w061+debug (read/write) 664112 664340 228 0.0
.bss 78876 78876 0 0.0
.data 1848 1848 0 0.0
.text 577588 577816 228 0.0
linux all-clusters-app debug (read only) 1745009 1745857 848 0.0
(read/write) 130440 130440 0 0.0
.bss 60272 60272 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 63824 63824 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 137461 137813 352 0.3
.text 1471890 1472386 496 0.0
bridge-app debug+rpc (read only) 1324829 1325709 880 0.1
(read/write) 76432 76432 0 0.0
.bss 41520 41520 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 28352 28352 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 112028 112412 384 0.3
.text 1115397 1115893 496 0.0
chip-tool debug (read only) 4999941 5002917 2976 0.1
(read/write) 166376 166376 0 0.0
.bss 39848 39848 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 118752 118752 0 0.0
.dynamic 592 592 0 0.0
.got 4416 4416 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 269386 269866 480 0.2
.text 4419877 4422373 2496 0.1
lighting-app debug+rpc (read only) 1593937 1594785 848 0.1
(read/write) 109616 109616 0 0.0
.bss 47152 47152 0 0.0
.data 1234 1234 0 0.0
.data.rel.ro 55920 55920 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 129649 130001 352 0.3
.text 1329282 1329778 496 0.0
ota-provider-app debug (read only) 1272377 1273257 880 0.1
(read/write) 75048 75048 0 0.0
.bss 44096 44096 0 0.0
.data 784 784 0 0.0
.data.rel.ro 25080 25080 0 0.0
.dynamic 592 592 0 0.0
.got 4016 4016 0 0.0
.init 27 27 0 0.0
.init_array 448 448 0 0.0
.rodata 114047 114431 384 0.3
.text 1060738 1061234 496 0.0
ota-requestor-app debug (read only) 1358113 1359121 1008 0.1
(read/write) 78784 78784 0 0.0
.bss 46560 46560 0 0.0
.data 848 848 0 0.0
.data.rel.ro 26280 26280 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 125064 125416 352 0.3
.text 1133074 1133730 656 0.1
shell debug (read only) 799185 799553 368 0.0
(read/write) 65832 65832 0 0.0
.bss 23336 23336 0 0.0
.data 242 242 0 0.0
.data.rel.ro 37752 37752 0 0.0
.dynamic 592 592 0 0.0
.got 3528 3528 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 78703 78767 64 0.1
.text 616466 616770 304 0.0
tv-app debug (read only) 1876257 1877217 960 0.1
(read/write) 318392 318392 0 0.0
.bss 249800 249800 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 60144 60144 0 0.0
.dynamic 592 592 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 158021 158341 320 0.2
.text 1573106 1573746 640 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2290040 2290360 320 0.0
.bss 182028 182028 0 0.0
.data 5224 5224 0 0.0
.heap 849192 849192 0 0.0
.text 1252640 1252960 320 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2273936 2274256 320 0.0
.bss 172196 172196 0 0.0
.data 5576 5576 0 0.0
.heap 858672 858672 0 0.0
.text 1236536 1236856 320 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2249840 2250160 320 0.0
.bss 171084 171084 0 0.0
.data 5568 5568 0 0.0
.heap 859792 859792 0 0.0
.text 1212440 1212760 320 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) 2050480 2050608 128 0.0
.bss 156272 156272 0 0.0
.data 4968 4968 0 0.0
.heap 875208 875208 0 0.0
.text 1013080 1013208 128 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 865027 865271 244 0.0
bss 110604 110604 0 0.0
rodata 95828 95896 68 0.1
text 582972 583136 164 0.0
nrf52840dk_nrf52840+rpc (read/write) 827395 827639 244 0.0
bss 106960 106960 0 0.0
rodata 87012 87080 68 0.1
text 557140 557304 164 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 790082 790310 228 0.0
bss 111980 111980 0 0.0
rodata 91084 91152 68 0.1
text 512444 512608 164 0.0
lock-app nrf52840dk_nrf52840 (read/write) 840427 840655 228 0.0
bss 109628 109628 0 0.0
rodata 92300 92368 68 0.1
text 563064 563228 164 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 765730 765958 228 0.0
bss 111040 111040 0 0.0
rodata 87604 87672 68 0.1
text 492628 492792 164 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497327 497327 0 0.0
bss 51824 51824 0 0.0
rodata 45780 45780 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 846567 846795 228 0.0
bss 109768 109768 0 0.0
rodata 94008 94076 68 0.1
text 567248 567412 164 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 840127 840355 228 0.0
bss 109664 109664 0 0.0
rodata 92256 92324 68 0.1
text 562684 562848 164 0.0
shell nrf52840dk_nrf52840 (read/write) 778003 778183 180 0.0
bss 109112 109112 0 0.0
rodata 73064 73132 68 0.1
text 521244 521344 100 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693058 693238 180 0.0
bss 110096 110096 0 0.0
rodata 67708 67776 68 0.1
text 441856 441956 100 0.0
p6 all-clusters-app default (read/write) 2302976 2303232 256 0.0
.bss 115008 115008 0 0.0
.data 2528 2528 0 0.0
.heap 915808 915808 0 0.0
.text 1261240 1261496 256 0.0
lock-app default (read/write) 2215944 2216208 264 0.0
.bss 100944 100944 0 0.0
.data 2400 2400 0 0.0
.heap 930000 930000 0 0.0
.text 1174208 1174472 264 0.0
qpg lighting-app qpg6100+debug (read only) 494080 494316 236 0.0
(read/write) 114144 114144 0 0.0
.bss 50256 50256 0 0.0
.data 1008 1008 0 0.0
.text 488760 488996 236 0.0
lock-app qpg6100+debug (read only) 469044 469272 228 0.0
(read/write) 114140 114140 0 0.0
.bss 49200 49200 0 0.0
.data 964 964 0 0.0
.text 463724 463952 228 0.0
persistent-storage-app qpg6100+debug (read only) 105416 105416 0 0.0
(read/write) 114142 114142 0 0.0
.bss 8994 8994 0 0.0
.data 272 272 0 0.0
.text 100096 100096 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 768410 768622 212 0.0
bss 79116 79116 0 0.0
noinit 37160 37160 0 0.0
text 533546 533696 150 0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

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

Approving assuming my comments are addressed....

src/app/WriteClient.cpp Outdated Show resolved Hide resolved
src/app/WriteHandler.cpp Outdated Show resolved Hide resolved
src/messaging/ExchangeContext.cpp Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Nov 22, 2021

PR #12052: Size comparison from befd208 to 210151c

Increases (35 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section befd208 210151c change % change
efr32 lighting-app BRD4161A (read only) 750736 751000 264 0.0
.text 750728 750992 264 0.0
BRD4161A+rpc (read only) 738276 738516 240 0.0
.text 738268 738508 240 0.0
lock-app BRD4161A (read only) 727808 728056 248 0.0
.text 727800 728048 248 0.0
window-app BRD4161A (read only) 728792 729032 240 0.0
.text 728784 729024 240 0.0
esp32 all-clusters-app c3devkit (read only) 833410 833564 154 0.0
(read/write) 1221938 1222010 72 0.0
.flash.rodata 164840 164912 72 0.0
.flash.text 833410 833564 154 0.0
m5stack (read only) 904403 904587 184 0.0
(read/write) 421232 421304 72 0.0
.flash.rodata 192784 192856 72 0.0
.flash.text 899019 899203 184 0.0
k32w lighting-app k32w061+se05x+release (read/write) 707528 707756 228 0.0
.text 622604 622832 228 0.0
lock-app k32w061+debug (read/write) 598960 599188 228 0.0
.text 523564 523792 228 0.0
shell k32w061+debug (read/write) 664336 664564 228 0.0
.text 577812 578040 228 0.0
linux all-clusters-app debug (read only) 1746601 1747129 528 0.0
.rodata 137781 137845 64 0.0
.text 1473186 1473650 464 0.0
bridge-app debug+rpc (read only) 1326413 1326973 560 0.0
.rodata 112316 112412 96 0.1
.text 1116693 1117157 464 0.0
chip-tool debug (read only) 5037181 5039677 2496 0.0
.rodata 275818 276010 192 0.1
.text 4450709 4453013 2304 0.1
lighting-app debug+rpc (read only) 1595521 1596049 528 0.0
.rodata 129937 130001 64 0.0
.text 1330578 1331042 464 0.0
ota-provider-app debug (read only) 1273961 1274489 528 0.0
.rodata 114335 114399 64 0.1
.text 1062034 1062498 464 0.0
ota-requestor-app debug (read only) 1370209 1370737 528 0.0
.rodata 125736 125800 64 0.1
.text 1144098 1144562 464 0.0
shell debug (read only) 799185 799553 368 0.0
.rodata 78703 78767 64 0.1
.text 616466 616770 304 0.0
tv-app debug (read only) 1888137 1888665 528 0.0
.rodata 158629 158693 64 0.0
.text 1584066 1584530 464 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2290192 2290448 256 0.0
.text 1252792 1253048 256 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2274320 2274576 256 0.0
.text 1236920 1237176 256 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2250160 2250416 256 0.0
.text 1212760 1213016 256 0.0
shell CY8CPROTO_062_4343W+release (read/write) 2050480 2050608 128 0.0
.text 1013080 1013208 128 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 865267 865479 212 0.0
rodata 95828 95896 68 0.1
text 583200 583356 156 0.0
nrf52840dk_nrf52840+rpc (read/write) 827635 827847 212 0.0
rodata 87012 87080 68 0.1
text 557368 557524 156 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 790306 790534 228 0.0
rodata 91084 91152 68 0.1
text 512672 512828 156 0.0
lock-app nrf52840dk_nrf52840 (read/write) 840651 840879 228 0.0
rodata 92300 92368 68 0.1
text 563296 563452 156 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 765954 766182 228 0.0
rodata 87604 87672 68 0.1
text 492856 493012 156 0.0
pump-app nrf52840dk_nrf52840 (read/write) 846791 847019 228 0.0
rodata 94008 94076 68 0.1
text 567476 567632 156 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 840351 840579 228 0.0
rodata 92256 92324 68 0.1
text 562916 563072 156 0.0
shell nrf52840dk_nrf52840 (read/write) 778003 778183 180 0.0
rodata 73064 73132 68 0.1
text 521244 521344 100 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693058 693238 180 0.0
rodata 67708 67776 68 0.1
text 441856 441956 100 0.0
p6 all-clusters-app default (read/write) 2303032 2303280 248 0.0
.text 1261296 1261544 248 0.0
lock-app default (read/write) 2216232 2216496 264 0.0
.text 1174496 1174760 264 0.0
qpg lighting-app qpg6100+debug (read only) 494312 494532 220 0.0
.text 488992 489212 220 0.0
lock-app qpg6100+debug (read only) 469268 469488 220 0.0
.text 463948 464168 220 0.0
telink lighting-app tlsr9518adk80d (read/write) 768682 768886 204 0.0
text 533824 533960 136 0.0
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section befd208 210151c change % change
efr32 lighting-app BRD4161A (read only) 750736 751000 264 0.0
(read/write) 119692 119692 0 0.0
.bss 117892 117892 0 0.0
.data 1800 1800 0 0.0
.text 750728 750992 264 0.0
BRD4161A+rpc (read only) 738276 738516 240 0.0
(read/write) 136320 136320 0 0.0
.bss 134396 134396 0 0.0
.data 1924 1924 0 0.0
.text 738268 738508 240 0.0
lock-app BRD4161A (read only) 727808 728056 248 0.0
(read/write) 113380 113380 0 0.0
.bss 111620 111620 0 0.0
.data 1756 1756 0 0.0
.text 727800 728048 248 0.0
window-app BRD4161A (read only) 728792 729032 240 0.0
(read/write) 113700 113700 0 0.0
.bss 111940 111940 0 0.0
.data 1760 1760 0 0.0
.text 728784 729024 240 0.0
esp32 all-clusters-app c3devkit (read only) 833410 833564 154 0.0
(read/write) 1221938 1222010 72 0.0
.dram0.bss 57752 57752 0 0.0
.dram0.data 14092 14092 0 0.0
.flash.rodata 164840 164912 72 0.0
.flash.text 833410 833564 154 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 904403 904587 184 0.0
(read/write) 421232 421304 72 0.0
.dram0.bss 63112 63112 0 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 192784 192856 72 0.0
.flash.text 899019 899203 184 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 707528 707756 228 0.0
.bss 77212 77212 0 0.0
.data 1912 1912 0 0.0
.text 622604 622832 228 0.0
lock-app k32w061+debug (read/write) 598960 599188 228 0.0
.bss 67716 67716 0 0.0
.data 1880 1880 0 0.0
.text 523564 523792 228 0.0
shell k32w061+debug (read/write) 664336 664564 228 0.0
.bss 78876 78876 0 0.0
.data 1848 1848 0 0.0
.text 577812 578040 228 0.0
linux all-clusters-app debug (read only) 1746601 1747129 528 0.0
(read/write) 128392 128392 0 0.0
.bss 58544 58544 0 0.0
.data 1042 1042 0 0.0
.data.rel.ro 63504 63504 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 137781 137845 64 0.0
.text 1473186 1473650 464 0.0
bridge-app debug+rpc (read only) 1326413 1326973 560 0.0
(read/write) 76432 76432 0 0.0
.bss 41520 41520 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 28352 28352 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 112316 112412 96 0.1
.text 1116693 1117157 464 0.0
chip-tool debug (read only) 5037181 5039677 2496 0.0
(read/write) 166184 166184 0 0.0
.bss 39848 39848 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 118560 118560 0 0.0
.dynamic 592 592 0 0.0
.got 4416 4416 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 275818 276010 192 0.1
.text 4450709 4453013 2304 0.1
lighting-app debug+rpc (read only) 1595521 1596049 528 0.0
(read/write) 109616 109616 0 0.0
.bss 47152 47152 0 0.0
.data 1234 1234 0 0.0
.data.rel.ro 55920 55920 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 129937 130001 64 0.0
.text 1330578 1331042 464 0.0
ota-provider-app debug (read only) 1273961 1274489 528 0.0
(read/write) 75048 75048 0 0.0
.bss 44096 44096 0 0.0
.data 784 784 0 0.0
.data.rel.ro 25080 25080 0 0.0
.dynamic 592 592 0 0.0
.got 4016 4016 0 0.0
.init 27 27 0 0.0
.init_array 448 448 0 0.0
.rodata 114335 114399 64 0.1
.text 1062034 1062498 464 0.0
ota-requestor-app debug (read only) 1370209 1370737 528 0.0
(read/write) 78912 78912 0 0.0
.bss 46560 46560 0 0.0
.data 848 848 0 0.0
.data.rel.ro 26408 26408 0 0.0
.dynamic 592 592 0 0.0
.got 4000 4000 0 0.0
.init 27 27 0 0.0
.init_array 472 472 0 0.0
.rodata 125736 125800 64 0.1
.text 1144098 1144562 464 0.0
shell debug (read only) 799185 799553 368 0.0
(read/write) 65832 65832 0 0.0
.bss 23336 23336 0 0.0
.data 242 242 0 0.0
.data.rel.ro 37752 37752 0 0.0
.dynamic 592 592 0 0.0
.got 3528 3528 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 78703 78767 64 0.1
.text 616466 616770 304 0.0
tv-app debug (read only) 1888137 1888665 528 0.0
(read/write) 318520 318520 0 0.0
.bss 249800 249800 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 60264 60264 0 0.0
.dynamic 592 592 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 158629 158693 64 0.0
.text 1584066 1584530 464 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2290192 2290448 256 0.0
.bss 180300 180300 0 0.0
.data 5224 5224 0 0.0
.heap 850920 850920 0 0.0
.text 1252792 1253048 256 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2274320 2274576 256 0.0
.bss 172196 172196 0 0.0
.data 5576 5576 0 0.0
.heap 858672 858672 0 0.0
.text 1236920 1237176 256 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2250160 2250416 256 0.0
.bss 171084 171084 0 0.0
.data 5568 5568 0 0.0
.heap 859792 859792 0 0.0
.text 1212760 1213016 256 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) 2050480 2050608 128 0.0
.bss 156272 156272 0 0.0
.data 4968 4968 0 0.0
.heap 875208 875208 0 0.0
.text 1013080 1013208 128 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 865267 865479 212 0.0
bss 110604 110604 0 0.0
rodata 95828 95896 68 0.1
text 583200 583356 156 0.0
nrf52840dk_nrf52840+rpc (read/write) 827635 827847 212 0.0
bss 106960 106960 0 0.0
rodata 87012 87080 68 0.1
text 557368 557524 156 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 790306 790534 228 0.0
bss 111980 111980 0 0.0
rodata 91084 91152 68 0.1
text 512672 512828 156 0.0
lock-app nrf52840dk_nrf52840 (read/write) 840651 840879 228 0.0
bss 109628 109628 0 0.0
rodata 92300 92368 68 0.1
text 563296 563452 156 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 765954 766182 228 0.0
bss 111040 111040 0 0.0
rodata 87604 87672 68 0.1
text 492856 493012 156 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497327 497327 0 0.0
bss 51824 51824 0 0.0
rodata 45780 45780 0 0.0
text 339436 339436 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 846791 847019 228 0.0
bss 109768 109768 0 0.0
rodata 94008 94076 68 0.1
text 567476 567632 156 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 840351 840579 228 0.0
bss 109664 109664 0 0.0
rodata 92256 92324 68 0.1
text 562916 563072 156 0.0
shell nrf52840dk_nrf52840 (read/write) 778003 778183 180 0.0
bss 109112 109112 0 0.0
rodata 73064 73132 68 0.1
text 521244 521344 100 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 693058 693238 180 0.0
bss 110096 110096 0 0.0
rodata 67708 67776 68 0.1
text 441856 441956 100 0.0
p6 all-clusters-app default (read/write) 2303032 2303280 248 0.0
.bss 113280 113280 0 0.0
.data 2528 2528 0 0.0
.heap 917536 917536 0 0.0
.text 1261296 1261544 248 0.0
lock-app default (read/write) 2216232 2216496 264 0.0
.bss 100944 100944 0 0.0
.data 2400 2400 0 0.0
.heap 930000 930000 0 0.0
.text 1174496 1174760 264 0.0
qpg lighting-app qpg6100+debug (read only) 494312 494532 220 0.0
(read/write) 114144 114144 0 0.0
.bss 50256 50256 0 0.0
.data 1008 1008 0 0.0
.text 488992 489212 220 0.0
lock-app qpg6100+debug (read only) 469268 469488 220 0.0
(read/write) 114140 114140 0 0.0
.bss 49200 49200 0 0.0
.data 964 964 0 0.0
.text 463948 464168 220 0.0
persistent-storage-app qpg6100+debug (read only) 105416 105416 0 0.0
(read/write) 114142 114142 0 0.0
.bss 8994 8994 0 0.0
.data 272 272 0 0.0
.text 100096 100096 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 768682 768886 204 0.0
bss 79116 79116 0 0.0
noinit 37160 37160 0 0.0
text 533824 533960 136 0.0

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.

Verify Group Msg reception Update attribute path for groupcast messages
5 participants