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

[examples] Enabled FeatureMap on all clusters for pump-app and pump-controller-app #16764

Conversation

tlykkeberg-grundfos
Copy link
Contributor

@tlykkeberg-grundfos tlykkeberg-grundfos commented Mar 29, 2022

Problem

The FeatureMap attribute is not enabled for some clusters in the .zap files for pump-app and pump-controller-app

Change overview

Enabled the FeatureMap attribute for all cluster in the .zap files

Testing

Re-generated all pump-app.zap and pump-controller-app.zap using zap_regen_all.py

Fixes

Fixes this issue: #16663

@tlykkeberg-grundfos tlykkeberg-grundfos changed the title [examples] Enabled featuremap on all clusters for pump-app and pump-controller-app [examples] Enabled FeatureMap on all clusters for pump-app and pump-controller-app Mar 29, 2022
@github-actions
Copy link

github-actions bot commented Mar 29, 2022

PR #16764: Size comparison from d6fcbd9 to 7953fe7

Full report (16 builds for cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section d6fcbd9 7953fe7 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 605498 605498 0 0.0
.app_xip_area 512428 512428 0 0.0
.bss 75816 75816 0 0.0
.data 604 604 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 563286 563286 0 0.0
.app_xip_area 471744 471744 0 0.0
.bss 74320 74320 0 0.0
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 575546 575546 0 0.0
.app_xip_area 474356 474356 0 0.0
.bss 83648 83648 0 0.0
.data 508 508 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 926664 926664 0 0.0
(read/write) 128952 128952 0 0.0
.bss 126952 126952 0 0.0
.data 1996 1996 0 0.0
.text 926656 926656 0 0.0
BRD4161A+rpc (read only) 955688 955688 0 0.0
(read/write) 144904 144904 0 0.0
.bss 142728 142728 0 0.0
.data 2176 2176 0 0.0
.text 955680 955680 0 0.0
window-app BRD4161A (read only) 856052 856052 0 0.0
(read/write) 126912 126912 0 0.0
.bss 125040 125040 0 0.0
.data 1872 1872 0 0.0
.text 856044 856044 0 0.0
k32w light k32w061+release (read/write) 704320 704320 0 0.0
.bss 77808 77808 0 0.0
.data 1876 1876 0 0.0
.text 618836 618836 0 0.0
lock k32w061+release (read/write) 703428 703428 0 0.0
.bss 77784 77784 0 0.0
.data 1916 1916 0 0.0
.text 617928 617928 0 0.0
linux chip-tool-ipv6only arm64 (read only) 9849660 9849660 0 0.0
(read/write) 473713 473713 0 0.0
.bss 40737 40737 0 0.0
.data 1144 1144 0 0.0
.data.rel.ro 372656 372656 0 0.0
.dynamic 560 560 0 0.0
.got 55368 55368 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 494468 494468 0 0.0
.text 8301972 8301972 0 0.0
thermostat-no-ble arm64 (read only) 2275348 2275348 0 0.0
(read/write) 148369 148369 0 0.0
.bss 62817 62817 0 0.0
.data 1040 1040 0 0.0
.data.rel.ro 77000 77000 0 0.0
.dynamic 560 560 0 0.0
.got 4504 4504 0 0.0
.init 24 24 0 0.0
.init_array 360 360 0 0.0
.rodata 140036 140036 0 0.0
.text 1911952 1911952 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2355772 2355772 0 0.0
.bss 184860 184860 0 0.0
.data 5760 5760 0 0.0
.text 1318372 1318372 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1143459 1143459 0 0.0
bss 142892 142892 0 0.0
rodata 142364 142364 0 0.0
text 783316 783316 0 0.0
p6 all-clusters-app default (read/write) 2498448 2498448 0 0.0
.bss 118280 118280 0 0.0
.data 2640 2640 0 0.0
.text 1456712 1456712 0 0.0
light-app default (read/write) 2400896 2400896 0 0.0
.bss 111752 111752 0 0.0
.data 2496 2496 0 0.0
.text 1359160 1359160 0 0.0
lock-app default (read/write) 2364400 2364400 0 0.0
.bss 111496 111496 0 0.0
.data 2456 2456 0 0.0
.text 1322664 1322664 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 787556 787556 0 0.0
bss 70092 70092 0 0.0
noinit 40416 40416 0 0.0
text 557952 557952 0 0.0

@woody-apple
Copy link
Contributor

/rebase

@andy31415
Copy link
Contributor

@tlykkeberg-grundfos could you update this?

I tried to update this myself however I have no permissions to push to https://github.com/Grundfos/connectedhomeip.git/ apparently

@andy31415
Copy link
Contributor

Likely this is the same reason that /rebase does not seem to take effect. Could you allow repo maintainers to have write access to the fork?

@tlykkeberg-grundfos
Copy link
Contributor Author

tlykkeberg-grundfos commented Apr 5, 2022

Likely this is the same reason that /rebase does not seem to take effect. Could you allow repo maintainers to have write access to the fork?

Yes, for sure :-) I was not aware of this. We will do it ASAP. I have just rebased it my self just now.

