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

[OTA] Integrate ota-requestor cluster as normal cluster in data model build flow #13256

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

tima-q
Copy link
Contributor

@tima-q tima-q commented Dec 28, 2021

Problem

Building the ota-requestor cluster is currently done by directly including the sources from src/app/clusters at application level.
This generates code duplication in the .gn/cmake files when trying to add the requestor to another application.
Also ota-requestor-stubs with the same functionality as the general cluster exist.

Change overview

Introducing ota-requestor server in gn and cmake builds same way as other cluster are handled.

  • Added to the list parsed in zap_cluster_list.py

  • Adjusted chip_data_model.gni to select non-default sources of ota-requestor-server

  • Adjust all-clusters-app and ota-requestor-app

  • changes to all-clusters similar to [ESP32] Init OTA requestor in all-clusters-app #13246, enabling provider-client to be able to use requestor-server. Opposed to that PR, keeping the ota-provider-server intact in this PR.

  • Adjust tests to cope with ota-provider client that is added to all-clusters-app

This is preparation to add a ota-requestor-server to the QPG lighting-app.
This PR holds the generic changes.

Note - CMake based builds of all-clusters-app are not using the default mechanism to include clusters. As it could be a conscious choice, leaving maintainers to update that further.

Testing

  • CI builds + test runs
  • Linux ota-provider <> ota-requestor-app functionality
    ** AnnounceOTAProvider triggered with chip-tool, processed at requestor side, OTAQuery and subsequent download seen.

@github-actions
Copy link

github-actions bot commented Jan 11, 2022

PR #13256: Size comparison from a841e21 to f522bbf

Decreases (1 build for k32w)
platform target config section a841e21 f522bbf change % change
k32w light k32w061+release (read/write) 656148 656140 -8 -0.0
.text 571672 571664 -8 -0.0
Full report (6 builds for k32w, qpg, telink)
platform target config section a841e21 f522bbf change % change
k32w light k32w061+release (read/write) 656148 656140 -8 -0.0
.bss 76824 76824 0 0.0
.data 1852 1852 0 0.0
.text 571672 571664 -8 -0.0
lock k32w061+release (read/write) 660488 660488 0 0.0
.bss 77120 77120 0 0.0
.data 1872 1872 0 0.0
.text 575696 575696 0 0.0
qpg lighting-app qpg6105+debug (read only) 533852 533852 0 0.0
(read/write) 146940 146940 0 0.0
.bss 86672 86672 0 0.0
.data 1008 1008 0 0.0
.text 528532 528532 0 0.0
lock-app qpg6105+debug (read only) 505772 505772 0 0.0
(read/write) 146936 146936 0 0.0
.bss 85808 85808 0 0.0
.data 956 956 0 0.0
.text 500452 500452 0 0.0
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 835562 835562 0 0.0
bss 86976 86976 0 0.0
noinit 37160 37160 0 0.0
text 583540 583540 0 0.0

@tima-q tima-q force-pushed the ota/use_data_model_build branch from f522bbf to 2cad632 Compare January 11, 2022 11:10
@github-actions
Copy link

github-actions bot commented Jan 11, 2022

PR #13256: Size comparison from a841e21 to 2cad632

Increases above 0.2%:

