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

Feature/common storage class #23409

Conversation

lpbeliveau-silabs
Copy link
Contributor

Separated class used in group data provider and implementation and moved them outside of credentials so they can be re-used in scene table implementation.

This PR is basically the first step of: the scene table structure PR

@CLAassistant
Copy link

CLAassistant commented Oct 31, 2022

CLA assistant check
All committers have signed the CLA.

@lpbeliveau-silabs lpbeliveau-silabs changed the title Moved structures from group data that could be re-used in scenes in a… Feature/common storage class Oct 31, 2022
src/lib/support/CommonPersistentData.h Outdated Show resolved Hide resolved
src/lib/support/CommonPersistentData.h Outdated Show resolved Hide resolved
src/lib/support/DefaultStorageKeyAllocator.h Outdated Show resolved Hide resolved
src/lib/support/CommonPersistentData.h Outdated Show resolved Hide resolved
src/lib/support/PersistentData.h Show resolved Hide resolved
src/credentials/GroupDataProvider.h Outdated Show resolved Hide resolved
src/lib/support/CommonPersistentData.h Outdated Show resolved Hide resolved
src/lib/support/CommonPersistentData.h Outdated Show resolved Hide resolved
@andy31415
Copy link
Contributor

@lpbeliveau-silabs it seems a compile error needs to be fixed:

src/app/clusters/bindings/PendingNotificationMap.h:72:18: error: template argument required for 'class Iterator'
2022-11-09 09:01:54 INFO       72 |     friend class Iterator;
2022-11-09 09:01:54 INFO          |                  ^~~~~~~~

@andy31415
Copy link
Contributor

@lpbeliveau-silabs it seems a compile error needs to be fixed:

src/app/clusters/bindings/PendingNotificationMap.h:72:18: error: template argument required for 'class Iterator'
2022-11-09 09:01:54 INFO       72 |     friend class Iterator;
2022-11-09 09:01:54 INFO          |                  ^~~~~~~~

It seems Iterator class name is already used:

❯ rg 'class\s*Iterator\W' --glob '*.h' | grep -v third_party
src/lib/support/IntrusiveList.h:    class Iterator : public IntrusiveListBase::IteratorBase
src/app/clusters/bindings/PendingNotificationMap.h:    friend class Iterator;
src/app/util/binding-table.h:    friend class Iterator;

@github-actions
Copy link

github-actions bot commented Nov 9, 2022

PR #23409: Size comparison from 78b6137 to 1061e48

Increases (10 builds for bl602, bl702, k32w, mbed, qpg)
platform target config section 78b6137 1061e48 change % change
bl602 lighting-app bl602 (read/write) 1388982 1389502 520 0.0
.text 1068758 1069194 436 0.0
bl602+rpc (read/write) 1434430 1434950 520 0.0
.text 1100358 1100798 440 0.0
bl702 lighting-app bl702 (read/write) 1195655 1196183 528 0.0
.debug_abbrev 1525286 1525292 6 0.0
.debug_aranges 132584 132608 24 0.0
.debug_frame 486044 486172 128 0.0
.debug_info 39169757 39171814 2057 0.0
.debug_line 5280864 5282235 1371 0.0
.debug_loc 3370091 3370880 789 0.0
.debug_ranges 360520 360544 24 0.0
.debug_str 3463708 3464806 1098 0.0
.rodata 116488 116568 80 0.1
.strtab 566648 566997 349 0.1
.symtab 171920 172000 80 0.0
.text 956030 956470 440 0.0
bl702+rpc (read/write) 1283763 1284291 528 0.0
.debug_abbrev 1668287 1668311 24 0.0
.debug_aranges 140368 140392 24 0.0
.debug_frame 512424 512552 128 0.0
.debug_info 43432816 43434873 2057 0.0
.debug_line 5668098 5669469 1371 0.0
.debug_loc 3561396 3562184 788 0.0
.debug_ranges 383296 383320 24 0.0
.debug_str 3859423 3860527 1104 0.0
.rodata 130104 130184 80 0.1
.strtab 626773 627122 349 0.1
.symtab 189952 190032 80 0.0
.text 1029728 1030168 440 0.0
k32w contact k32w0+release (read/write) 661796 662068 272 0.0
.text 563468 563740 272 0.0
light k32w0+release (read/write) 671816 672072 256 0.0
.text 592116 592372 256 0.0
lock k32w0+release (read/write) 633356 633612 256 0.0
.text 552876 553132 256 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452336 2452592 256 0.0
.text 1414980 1415236 256 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149576 264 0.0
.text 596412 596676 264 0.0
lock-app qpg6105+debug (read/write) 1115052 1115316 264 0.0
.text 562148 562412 264 0.0
Full report (10 builds for bl602, bl702, k32w, mbed, qpg)
platform target config section 78b6137 1061e48 change % change
bl602 lighting-app bl602 (read/write) 1388982 1389502 520 0.0
.bss 90729 90729 0 0.0
.data 9936 9936 0 0.0
.text 1068758 1069194 436 0.0
bl602+rpc (read/write) 1434430 1434950 520 0.0
.bss 98161 98161 0 0.0
.data 10320 10320 0 0.0
.text 1100358 1100798 440 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195655 1196183 528 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67182 67182 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1525286 1525292 6 0.0
.debug_aranges 132584 132608 24 0.0
.debug_frame 486044 486172 128 0.0
.debug_info 39169757 39171814 2057 0.0
.debug_line 5280864 5282235 1371 0.0
.debug_loc 3370091 3370880 789 0.0
.debug_ranges 360520 360544 24 0.0
.debug_str 3463708 3464806 1098 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116488 116568 80 0.1
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566648 566997 349 0.1
.symtab 171920 172000 80 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956030 956470 440 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283763 1284291 528 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1668287 1668311 24 0.0
.debug_aranges 140368 140392 24 0.0
.debug_frame 512424 512552 128 0.0
.debug_info 43432816 43434873 2057 0.0
.debug_line 5668098 5669469 1371 0.0
.debug_loc 3561396 3562184 788 0.0
.debug_ranges 383296 383320 24 0.0
.debug_str 3859423 3860527 1104 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130104 130184 80 0.1
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 626773 627122 349 0.1
.symtab 189952 190032 80 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029728 1030168 440 0.0
k32w contact k32w0+release (read/write) 661796 662068 272 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563740 272 0.0
light k32w0+release (read/write) 671816 672072 256 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592116 592372 256 0.0
lock k32w0+release (read/write) 633356 633612 256 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 553132 256 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452336 2452592 256 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1414980 1415236 256 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149576 264 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596676 264 0.0
lock-app qpg6105+debug (read/write) 1115052 1115316 264 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562148 562412 264 0.0

