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

[Groups] Enable GroupTable attribute reporting #30055

Conversation

lpbeliveau-silabs
Copy link
Contributor

Added reporting attribute change callback in the group server where actions are modifying the group table

Fixes #29773

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

PR #30055: Size comparison from 02e7647 to b066065

Increases (5 builds for nrfconnect, qpg)
platform target config section 02e7647 b066065 change % change
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1178784 1178816 32 0.0
text 827148 827180 32 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1326268 1326300 32 0.0
text 760812 760844 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160560 1160592 32 0.0
text 813672 813704 32 0.0
qpg lighting-app qpg6105+debug (read/write) 1176172 1176204 32 0.0
.text 623016 623048 32 0.0
lock-app qpg6105+debug (read/write) 1132652 1132684 32 0.0
.text 579492 579524 32 0.0
Full report (8 builds for cc32xx, mbed, nrfconnect, qpg)
platform target config section 02e7647 b066065 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 561274 561274 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 895728 895728 0 0.0
.debug_aranges 104280 104280 0 0.0
.debug_frame 351124 351124 0 0.0
.debug_info 19377160 19377160 0 0.0
.debug_line 2584965 2584965 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1577806 1577806 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107580 107580 0 0.0
.debug_str 3381346 3381346 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83610 83610 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 466453 466453 0 0.0
.symtab 278848 278848 0 0.0
.text 475544 475544 0 0.0
lock CC3235SF_LAUNCHXL (read only) 617442 617442 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 936343 936343 0 0.0
.debug_aranges 108744 108744 0 0.0
.debug_frame 366404 366404 0 0.0
.debug_info 20551071 20551071 0 0.0
.debug_line 2655189 2655189 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1633555 1633555 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112117 112117 0 0.0
.debug_str 3445428 3445428 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515689 515689 0 0.0
.symtab 298464 298464 0 0.0
.text 0 0 0 0.0
509156 509156 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521856 2521856 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484540 1484540 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1178784 1178816 32 0.0
bss 153980 153980 0 0.0
rodata 118748 118748 0 0.0
text 827148 827180 32 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326268 1326300 32 0.0
bss 139990 139990 0 0.0
rodata 134812 134812 0 0.0
text 760812 760844 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160560 1160592 32 0.0
bss 154219 154219 0 0.0
rodata 113748 113748 0 0.0
text 813672 813704 32 0.0
qpg lighting-app qpg6105+debug (read/write) 1176172 1176204 32 0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 623016 623048 32 0.0
lock-app qpg6105+debug (read/write) 1132652 1132684 32 0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 579492 579524 32 0.0

@lpbeliveau-silabs lpbeliveau-silabs force-pushed the bugfix/event_report_group_key_management branch from b066065 to 809b88d Compare October 27, 2023 14:27
@github-actions github-actions bot added the app label Oct 27, 2023
@github-actions
Copy link

github-actions bot commented Oct 27, 2023

PR #30055: Size comparison from 02e7647 to 809b88d