platform target config section a841e21 2cad632 change % change
qpg lighting-app qpg6105+debug .bss 86672 89024 2352 2.7
lock-app qpg6105+debug .bss 85808 88160 2352 2.7
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Increases (3 builds for qpg)
platform target config section a841e21 2cad632 change % change
qpg lighting-app qpg6105+debug (read only) 533852 534260 408 0.1
.bss 86672 89024 2352 2.7
.text 528532 528940 408 0.1
lock-app qpg6105+debug (read only) 505772 506180 408 0.1
.bss 85808 88160 2352 2.7
.text 500452 500860 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Decreases (5 builds for esp32, k32w, mbed, p6)
platform target config section a841e21 2cad632 change % change
esp32 all-clusters-app c3devkit (read only) 892608 891314 -1294 -0.1
(read/write) 1314786 1314330 -456 -0.0
.dram0.bss 69824 69816 -8 -0.0
.flash.rodata 177656 177200 -456 -0.3
.flash.text 892608 891314 -1294 -0.1
m5stack (read only) 952483 951331 -1152 -0.1
(read/write) 446360 445928 -432 -0.1
.flash.rodata 206984 206552 -432 -0.2
.flash.text 947099 945947 -1152 -0.1
k32w light k32w061+release (read/write) 656148 656140 -8 -0.0
.text 571672 571664 -8 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2349496 2348040 -1456 -0.1
.text 1312072 1310616 -1456 -0.1
p6 all-clusters-app default (read/write) 2402808 2401152 -1656 -0.1
.text 1361072 1359416 -1656 -0.1
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section a841e21 2cad632 change % change
efr32 lighting-app BRD4161A (read only) 829972 829972 0 0.0
(read/write) 127056 127056 0 0.0
.bss 125176 125176 0 0.0
.data 1880 1880 0 0.0
.text 829964 829964 0 0.0
BRD4161A+rpc (read only) 817168 817168 0 0.0
(read/write) 143720 143720 0 0.0
.bss 141736 141736 0 0.0
.data 1980 1980 0 0.0
.text 817160 817160 0 0.0
window-app BRD4161A (read only) 803436 803436 0 0.0
(read/write) 125996 125996 0 0.0
.bss 124160 124160 0 0.0
.data 1836 1836 0 0.0
.text 803428 803428 0 0.0
esp32 all-clusters-app c3devkit (read only) 892608 891314 -1294 -0.1
(read/write) 1314786 1314330 -456 -0.0
.dram0.bss 69824 69816 -8 -0.0
.dram0.data 14244 14244 0 0.0
.flash.rodata 177656 177200 -456 -0.3
.flash.text 892608 891314 -1294 -0.1
.iram0.text 62254 62254 0 0.0
m5stack (read only) 952483 951331 -1152 -0.1
(read/write) 446360 445928 -432 -0.1
.dram0.bss 74304 74304 0 0.0
.dram0.data 34064 34064 0 0.0
.flash.rodata 206984 206552 -432 -0.2
.flash.text 947099 945947 -1152 -0.1
.iram0.text 122671 122671 0 0.0
k32w light k32w061+release (read/write) 656148 656140 -8 -0.0
.bss 76824 76824 0 0.0
.data 1852 1852 0 0.0
.text 571672 571664 -8 -0.0
lock k32w061+release (read/write) 660488 660488 0 0.0
.bss 77120 77120 0 0.0
.data 1872 1872 0 0.0
.text 575696 575696 0 0.0
linux chip-tool-ipv6only arm64 (read only) 7113260 7113260 0 0.0
(read/write) 327377 327377 0 0.0
.bss 54865 54865 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 209544 209544 0 0.0
.dynamic 560 560 0 0.0
.got 58184 58184 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 390132 390132 0 0.0
.text 6025556 6025556 0 0.0
thermostat-no-ble arm64 (read only) 2036572 2036572 0 0.0
(read/write) 145377 145377 0 0.0
.bss 64721 64721 0 0.0
.data 880 880 0 0.0
.data.rel.ro 72832 72832 0 0.0
.dynamic 560 560 0 0.0
.got 4008 4008 0 0.0
.init 24 24 0 0.0
.init_array 304 304 0 0.0
.rodata 129244 129244 0 0.0
.text 1693360 1693360 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2349496 2348040 -1456 -0.1
.bss 189068 189068 0 0.0
.data 5320 5320 0 0.0
.text 1312072 1310616 -1456 -0.1
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2331144 2331144 0 0.0
.bss 180600 180600 0 0.0
.data 5552 5552 0 0.0
.text 1293744 1293744 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2304432 2304432 0 0.0
.bss 179648 179648 0 0.0
.data 5544 5544 0 0.0
.text 1267032 1267032 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139712 1139712 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103096 103096 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054432 2054432 0 0.0
.bss 157060 157060 0 0.0
.data 4864 4864 0 0.0
.text 1017032 1017032 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 939003 939003 0 0.0
bss 119284 119284 0 0.0
rodata 108232 108232 0 0.0
text 633916 633916 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 924467 924467 0 0.0
bss 116328 116328 0 0.0
rodata 100680 100680 0 0.0
text 629268 629268 0 0.0
nrf52840dongle_nrf52840 (read/write) 989679 989679 0 0.0
bss 122128 122128 0 0.0
rodata 112984 112984 0 0.0
text 666112 666112 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 848858 848858 0 0.0
bss 116072 116072 0 0.0
rodata 101404 101404 0 0.0
text 550836 550836 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 911275 911275 0 0.0
bss 118472 118472 0 0.0
rodata 103504 103504 0 0.0
text 611912 611912 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 821310 821310 0 0.0
bss 115288 115288 0 0.0
rodata 96728 96728 0 0.0
text 528872 528872 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 541835 541835 0 0.0
bss 52588 52588 0 0.0
rodata 50104 50104 0 0.0
text 376940 376940 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 912567 912567 0 0.0
bss 118232 118232 0 0.0
rodata 103716 103716 0 0.0
text 613172 613172 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 909355 909355 0 0.0
bss 118260 118260 0 0.0
rodata 102976 102976 0 0.0
text 610660 610660 0 0.0
shell nrf52840dk_nrf52840 (read/write) 798063 798063 0 0.0
bss 109768 109768 0 0.0
rodata 78180 78180 0 0.0
text 533608 533608 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 710882 710882 0 0.0
bss 107656 107656 0 0.0
rodata 72484 72484 0 0.0
text 451288 451288 0 0.0
p6 all-clusters-app default (read/write) 2402808 2401152 -1656 -0.1
.bss 117148 117148 0 0.0
.data 2592 2592 0 0.0
.text 1361072 1359416 -1656 -0.1
light-app default (read/write) 2324800 2324800 0 0.0
.bss 105728 105728 0 0.0
.data 2384 2384 0 0.0
.text 1283064 1283064 0 0.0
lock-app default (read/write) 2297024 2297024 0 0.0
.bss 104608 104608 0 0.0
.data 2344 2344 0 0.0
.text 1255288 1255288 0 0.0
qpg lighting-app qpg6105+debug (read only) 533852 534260 408 0.1
(read/write) 146940 146940 0 0.0
.bss 86672 89024 2352 2.7
.data 1008 1008 0 0.0
.text 528532 528940 408 0.1
lock-app qpg6105+debug (read only) 505772 506180 408 0.1
(read/write) 146936 146936 0 0.0
.bss 85808 88160 2352 2.7
.data 956 956 0 0.0
.text 500452 500860 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.data 288 288 0 0.0
.text 101128 101512 384 0.4
telink lighting-app tlsr9518adk80d (read/write) 835562 835562 0 0.0
bss 86976 86976 0 0.0
noinit 37160 37160 0 0.0
text 583540 583540 0 0.0