And btw, can you direct us to where to find a list of these maintainers? I'm not that much into Github admin.

Never mind, I found it. But how do you want these 4 maintainers to be added to have write access to our fork, without them being active "seat-positions" in our Github plan? Or peraps there is no way to do it without :-)

@andy31415 can you please ellaborate a bit on these matters?

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR #16764: Size comparison from 3034129 to 694aa73

Increases above 0.2%:

platform target config section 3034129 694aa73 change % change
cc13x2_26x2 pump-app LP_CC2652R7 .rodata 82119 82567 448 0.5
pump-controller-app LP_CC2652R7 .rodata 78455 78783 328 0.4
k32w light k32w061+release .bss 77968 78448 480 0.6
.data 1904 1984 80 4.2
lock k32w061+release .bss 77960 79032 1072 1.4
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10212892 10242412 29520 0.3
.bss 40337 40897 560 1.4
.text 8603956 8632244 28288 0.3
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 143656 145088 1432 1.0
Increases (19 builds for cc13x2_26x2, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 3034129 694aa73 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 670727 670911 184 0.0
.text 590208 590392 184 0.0
lock-mtd LP_CC2652R7 (read only) 619855 620039 184 0.0
.text 539440 539624 184 0.0
pump-app LP_CC2652R7 (read only) 690191 690767 576 0.1
.bss 82168 82256 88 0.1
.rodata 82119 82567 448 0.5
.text 607588 607716 128 0.0
pump-controller-app LP_CC2652R7 (read only) 672431 672887 456 0.1
.bss 81896 81960 64 0.1
.rodata 78455 78783 328 0.4
.text 593492 593620 128 0.0
efr32 lighting-app BRD4161A (read only) 919516 919692 176 0.0
.text 919508 919684 176 0.0
BRD4161A+rpc (read only) 947428 947604 176 0.0
.text 947420 947596 176 0.0
window-app BRD4161A (read only) 854716 854860 144 0.0
.text 854708 854852 144 0.0
esp32 all-clusters-app c3devkit (read only) 988250 988422 172 0.0
.flash.text 988250 988422 172 0.0
m5stack (read only) 1040599 1040787 188 0.0
.flash.text 1035215 1035403 188 0.0
k32w light k32w061+release .bss 77968 78448 480 0.6
.data 1904 1984 80 4.2
lock k32w061+release .bss 77960 79032 1072 1.4
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10212892 10242412 29520 0.3
(read/write) 489633 490609 976 0.2
.bss 40337 40897 560 1.4
.data.rel.ro 387360 387648 288 0.1
.got 57016 57128 112 0.2
.rodata 510172 510412 240 0.0
.text 8603956 8632244 28288 0.3
thermostat-no-ble arm64 (read only) 2325020 2326940 1920 0.1
.text 1955840 1957760 1920 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2362956 2363084 128 0.0
.text 1325556 1325684 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 143656 145088 1432 1.0
text 789876 790320 444 0.1
p6 all-clusters-app default (read/write) 2507784 2507928 144 0.0
.text 1466048 1466192 144 0.0
light-app default (read/write) 2408960 2409120 160 0.0
.text 1367224 1367384 160 0.0
lock-app default (read/write) 2372608 2372816 208 0.0
.text 1330872 1331080 208 0.0
telink lighting-app tlsr9518adk80d (read/write) 795088 795232 144 0.0
text 564554 564698 144 0.0
Decreases (6 builds for cc13x2_26x2, k32w, nrfconnect)
platform target config section 3034129 694aa73 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 180992 180808 -184 -0.1
pump-app LP_CC2652R7 (read/write) 162704 162216 -488 -0.3
pump-controller-app LP_CC2652R7 (read/write) 180192 179800 -392 -0.2
k32w light k32w061+release (read/write) 710620 681992 -28628 -4.0
.text 624948 595760 -29188 -4.7
lock k32w061+release (read/write) 710024 686488 -23536 -3.3
.text 624320 599712 -24608 -3.9
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1151471 1149847 -1624 -0.1
bss 143072 135812 -7260 -5.1
Full report (19 builds for cc13x2_26x2, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 3034129 694aa73 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 670727 670911 184 0.0
(read/write) 180992 180808 -184 -0.1
.bss 81760 81760 0 0.0
.data 3164 3164 0 0.0
.rodata 80039 80039 0 0.0
.text 590208 590392 184 0.0
lock-mtd LP_CC2652R7 (read only) 619855 620039 184 0.0
(read/write) 154508 154508 0 0.0
.bss 77488 77488 0 0.0
.data 3164 3164 0 0.0
.rodata 79927 79927 0 0.0
.text 539440 539624 184 0.0
pump-app LP_CC2652R7 (read only) 690191 690767 576 0.1
(read/write) 162704 162216 -488 -0.3
.bss 82168 82256 88 0.1
.data 3196 3196 0 0.0
.rodata 82119 82567 448 0.5
.text 607588 607716 128 0.0
pump-controller-app LP_CC2652R7 (read only) 672431 672887 456 0.1
(read/write) 180192 179800 -392 -0.2
.bss 81896 81960 64 0.1
.data 3160 3160 0 0.0
.rodata 78455 78783 328 0.4
.text 593492 593620 128 0.0
efr32 lighting-app BRD4161A (read only) 919516 919692 176 0.0
(read/write) 129792 129792 0 0.0
.bss 127800 127800 0 0.0
.data 1992 1992 0 0.0
.text 919508 919684 176 0.0
BRD4161A+rpc (read only) 947428 947604 176 0.0
(read/write) 145740 145740 0 0.0
.bss 143568 143568 0 0.0
.data 2172 2172 0 0.0
.text 947420 947596 176 0.0
window-app BRD4161A (read only) 854716 854860 144 0.0
(read/write) 127816 127816 0 0.0
.bss 125944 125944 0 0.0
.data 1872 1872 0 0.0
.text 854708 854852 144 0.0
esp32 all-clusters-app c3devkit (read only) 988250 988422 172 0.0
(read/write) 1460922 1460922 0 0.0
.dram0.bss 62952 62952 0 0.0
.dram0.data 14196 14196 0 0.0
.flash.rodata 198288 198288 0 0.0
.flash.text 988250 988422 172 0.0
.iram0.text 62572 62572 0 0.0
m5stack (read only) 1040599 1040787 188 0.0
(read/write) 461912 461912 0 0.0
.dram0.bss 68480 68480 0 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 227232 227232 0 0.0
.flash.text 1035215 1035403 188 0.0
.iram0.text 123415 123415 0 0.0
k32w light k32w061+release (read/write) 710620 681992 -28628 -4.0
.bss 77968 78448 480 0.6
.data 1904 1984 80 4.2
.text 624948 595760 -29188 -4.7
lock k32w061+release (read/write) 710024 686488 -23536 -3.3
.bss 77960 79032 1072 1.4
.data 1944 1944 0 0.0
.text 624320 599712 -24608 -3.9
linux chip-tool-no-interactive-ipv6only arm64 (read only) 10212892 10242412 29520 0.3
(read/write) 489633 490609 976 0.2
.bss 40337 40897 560 1.4
.data 1128 1128 0 0.0
.data.rel.ro 387360 387648 288 0.1
.dynamic 560 560 0 0.0
.got 57016 57128 112 0.2
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 510172 510412 240 0.0
.text 8603956 8632244 28288 0.3
thermostat-no-ble arm64 (read only) 2325020 2326940 1920 0.1
(read/write) 149521 149521 0 0.0
.bss 62977 62977 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 77760 77760 0 0.0
.dynamic 560 560 0 0.0
.got 4632 4632 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 143340 143340 0 0.0
.text 1955840 1957760 1920 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2362956 2363084 128 0.0
.bss 185052 185052 0 0.0
.data 5784 5784 0 0.0
.text 1325556 1325684 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1151471 1149847 -1624 -0.1
bss 143072 135812 -7260 -5.1
rodata 143656 145088 1432 1.0
text 789876 790320 444 0.1
p6 all-clusters-app default (read/write) 2507784 2507928 144 0.0
.bss 118480 118480 0 0.0
.data 2672 2672 0 0.0
.text 1466048 1466192 144 0.0
light-app default (read/write) 2408960 2409120 160 0.0
.bss 111944 111944 0 0.0
.data 2528 2528 0 0.0
.text 1367224 1367384 160 0.0
lock-app default (read/write) 2372608 2372816 208 0.0
.bss 111688 111688 0 0.0
.data 2488 2488 0 0.0
.text 1330872 1331080 208 0.0
telink lighting-app tlsr9518adk80d (read/write) 795088 795232 144 0.0
bss 70300 70300 0 0.0
noinit 40416 40416 0 0.0
text 564554 564698 144 0.0

@mgarb1
Copy link
Contributor

mgarb1 commented Apr 7, 2022

Closes #16663

@mgarb1
Copy link
Contributor

mgarb1 commented Apr 7, 2022

@andy31415 you have access to the branch now. So you can rebase etc.

@bzbarsky-apple
Copy link
Contributor

/rebase

@bzbarsky-apple
Copy link
Contributor

bzbarsky-apple commented Apr 8, 2022

@tlykkeberg-grundfos @mgarb1 Automatic rebase failed due to merge conflicts, needs manual rebase. I tried doing that, but I can't push to [email protected]:Grundfos/connectedhomeip.git...

@github-actions
Copy link

github-actions bot commented Apr 8, 2022

PR #16764: Size comparison from 3992a17 to ab40496

Increases above 0.2%:

platform target config section 3992a17 ab40496 change % change
cc13x2_26x2 pump-app LP_CC2652R7 .rodata 75467 75907 440 0.6
pump-controller-app LP_CC2652R7 .rodata 79243 79563 320 0.4
Increases (2 builds for cc13x2_26x2)
platform target config section 3992a17 ab40496 change % change
cc13x2_26x2 pump-app LP_CC2652R7 (read only) 682115 682555 440 0.1
.bss 81928 82016 88 0.1
.rodata 75467 75907 440 0.6
pump-controller-app LP_CC2652R7 (read only) 676451 676771 320 0.0
.bss 81656 81720 64 0.1
.rodata 79243 79563 320 0.4
Decreases (2 builds for cc13x2_26x2)
platform target config section 3992a17 ab40496 change % change
cc13x2_26x2 pump-app LP_CC2652R7 (read/write) 170540 170188 -352 -0.2
pump-controller-app LP_CC2652R7 (read/write) 175932 175676 -256 -0.1
Full report (28 builds for cc13x2_26x2, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 3992a17 ab40496 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 674667 674667 0 0.0
(read/write) 176812 176812 0 0.0
.bss 81520 81520 0 0.0
.data 3216 3216 0 0.0
.rodata 80715 80715 0 0.0
.text 593472 593472 0 0.0
lock-mtd LP_CC2652R7 (read only) 623803 623803 0 0.0
(read/write) 154320 154320 0 0.0
.bss 77248 77248 0 0.0
.data 3216 3216 0 0.0
.rodata 80603 80603 0 0.0
.text 542712 542712 0 0.0
pump-app LP_CC2652R7 (read only) 682115 682555 440 0.1
(read/write) 170540 170188 -352 -0.2
.bss 81928 82016 88 0.1
.data 3248 3248 0 0.0
.rodata 75467 75907 440 0.6
.text 606164 606164 0 0.0
pump-controller-app LP_CC2652R7 (read only) 676451 676771 320 0.0
(read/write) 175932 175676 -256 -0.1
.bss 81656 81720 64 0.1
.data 3212 3212 0 0.0
.rodata 79243 79563 320 0.4
.text 596724 596724 0 0.0
efr32 lighting-app BRD4161A (read only) 905068 905068 0 0.0
(read/write) 133160 133160 0 0.0
.bss 131120 131120 0 0.0
.data 2040 2040 0 0.0
.text 905060 905060 0 0.0
BRD4161A+rpc (read only) 932956 932956 0 0.0
(read/write) 149108 149108 0 0.0
.bss 146888 146888 0 0.0
.data 2220 2220 0 0.0
.text 932948 932948 0 0.0
window-app BRD4161A (read only) 842348 842348 0 0.0
(read/write) 131228 131228 0 0.0
.bss 129280 129280 0 0.0
.data 1948 1948 0 0.0
.text 842340 842340 0 0.0
esp32 all-clusters-app c3devkit (read only) 991958 991958 0 0.0
(read/write) 1462090 1462090 0 0.0
.dram0.bss 62944 62944 0 0.0
.dram0.data 14364 14364 0 0.0
.flash.rodata 199312 199312 0 0.0
.flash.text 991958 991958 0 0.0
.iram0.text 62572 62572 0 0.0
m5stack (read only) 1044615 1044615 0 0.0
(read/write) 463152 463152 0 0.0
.dram0.bss 68464 68464 0 0.0
.dram0.data 34160 34160 0 0.0
.flash.rodata 228384 228384 0 0.0
.flash.text 1039231 1039231 0 0.0
.iram0.text 123415 123415 0 0.0
k32w light k32w061+release (read/write) 685388 685388 0 0.0
.bss 78208 78208 0 0.0
.data 2036 2036 0 0.0
.text 599344 599344 0 0.0
lock k32w061+release (read/write) 690084 690084 0 0.0
.bss 78784 78784 0 0.0
.data 1996 1996 0 0.0
.text 603504 603504 0 0.0
linux all-clusters-app debug (read only) 2622785 2622785 0 0.0
(read/write) 145640 145640 0 0.0
.bss 57664 57664 0 0.0
.data 1824 1824 0 0.0
.data.rel.ro 80264 80264 0 0.0
.dynamic 592 592 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 222661 222661 0 0.0
.text 2231250 2231250 0 0.0
bridge-app debug+rpc (read only) 1831485 1831485 0 0.0
(read/write) 91304 91304 0 0.0
.bss 44344 44344 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 38936 38936 0 0.0
.dynamic 592 592 0 0.0
.got 3936 3936 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 148505 148505 0 0.0
.text 1565509 1565509 0 0.0
chip-tool debug (read only) 10679061 10679061 0 0.0
(read/write) 371736 371736 0 0.0
.bss 22752 22752 0 0.0
.data 1104 1104 0 0.0
.data.rel.ro 341632 341632 0 0.0
.dynamic 624 624 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 538389 538389 0 0.0
.text 9311733 9311733 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 10280620 10280620 0 0.0
(read/write) 492145 492145 0 0.0
.bss 41009 41009 0 0.0
.data 1168 1168 0 0.0
.data.rel.ro 388776 388776 0 0.0
.dynamic 560 560 0 0.0
.got 57392 57392 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 512524 512524 0 0.0
.text 8665060 8665060 0 0.0
door-lock-app debug (read only) 2102577 2102577 0 0.0
(read/write) 119024 119024 0 0.0
.bss 47936 47936 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 64056 64056 0 0.0
.dynamic 592 592 0 0.0
.got 4264 4264 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 186537 186537 0 0.0
.text 1761394 1761394 0 0.0
lighting-app debug+rpc (read only) 2305081 2305081 0 0.0
(read/write) 127344 127344 0 0.0
.bss 50144 50144 0 0.0
.data 1952 1952 0 0.0
.data.rel.ro 69544 69544 0 0.0
.dynamic 608 608 0 0.0
.got 4312 4312 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 181673 181673 0 0.0
.text 1958674 1958674 0 0.0
ota-provider-app debug (read only) 2040321 2040321 0 0.0
(read/write) 114592 114592 0 0.0
.bss 47840 47840 0 0.0
.data 1608 1608 0 0.0
.data.rel.ro 59384 59384 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 632 632 0 0.0
.rodata 172451 172451 0 0.0
.text 1712306 1712306 0 0.0
ota-requestor-app debug (read only) 2069673 2069673 0 0.0
(read/write) 117880 117880 0 0.0
.bss 48800 48800 0 0.0
.data 1864 1864 0 0.0
.data.rel.ro 61624 61624 0 0.0
.dynamic 592 592 0 0.0
.got 4304 4304 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 168876 168876 0 0.0
.text 1743458 1743458 0 0.0
shell debug (read only) 2517601 2517601 0 0.0
(read/write) 149168 149168 0 0.0
.bss 67368 67368 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 74808 74808 0 0.0
.dynamic 592 592 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 214290 214290 0 0.0
.text 2143922 2143922 0 0.0
thermostat-no-ble arm64 (read only) 2348588 2348588 0 0.0
(read/write) 150497 150497 0 0.0
.bss 63025 63025 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 78264 78264 0 0.0
.dynamic 560 560 0 0.0
.got 4768 4768 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 144652 144652 0 0.0
.text 1976464 1976464 0 0.0
tv-app debug (read only) 2793393 2793393 0 0.0
(read/write) 251096 251096 0 0.0
.bss 165032 165032 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 75408 75408 0 0.0
.dynamic 592 592 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 213451 213451 0 0.0
.text 2400226 2400226 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2366996 2366996 0 0.0
.bss 185060 185060 0 0.0
.data 5840 5840 0 0.0
.text 1329596 1329596 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1153663 1153663 0 0.0
bss 135540 135540 0 0.0
rodata 146120 146120 0 0.0
text 793392 793392 0 0.0
p6 all-clusters-app default (read/write) 2512792 2512792 0 0.0
.bss 118464 118464 0 0.0
.data 2768 2768 0 0.0
.text 1471056 1471056 0 0.0
light-app default (read/write) 2413760 2413760 0 0.0
.bss 111960 111960 0 0.0
.data 2576 2576 0 0.0
.text 1372024 1372024 0 0.0
lock-app default (read/write) 2377304 2377304 0 0.0
.bss 111704 111704 0 0.0
.data 2536 2536 0 0.0
.text 1335568 1335568 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 799480 799480 0 0.0
bss 70064 70064 0 0.0
noinit 40416 40416 0 0.0
text 568290 568290 0 0.0

@bzbarsky-apple
Copy link
Contributor

/rebase

@bzbarsky-apple bzbarsky-apple force-pushed the bugfix/enabled-featuremap-on-all-clusters branch from ab40496 to 9ad222d Compare April 8, 2022 20:32
@github-actions
Copy link

github-actions bot commented Apr 8, 2022

PR #16764: Size comparison from 34f57f3 to 9ad222d

Increases above 0.2%:

platform target config section 34f57f3 9ad222d change % change
cc13x2_26x2 pump-app LP_CC2652R7 .rodata 74663 75103 440 0.6
pump-controller-app LP_CC2652R7 .rodata 78443 78763 320 0.4
Increases (2 builds for cc13x2_26x2)
platform target config section 34f57f3 9ad222d change % change
cc13x2_26x2 pump-app LP_CC2652R7 (read only) 646759 647199 440 0.1
(read/write) 152260 152348 88 0.1
.bss 74392 74480 88 0.1
.rodata 74663 75103 440 0.6
pump-controller-app LP_CC2652R7 (read only) 641099 641419 320 0.0
(read/write) 151952 152016 64 0.0
.bss 74120 74184 64 0.1
.rodata 78443 78763 320 0.4
Full report (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 34f57f3 9ad222d change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 639379 639379 0 0.0
(read/write) 151052 151052 0 0.0
.bss 73984 73984 0 0.0
.data 3212 3212 0 0.0
.rodata 79955 79955 0 0.0
.text 558932 558932 0 0.0
lock-mtd LP_CC2652R7 (read only) 588115 588115 0 0.0
(read/write) 146772 146772 0 0.0
.bss 69704 69704 0 0.0
.data 3212 3212 0 0.0
.rodata 79835 79835 0 0.0
.text 507788 507788 0 0.0
pump-app LP_CC2652R7 (read only) 646759 647199 440 0.1
(read/write) 152260 152348 88 0.1
.bss 74392 74480 88 0.1
.data 3244 3244 0 0.0
.rodata 74663 75103 440 0.6
.text 571608 571608 0 0.0
pump-controller-app LP_CC2652R7 (read only) 641099 641419 320 0.0
(read/write) 151952 152016 64 0.0
.bss 74120 74184 64 0.1
.data 3208 3208 0 0.0
.rodata 78443 78763 320 0.4
.text 562168 562168 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 617822 617822 0 0.0
.app_xip_area 524948 524948 0 0.0
.bss 75540 75540 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 575426 575426 0 0.0
.app_xip_area 484088 484088 0 0.0
.bss 74036 74036 0 0.0
.data 648 648 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 563918 563918 0 0.0
.app_xip_area 462952 462952 0 0.0
.bss 83368 83368 0 0.0
.data 564 564 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 906400 906400 0 0.0
(read/write) 132920 132920 0 0.0
.bss 130880 130880 0 0.0
.data 2040 2040 0 0.0
.text 906392 906392 0 0.0
BRD4161A+rpc (read only) 934272 934272 0 0.0
(read/write) 148872 148872 0 0.0
.bss 146648 146648 0 0.0
.data 2220 2220 0 0.0
.text 934264 934264 0 0.0
window-app BRD4161A (read only) 843688 843688 0 0.0
(read/write) 130992 130992 0 0.0
.bss 129040 129040 0 0.0
.data 1948 1948 0 0.0
.text 843680 843680 0 0.0
esp32 all-clusters-app c3devkit (read only) 992918 992918 0 0.0
(read/write) 1462514 1462514 0 0.0
.dram0.bss 62960 62960 0 0.0
.dram0.data 14364 14364 0 0.0
.flash.rodata 199720 199720 0 0.0
.flash.text 992918 992918 0 0.0
.iram0.text 62572 62572 0 0.0
m5stack (read only) 1045591 1045591 0 0.0
(read/write) 463576 463576 0 0.0
.dram0.bss 68480 68480 0 0.0
.dram0.data 34160 34160 0 0.0
.flash.rodata 228792 228792 0 0.0
.flash.text 1040207 1040207 0 0.0
.iram0.text 123415 123415 0 0.0
k32w light k32w061+release (read/write) 686348 686348 0 0.0
.bss 77968 77968 0 0.0
.data 2036 2036 0 0.0
.text 600544 600544 0 0.0
lock k32w061+release (read/write) 690948 690948 0 0.0
.bss 78544 78544 0 0.0
.data 1996 1996 0 0.0
.text 604608 604608 0 0.0
linux all-clusters-app debug (read only) 2627169 2627169 0 0.0
(read/write) 146248 146248 0 0.0
.bss 57664 57664 0 0.0
.data 1824 1824 0 0.0
.data.rel.ro 80856 80856 0 0.0
.dynamic 592 592 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 222821 222821 0 0.0
.text 2233746 2233746 0 0.0
bridge-app debug+rpc (read only) 1834861 1834861 0 0.0
(read/write) 91592 91592 0 0.0
.bss 44344 44344 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 39240 39240 0 0.0
.dynamic 592 592 0 0.0
.got 3936 3936 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 148473 148473 0 0.0
.text 1568053 1568053 0 0.0
chip-tool debug (read only) 10677589 10677589 0 0.0
(read/write) 371768 371768 0 0.0
.bss 22752 22752 0 0.0
.data 1104 1104 0 0.0
.data.rel.ro 341680 341680 0 0.0
.dynamic 624 624 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 538165 538165 0 0.0
.text 9310341 9310341 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 10278348 10278348 0 0.0
(read/write) 492193 492193 0 0.0
.bss 41009 41009 0 0.0
.data 1168 1168 0 0.0
.data.rel.ro 388824 388824 0 0.0
.dynamic 560 560 0 0.0
.got 57392 57392 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 512428 512428 0 0.0
.text 8662740 8662740 0 0.0
door-lock-app debug (read only) 2106209 2106209 0 0.0
(read/write) 119344 119344 0 0.0
.bss 47936 47936 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 64392 64392 0 0.0
.dynamic 592 592 0 0.0
.got 4264 4264 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 186665 186665 0 0.0
.text 1763938 1763938 0 0.0
lighting-app debug+rpc (read only) 2308649 2308649 0 0.0
(read/write) 127664 127664 0 0.0
.bss 50144 50144 0 0.0
.data 1952 1952 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4312 4312 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 181673 181673 0 0.0
.text 1961234 1961234 0 0.0
ota-provider-app debug (read only) 2043393 2043393 0 0.0
(read/write) 114784 114784 0 0.0
.bss 47840 47840 0 0.0
.data 1608 1608 0 0.0
.data.rel.ro 59576 59576 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 632 632 0 0.0
.rodata 172451 172451 0 0.0
.text 1714850 1714850 0 0.0
ota-requestor-app debug (read only) 2073145 2073145 0 0.0
(read/write) 118104 118104 0 0.0
.bss 48800 48800 0 0.0
.data 1864 1864 0 0.0
.data.rel.ro 61832 61832 0 0.0
.dynamic 592 592 0 0.0
.got 4304 4304 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 169132 169132 0 0.0
.text 1746050 1746050 0 0.0
shell debug (read only) 2521953 2521953 0 0.0
(read/write) 149680 149680 0 0.0
.bss 67368 67368 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 75336 75336 0 0.0
.dynamic 592 592 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 214418 214418 0 0.0
.text 2146466 2146466 0 0.0
thermostat-no-ble arm64 (read only) 2351724 2351724 0 0.0
(read/write) 150833 150833 0 0.0
.bss 63025 63025 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 78600 78600 0 0.0
.dynamic 560 560 0 0.0
.got 4768 4768 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 144652 144652 0 0.0
.text 1978592 1978592 0 0.0
tv-app debug (read only) 2796689 2796689 0 0.0
(read/write) 251576 251576 0 0.0
.bss 165032 165032 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 75888 75888 0 0.0
.dynamic 592 592 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 213451 213451 0 0.0
.text 2402130 2402130 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2367996 2367996 0 0.0
.bss 185076 185076 0 0.0
.data 5840 5840 0 0.0
.text 1330596 1330596 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1154967 1154967 0 0.0
bss 135304 135304 0 0.0
rodata 146544 146544 0 0.0
text 794408 794408 0 0.0
p6 all-clusters-app default (read/write) 2514152 2514152 0 0.0
.bss 118480 118480 0 0.0
.data 2768 2768 0 0.0
.text 1472416 1472416 0 0.0
light-app default (read/write) 2414840 2414840 0 0.0
.bss 111976 111976 0 0.0
.data 2576 2576 0 0.0
.text 1373104 1373104 0 0.0
lock-app default (read/write) 2378408 2378408 0 0.0
.bss 111720 111720 0 0.0
.data 2536 2536 0 0.0
.text 1336672 1336672 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 800600 800600 0 0.0
bss 69828 69828 0 0.0
noinit 40416 40416 0 0.0
text 569474 569474 0 0.0

@bzbarsky-apple bzbarsky-apple merged commit fa5561c into project-chip:master Apr 9, 2022
@tlykkeberg-grundfos tlykkeberg-grundfos deleted the bugfix/enabled-featuremap-on-all-clusters branch April 12, 2022 07:32
andrei-menzopol pushed a commit to andrei-menzopol/connectedhomeip that referenced this pull request Apr 14, 2022
…ontroller-app (project-chip#16764)

* * Updated the pump-app.zap and pump-controller-app.zap files to inlcude FeatureMap on all clusters

* * Re-ran the zap_regen_app.py tool

* * Re-ran the zap_regen_all.py tool

* Restyled by clang-format

Co-authored-by: Restyled.io <[email protected]>
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.

8 participants