@lpbeliveau-silabs lpbeliveau-silabs force-pushed the feature/common_storage_class branch 6 times, most recently from e18a813 to 6ffbf53 Compare November 9, 2022 16:17
@lpbeliveau-silabs
Copy link
Contributor Author

The Iterator class was changed to CommonIterator

@lpbeliveau-silabs lpbeliveau-silabs force-pushed the feature/common_storage_class branch 3 times, most recently from 38014a8 to daac71b Compare November 14, 2022 14:21
@github-actions
Copy link

github-actions bot commented Nov 14, 2022

PR #23409: Size comparison from b87a86b to d3530ca

Increases above 0.2%:

platform target config section b87a86b d3530ca change % change
linux all-clusters-minimal-app debug .data.rel.ro 79352 79512 160 0.2
bridge-app debug+rpc .data.rel.ro 68616 68776 160 0.2
lighting-app debug+rpc .data.rel.ro 73832 73992 160 0.2
lock-app debug .data.rel.ro 70680 70840 160 0.2
ota-provider-app debug .data.rel.ro 64600 64760 160 0.2
ota-requestor-app debug .data.rel.ro 69960 70120 160 0.2
shell debug .data.rel.ro 77880 78040 160 0.2
thermostat-no-ble arm64 .got 5176 5192 16 0.3
Increases (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section b87a86b d3530ca change % change
bl602 lighting-app bl602 (read/write) 1375258 1375778 520 0.0
.text 1059186 1059626 440 0.0
bl602+rpc (read/write) 1421074 1421594 520 0.0
.text 1090678 1091120 442 0.0
bl702 lighting-app bl702 (read/write) 1195127 1195655 528 0.0
.debug_abbrev 1523919 1523925 6 0.0
.debug_aranges 132304 132328 24 0.0
.debug_frame 485212 485340 128 0.0
.debug_info 39161307 39163108 1801 0.0
.debug_line 5271709 5273098 1389 0.0
.debug_loc 3367110 3367914 804 0.0
.debug_ranges 360272 360296 24 0.0
.debug_str 3462152 3463615 1463 0.0
.rodata 116488 116568 80 0.1
.strtab 566531 566910 379 0.1
.symtab 171808 171888 80 0.0
.text 955518 955956 438 0.0
bl702+rpc (read/write) 1283267 1283795 528 0.0
.debug_abbrev 1667931 1667955 24 0.0
.debug_aranges 140368 140392 24 0.0
.debug_frame 512416 512544 128 0.0
.debug_info 43430529 43432309 1780 0.0
.debug_line 5667078 5668467 1389 0.0
.debug_loc 3561346 3562150 804 0.0
.debug_ranges 383296 383320 24 0.0
.debug_str 3859441 3860910 1469 0.0
.rodata 130120 130200 80 0.1
.strtab 626746 627125 379 0.1
.symtab 189920 190000 80 0.0
.text 1029216 1029654 438 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678427 264 0.0
.text 588000 588264 264 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642723 264 0.0
.text 563152 563416 264 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676559 264 0.0
.text 598544 598808 264 0.0
lock-mtd LP_CC2652R7 (read only) 660811 661083 272 0.0
.text 557024 557296 272 0.0
pump-app LP_CC2652R7 (read only) 688743 689007 264 0.0
.text 597500 597764 264 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673283 256 0.0
.text 586240 586496 256 0.0
shell LP_CC2652R7 (read only) 669382 669646 264 0.0
.text 582468 582732 264 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587494 264 0.0
.app_xip_area 463440 463704 264 0.1
lock cyw930739m2evb_01 (read/write) 591338 591602 264 0.0
.app_xip_area 462252 462516 264 0.1
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 543978 264 0.0
.app_xip_area 425444 425708 264 0.1
efr32 lighting-app BRD4161A+rpc (read/write) 974172 974444 272 0.0
.text 819724 819996 272 0.0
BRD4161A+rs911x (read/write) 1034704 1035168 464 0.0
.text 845940 846404 464 0.1
BRD4187C (read/write) 1146552 1147008 456 0.0
.text 980792 981248 456 0.0
lock-app BRD4161A+wf200 (read/write) 1160120 1160376 256 0.0
.text 999820 1000076 256 0.0
window-app BRD4187C (read/write) 1139772 1140228 456 0.0
.text 972572 973028 456 0.0
esp32 all-clusters-app c3devkit (read only) 1224290 1224616 326 0.0
.flash.text 1224290 1224616 326 0.0
m5stack (read only) 1234187 1234463 276 0.0
.flash.text 1228803 1229079 276 0.0
k32w contact k32w0+release (read/write) 661796 662052 256 0.0
.text 563468 563724 256 0.0
light k32w0+release (read/write) 671800 672072 272 0.0
.text 592100 592372 272 0.0
lock k32w0+release (read/write) 633356 633612 256 0.0
.text 552876 553132 256 0.0
linux all-clusters-app debug (read only) 3085417 3087657 2240 0.1
(read/write) 158312 158472 160 0.1
.data.rel.ro 86984 87144 160 0.2
.rodata 280939 281131 192 0.1
.text 2620274 2622034 1760 0.1
all-clusters-minimal-app debug (read only) 2911113 2913385 2272 0.1
(read/write) 149712 149872 160 0.1
.data.rel.ro 79352 79512 160 0.2
.rodata 280427 280651 224 0.1
.text 2449522 2451282 1760 0.1
bridge-app debug+rpc (read only) 2410065 2412305 2240 0.1
(read/write) 129448 129608 160 0.1
.data.rel.ro 68616 68776 160 0.2
.rodata 210688 210880 192 0.1
.text 2032306 2034066 1760 0.1
chip-tool debug (read only) 11079241 11081481 2240 0.0
(read/write) 658304 658464 160 0.0
.data.rel.ro 623040 623200 160 0.0
.rodata 591837 592029 192 0.0
.text 8963988 8965748 1760 0.0
chip-tool-ipv6only arm64 (read only) 10433596 10435564 1968 0.0
(read/write) 706353 706529 176 0.0
.data.rel.ro 650672 650832 160 0.0
.got 13912 13928 16 0.1
.rodata 518220 518396 176 0.0
.text 8260020 8261380 1360 0.0
lighting-app debug+rpc (read only) 2641089 2643329 2240 0.1
(read/write) 132296 132456 160 0.1
.data.rel.ro 73832 73992 160 0.2
.rodata 227552 227744 192 0.1
.text 2237122 2238882 1760 0.1
lock-app debug (read only) 2600329 2602601 2272 0.1
(read/write) 127216 127376 160 0.1
.data.rel.ro 70680 70840 160 0.2
.rodata 243848 244072 224 0.1
.text 2185058 2186818 1760 0.1
ota-provider-app debug (read only) 2396497 2398769 2272 0.1
(read/write) 120744 120904 160 0.1
.data.rel.ro 64600 64760 160 0.2
.rodata 216328 216552 224 0.1
.text 2011906 2013666 1760 0.1
ota-requestor-app debug (read only) 2561809 2564081 2272 0.1
(read/write) 129088 129248 160 0.1
.data.rel.ro 69960 70120 160 0.2
.rodata 223408 223632 224 0.1
.text 2161042 2162802 1760 0.1
shell debug (read only) 2621521 2623761 2240 0.1
(read/write) 142808 142968 160 0.1
.data.rel.ro 77880 78040 160 0.2
.rodata 239250 239442 192 0.1
.text 2223042 2224802 1760 0.1
thermostat-no-ble arm64 (read only) 2392092 2394076 1984 0.1
(read/write) 143777 143953 176 0.1
.data.rel.ro 77328 77488 160 0.2
.got 5176 5192 16 0.3
.rodata 144724 144916 192 0.1
.text 2004000 2005360 1360 0.1
tv-app debug (read only) 3254881 3257121 2240 0.1
(read/write) 261832 261992 160 0.1
.data.rel.ro 80224 80384 160 0.2
.rodata 268216 268408 192 0.1
.text 2792962 2794722 1760 0.1
tv-casting-app debug (read only) 5580961 5583201 2240 0.0
(read/write) 161720 161880 160 0.1
.data.rel.ro 101056 101216 160 0.2
.rodata 355001 355193 192 0.1
.text 4950578 4952338 1760 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452336 2452592 256 0.0
.text 1414980 1415236 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1188127 272 0.0
text 816982 817248 266 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167539 256 0.0
text 805532 805798 266 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746244 1746708 464 0.0
.debug_abbrev 1235716 1235724 8 0.0
.debug_aranges 110704 110728 24 0.0
.debug_frame 371284 371396 112 0.0
.debug_info 27023893 27026556 2663 0.0
.debug_line 3685941 3687259 1318 0.0
.debug_loc 3603743 3605062 1319 0.0
.debug_ranges 339544 339592 48 0.0
.debug_str 3431043 3432510 1467 0.0
.strtab 570257 570636 379 0.1
.symtab 421440 421600 160 0.0
.text 1546480 1546944 464 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1688780 1689244 464 0.0
.debug_abbrev 1227559 1227567 8 0.0
.debug_aranges 110176 110200 24 0.0
.debug_frame 374364 374476 112 0.0
.debug_info 26760523 26763186 2663 0.0
.debug_line 3706925 3708243 1318 0.0
.debug_loc 3591380 3592699 1319 0.0
.debug_ranges 338160 338208 48 0.0
.debug_str 3420063 3421530 1467 0.0
.strtab 534346 534725 379 0.1
.symtab 407872 408032 160 0.0
.text 1489752 1490216 464 0.0
light cy8ckit_062s2_43012 (read/write) 1606956 1607420 464 0.0
.debug_abbrev 1062020 1062028 8 0.0
.debug_aranges 102376 102400 24 0.0
.debug_frame 344676 344788 112 0.0
.debug_info 22225723 22228397 2674 0.0
.debug_line 3276050 3277368 1318 0.0
.debug_loc 3288865 3290184 1319 0.0
.debug_ranges 303440 303488 48 0.0
.debug_str 3225598 3227065 1467 0.0
.strtab 470671 471050 379 0.1
.symtab 376240 376400 160 0.0
.text 1416112 1416576 464 0.0
lock cy8ckit_062s2_43012 (read/write) 1640964 1641428 464 0.0
.debug_abbrev 1063995 1064003 8 0.0
.debug_aranges 102776 102800 24 0.0
.debug_frame 346552 346664 112 0.0
.debug_info 22459349 22462022 2673 0.0
.debug_line 3273170 3274488 1318 0.0
.debug_loc 3316718 3318037 1319 0.0
.debug_ranges 305400 305448 48 0.0
.debug_str 3244969 3246422 1453 0.0
.strtab 473074 473453 379 0.1
.symtab 377936 378096 160 0.0
.text 1445128 1445592 464 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149576 264 0.0
.text 596412 596676 264 0.0
lock-app qpg6105+debug (read/write) 1115060 1115316 256 0.0
.text 562156 562412 256 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937656 304 0.0
text 648704 649006 302 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875648 304 0.0
text 612686 612994 308 0.1
light-switch-app tlsr9518adk80d (read/write) 790692 791004 312 0.0
text 554148 554456 308 0.1
lighting-app tlsr9518adk80d (read/write) 874924 875228 304 0.0
text 624114 624420 306 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805184 805496 312 0.0
text 565528 565834 306 0.1
Decreases (7 builds for cc13x2_26x2, esp32)
platform target config section b87a86b d3530ca change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173372 173108 -264 -0.2
lock-ftd LP_CC2652R7 (read/write) 172808 172544 -264 -0.2
lock-mtd LP_CC2652R7 (read/write) 183548 183276 -272 -0.1
pump-app LP_CC2652R7 (read/write) 161096 160832 -264 -0.2
pump-controller-app LP_CC2652R7 (read/write) 176908 176652 -256 -0.1
shell LP_CC2652R7 (read/write) 184472 184208 -264 -0.1
esp32 all-clusters-app c3devkit (read/write) 1788614 1788606 -8 -0.0
.flash.rodata 258184 258176 -8 -0.0
Full report (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section b87a86b d3530ca change % change
bl602 lighting-app bl602 (read/write) 1375258 1375778 520 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059186 1059626 440 0.0
bl602+rpc (read/write) 1421074 1421594 520 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090678 1091120 442 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195655 528 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1523919 1523925 6 0.0
.debug_aranges 132304 132328 24 0.0
.debug_frame 485212 485340 128 0.0
.debug_info 39161307 39163108 1801 0.0
.debug_line 5271709 5273098 1389 0.0
.debug_loc 3367110 3367914 804 0.0
.debug_ranges 360272 360296 24 0.0
.debug_str 3462152 3463615 1463 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116488 116568 80 0.1
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566531 566910 379 0.1
.symtab 171808 171888 80 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955518 955956 438 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283795 528 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1667931 1667955 24 0.0
.debug_aranges 140368 140392 24 0.0
.debug_frame 512416 512544 128 0.0
.debug_info 43430529 43432309 1780 0.0
.debug_line 5667078 5668467 1389 0.0
.debug_loc 3561346 3562150 804 0.0
.debug_ranges 383296 383320 24 0.0
.debug_str 3859441 3860910 1469 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130120 130200 80 0.1
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 626746 627125 379 0.1
.symtab 189920 190000 80 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029216 1029654 438 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678427 264 0.0
(read/write) 173372 173108 -264 -0.2
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588000 588264 264 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642723 264 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 78987 0 0.0
.text 563152 563416 264 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676559 264 0.0
(read/write) 172808 172544 -264 -0.2
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598808 264 0.0
lock-mtd LP_CC2652R7 (read only) 660811 661083 272 0.0
(read/write) 183548 183276 -272 -0.1
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557024 557296 272 0.0
pump-app LP_CC2652R7 (read only) 688743 689007 264 0.0
(read/write) 161096 160832 -264 -0.2
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597500 597764 264 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673283 256 0.0
(read/write) 176908 176652 -256 -0.1
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586240 586496 256 0.0
shell LP_CC2652R7 (read only) 669382 669646 264 0.0
(read/write) 184472 184208 -264 -0.1
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582468 582732 264 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587494 264 0.0
.app_xip_area 463440 463704 264 0.1
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591338 591602 264 0.0
.app_xip_area 462252 462516 264 0.1
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 543978 264 0.0
.app_xip_area 425444 425708 264 0.1
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974172 974444 272 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 819724 819996 272 0.0
BRD4161A+rs911x (read/write) 1034704 1035168 464 0.0
.bss 186728 186728 0 0.0
.data 2012 2012 0 0.0
.text 845940 846404 464 0.1
BRD4187C (read/write) 1146552 1147008 456 0.0
.bss 138648 138648 0 0.0
.data 2516 2516 0 0.0
.text 980792 981248 456 0.0
lock-app BRD4161A+wf200 (read/write) 1160120 1160376 256 0.0
.bss 158256 158256 0 0.0
.data 2020 2020 0 0.0
.text 999820 1000076 256 0.0
window-app BRD4187C (read/write) 1139772 1140228 456 0.0
.bss 140064 140064 0 0.0
.data 2540 2540 0 0.0
.text 972572 973028 456 0.0
esp32 all-clusters-app c3devkit (read only) 1224290 1224616 326 0.0
(read/write) 1788614 1788606 -8 -0.0
.dram0.bss 76944 76944 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258176 -8 -0.0
.flash.text 1224290 1224616 326 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234187 1234463 276 0.0
(read/write) 564412 564412 0 0.0
.dram0.bss 82320 82320 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315128 315128 0 0.0
.flash.text 1228803 1229079 276 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 661796 662052 256 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563724 256 0.0
light k32w0+release (read/write) 671800 672072 272 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592372 272 0.0
lock k32w0+release (read/write) 633356 633612 256 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 553132 256 0.0
linux all-clusters-app debug (read only) 3085417 3087657 2240 0.1
(read/write) 158312 158472 160 0.1
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 86984 87144 160 0.2
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 280939 281131 192 0.1
.text 2620274 2622034 1760 0.1
all-clusters-minimal-app debug (read only) 2911113 2913385 2272 0.1
(read/write) 149712 149872 160 0.1
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79352 79512 160 0.2
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280427 280651 224 0.1
.text 2449522 2451282 1760 0.1
bridge-app debug+rpc (read only) 2410065 2412305 2240 0.1
(read/write) 129448 129608 160 0.1
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68616 68776 160 0.2
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210688 210880 192 0.1
.text 2032306 2034066 1760 0.1
chip-tool debug (read only) 11079241 11081481 2240 0.0
(read/write) 658304 658464 160 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623040 623200 160 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 591837 592029 192 0.0
.text 8963988 8965748 1760 0.0
chip-tool-ipv6only arm64 (read only) 10433596 10435564 1968 0.0
(read/write) 706353 706529 176 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650672 650832 160 0.0
.dynamic 560 560 0 0.0
.got 13912 13928 16 0.1
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518220 518396 176 0.0
.text 8260020 8261380 1360 0.0
lighting-app debug+rpc (read only) 2641089 2643329 2240 0.1
(read/write) 132296 132456 160 0.1
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73832 73992 160 0.2
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227552 227744 192 0.1
.text 2237122 2238882 1760 0.1
lock-app debug (read only) 2600329 2602601 2272 0.1
(read/write) 127216 127376 160 0.1
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70680 70840 160 0.2
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 243848 244072 224 0.1
.text 2185058 2186818 1760 0.1
ota-provider-app debug (read only) 2396497 2398769 2272 0.1
(read/write) 120744 120904 160 0.1
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64600 64760 160 0.2
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216328 216552 224 0.1
.text 2011906 2013666 1760 0.1
ota-requestor-app debug (read only) 2561809 2564081 2272 0.1
(read/write) 129088 129248 160 0.1
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 69960 70120 160 0.2
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223408 223632 224 0.1
.text 2161042 2162802 1760 0.1
shell debug (read only) 2621521 2623761 2240 0.1
(read/write) 142808 142968 160 0.1
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77880 78040 160 0.2
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239250 239442 192 0.1
.text 2223042 2224802 1760 0.1
thermostat-no-ble arm64 (read only) 2392092 2394076 1984 0.1
(read/write) 143777 143953 176 0.1
.bss 55393 55393 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77328 77488 160 0.2
.dynamic 560 560 0 0.0
.got 5176 5192 16 0.3
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144724 144916 192 0.1
.text 2004000 2005360 1360 0.1
tv-app debug (read only) 3254881 3257121 2240 0.1
(read/write) 261832 261992 160 0.1
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80224 80384 160 0.2
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268216 268408 192 0.1
.text 2792962 2794722 1760 0.1
tv-casting-app debug (read only) 5580961 5583201 2240 0.0
(read/write) 161720 161880 160 0.1
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101056 101216 160 0.2
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 355001 355193 192 0.1
.text 4950578 4952338 1760 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452336 2452592 256 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1414980 1415236 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1188127 272 0.0
bss 145285 145285 0 0.0
rodata 144516 144516 0 0.0
text 816982 817248 266 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167539 256 0.0
bss 144512 144512 0 0.0
rodata 136304 136304 0 0.0
text 805532 805798 266 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746244 1746708 464 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 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 2664 2664 0 0.0
.debug_abbrev 1235716 1235724 8 0.0
.debug_aranges 110704 110728 24 0.0
.debug_frame 371284 371396 112 0.0
.debug_info 27023893 27026556 2663 0.0
.debug_line 3685941 3687259 1318 0.0
.debug_loc 3603743 3605062 1319 0.0
.debug_ranges 339544 339592 48 0.0
.debug_str 3431043 3432510 1467 0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570257 570636 379 0.1
.symtab 421440 421600 160 0.0
.text 1546480 1546944 464 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1688780 1689244 464 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 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 2664 2664 0 0.0
.debug_abbrev 1227559 1227567 8 0.0
.debug_aranges 110176 110200 24 0.0
.debug_frame 374364 374476 112 0.0
.debug_info 26760523 26763186 2663 0.0
.debug_line 3706925 3708243 1318 0.0
.debug_loc 3591380 3592699 1319 0.0
.debug_ranges 338160 338208 48 0.0
.debug_str 3420063 3421530 1467 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 534346 534725 379 0.1
.symtab 407872 408032 160 0.0
.text 1489752 1490216 464 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1606956 1607420 464 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 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 2456 2456 0 0.0
.debug_abbrev 1062020 1062028 8 0.0
.debug_aranges 102376 102400 24 0.0
.debug_frame 344676 344788 112 0.0
.debug_info 22225723 22228397 2674 0.0
.debug_line 3276050 3277368 1318 0.0
.debug_loc 3288865 3290184 1319 0.0
.debug_ranges 303440 303488 48 0.0
.debug_str 3225598 3227065 1467 0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 470671 471050 379 0.1
.symtab 376240 376400 160 0.0
.text 1416112 1416576 464 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1640964 1641428 464 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 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 1063995 1064003 8 0.0
.debug_aranges 102776 102800 24 0.0
.debug_frame 346552 346664 112 0.0
.debug_info 22459349 22462022 2673 0.0
.debug_line 3273170 3274488 1318 0.0
.debug_loc 3316718 3318037 1319 0.0
.debug_ranges 305400 305448 48 0.0
.debug_str 3244969 3246422 1453 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473074 473453 379 0.1
.symtab 377936 378096 160 0.0
.text 1445128 1445592 464 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149576 264 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596676 264 0.0
lock-app qpg6105+debug (read/write) 1115060 1115316 256 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562412 256 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937656 304 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648704 649006 302 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875648 304 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612686 612994 308 0.1
light-switch-app tlsr9518adk80d (read/write) 790692 791004 312 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554148 554456 308 0.1
lighting-app tlsr9518adk80d (read/write) 874924 875228 304 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624114 624420 306 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805184 805496 312 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565528 565834 306 0.1

@github-actions
Copy link

github-actions bot commented Nov 15, 2022

PR #23409: Size comparison from 6519b91 to 07ffe47

Increases above 0.2%:

platform target config section 6519b91 07ffe47 change % change
linux all-clusters-minimal-app debug .data.rel.ro 79352 79512 160 0.2
bridge-app debug+rpc .data.rel.ro 68616 68776 160 0.2
lighting-app debug+rpc .data.rel.ro 73832 73992 160 0.2
lock-app debug .data.rel.ro 70680 70840 160 0.2
ota-provider-app debug .data.rel.ro 64600 64760 160 0.2
ota-requestor-app debug .data.rel.ro 69960 70120 160 0.2
shell debug .data.rel.ro 77880 78040 160 0.2
thermostat-no-ble arm64 .got 5176 5192 16 0.3
Increases (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6519b91 07ffe47 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375778 520 0.0
.text 1059186 1059626 440 0.0
bl602+rpc (read/write) 1421074 1421594 520 0.0
.text 1090680 1091120 440 0.0
bl702 lighting-app bl702 (read/write) 1195127 1195655 528 0.0
.debug_abbrev 1523919 1523925 6 0.0
.debug_aranges 132304 132328 24 0.0
.debug_frame 485212 485340 128 0.0
.debug_info 39161306 39163108 1802 0.0
.debug_line 5271709 5273098 1389 0.0
.debug_loc 3367110 3367914 804 0.0
.debug_ranges 360272 360296 24 0.0
.debug_str 3462160 3463623 1463 0.0
.rodata 116488 116568 80 0.1
.strtab 566531 566910 379 0.1
.symtab 171808 171888 80 0.0
.text 955516 955956 440 0.0
bl702+rpc (read/write) 1283267 1283795 528 0.0
.debug_abbrev 1667931 1667955 24 0.0
.debug_aranges 140368 140392 24 0.0
.debug_frame 512416 512544 128 0.0
.debug_info 43430527 43432309 1782 0.0
.debug_line 5667078 5668467 1389 0.0
.debug_loc 3561346 3562150 804 0.0
.debug_ranges 383296 383320 24 0.0
.debug_str 3859469 3860938 1469 0.0
.rodata 130120 130200 80 0.1
.strtab 626746 627125 379 0.1
.symtab 189920 190000 80 0.0
.text 1029212 1029654 442 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678427 264 0.0
.text 588000 588264 264 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642723 264 0.0
.text 563152 563416 264 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676559 264 0.0
.text 598544 598808 264 0.0
lock-mtd LP_CC2652R7 (read only) 660819 661083 264 0.0
.text 557032 557296 264 0.0
pump-app LP_CC2652R7 (read only) 688743 689007 264 0.0
.text 597500 597764 264 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673291 264 0.0
.text 586240 586504 264 0.0
shell LP_CC2652R7 (read only) 669382 669646 264 0.0
.text 582468 582732 264 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587494 264 0.0
.app_xip_area 463440 463704 264 0.1
lock cyw930739m2evb_01 (read/write) 591338 591594 256 0.0
.app_xip_area 462252 462508 256 0.1
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 543978 264 0.0
.app_xip_area 425444 425708 264 0.1
efr32 lighting-app BRD4161A+rpc (read/write) 974172 974444 272 0.0
.text 819724 819996 272 0.0
BRD4161A+rs911x (read/write) 1034744 1035208 464 0.0
.text 845972 846436 464 0.1
BRD4187C (read/write) 1146576 1147032 456 0.0
.text 980808 981264 456 0.0
lock-app BRD4161A+wf200 (read/write) 1160144 1160400 256 0.0
.text 999836 1000092 256 0.0
window-app BRD4187C (read/write) 1139812 1140268 456 0.0
.text 972604 973060 456 0.0
esp32 all-clusters-app c3devkit (read only) 1224292 1224620 328 0.0
.flash.text 1224292 1224620 328 0.0
m5stack (read only) 1234187 1234463 276 0.0
.flash.text 1228803 1229079 276 0.0
k32w contact k32w0+release (read/write) 661796 662052 256 0.0
.text 563468 563724 256 0.0
light k32w0+release (read/write) 671800 672072 272 0.0
.text 592100 592372 272 0.0
lock k32w0+release (read/write) 633356 633612 256 0.0
.text 552876 553132 256 0.0
linux all-clusters-app debug (read only) 3085417 3087657 2240 0.1
(read/write) 158312 158472 160 0.1
.data.rel.ro 86984 87144 160 0.2
.rodata 280939 281131 192 0.1
.text 2620274 2622034 1760 0.1
all-clusters-minimal-app debug (read only) 2911113 2913385 2272 0.1
(read/write) 149712 149872 160 0.1
.data.rel.ro 79352 79512 160 0.2
.rodata 280427 280651 224 0.1
.text 2449522 2451282 1760 0.1
bridge-app debug+rpc (read only) 2410065 2412305 2240 0.1
(read/write) 129448 129608 160 0.1
.data.rel.ro 68616 68776 160 0.2
.rodata 210688 210880 192 0.1
.text 2032306 2034066 1760 0.1
chip-tool debug (read only) 11079241 11081481 2240 0.0
(read/write) 658304 658464 160 0.0
.data.rel.ro 623040 623200 160 0.0
.rodata 591837 592029 192 0.0
.text 8963988 8965748 1760 0.0
chip-tool-ipv6only arm64 (read only) 10433596 10435580 1984 0.0
(read/write) 706353 706529 176 0.0
.data.rel.ro 650672 650832 160 0.0
.got 13912 13928 16 0.1
.rodata 518220 518412 192 0.0
.text 8260020 8261380 1360 0.0
lighting-app debug+rpc (read only) 2641089 2643329 2240 0.1
(read/write) 132296 132456 160 0.1
.data.rel.ro 73832 73992 160 0.2
.rodata 227552 227744 192 0.1
.text 2237122 2238882 1760 0.1
lock-app debug (read only) 2600329 2602601 2272 0.1
(read/write) 127216 127376 160 0.1
.data.rel.ro 70680 70840 160 0.2
.rodata 243848 244072 224 0.1
.text 2185058 2186818 1760 0.1
ota-provider-app debug (read only) 2396497 2398769 2272 0.1
(read/write) 120744 120904 160 0.1
.data.rel.ro 64600 64760 160 0.2
.rodata 216328 216552 224 0.1
.text 2011906 2013666 1760 0.1
ota-requestor-app debug (read only) 2561809 2564081 2272 0.1
(read/write) 129088 129248 160 0.1
.data.rel.ro 69960 70120 160 0.2
.rodata 223408 223632 224 0.1
.text 2161042 2162802 1760 0.1
shell debug (read only) 2621521 2623761 2240 0.1
(read/write) 142808 142968 160 0.1
.data.rel.ro 77880 78040 160 0.2
.rodata 239250 239442 192 0.1
.text 2223042 2224802 1760 0.1
thermostat-no-ble arm64 (read only) 2392812 2394796 1984 0.1
(read/write) 143489 143665 176 0.1
.data.rel.ro 77096 77256 160 0.2
.got 5176 5192 16 0.3
.rodata 144788 144980 192 0.1
.text 2004560 2005920 1360 0.1
tv-app debug (read only) 3254881 3257121 2240 0.1
(read/write) 261832 261992 160 0.1
.data.rel.ro 80224 80384 160 0.2
.rodata 268216 268408 192 0.1
.text 2792962 2794722 1760 0.1
tv-casting-app debug (read only) 5580961 5583201 2240 0.0
(read/write) 161720 161880 160 0.1
.data.rel.ro 101056 101216 160 0.2
.rodata 355001 355193 192 0.1
.text 4950578 4952338 1760 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452336 2452592 256 0.0
.text 1414980 1415236 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1188127 272 0.0
text 816982 817244 262 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167539 256 0.0
text 805532 805798 266 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746244 1746708 464 0.0
.debug_abbrev 1235716 1235724 8 0.0
.debug_aranges 110704 110728 24 0.0
.debug_frame 371284 371396 112 0.0
.debug_info 27023893 27026555 2662 0.0
.debug_line 3685941 3687259 1318 0.0
.debug_loc 3603774 3605093 1319 0.0
.debug_ranges 339544 339592 48 0.0
.debug_str 3431051 3432518 1467 0.0
.strtab 570257 570636 379 0.1
.symtab 421440 421600 160 0.0
.text 1546480 1546944 464 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1688780 1689244 464 0.0
.debug_abbrev 1227559 1227567 8 0.0
.debug_aranges 110176 110200 24 0.0
.debug_frame 374364 374476 112 0.0
.debug_info 26760523 26763186 2663 0.0
.debug_line 3706925 3708243 1318 0.0
.debug_loc 3591380 3592699 1319 0.0
.debug_ranges 338160 338208 48 0.0
.debug_str 3420071 3421538 1467 0.0
.strtab 534346 534725 379 0.1
.symtab 407872 408032 160 0.0
.text 1489752 1490216 464 0.0
light cy8ckit_062s2_43012 (read/write) 1606956 1607420 464 0.0
.debug_abbrev 1062020 1062028 8 0.0
.debug_aranges 102376 102400 24 0.0
.debug_frame 344676 344788 112 0.0
.debug_info 22225724 22228396 2672 0.0
.debug_line 3276050 3277368 1318 0.0
.debug_loc 3288865 3290184 1319 0.0
.debug_ranges 303440 303488 48 0.0
.debug_str 3225606 3227073 1467 0.0
.strtab 470671 471050 379 0.1
.symtab 376240 376400 160 0.0
.text 1416112 1416576 464 0.0
lock cy8ckit_062s2_43012 (read/write) 1640964 1641428 464 0.0
.debug_abbrev 1063995 1064003 8 0.0
.debug_aranges 102776 102800 24 0.0
.debug_frame 346552 346664 112 0.0
.debug_info 22459348 22462021 2673 0.0
.debug_line 3273170 3274488 1318 0.0
.debug_loc 3316718 3318037 1319 0.0
.debug_ranges 305400 305448 48 0.0
.debug_str 3244977 3246430 1453 0.0
.strtab 473074 473453 379 0.1
.symtab 377936 378096 160 0.0
.text 1445128 1445592 464 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149576 264 0.0
.text 596412 596676 264 0.0
lock-app qpg6105+debug (read/write) 1115060 1115316 256 0.0
.text 562156 562412 256 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937648 296 0.0
text 648702 649004 302 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875648 304 0.0
text 612686 612990 304 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 791004 304 0.0
text 554150 554454 304 0.1
lighting-app tlsr9518adk80d (read/write) 874924 875228 304 0.0
text 624114 624416 302 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805496 304 0.0
text 565530 565836 306 0.1
Decreases (7 builds for cc13x2_26x2, esp32)
platform target config section 6519b91 07ffe47 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 173372 173108 -264 -0.2
lock-ftd LP_CC2652R7 (read/write) 172808 172544 -264 -0.2
lock-mtd LP_CC2652R7 (read/write) 183540 183276 -264 -0.1
pump-app LP_CC2652R7 (read/write) 161096 160832 -264 -0.2
pump-controller-app LP_CC2652R7 (read/write) 176908 176644 -264 -0.1
shell LP_CC2652R7 (read/write) 184472 184208 -264 -0.1
esp32 all-clusters-app c3devkit (read/write) 1788614 1788606 -8 -0.0
.flash.rodata 258184 258176 -8 -0.0
Full report (51 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6519b91 07ffe47 change % change
bl602 lighting-app bl602 (read/write) 1375258 1375778 520 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059186 1059626 440 0.0
bl602+rpc (read/write) 1421074 1421594 520 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090680 1091120 440 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195655 528 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1523919 1523925 6 0.0
.debug_aranges 132304 132328 24 0.0
.debug_frame 485212 485340 128 0.0
.debug_info 39161306 39163108 1802 0.0
.debug_line 5271709 5273098 1389 0.0
.debug_loc 3367110 3367914 804 0.0
.debug_ranges 360272 360296 24 0.0
.debug_str 3462160 3463623 1463 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116488 116568 80 0.1
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566531 566910 379 0.1
.symtab 171808 171888 80 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955516 955956 440 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283795 528 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1667931 1667955 24 0.0
.debug_aranges 140368 140392 24 0.0
.debug_frame 512416 512544 128 0.0
.debug_info 43430527 43432309 1782 0.0
.debug_line 5667078 5668467 1389 0.0
.debug_loc 3561346 3562150 804 0.0
.debug_ranges 383296 383320 24 0.0
.debug_str 3859469 3860938 1469 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130120 130200 80 0.1
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 626746 627125 379 0.1
.symtab 189920 190000 80 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029212 1029654 442 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678427 264 0.0
(read/write) 173372 173108 -264 -0.2
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588000 588264 264 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642723 264 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 78987 0 0.0
.text 563152 563416 264 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676559 264 0.0
(read/write) 172808 172544 -264 -0.2
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598808 264 0.0
lock-mtd LP_CC2652R7 (read only) 660819 661083 264 0.0
(read/write) 183540 183276 -264 -0.1
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557032 557296 264 0.0
pump-app LP_CC2652R7 (read only) 688743 689007 264 0.0
(read/write) 161096 160832 -264 -0.2
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597500 597764 264 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673291 264 0.0
(read/write) 176908 176644 -264 -0.1
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586240 586504 264 0.0
shell LP_CC2652R7 (read only) 669382 669646 264 0.0
(read/write) 184472 184208 -264 -0.1
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582468 582732 264 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587494 264 0.0
.app_xip_area 463440 463704 264 0.1
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591338 591594 256 0.0
.app_xip_area 462252 462508 256 0.1
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 543978 264 0.0
.app_xip_area 425444 425708 264 0.1
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974172 974444 272 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 819724 819996 272 0.0
BRD4161A+rs911x (read/write) 1034744 1035208 464 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 845972 846436 464 0.1
BRD4187C (read/write) 1146576 1147032 456 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 980808 981264 456 0.0
lock-app BRD4161A+wf200 (read/write) 1160144 1160400 256 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 999836 1000092 256 0.0
window-app BRD4187C (read/write) 1139812 1140268 456 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 972604 973060 456 0.0
esp32 all-clusters-app c3devkit (read only) 1224292 1224620 328 0.0
(read/write) 1788614 1788606 -8 -0.0
.dram0.bss 76944 76944 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258176 -8 -0.0
.flash.text 1224292 1224620 328 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234187 1234463 276 0.0
(read/write) 564412 564412 0 0.0
.dram0.bss 82320 82320 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315128 315128 0 0.0
.flash.text 1228803 1229079 276 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 661796 662052 256 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563724 256 0.0
light k32w0+release (read/write) 671800 672072 272 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592372 272 0.0
lock k32w0+release (read/write) 633356 633612 256 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 553132 256 0.0
linux all-clusters-app debug (read only) 3085417 3087657 2240 0.1
(read/write) 158312 158472 160 0.1
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 86984 87144 160 0.2
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 280939 281131 192 0.1
.text 2620274 2622034 1760 0.1
all-clusters-minimal-app debug (read only) 2911113 2913385 2272 0.1
(read/write) 149712 149872 160 0.1
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79352 79512 160 0.2
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280427 280651 224 0.1
.text 2449522 2451282 1760 0.1
bridge-app debug+rpc (read only) 2410065 2412305 2240 0.1
(read/write) 129448 129608 160 0.1
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68616 68776 160 0.2
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210688 210880 192 0.1
.text 2032306 2034066 1760 0.1
chip-tool debug (read only) 11079241 11081481 2240 0.0
(read/write) 658304 658464 160 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623040 623200 160 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 591837 592029 192 0.0
.text 8963988 8965748 1760 0.0
chip-tool-ipv6only arm64 (read only) 10433596 10435580 1984 0.0
(read/write) 706353 706529 176 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650672 650832 160 0.0
.dynamic 560 560 0 0.0
.got 13912 13928 16 0.1
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518220 518412 192 0.0
.text 8260020 8261380 1360 0.0
lighting-app debug+rpc (read only) 2641089 2643329 2240 0.1
(read/write) 132296 132456 160 0.1
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73832 73992 160 0.2
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227552 227744 192 0.1
.text 2237122 2238882 1760 0.1
lock-app debug (read only) 2600329 2602601 2272 0.1
(read/write) 127216 127376 160 0.1
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70680 70840 160 0.2
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 243848 244072 224 0.1
.text 2185058 2186818 1760 0.1
ota-provider-app debug (read only) 2396497 2398769 2272 0.1
(read/write) 120744 120904 160 0.1
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64600 64760 160 0.2
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216328 216552 224 0.1
.text 2011906 2013666 1760 0.1
ota-requestor-app debug (read only) 2561809 2564081 2272 0.1
(read/write) 129088 129248 160 0.1
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 69960 70120 160 0.2
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223408 223632 224 0.1
.text 2161042 2162802 1760 0.1
shell debug (read only) 2621521 2623761 2240 0.1
(read/write) 142808 142968 160 0.1
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77880 78040 160 0.2
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239250 239442 192 0.1
.text 2223042 2224802 1760 0.1
thermostat-no-ble arm64 (read only) 2392812 2394796 1984 0.1
(read/write) 143489 143665 176 0.1
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77096 77256 160 0.2
.dynamic 560 560 0 0.0
.got 5176 5192 16 0.3
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144788 144980 192 0.1
.text 2004560 2005920 1360 0.1
tv-app debug (read only) 3254881 3257121 2240 0.1
(read/write) 261832 261992 160 0.1
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80224 80384 160 0.2
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268216 268408 192 0.1
.text 2792962 2794722 1760 0.1
tv-casting-app debug (read only) 5580961 5583201 2240 0.0
(read/write) 161720 161880 160 0.1
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101056 101216 160 0.2
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 355001 355193 192 0.1
.text 4950578 4952338 1760 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452336 2452592 256 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1414980 1415236 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187855 1188127 272 0.0
bss 145285 145285 0 0.0
rodata 144516 144516 0 0.0
text 816982 817244 262 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1167283 1167539 256 0.0
bss 144512 144512 0 0.0
rodata 136304 136304 0 0.0
text 805532 805798 266 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746244 1746708 464 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 204 204 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 2664 2664 0 0.0
.debug_abbrev 1235716 1235724 8 0.0
.debug_aranges 110704 110728 24 0.0
.debug_frame 371284 371396 112 0.0
.debug_info 27023893 27026555 2662 0.0
.debug_line 3685941 3687259 1318 0.0
.debug_loc 3603774 3605093 1319 0.0
.debug_ranges 339544 339592 48 0.0
.debug_str 3431051 3432518 1467 0.0
.heap 841968 841968 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570257 570636 379 0.1
.symtab 421440 421600 160 0.0
.text 0 0 0 0.0
1546480 1546944 464 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1688780 1689244 464 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 204 204 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 2664 2664 0 0.0
.debug_abbrev 1227559 1227567 8 0.0
.debug_aranges 110176 110200 24 0.0
.debug_frame 374364 374476 112 0.0
.debug_info 26760523 26763186 2663 0.0
.debug_line 3706925 3708243 1318 0.0
.debug_loc 3591380 3592699 1319 0.0
.debug_ranges 338160 338208 48 0.0
.debug_str 3420071 3421538 1467 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 534346 534725 379 0.1
.symtab 407872 408032 160 0.0
.text 1489752 1490216 464 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1606956 1607420 464 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 204 204 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 2456 2456 0 0.0
.debug_abbrev 1062020 1062028 8 0.0
.debug_aranges 102376 102400 24 0.0
.debug_frame 344676 344788 112 0.0
.debug_info 22225724 22228396 2672 0.0
.debug_line 3276050 3277368 1318 0.0
.debug_loc 3288865 3290184 1319 0.0
.debug_ranges 303440 303488 48 0.0
.debug_str 3225606 3227073 1467 0.0
.heap 850888 850888 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 470671 471050 379 0.1
.symtab 376240 376400 160 0.0
.text 1416112 1416576 464 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1640964 1641428 464 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 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 1063995 1064003 8 0.0
.debug_aranges 102776 102800 24 0.0
.debug_frame 346552 346664 112 0.0
.debug_info 22459348 22462021 2673 0.0
.debug_line 3273170 3274488 1318 0.0
.debug_loc 3316718 3318037 1319 0.0
.debug_ranges 305400 305448 48 0.0
.debug_str 3244977 3246430 1453 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473074 473453 379 0.1
.symtab 377936 378096 160 0.0
.text 1445128 1445592 464 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149576 264 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596676 264 0.0
lock-app qpg6105+debug (read/write) 1115060 1115316 256 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562412 256 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937648 296 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648702 649004 302 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875648 304 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612686 612990 304 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 791004 304 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554150 554454 304 0.1
lighting-app tlsr9518adk80d (read/write) 874924 875228 304 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624114 624416 302 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805496 304 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565530 565836 306 0.1

@jmartinez-silabs jmartinez-silabs merged commit d2ae082 into project-chip:master Nov 16, 2022
adbridge pushed a commit to ARM-software/connectedhomeip that referenced this pull request Nov 18, 2022
* Moved structures from group data that could be re-used in scenes in a comon location: PersistentData.h

* Refactored the name of Iterator class to CommonIterator

Co-authored-by: Andrei Litvin <andy314@gmail.com>
adbridge pushed a commit to ARM-software/connectedhomeip that referenced this pull request Nov 18, 2022
* Moved structures from group data that could be re-used in scenes in a comon location: PersistentData.h

* Refactored the name of Iterator class to CommonIterator

Co-authored-by: Andrei Litvin <andy314@gmail.com>
bzbarsky-apple added a commit to bzbarsky-apple/connectedhomeip that referenced this pull request Dec 21, 2022
project-chip#23409 changed the key under
which we store group fabric info, which breaks reception of group messages if a
node updates from before that change to after that change.

We should just keep using the same key name, especially because sharing a single
storage key for all possible fabric lists (groups and whatever else will want to
store lists of fabric indices) does not necessarily make sense.

Fixes project-chip#24161
bzbarsky-apple added a commit that referenced this pull request Dec 21, 2022
)

#23409 changed the key under
which we store group fabric info, which breaks reception of group messages if a
node updates from before that change to after that change.

We should just keep using the same key name, especially because sharing a single
storage key for all possible fabric lists (groups and whatever else will want to
store lists of fabric indices) does not necessarily make sense.

Fixes #24161
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.

None yet

6 participants