@tima-q
Copy link
Contributor Author

tima-q commented Jan 11, 2022

Update to all-clusters part required due to issues in ZAP (client/cluster can't coexist) - see #13437 #13246.
@bzbarsky-apple input how to tackle this greatly appreciated.
Could the provider server fi be kicked out, making the all-clusters-app an OTA requester only app for now ?

@github-actions
Copy link

github-actions bot commented Jan 11, 2022

PR #13256: Size comparison from b7afede to c383a56

Increases above 0.2%:

platform target config section b7afede c383a56 change % change
qpg lighting-app qpg6105+debug .bss 86672 89024 2352 2.7
lock-app qpg6105+debug .bss 85808 88160 2352 2.7
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Increases (4 builds for k32w, qpg)
platform target config section b7afede c383a56 change % change
k32w light k32w061+release (read/write) 656260 656268 8 0.0
.text 571784 571792 8 0.0
qpg lighting-app qpg6105+debug (read only) 533964 534372 408 0.1
.bss 86672 89024 2352 2.7
.text 528644 529052 408 0.1
lock-app qpg6105+debug (read only) 505884 506292 408 0.1
.bss 85808 88160 2352 2.7
.text 500564 500972 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Decreases (2 builds for linux, p6)
platform target config section b7afede c383a56 change % change
linux chip-tool-ipv6only arm64 (read only) 7113788 7113692 -96 -0.0
.text 6025828 6025732 -96 -0.0
p6 all-clusters-app default (read/write) 2403088 2401336 -1752 -0.1
.text 1361352 1359600 -1752 -0.1
Full report (24 builds for efr32, k32w, linux, nrfconnect, p6, qpg)
platform target config section b7afede c383a56 change % change
efr32 lighting-app BRD4161A (read only) 830148 830148 0 0.0
(read/write) 127056 127056 0 0.0
.bss 125176 125176 0 0.0
.data 1880 1880 0 0.0
.text 830140 830140 0 0.0
BRD4161A+rpc (read only) 817344 817344 0 0.0
(read/write) 143720 143720 0 0.0
.bss 141736 141736 0 0.0
.data 1980 1980 0 0.0
.text 817336 817336 0 0.0
window-app BRD4161A (read only) 803612 803612 0 0.0
(read/write) 125996 125996 0 0.0
.bss 124160 124160 0 0.0
.data 1836 1836 0 0.0
.text 803604 803604 0 0.0
k32w light k32w061+release (read/write) 656260 656268 8 0.0
.bss 76824 76824 0 0.0
.data 1852 1852 0 0.0
.text 571784 571792 8 0.0
lock k32w061+release (read/write) 660600 660600 0 0.0
.bss 77120 77120 0 0.0
.data 1872 1872 0 0.0
.text 575808 575808 0 0.0
linux chip-tool-ipv6only arm64 (read only) 7113788 7113692 -96 -0.0
(read/write) 327457 327457 0 0.0
.bss 54865 54865 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 209608 209608 0 0.0
.dynamic 560 560 0 0.0
.got 58200 58200 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 390148 390148 0 0.0
.text 6025828 6025732 -96 -0.0
thermostat-no-ble arm64 (read only) 2037212 2037212 0 0.0
(read/write) 145489 145489 0 0.0
.bss 64737 64737 0 0.0
.data 880 880 0 0.0
.data.rel.ro 72896 72896 0 0.0
.dynamic 560 560 0 0.0
.got 4032 4032 0 0.0
.init 24 24 0 0.0
.init_array 304 304 0 0.0
.rodata 129276 129276 0 0.0
.text 1693712 1693712 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 939179 939179 0 0.0
bss 119284 119284 0 0.0
rodata 108296 108296 0 0.0
text 634036 634036 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 924659 924659 0 0.0
bss 116328 116328 0 0.0
rodata 100744 100744 0 0.0
text 629392 629392 0 0.0
nrf52840dongle_nrf52840 (read/write) 989855 989855 0 0.0
bss 122128 122128 0 0.0
rodata 113048 113048 0 0.0
text 666236 666236 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 849050 849050 0 0.0
bss 116072 116072 0 0.0
rodata 101468 101468 0 0.0
text 550960 550960 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 911467 911467 0 0.0
bss 118472 118472 0 0.0
rodata 103568 103568 0 0.0
text 612032 612032 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 821502 821502 0 0.0
bss 115288 115288 0 0.0
rodata 96792 96792 0 0.0
text 528996 528996 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 541835 541835 0 0.0
bss 52588 52588 0 0.0
rodata 50104 50104 0 0.0
text 376940 376940 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 912743 912743 0 0.0
bss 118232 118232 0 0.0
rodata 103780 103780 0 0.0
text 613292 613292 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 909547 909547 0 0.0
bss 118260 118260 0 0.0
rodata 103040 103040 0 0.0
text 610784 610784 0 0.0
shell nrf52840dk_nrf52840 (read/write) 798303 798303 0 0.0
bss 109776 109776 0 0.0
rodata 78244 78244 0 0.0
text 533788 533788 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 711122 711122 0 0.0
bss 107664 107664 0 0.0
rodata 72548 72548 0 0.0
text 451464 451464 0 0.0
p6 all-clusters-app default (read/write) 2403088 2401336 -1752 -0.1
.bss 117148 117148 0 0.0
.data 2592 2592 0 0.0
.text 1361352 1359600 -1752 -0.1
light-app default (read/write) 2325000 2325000 0 0.0
.bss 105728 105728 0 0.0
.data 2384 2384 0 0.0
.text 1283264 1283264 0 0.0
lock-app default (read/write) 2297208 2297208 0 0.0
.bss 104608 104608 0 0.0
.data 2344 2344 0 0.0
.text 1255472 1255472 0 0.0
qpg lighting-app qpg6105+debug (read only) 533964 534372 408 0.1
(read/write) 146940 146940 0 0.0
.bss 86672 89024 2352 2.7
.data 1008 1008 0 0.0
.text 528644 529052 408 0.1
lock-app qpg6105+debug (read only) 505884 506292 408 0.1
(read/write) 146936 146936 0 0.0
.bss 85808 88160 2352 2.7
.data 956 956 0 0.0
.text 500564 500972 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.data 288 288 0 0.0
.text 101128 101512 384 0.4

@tima-q tima-q force-pushed the ota/use_data_model_build branch from c383a56 to 7603898 Compare January 11, 2022 20:59
@github-actions
Copy link

github-actions bot commented Jan 11, 2022

PR #13256: Size comparison from 781f540 to 7603898

Increases above 0.2%:

platform target config section 781f540 7603898 change % change
qpg lighting-app qpg6105+debug .bss 86672 89024 2352 2.7
lock-app qpg6105+debug .bss 85808 88160 2352 2.7
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Increases (3 builds for qpg)
platform target config section 781f540 7603898 change % change
qpg lighting-app qpg6105+debug (read only) 534060 534468 408 0.1
.bss 86672 89024 2352 2.7
.text 528740 529148 408 0.1
lock-app qpg6105+debug (read only) 505980 506388 408 0.1
.bss 85808 88160 2352 2.7
.text 500660 501068 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Decreases (5 builds for esp32, k32w, mbed, p6)
platform target config section 781f540 7603898 change % change
esp32 all-clusters-app c3devkit (read only) 898316 897008 -1308 -0.1
(read/write) 1316082 1315578 -504 -0.0
.dram0.bss 70168 70160 -8 -0.0
.flash.rodata 178200 177712 -488 -0.3
.flash.text 898316 897008 -1308 -0.1
m5stack (read only) 959427 958239 -1188 -0.1
(read/write) 448536 448072 -464 -0.1
.flash.rodata 207688 207224 -464 -0.2
.flash.text 954043 952855 -1188 -0.1
k32w light k32w061+release (read/write) 656380 656372 -8 -0.0
.text 571904 571896 -8 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2348912 2347360 -1552 -0.1
.text 1311488 1309936 -1552 -0.1
p6 all-clusters-app default (read/write) 2403200 2401440 -1760 -0.1
.text 1361464 1359704 -1760 -0.1
Full report (30 builds for efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
platform target config section 781f540 7603898 change % change
efr32 lighting-app BRD4161A (read only) 830256 830256 0 0.0
(read/write) 127300 127300 0 0.0
.bss 125420 125420 0 0.0
.data 1880 1880 0 0.0
.text 830248 830248 0 0.0
BRD4161A+rpc (read only) 817660 817660 0 0.0
(read/write) 143960 143960 0 0.0
.bss 141980 141980 0 0.0
.data 1980 1980 0 0.0
.text 817652 817652 0 0.0
window-app BRD4161A (read only) 804200 804200 0 0.0
(read/write) 126008 126008 0 0.0
.bss 124168 124168 0 0.0
.data 1836 1836 0 0.0
.text 804192 804192 0 0.0
esp32 all-clusters-app c3devkit (read only) 898316 897008 -1308 -0.1
(read/write) 1316082 1315578 -504 -0.0
.dram0.bss 70168 70160 -8 -0.0
.dram0.data 14212 14212 0 0.0
.flash.rodata 178200 177712 -488 -0.3
.flash.text 898316 897008 -1308 -0.1
.iram0.text 62056 62056 0 0.0
m5stack (read only) 959427 958239 -1188 -0.1
(read/write) 448536 448072 -464 -0.1
.dram0.bss 74656 74656 0 0.0
.dram0.data 34064 34064 0 0.0
.flash.rodata 207688 207224 -464 -0.2
.flash.text 954043 952855 -1188 -0.1
.iram0.text 123399 123399 0 0.0
k32w light k32w061+release (read/write) 656380 656372 -8 -0.0
.bss 76824 76824 0 0.0
.data 1852 1852 0 0.0
.text 571904 571896 -8 -0.0
lock k32w061+release (read/write) 660720 660720 0 0.0
.bss 77120 77120 0 0.0
.data 1872 1872 0 0.0
.text 575928 575928 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2348912 2347360 -1552 -0.1
.bss 188876 188876 0 0.0
.data 5320 5320 0 0.0
.text 1311488 1309936 -1552 -0.1
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2330560 2330560 0 0.0
.bss 180416 180416 0 0.0
.data 5552 5552 0 0.0
.text 1293160 1293160 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2303784 2303784 0 0.0
.bss 179456 179456 0 0.0
.data 5544 5544 0 0.0
.text 1266384 1266384 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139712 1139712 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103096 103096 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054232 2054232 0 0.0
.bss 156876 156876 0 0.0
.data 4864 4864 0 0.0
.text 1016832 1016832 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 939295 939295 0 0.0
bss 119284 119284 0 0.0
rodata 108332 108332 0 0.0
text 634112 634112 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 924763 924763 0 0.0
bss 116328 116328 0 0.0
rodata 100784 100784 0 0.0
text 629464 629464 0 0.0
nrf52840dongle_nrf52840 (read/write) 989971 989971 0 0.0
bss 122128 122128 0 0.0
rodata 113084 113084 0 0.0
text 666308 666308 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 849154 849154 0 0.0
bss 116072 116072 0 0.0
rodata 101508 101508 0 0.0
text 551032 551032 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 911567 911567 0 0.0
bss 118472 118472 0 0.0
rodata 103604 103604 0 0.0
text 612104 612104 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 821606 821606 0 0.0
bss 115288 115288 0 0.0
rodata 96832 96832 0 0.0
text 529064 529064 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 541835 541835 0 0.0
bss 52588 52588 0 0.0
rodata 50104 50104 0 0.0
text 376940 376940 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 912863 912863 0 0.0
bss 118232 118232 0 0.0
rodata 103820 103820 0 0.0
text 613364 613364 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 909647 909647 0 0.0
bss 118260 118260 0 0.0
rodata 103076 103076 0 0.0
text 610852 610852 0 0.0
shell nrf52840dk_nrf52840 (read/write) 798423 798423 0 0.0
bss 109776 109776 0 0.0
rodata 78284 78284 0 0.0
text 533856 533856 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 711238 711238 0 0.0
bss 107664 107664 0 0.0
rodata 72584 72584 0 0.0
text 451536 451536 0 0.0
p6 all-clusters-app default (read/write) 2403200 2401440 -1760 -0.1
.bss 117148 117148 0 0.0
.data 2592 2592 0 0.0
.text 1361464 1359704 -1760 -0.1
light-app default (read/write) 2325088 2325088 0 0.0
.bss 105728 105728 0 0.0
.data 2384 2384 0 0.0
.text 1283352 1283352 0 0.0
lock-app default (read/write) 2297320 2297320 0 0.0
.bss 104608 104608 0 0.0
.data 2344 2344 0 0.0
.text 1255584 1255584 0 0.0
qpg lighting-app qpg6105+debug (read only) 534060 534468 408 0.1
(read/write) 146940 146940 0 0.0
.bss 86672 89024 2352 2.7
.data 1008 1008 0 0.0
.text 528740 529148 408 0.1
lock-app qpg6105+debug (read only) 505980 506388 408 0.1
(read/write) 146936 146936 0 0.0
.bss 85808 88160 2352 2.7
.data 956 956 0 0.0
.text 500660 501068 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.data 288 288 0 0.0
.text 101128 101512 384 0.4
telink lighting-app tlsr9518adk80d (read/write) 835878 835878 0 0.0
bss 86976 86976 0 0.0
noinit 37160 37160 0 0.0
text 583752 583752 0 0.0

@tima-q tima-q force-pushed the ota/use_data_model_build branch from 7603898 to 043e95f Compare January 11, 2022 22:55
@github-actions
Copy link

github-actions bot commented Jan 11, 2022

PR #13256: Size comparison from f878e4a to 043e95f

Increases above 0.2%:

platform target config section f878e4a 043e95f change % change
qpg lighting-app qpg6105+debug .bss 86672 89024 2352 2.7
lock-app qpg6105+debug .bss 85808 88160 2352 2.7
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Increases (4 builds for k32w, qpg)
platform target config section f878e4a 043e95f change % change
k32w light k32w061+release (read/write) 656404 656412 8 0.0
.text 571928 571936 8 0.0
qpg lighting-app qpg6105+debug (read only) 534084 534492 408 0.1
.bss 86672 89024 2352 2.7
.text 528764 529172 408 0.1
lock-app qpg6105+debug (read only) 506004 506412 408 0.1
.bss 85808 88160 2352 2.7
.text 500684 501092 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Decreases (5 builds for esp32, linux, mbed, p6)
platform target config section f878e4a 043e95f change % change
esp32 all-clusters-app c3devkit (read only) 898202 896894 -1308 -0.1
(read/write) 1316090 1315586 -504 -0.0
.dram0.bss 70168 70160 -8 -0.0
.flash.rodata 178208 177720 -488 -0.3
.flash.text 898202 896894 -1308 -0.1
m5stack (read only) 959383 958167 -1216 -0.1
(read/write) 448544 448080 -464 -0.1
.flash.rodata 207696 207232 -464 -0.2
.flash.text 953999 952783 -1216 -0.1
linux chip-tool-ipv6only arm64 (read only) 7183964 7183836 -128 -0.0
.rodata 390756 390740 -16 -0.0
.text 6062036 6061924 -112 -0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2348984 2347432 -1552 -0.1
.text 1311560 1310008 -1552 -0.1
p6 all-clusters-app default (read/write) 2403272 2401504 -1768 -0.1
.text 1361536 1359768 -1768 -0.1
Full report (29 builds for esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section f878e4a 043e95f change % change
esp32 all-clusters-app c3devkit (read only) 898202 896894 -1308 -0.1
(read/write) 1316090 1315586 -504 -0.0
.dram0.bss 70168 70160 -8 -0.0
.dram0.data 14212 14212 0 0.0
.flash.rodata 178208 177720 -488 -0.3
.flash.text 898202 896894 -1308 -0.1
.iram0.text 62056 62056 0 0.0
m5stack (read only) 959383 958167 -1216 -0.1
(read/write) 448544 448080 -464 -0.1
.dram0.bss 74656 74656 0 0.0
.dram0.data 34064 34064 0 0.0
.flash.rodata 207696 207232 -464 -0.2
.flash.text 953999 952783 -1216 -0.1
.iram0.text 123399 123399 0 0.0
k32w light k32w061+release (read/write) 656404 656412 8 0.0
.bss 76824 76824 0 0.0
.data 1852 1852 0 0.0
.text 571928 571936 8 0.0
lock k32w061+release (read/write) 660740 660740 0 0.0
.bss 77120 77120 0 0.0
.data 1872 1872 0 0.0
.text 575948 575948 0 0.0
linux chip-tool-ipv6only arm64 (read only) 7183964 7183836 -128 -0.0
(read/write) 344625 344625 0 0.0
.bss 54865 54865 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 226744 226744 0 0.0
.dynamic 560 560 0 0.0
.got 58232 58232 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 390756 390740 -16 -0.0
.text 6062036 6061924 -112 -0.0
thermostat-no-ble arm64 (read only) 2037788 2037788 0 0.0
(read/write) 145505 145505 0 0.0
.bss 64737 64737 0 0.0
.data 880 880 0 0.0
.data.rel.ro 72912 72912 0 0.0
.dynamic 560 560 0 0.0
.got 4040 4040 0 0.0
.init 24 24 0 0.0
.init_array 304 304 0 0.0
.rodata 129516 129516 0 0.0
.text 1693968 1693968 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2348984 2347432 -1552 -0.1
.bss 188876 188876 0 0.0
.data 5320 5320 0 0.0
.text 1311560 1310008 -1552 -0.1
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2330560 2330560 0 0.0
.bss 180416 180416 0 0.0
.data 5552 5552 0 0.0
.text 1293160 1293160 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2303784 2303784 0 0.0
.bss 179456 179456 0 0.0
.data 5544 5544 0 0.0
.text 1266384 1266384 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139712 1139712 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103096 103096 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054232 2054232 0 0.0
.bss 156876 156876 0 0.0
.data 4864 4864 0 0.0
.text 1016832 1016832 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 939327 939327 0 0.0
bss 119284 119284 0 0.0
rodata 108332 108332 0 0.0
text 634140 634140 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 924795 924795 0 0.0
bss 116328 116328 0 0.0
rodata 100784 100784 0 0.0
text 629492 629492 0 0.0
nrf52840dongle_nrf52840 (read/write) 990007 990007 0 0.0
bss 122128 122128 0 0.0
rodata 113088 113088 0 0.0
text 666336 666336 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 849186 849186 0 0.0
bss 116072 116072 0 0.0
rodata 101508 101508 0 0.0
text 551060 551060 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 911599 911599 0 0.0
bss 118472 118472 0 0.0
rodata 103604 103604 0 0.0
text 612132 612132 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 821638 821638 0 0.0
bss 115288 115288 0 0.0
rodata 96832 96832 0 0.0
text 529092 529092 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 541835 541835 0 0.0
bss 52588 52588 0 0.0
rodata 50104 50104 0 0.0
text 376940 376940 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 912879 912879 0 0.0
bss 118232 118232 0 0.0
rodata 103820 103820 0 0.0
text 613392 613392 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 909679 909679 0 0.0
bss 118260 118260 0 0.0
rodata 103076 103076 0 0.0
text 610880 610880 0 0.0
shell nrf52840dk_nrf52840 (read/write) 798439 798439 0 0.0
bss 109776 109776 0 0.0
rodata 78284 78284 0 0.0
text 533880 533880 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 711254 711254 0 0.0
bss 107664 107664 0 0.0
rodata 72584 72584 0 0.0
text 451560 451560 0 0.0
p6 all-clusters-app default (read/write) 2403272 2401504 -1768 -0.1
.bss 117148 117148 0 0.0
.data 2592 2592 0 0.0
.text 1361536 1359768 -1768 -0.1
light-app default (read/write) 2325144 2325144 0 0.0
.bss 105728 105728 0 0.0
.data 2384 2384 0 0.0
.text 1283408 1283408 0 0.0
lock-app default (read/write) 2297376 2297376 0 0.0
.bss 104608 104608 0 0.0
.data 2344 2344 0 0.0
.text 1255640 1255640 0 0.0
qpg lighting-app qpg6105+debug (read only) 534084 534492 408 0.1
(read/write) 146940 146940 0 0.0
.bss 86672 89024 2352 2.7
.data 1008 1008 0 0.0
.text 528764 529172 408 0.1
lock-app qpg6105+debug (read only) 506004 506412 408 0.1
(read/write) 146936 146936 0 0.0
.bss 85808 88160 2352 2.7
.data 956 956 0 0.0
.text 500684 501092 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.data 288 288 0 0.0
.text 101128 101512 384 0.4
telink lighting-app tlsr9518adk80d (read/write) 835914 835914 0 0.0
bss 86976 86976 0 0.0
noinit 37160 37160 0 0.0
text 583782 583782 0 0.0

@bzbarsky-apple
Copy link
Contributor

@tima-q Please rebase on top of #13454 to make it clear which changes here are really new and which were already done in that PR?

    * Adjust apps with a stub (all-clusters-app, ota-requestor-app, shell)
@tima-q tima-q force-pushed the ota/use_data_model_build branch from 043e95f to bd0b3c0 Compare January 12, 2022 08:07
@tima-q
Copy link
Contributor Author

tima-q commented Jan 12, 2022

@tima-q Please rebase on top of #13454 to make it clear which changes here are really new and which were already done in that PR?

Rebased - only changes are now in the data model build files + stub removal at application level. Thanks for following up.

@github-actions
Copy link

github-actions bot commented Jan 12, 2022

PR #13256: Size comparison from 6c6f438 to bd0b3c0

Increases above 0.2%:

platform target config section 6c6f438 bd0b3c0 change % change
qpg lighting-app qpg6105+debug .bss 86672 89024 2352 2.7
lock-app qpg6105+debug .bss 85808 88160 2352 2.7
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Increases (5 builds for mbed, p6, qpg)
platform target config section 6c6f438 bd0b3c0 change % change
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2345776 2345840 64 0.0
.bss 188868 188876 8 0.0
.text 1308352 1308416 64 0.0
p6 all-clusters-app default (read/write) 2399640 2399688 48 0.0
.bss 117140 117148 8 0.0
.text 1357904 1357952 48 0.0
qpg lighting-app qpg6105+debug (read only) 534308 534716 408 0.1
.bss 86672 89024 2352 2.7
.text 528988 529396 408 0.1
lock-app qpg6105+debug (read only) 506228 506636 408 0.1
.bss 85808 88160 2352 2.7
.text 500908 501316 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.text 101128 101512 384 0.4
Decreases (1 build for k32w)
platform target config section 6c6f438 bd0b3c0 change % change
k32w light k32w061+release (read/write) 656644 656636 -8 -0.0
.text 572168 572160 -8 -0.0
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 6c6f438 bd0b3c0 change % change
efr32 lighting-app BRD4161A (read only) 830532 830532 0 0.0
(read/write) 127300 127300 0 0.0
.bss 125420 125420 0 0.0
.data 1880 1880 0 0.0
.text 830524 830524 0 0.0
BRD4161A+rpc (read only) 817936 817936 0 0.0
(read/write) 143964 143964 0 0.0
.bss 141980 141980 0 0.0
.data 1980 1980 0 0.0
.text 817928 817928 0 0.0
window-app BRD4161A (read only) 804476 804476 0 0.0
(read/write) 126004 126004 0 0.0
.bss 124168 124168 0 0.0
.data 1836 1836 0 0.0
.text 804468 804468 0 0.0
esp32 all-clusters-app c3devkit (read only) 895402 895402 0 0.0
(read/write) 1315570 1315570 0 0.0
.dram0.bss 70160 70160 0 0.0
.dram0.data 14212 14212 0 0.0
.flash.rodata 177704 177704 0 0.0
.flash.text 895402 895402 0 0.0
.iram0.text 62056 62056 0 0.0
m5stack (read only) 956755 956755 0 0.0
(read/write) 448064 448064 0 0.0
.dram0.bss 74656 74656 0 0.0
.dram0.data 34064 34064 0 0.0
.flash.rodata 207216 207216 0 0.0
.flash.text 951371 951371 0 0.0
.iram0.text 123399 123399 0 0.0
k32w light k32w061+release (read/write) 656644 656636 -8 -0.0
.bss 76824 76824 0 0.0
.data 1852 1852 0 0.0
.text 572168 572160 -8 -0.0
lock k32w061+release (read/write) 660980 660980 0 0.0
.bss 77120 77120 0 0.0
.data 1872 1872 0 0.0
.text 576188 576188 0 0.0
linux chip-tool-ipv6only arm64 (read only) 7184588 7184588 0 0.0
(read/write) 344625 344625 0 0.0
.bss 54865 54865 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 226744 226744 0 0.0
.dynamic 560 560 0 0.0
.got 58232 58232 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 390852 390852 0 0.0
.text 6062564 6062564 0 0.0
thermostat-no-ble arm64 (read only) 2038540 2038540 0 0.0
(read/write) 145505 145505 0 0.0
.bss 64737 64737 0 0.0
.data 880 880 0 0.0
.data.rel.ro 72912 72912 0 0.0
.dynamic 560 560 0 0.0
.got 4040 4040 0 0.0
.init 24 24 0 0.0
.init_array 304 304 0 0.0
.rodata 129628 129628 0 0.0
.text 1694608 1694608 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2345776 2345840 64 0.0
.bss 188868 188876 8 0.0
.data 5320 5320 0 0.0
.text 1308352 1308416 64 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2330808 2330808 0 0.0
.bss 180416 180416 0 0.0
.data 5552 5552 0 0.0
.text 1293408 1293408 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2304032 2304032 0 0.0
.bss 179456 179456 0 0.0
.data 5544 5544 0 0.0
.text 1266632 1266632 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139712 1139712 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103096 103096 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054232 2054232 0 0.0
.bss 156876 156876 0 0.0
.data 4864 4864 0 0.0
.text 1016832 1016832 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 939571 939571 0 0.0
bss 119284 119284 0 0.0
rodata 108448 108448 0 0.0
text 634268 634268 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 925039 925039 0 0.0
bss 116328 116328 0 0.0
rodata 100900 100900 0 0.0
text 629624 629624 0 0.0
nrf52840dongle_nrf52840 (read/write) 990247 990247 0 0.0
bss 122128 122128 0 0.0
rodata 113200 113200 0 0.0
text 666468 666468 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 849430 849430 0 0.0
bss 116072 116072 0 0.0
rodata 101624 101624 0 0.0
text 551192 551192 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 911843 911843 0 0.0
bss 118472 118472 0 0.0
rodata 103720 103720 0 0.0
text 612260 612260 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 821882 821882 0 0.0
bss 115288 115288 0 0.0
rodata 96948 96948 0 0.0
text 529224 529224 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 541835 541835 0 0.0
bss 52588 52588 0 0.0
rodata 50104 50104 0 0.0
text 376940 376940 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 913123 913123 0 0.0
bss 118232 118232 0 0.0
rodata 103936 103936 0 0.0
text 613520 613520 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 909923 909923 0 0.0
bss 118260 118260 0 0.0
rodata 103192 103192 0 0.0
text 611012 611012 0 0.0
shell nrf52840dk_nrf52840 (read/write) 798439 798439 0 0.0
bss 109776 109776 0 0.0
rodata 78284 78284 0 0.0
text 533880 533880 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 711254 711254 0 0.0
bss 107664 107664 0 0.0
rodata 72584 72584 0 0.0
text 451560 451560 0 0.0
p6 all-clusters-app default (read/write) 2399640 2399688 48 0.0
.bss 117140 117148 8 0.0
.data 2592 2592 0 0.0
.text 1357904 1357952 48 0.0
light-app default (read/write) 2325376 2325376 0 0.0
.bss 105728 105728 0 0.0
.data 2384 2384 0 0.0
.text 1283640 1283640 0 0.0
lock-app default (read/write) 2297600 2297600 0 0.0
.bss 104608 104608 0 0.0
.data 2344 2344 0 0.0
.text 1255864 1255864 0 0.0
qpg lighting-app qpg6105+debug (read only) 534308 534716 408 0.1
(read/write) 146940 146940 0 0.0
.bss 86672 89024 2352 2.7
.data 1008 1008 0 0.0
.text 528988 529396 408 0.1
lock-app qpg6105+debug (read only) 506228 506636 408 0.1
(read/write) 146936 146936 0 0.0
.bss 85808 88160 2352 2.7
.data 956 956 0 0.0
.text 500908 501316 408 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106832 384 0.4
(read/write) 146938 146940 2 0.0
.bss 36146 38504 2358 6.5
.data 288 288 0 0.0
.text 101128 101512 384 0.4
telink lighting-app tlsr9518adk80d (read/write) 836102 836102 0 0.0
bss 86976 86976 0 0.0
noinit 37160 37160 0 0.0
text 583852 583852 0 0.0

@tima-q tima-q requested a review from dhrishi January 12, 2022 16:02
@bzbarsky-apple bzbarsky-apple merged commit 628e86a into project-chip:master Jan 12, 2022
selissia pushed a commit to selissia/connectedhomeip that referenced this pull request Jan 28, 2022
…ct-chip#13256)

* Adjust apps with a stub (all-clusters-app, ota-requestor-app, shell)
step0035 pushed a commit to hank820/connectedhomeip that referenced this pull request Feb 8, 2022
…ct-chip#13256)

* Adjust apps with a stub (all-clusters-app, ota-requestor-app, shell)
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.

5 participants