Increases (46 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
platform target config section 02e7647 809b88d change % change
bl602 lighting-app bl602 (read/write) 1408590 1408846 256 0.0
.text 1073782 1074038 256 0.0
bl702 lighting-app bl702 .debug_info 41466889 41466984 95 0.0
.debug_line 5439084 5439257 173 0.0
bl702+mfd .debug_info 41507888 41507983 95 0.0
.debug_line 5479439 5479612 173 0.0
bl702+rpc .debug_info 46611138 46611233 95 0.0
.debug_line 5869492 5869665 173 0.0
bl706-eth .debug_info 22387385 22387480 95 0.0
.debug_line 4130567 4130740 173 0.0
bl706-wifi .debug_info 23770579 23770674 95 0.0
.debug_line 4555161 4555334 173 0.0
bl702l lighting-app bl702l .debug_info 41284416 41284511 95 0.0
.debug_line 5367140 5367314 174 0.0
bl702l+mfd .debug_info 41327458 41327553 95 0.0
.debug_line 5407372 5407546 174 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734883 734931 48 0.0
.text 650216 650264 48 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551999 552031 32 0.0
.app_xip_area 443217 443249 32 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573599 573631 32 0.0
.app_xip_area 466145 466177 32 0.0
switch cyw930739m2evb_01 (read/write) 549879 549911 32 0.0
.app_xip_area 439337 439369 32 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006544 1006576 32 0.0
.text 831880 831912 32 0.0
BRD4187C (read/write) 1093056 1093096 40 0.0
.text 893620 893660 40 0.0
window-app BRD4187C (read/write) 1129380 1129404 24 0.0
.text 957656 957680 24 0.0
esp32 all-clusters-app c3devkit (read only) 1132306 1132336 30 0.0
.flash.text 1132306 1132336 30 0.0
m5stack (read only) 1176907 1176939 32 0.0
.flash.text 1171523 1171555 32 0.0
k32w contact k32w0+release (read only) 589148 589180 32 0.0
.text 588612 588644 32 0.0
k32w1+release (read/write) 684044 684084 40 0.0
.text 570896 570936 40 0.0
light k32w0+release (read only) 588852 588900 48 0.0
.text 588316 588364 48 0.0
k32w1+release (read/write) 776016 776056 40 0.0
.text 654000 654040 40 0.0
linux all-clusters-app debug (read only) 5287129 5287193 64 0.0
.text 4609539 4609603 64 0.0
all-clusters-minimal-app debug (read only) 4880721 4880785 64 0.0
.text 4379683 4379747 64 0.0
lighting-app debug+rpc+ui (read only) 5220577 5220641 64 0.0
.text 4641267 4641331 64 0.0
ota-requestor-app debug (read only) 4203305 4203369 64 0.0
.text 3805235 3805299 64 0.0
shell debug (read only) 2753881 2753945 64 0.0
.text 2402642 2402706 64 0.0
thermostat-no-ble arm64 (read only) 4355976 4356024 48 0.0
.text 3856360 3856408 48 0.0
tv-casting-app debug (read only) 8225457 8225521 64 0.0
.text 7483347 7483411 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1178784 1178816 32 0.0
text 827148 827180 32 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1326268 1326300 32 0.0
text 760812 760844 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160560 1160592 32 0.0
text 813672 813704 32 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1722668 1722700 32 0.0
.debug_info 30180686 30180807 121 0.0
.debug_line 3888454 3888604 150 0.0
.debug_loclists 2244221 2244238 17 0.0
.text 1519076 1519108 32 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1681188 1681220 32 0.0
.debug_info 28457803 28457924 121 0.0
.debug_line 3793954 3794112 158 0.0
.debug_loclists 2188712 2188729 17 0.0
.text 1479396 1479428 32 0.0
light cy8ckit_062s2_43012 (read/write) 1607380 1607396 16 0.0
.debug_info 23586385 23586506 121 0.0
.debug_line 3369163 3369309 146 0.0
.debug_loclists 2025139 2025156 17 0.0
.text 1412140 1412156 16 0.0
qpg lighting-app qpg6105+debug (read/write) 1176172 1176204 32 0.0
.text 623016 623048 32 0.0
lock-app qpg6105+debug (read/write) 1132652 1132684 32 0.0
.text 579492 579524 32 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1077704 1077728 24 0.0
text 757406 757436 30 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1076372 1076396 24 0.0
text 743878 743908 30 0.0
contact-sensor-app tlsr9528a (read/write) 859488 859520 32 0.0
text 606824 606854 30 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 961616 961648 32 0.0
text 683244 683274 30 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1087380 1087412 32 0.0
text 761596 761626 30 0.0
ota-requestor-app tlsr9518adk80d (read/write) 944760 944784 24 0.0
text 656726 656756 30 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 819888 819912 24 0.0
text 588646 588676 30 0.0
smoke_co_alarm-app tlsr9528a (read/write) 862096 862120 24 0.0
text 610362 610392 30 0.0
thermostat tlsr9518adk80d (read/write) 825284 825308 24 0.0
text 593390 593420 30 0.0
window-covering tlsr9518adk80d (read/write) 822732 822764 32 0.0
text 590438 590468 30 0.0
Decreases (1 build for linux)
platform target config section 02e7647 809b88d change % change
linux thermostat-no-ble arm64 (read/write) 245280 245232 -48 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 02e7647 809b88d change % change
bl602 lighting-app bl602 (read/write) 1408590 1408846 256 0.0
.bss 88488 88488 0 0.0
.data 9360 9360 0 0.0
.text 1073782 1074038 256 0.0
bl602+mfd (read/write) 1423014 1423014 0 0.0
.bss 88656 88656 0 0.0
.data 9336 9336 0 0.0
.text 1089098 1089098 0 0.0
bl602+rpc (read/write) 1455866 1455866 0 0.0
.bss 96520 96520 0 0.0
.data 9736 9736 0 0.0
.text 1105522 1105522 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1206779 1206779 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32597 32597 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1540054 1540054 0 0.0
.debug_aranges 138848 138848 0 0.0
.debug_frame 508664 508664 0 0.0
.debug_info 41466889 41466984 95 0.0
.debug_line 5439084 5439257 173 0.0
.debug_loc 3654246 3654246 0 0.0
.debug_ranges 444480 444480 0 0.0
.debug_str 4075104 4075104 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106492 106492 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597991 597991 0 0.0
.symtab 178608 178608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
971636 971636 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1217635 1217635 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 32773 32773 0 0.0
.bss_psram 66128 66128 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1542130 1542130 0 0.0
.debug_aranges 140016 140016 0 0.0
.debug_frame 514096 514096 0 0.0
.debug_info 41507888 41507983 95 0.0
.debug_line 5479439 5479612 173 0.0
.debug_loc 3692408 3692408 0 0.0
.debug_ranges 446720 446720 0 0.0
.debug_str 4080635 4080635 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105432 105432 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 601751 601751 0 0.0
.symtab 180368 180368 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
983408 983408 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1306791 1306791 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 41061 41061 0 0.0
.bss_psram 66112 66112 0 0.0
.comment 48 48 0 0.0
.data 4120 4120 0 0.0
.debug_abbrev 1721011 1721011 0 0.0
.debug_aranges 147464 147464 0 0.0
.debug_frame 537708 537708 0 0.0
.debug_info 46611138 46611233 95 0.0
.debug_line 5869492 5869665 173 0.0
.debug_loc 3861885 3861885 0 0.0
.debug_ranges 472048 472048 0 0.0
.debug_str 4502984 4502984 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121392 121392 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661948 661948 0 0.0
.symtab 197728 197728 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1047188 1047188 0 0.0
bl706-eth (read/write) 994093 994093 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 27752 27752 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1059565 1059565 0 0.0
.debug_aranges 111680 111680 0 0.0
.debug_frame 412596 412596 0 0.0
.debug_info 22387385 22387480 95 0.0
.debug_line 4130567 4130740 173 0.0
.debug_loc 3071802 3071802 0 0.0
.debug_ranges 362896 362896 0 0.0
.debug_str 3618144 3618144 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99120 99120 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 456439 456439 0 0.0
.symtab 133248 133248 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
737180 737180 0 0.0
bl706-wifi (read/write) 1228754 1228754 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 14637 14637 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1174365 1174365 0 0.0
.debug_aranges 119344 119344 0 0.0
.debug_frame 618188 618188 0 0.0
.debug_info 23770579 23770674 95 0.0
.debug_line 4555161 4555334 173 0.0
.debug_loc 3259034 3259034 0 0.0
.debug_ranges 390752 390752 0 0.0
.debug_str 3719676 3719676 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 119992 119992 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505544 505544 0 0.0
.symtab 152544 152544 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
961098 961098 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1177324 1177324 0 0.0
.boot2 400 400 0 0.0
.bss 20576 20576 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4936 4936 0 0.0
.debug_abbrev 1540396 1540396 0 0.0
.debug_aranges 134056 134056 0 0.0
.debug_frame 490620 490620 0 0.0
.debug_info 41284416 41284511 95 0.0
.debug_line 5367140 5367314 174 0.0
.debug_loc 3604712 3604712 0 0.0
.debug_ranges 452640 452640 0 0.0
.debug_str 4104878 4104878 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100648 100648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 601521 601521 0 0.0
.symtab 179232 179232 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
961288 961288 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1188792 1188792 0 0.0
.boot2 400 400 0 0.0
.bss 20752 20752 0 0.0
.bss_psram 79248 79248 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1542487 1542487 0 0.0
.debug_aranges 135224 135224 0 0.0
.debug_frame 496048 496048 0 0.0
.debug_info 41327458 41327553 95 0.0
.debug_line 5407372 5407546 174 0.0
.debug_loc 3642874 3642874 0 0.0
.debug_ranges 454880 454880 0 0.0
.debug_str 4110399 4110399 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99588 99588 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 605349 605349 0 0.0
.symtab 181024 181024 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
973664 973664 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734883 734931 48 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84279 84279 0 0.0
.text 650216 650264 48 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756531 756531 0 0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79855 79855 0 0.0
.text 676284 676284 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743867 743867 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 105943 105943 0 0.0
.text 637532 637532 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694691 694691 0 0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614192 614192 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680371 680371 0 0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 75951 75951 0 0.0
.text 604032 604032 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 561274 561274 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 895728 895728 0 0.0
.debug_aranges 104280 104280 0 0.0
.debug_frame 351124 351124 0 0.0
.debug_info 19377160 19377160 0 0.0
.debug_line 2584965 2584965 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1577806 1577806 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107580 107580 0 0.0
.debug_str 3381346 3381346 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83610 83610 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 466453 466453 0 0.0
.symtab 278848 278848 0 0.0
.text 475544 475544 0 0.0
lock CC3235SF_LAUNCHXL (read only) 617442 617442 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 936343 936343 0 0.0
.debug_aranges 108744 108744 0 0.0
.debug_frame 366404 366404 0 0.0
.debug_info 20551071 20551071 0 0.0
.debug_line 2655189 2655189 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1633555 1633555 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112117 112117 0 0.0
.debug_str 3445428 3445428 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515689 515689 0 0.0
.symtab 298464 298464 0 0.0
.text 0 0 0 0.0
509156 509156 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551999 552031 32 0.0
.app_xip_area 443217 443249 32 0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 538127 538127 0 0.0
.app_xip_area 424545 424545 0 0.0
.bss 68520 68520 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573599 573631 32 0.0
.app_xip_area 466145 466177 32 0.0
.bss 62496 62496 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549879 549911 32 0.0
.app_xip_area 439337 439369 32 0.0
.bss 65488 65488 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006544 1006576 32 0.0
.bss 171952 171952 0 0.0
.data 2692 2692 0 0.0
.text 831880 831912 32 0.0
BRD4187C (read/write) 1093056 1093096 40 0.0
.bss 196116 196116 0 0.0
.data 3300 3300 0 0.0
.text 893620 893660 40 0.0
lock-app BRD4161A+wf200 (read/write) 1103544 1103544 0 0.0
.bss 186664 186664 0 0.0
.data 2708 2708 0 0.0
.text 914148 914148 0 0.0
window-app BRD4187C (read/write) 1129380 1129404 24 0.0
.bss 168532 168532 0 0.0
.data 3172 3172 0 0.0
.text 957656 957680 24 0.0
esp32 all-clusters-app c3devkit (read only) 1132306 1132336 30 0.0
(read/write) 1670292 1670292 0 0.0
.dram0.bss 71904 71904 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 241504 241504 0 0.0
.flash.text 1132306 1132336 30 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1176907 1176939 32 0.0
(read/write) 520188 520188 0 0.0
.dram0.bss 78552 78552 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 273236 273236 0 0.0
.flash.text 1171523 1171555 32 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 589148 589180 32 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 588612 588644 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 684044 684084 40 0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 570896 570936 40 0.0
light k32w0+release (read only) 588852 588900 48 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 588316 588364 48 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 776016 776056 40 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 654000 654040 40 0.0
lock k32w0+release (read only) 560668 560668 0 0.0
(read/write) 85012 85012 0 0.0
.bss 68328 68328 0 0.0
.data 2060 2060 0 0.0
.text 560132 560132 0 0.0
linux air-purifier-app debug (read only) 2465733 2465733 0 0.0
(read/write) 126072 126072 0 0.0
.bss 46608 46608 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72008 72008 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177248 177248 0 0.0
.text 2114949 2114949 0 0.0
all-clusters-app debug (read only) 5287129 5287193 64 0.0
(read/write) 416536 416536 0 0.0
.bss 128944 128944 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 276496 276496 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 299532 299532 0 0.0
.text 4609539 4609603 64 0.0
all-clusters-minimal-app debug (read only) 4880721 4880785 64 0.0
(read/write) 232856 232856 0 0.0
.bss 126672 126672 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270205 270205 0 0.0
.text 4379683 4379747 64 0.0
bridge-app debug (read only) 4362433 4362433 0 0.0
(read/write) 214968 214968 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218141 218141 0 0.0
.text 3926947 3926947 0 0.0
chip-tool debug (read only) 10277177 10277177 0 0.0
(read/write) 444672 444672 0 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 338736 338736 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 386633 386633 0 0.0
.text 9290547 9290547 0 0.0
chip-tool-ipv6only arm64 (read only) 10159944 10159944 0 0.0
(read/write) 511536 511536 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 376168 376168 0 0.0
.dynamic 512 512 0 0.0
.got 18552 18552 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 315440 315440 0 0.0
.text 9071688 9071688 0 0.0
lighting-app debug+rpc+ui (read only) 5220577 5220641 64 0.0
(read/write) 222960 222960 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336372 336372 0 0.0
.text 4641267 4641331 64 0.0
lock-app debug (read only) 4461857 4461857 0 0.0
(read/write) 203064 203064 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247485 247485 0 0.0
.text 4005059 4005059 0 0.0
ota-provider-app debug (read only) 4117905 4117905 0 0.0
(read/write) 192032 192032 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199773 199773 0 0.0
.text 3727571 3727571 0 0.0
ota-requestor-app debug (read only) 4203305 4203369 64 0.0
(read/write) 196216 196216 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71600 71600 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203229 203229 0 0.0
.text 3805235 3805299 64 0.0
shell debug (read only) 2753881 2753945 64 0.0
(read/write) 148960 148960 0 0.0
.bss 59592 59592 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82760 82760 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 180864 180864 0 0.0
.text 2402642 2402706 64 0.0
thermostat-no-ble arm64 (read only) 4355976 4356024 48 0.0
(read/write) 245280 245232 -48 -0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 101424 101424 0 0.0
.dynamic 512 512 0 0.0
.got 11904 11904 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161284 161284 0 0.0
.text 3856360 3856408 48 0.0
tv-app debug (read only) 5285777 5285777 0 0.0
(read/write) 351888 351888 0 0.0
.bss 243104 243104 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 271053 271053 0 0.0
.text 4770931 4770931 0 0.0
tv-casting-app debug (read only) 8225457 8225521 64 0.0
(read/write) 314168 314168 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148976 148976 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 337496 337496 0 0.0
.text 7483347 7483411 64 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521856 2521856 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484540 1484540 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1178784 1178816 32 0.0
bss 153980 153980 0 0.0
rodata 118748 118748 0 0.0
text 827148 827180 32 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326268 1326300 32 0.0
bss 139990 139990 0 0.0
rodata 134812 134812 0 0.0
text 760812 760844 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160560 1160592 32 0.0
bss 154219 154219 0 0.0
rodata 113748 113748 0 0.0
text 813672 813704 32 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838136 838136 0 0.0
(read/write) 1722668 1722700 32 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192708 192708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2496 2496 0 0.0
.debug_abbrev 1318303 1318303 0 0.0
.debug_aranges 140960 140960 0 0.0
.debug_frame 466988 466988 0 0.0
.debug_info 30180686 30180807 121 0.0
.debug_line 3888454 3888604 150 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2244221 2244238 17 0.0
.debug_rnglists 151681 151681 0 0.0
.debug_str 4107418 4107418 0 0.0
.heap 838136 838136 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 796937 796937 0 0.0
.symtab 493680 493680 0 0.0
.text 1519076 1519108 32 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839936 839936 0 0.0
(read/write) 1681188 1681220 32 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190932 190932 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1258899 1258899 0 0.0
.debug_aranges 137176 137176 0 0.0
.debug_frame 460376 460376 0 0.0
.debug_info 28457803 28457924 121 0.0
.debug_line 3793954 3794112 158 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2188712 2188729 17 0.0
.debug_rnglists 147496 147496 0 0.0
.debug_str 4000445 4000445 0 0.0
.heap 839936 839936 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 741292 741292 0 0.0
.symtab 474736 474736 0 0.0
.text 1479396 1479428 32 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607380 1607396 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1100274 1100274 0 0.0
.debug_aranges 127248 127248 0 0.0
.debug_frame 423300 423300 0 0.0
.debug_info 23586385 23586506 121 0.0
.debug_line 3369163 3369309 146 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2025139 2025156 17 0.0
.debug_rnglists 137042 137042 0 0.0
.debug_str 3807498 3807498 0 0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 654461 654461 0 0.0
.symtab 436240 436240 0 0.0
.text 1412140 1412156 16 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1640212 1640212 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1093306 1093306 0 0.0
.debug_aranges 125928 125928 0 0.0
.debug_frame 418536 418536 0 0.0
.debug_info 23397471 23397471 0 0.0
.debug_line 3321783 3321783 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2001945 2001945 0 0.0
.debug_rnglists 135065 135065 0 0.0
.debug_str 3769915 3769915 0 0.0
.heap 819224 819224 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627966 627966 0 0.0
.symtab 427776 427776 0 0.0
.text 1417708 1417708 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176172 1176204 32 0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 623016 623048 32 0.0
lock-app qpg6105+debug (read/write) 1132652 1132684 32 0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 579492 579524 32 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856128 856128 0 0.0
bss 77996 77996 0 0.0
text 603758 603758 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077704 1077728 24 0.0
bss 112632 112632 0 0.0
text 757406 757436 30 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1076372 1076396 24 0.0
bss 122460 122460 0 0.0
text 743878 743908 30 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 931432 931432 0 0.0
bss 106876 106876 0 0.0
text 640954 640954 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859488 859520 32 0.0
bss 78120 78120 0 0.0
text 606824 606854 30 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 961616 961648 32 0.0
bss 88184 88184 0 0.0
text 683244 683274 30 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1087380 1087412 32 0.0
bss 112384 112384 0 0.0
text 761596 761626 30 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 917940 917940 0 0.0
bss 78812 78812 0 0.0
text 637684 637684 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944760 944784 24 0.0
bss 104976 104976 0 0.0
text 656726 656756 30 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863372 863372 0 0.0
bss 78228 78228 0 0.0
text 611030 611030 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 804232 804232 0 0.0
bss 66248 66248 0 0.0
text 578066 578066 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819888 819912 24 0.0
bss 66652 66652 0 0.0
text 588646 588676 30 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 708920 708920 0 0.0
bss 86424 86424 0 0.0
text 461956 461956 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 862096 862120 24 0.0
bss 78204 78204 0 0.0
text 610362 610392 30 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 847168 847168 0 0.0
bss 77932 77932 0 0.0
text 597564 597564 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825284 825308 24 0.0
bss 66536 66536 0 0.0
text 593390 593420 30 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822732 822764 32 0.0
bss 66888 66888 0 0.0
text 590438 590468 30 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.

Ideally, we would have some tests here. This should be testable in YAML....

@mergify mergify bot merged commit 638eb93 into project-chip:master Oct 27, 2023
55 checks passed
shripad621git pushed a commit to shripad621git/connectedhomeip that referenced this pull request Oct 31, 2023
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.

[1.2] Creation/modification of group does not trigger reporting event on GroupKeyManagement cluster
3 participants