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

Add basic support for reporting application installation status #33614

Closed
wants to merge 36 commits into from

Conversation

lazarkov
Copy link
Contributor

@lazarkov lazarkov commented May 27, 2024

Adding basic support for reporting application's installation status

Problem

In case app is installed, there's no mechanism to report the current installation status.

Change overview

  • Added Method to App Installation Service to Retrieve App's installation Status
  • Hooked the GetInstallationStatusOfApp with ContentAppFactory
  • Added Shell support so developers can test the method

Tests

  1. Build the TV app using command:
    scripts/examples/gn_build_example.sh examples/tv-app/linux out/debug/

  2. Build the TV casting app using command:
    scripts/examples/gn_build_example.sh examples/tv-casting-app/linux out/debug/

  3. Start TV App
    out/debug/chip-tv-app

  4. Start TV Casting App
    out/debug/chip-tv-casting-app

  5. On TV App: Uninstall the app
    app uninstall 65521 32769

  6. On TV Casting App: Send casting request to the tv-app using
    cast request 0

  7. On TV App: Accepted the Cast request from the tv-casting app
    controller ux ok

Note that you'll see the error 13, which stands for kAppInstallConsentPending

  1. On TV App: Once TV app confirmed there is no Content App, try and set other app installation statuses for example:
    app setinstallerrorstatus 65521 32769 15

  2. Try to connect to the TV app again and after you enter controller ux ok you'll see error :
    [1716811631946] [62904:4025232] [SVR] ---- Commissioner Declaration Start ----
    [1716811631946] [62904:4025232] [SVR] error code: 15
    [1716811631946] [62904:4025232] [SVR] ---- Commissioner Declaration End ----

@lazarkov lazarkov enabled auto-merge (squash) May 27, 2024 12:21
Copy link

github-actions bot commented Jun 3, 2024

PR #33614: Size comparison from 294dc18 to 9def1a3

Full report (38 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, linux, mbed, nrfconnect, psoc6)
platform target config section 294dc18 9def1a3 change % change
bl602 lighting-app bl602 (read/write) 1444002 1444002 0 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 160020 160020 0 0.0
.text 1107918 1107918 0 0.0
bl602+mfd (read/write) 1458442 1458442 0 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158980 158980 0 0.0
.text 1123236 1123236 0 0.0
bl602+rpc (read/write) 1491666 1491666 0 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167588 167588 0 0.0
.text 1139564 1139564 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210103 1210103 0 0.0
.bss 11185 11185 0 0.0
.data 3712 3712 0 0.0
.rodata 109568 109568 0 0.0
.text 978578 978578 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220915 1220915 0 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 108508 108508 0 0.0
.text 990332 990332 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301319 1301319 0 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124940 124940 0 0.0
.text 1053030 1053030 0 0.0
bl706-eth (read/write) 1027461 1027461 0 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 102596 102596 0 0.0
.text 769382 769382 0 0.0
bl706-wifi (read/write) 1260870 1260870 0 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 123704 123704 0 0.0
.text 999900 999900 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1179436 1179436 0 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 103572 103572 0 0.0
.text 971452 971452 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190844 1190844 0 0.0
.bss 16572 16572 0 0.0
.data 5056 5056 0 0.0
.rodata 102512 102512 0 0.0
.text 983774 983774 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 797276 797276 0 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85852 85852 0 0.0
.text 711160 711160 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813000 813000 0 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 79328 79328 0 0.0
.text 733408 733408 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802348 802348 0 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106660 106660 0 0.0
.text 695424 695424 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755260 755260 0 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 81268 81268 0 0.0
.text 673728 673728 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740924 740924 0 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 77044 77044 0 0.0
.text 663616 663616 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740459 740459 0 0.0
.app_xip_area 660405 660405 0 0.0
.bss 73652 73652 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 762943 762943 0 0.0
.app_xip_area 680257 680257 0 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 762943 762943 0 0.0
.app_xip_area 680257 680257 0 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 712307 712307 0 0.0
.app_xip_area 637185 637185 0 0.0
.bss 68776 68776 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 678651 678651 0 0.0
.app_xip_area 602893 602893 0 0.0
.bss 69236 69236 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 700839 700839 0 0.0
.app_xip_area 622529 622529 0 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 700839 700839 0 0.0
.app_xip_area 622529 622529 0 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697003 697003 0 0.0
.app_xip_area 618229 618229 0 0.0
.bss 72284 72284 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 719279 719279 0 0.0
.app_xip_area 637953 637953 0 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 719279 719279 0 0.0
.app_xip_area 637953 637953 0 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 659755 659755 0 0.0
.app_xip_area 587013 587013 0 0.0
.bss 66444 66444 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682231 682231 0 0.0
.app_xip_area 606857 606857 0 0.0
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682231 682231 0 0.0
.app_xip_area 606857 606857 0 0.0
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
linux chip-tool-ipv6only arm64 (read only) 11529628 11529628 0 0.0
(read/write) 597160 597160 0 0.0
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 463064 463064 0 0.0
.dynamic 528 528 0 0.0
.got 17320 17320 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 361340 361340 0 0.0
.text 10266472 10266472 0 0.0
thermostat-no-ble arm64 (read only) 4491868 4491868 0 0.0
(read/write) 250296 250296 0 0.0
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106800 106800 0 0.0
.dynamic 528 528 0 0.0
.got 9144 9144 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162484 162484 0 0.0
.text 3985880 3985880 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534472 2534472 0 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1497156 1497156 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058744 1058744 0 0.0
bss 139209 139209 0 0.0
rodata 102776 102776 0 0.0
text 769488 769488 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1235756 1235756 0 0.0
bss 137637 137637 0 0.0
rodata 152244 152244 0 0.0
text 795836 795836 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1006488 1006488 0 0.0
bss 138107 138107 0 0.0
rodata 89992 89992 0 0.0
text 731176 731176 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1824500 1824500 0 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1608900 1608900 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1745980 1745980 0 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1533476 1533476 0 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1665636 1665636 0 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1459852 1459852 0 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1694828 1694828 0 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1461980 1461980 0 0.0

@lazarkov lazarkov requested a review from andy31415 June 4, 2024 16:12
Copy link

github-actions bot commented Jun 4, 2024

PR #33614: Size comparison from a42570b to f7f8d3d

Full report (11 builds for cc13x4_26x4, linux, mbed, nrfconnect)
platform target config section a42570b f7f8d3d change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 797492 797492 0 0.0
RAM 103216 103216 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 813184 813184 0 0.0
RAM 113696 113696 0 0.0
lock-mtd LP_EM_CC1354P10_6 FLASH 802564 802564 0 0.0
RAM 107816 107816 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 755476 755476 0 0.0
RAM 101924 101924 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 741132 741132 0 0.0
RAM 102164 102164 0 0.0
linux chip-tool-ipv6only arm64 unknown 17368 17368 0 0.0
FLASH 1065982 1065982 0 0.0
RAM 574512 574512 0 0.0
thermostat-no-ble arm64 unknown 9144 9144 0 0.0
FLASH 4148500 4148500 0 0.0
RAM 234344 234344 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497156 1497156 0 0.0
RAM 226152 226152 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 872776 872776 0 0.0
RAM 139209 139209 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 948124 948124 0 0.0
RAM 137637 137637 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 821680 821680 0 0.0
RAM 138107 138107 0 0.0

Copy link

github-actions bot commented Jun 4, 2024

PR #33614: Size comparison from d8e7e43 to 6c2fa94

Full report (46 builds for cc13x4_26x4, cyw30739, esp32, linux, mbed, nrfconnect, psoc6, qpg, tizen)
platform target config section d8e7e43 6c2fa94 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 797492 797492 0 0.0
RAM 103216 103216 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 813184 813184 0 0.0
RAM 113696 113696 0 0.0
lock-mtd LP_EM_CC1354P10_6 FLASH 802564 802564 0 0.0
RAM 107816 107816 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 755476 755476 0 0.0
RAM 101924 101924 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 741132 741132 0 0.0
RAM 102164 102164 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 661053 661053 0 0.0
RAM 74592 74592 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 680897 680897 0 0.0
RAM 77224 77224 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 680897 680897 0 0.0
RAM 77224 77224 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 637841 637841 0 0.0
RAM 69660 69660 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 603533 603533 0 0.0
RAM 70296 70296 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 623177 623177 0 0.0
RAM 72848 72848 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 623177 623177 0 0.0
RAM 72848 72848 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 618885 618885 0 0.0
RAM 73312 73312 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 638601 638601 0 0.0
RAM 75864 75864 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 638601 638601 0 0.0
RAM 75864 75864 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 587653 587653 0 0.0
RAM 67280 67280 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 607505 607505 0 0.0
RAM 69912 69912 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 607505 607505 0 0.0
RAM 69912 69912 0 0.0
esp32 all-clusters-app c3devkit DRAM 88404 88404 0 0.0
FLASH 1465246 1465246 0 0.0
IRAM 75570 75570 0 0.0
m5stack DRAM 114876 114876 0 0.0
FLASH 1533955 1533955 0 0.0
IRAM 125403 125403 0 0.0
linux air-purifier-app debug unknown 4576 4576 0 0.0
FLASH 2529872 2529872 0 0.0
RAM 128832 128832 0 0.0
all-clusters-app debug unknown 5344 5344 0 0.0
FLASH 5561342 5561342 0 0.0
RAM 481944 481944 0 0.0
all-clusters-minimal-app debug unknown 5264 5264 0 0.0
FLASH 5047448 5047448 0 0.0
RAM 236520 236520 0 0.0
bridge-app debug unknown 5232 5232 0 0.0
FLASH 4475576 4475576 0 0.0
RAM 216544 216544 0 0.0
chip-tool debug unknown 5736 5736 0 0.0
FLASH 11511431 11511431 0 0.0
RAM 526498 526498 0 0.0
fabric-admin debug unknown 5584 5584 0 0.0
FLASH 11274247 11274247 0 0.0
RAM 514682 514682 0 0.0
fabric-bridge-app debug unknown 5240 5240 0 0.0
FLASH 4345384 4345384 0 0.0
RAM 208592 208592 0 0.0
lighting-app debug+rpc+ui unknown 5864 5864 0 0.0
FLASH 5361826 5361826 0 0.0
RAM 225136 225136 0 0.0
lock-app debug unknown 5184 5184 0 0.0
FLASH 4539512 4539512 0 0.0
RAM 203968 203968 0 0.0
ota-provider-app debug unknown 4552 4552 0 0.0
FLASH 4175544 4175544 0 0.0
RAM 192928 192928 0 0.0
ota-requestor-app debug unknown 4488 4488 0 0.0
FLASH 4299640 4299640 0 0.0
RAM 197440 197440 0 0.0
shell debug unknown 4112 4112 0 0.0
FLASH 2794637 2794637 0 0.0
RAM 154168 154168 0 0.0
tv-app debug unknown 5464 5464 0 0.0
FLASH 5583768 5592632 8864 0.2
RAM 344584 344664 80 0.0
tv-casting-app debug unknown 5096 5096 0 0.0
FLASH 9562150 9562150 0 0.0
RAM 345040 345040 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497156 1497156 0 0.0
RAM 226152 226152 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 872776 872776 0 0.0
RAM 139209 139209 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 948124 948124 0 0.0
RAM 137637 137637 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 821680 821680 0 0.0
RAM 138107 138107 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1608916 1608916 0 0.0
RAM 207212 207212 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1533492 1533492 0 0.0
RAM 204116 204116 0 0.0
light cy8ckit_062s2_43012 FLASH 1459868 1459868 0 0.0
RAM 197396 197396 0 0.0
lock cy8ckit_062s2_43012 FLASH 1461996 1461996 0 0.0
RAM 224460 224460 0 0.0
qpg lighting-app qpg6105+debug FLASH 650176 650176 0 0.0
RAM 104644 104644 0 0.0
lock-app qpg6105+debug FLASH 610020 610020 0 0.0
RAM 99320 99320 0 0.0
tizen all-clusters-app arm unknown 1556 1556 0 0.0
FLASH 1609836 1609836 0 0.0
RAM 45460 45460 0 0.0
chip-tool-ubsan arm unknown 2360 2360 0 0.0
FLASH 15623494 15623494 0 0.0
RAM 6819592 6819592 0 0.0

Copy link

github-actions bot commented Jun 4, 2024

PR #33614: Size comparison from ef28056 to bc2ec4a

Full report (69 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, linux, mbed, nrfconnect, psoc6, telink)
platform target config section ef28056 bc2ec4a change % change
bl602 lighting-app bl602 FLASH 1267960 1267960 0 0.0
RAM 95408 95408 0 0.0
bl602+mfd FLASH 1282238 1282238 0 0.0
RAM 95560 95560 0 0.0
bl602+rpc FLASH 1307174 1307174 0 0.0
RAM 103840 103840 0 0.0
bl702 lighting-app bl702 FLASH 1088666 1088666 0 0.0
RAM 14897 14897 0 0.0
bl702+mfd FLASH 1099360 1099360 0 0.0
RAM 15049 15049 0 0.0
bl702+rpc FLASH 1178490 1178490 0 0.0
RAM 23925 23925 0 0.0
bl706-eth FLASH 872000 872000 0 0.0
RAM 27016 27016 0 0.0
bl706-wifi FLASH 1123626 1123626 0 0.0
RAM 14349 14349 0 0.0
bl702l lighting-app bl702l FLASH 1075552 1075552 0 0.0
RAM 21468 21468 0 0.0
bl702l+mfd FLASH 1086814 1086814 0 0.0
RAM 21628 21628 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 604350 604350 0 0.0
RAM 204592 204592 0 0.0
lock CC3235SF_LAUNCHXL FLASH 649626 649626 0 0.0
RAM 204852 204852 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 661053 661053 0 0.0
RAM 74592 74592 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 680897 680897 0 0.0
RAM 77224 77224 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 680897 680897 0 0.0
RAM 77224 77224 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 637841 637841 0 0.0
RAM 69660 69660 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 603533 603533 0 0.0
RAM 70296 70296 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 623177 623177 0 0.0
RAM 72848 72848 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 623177 623177 0 0.0
RAM 72848 72848 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 618885 618885 0 0.0
RAM 73312 73312 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 638601 638601 0 0.0
RAM 75864 75864 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 638601 638601 0 0.0
RAM 75864 75864 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 587653 587653 0 0.0
RAM 67280 67280 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 607505 607505 0 0.0
RAM 69912 69912 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 607505 607505 0 0.0
RAM 69912 69912 0 0.0
efr32 lighting-app BRD4187C FLASH 887672 887672 0 0.0
RAM 183504 183504 0 0.0
lock-app BRD4338a FLASH 700520 700512 -8 -0.0
RAM 242708 242708 0 0.0
window-app BRD4187C FLASH 967876 967876 0 0.0
RAM 167936 167936 0 0.0
linux air-purifier-app debug unknown 4576 4576 0 0.0
FLASH 2529872 2529872 0 0.0
RAM 128832 128832 0 0.0
all-clusters-app debug unknown 5344 5344 0 0.0
FLASH 5561342 5561342 0 0.0
RAM 481944 481944 0 0.0
all-clusters-minimal-app debug unknown 5264 5264 0 0.0
FLASH 5047448 5047448 0 0.0
RAM 236520 236520 0 0.0
bridge-app debug unknown 5232 5232 0 0.0
FLASH 4475576 4475576 0 0.0
RAM 216544 216544 0 0.0
chip-tool debug unknown 5744 5744 0 0.0
FLASH 11514311 11514311 0 0.0
RAM 521474 521474 0 0.0
chip-tool-ipv6only arm64 unknown 17368 17368 0 0.0
FLASH 10663452 10663452 0 0.0
RAM 569472 569472 0 0.0
fabric-admin debug unknown 5592 5592 0 0.0
FLASH 11275767 11275767 0 0.0
RAM 514698 514698 0 0.0
fabric-bridge-app debug unknown 5240 5240 0 0.0
FLASH 4345384 4345384 0 0.0
RAM 208592 208592 0 0.0
lighting-app debug+rpc+ui unknown 5864 5864 0 0.0
FLASH 5361826 5361826 0 0.0
RAM 225136 225136 0 0.0
lock-app debug unknown 5184 5184 0 0.0
FLASH 4539512 4539512 0 0.0
RAM 203968 203968 0 0.0
ota-provider-app debug unknown 4552 4552 0 0.0
FLASH 4175544 4175544 0 0.0
RAM 192928 192928 0 0.0
ota-requestor-app debug unknown 4488 4488 0 0.0
FLASH 4299640 4299640 0 0.0
RAM 197440 197440 0 0.0
shell debug unknown 4112 4112 0 0.0
FLASH 2794637 2794637 0 0.0
RAM 154168 154168 0 0.0
thermostat-no-ble arm64 unknown 9144 9144 0 0.0
FLASH 4148500 4148500 0 0.0
RAM 234344 234344 0 0.0
tv-app debug unknown 5472 5472 0 0.0
FLASH 5585240 5594120 8880 0.2
RAM 344600 344680 80 0.0
tv-casting-app debug unknown 5104 5104 0 0.0
FLASH 9565254 9565254 0 0.0
RAM 340016 340016 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497156 1497156 0 0.0
RAM 226152 226152 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 872776 872776 0 0.0
RAM 139209 139209 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 948124 948124 0 0.0
RAM 137637 137637 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 821680 821680 0 0.0
RAM 138107 138107 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1608916 1608916 0 0.0
RAM 207212 207212 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1533492 1533492 0 0.0
RAM 204116 204116 0 0.0
light cy8ckit_062s2_43012 FLASH 1459868 1459868 0 0.0
RAM 197396 197396 0 0.0
lock cy8ckit_062s2_43012 FLASH 1461996 1461996 0 0.0
RAM 224460 224460 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 624960 624960 0 0.0
RAM 49944 49944 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 596982 596982 0 0.0
RAM 125184 125184 0 0.0
all-clusters-minimal-app tlsr9528a FLASH 769686 769686 0 0.0
RAM 110132 110132 0 0.0
bridge-app tlsr9518adk80d FLASH 656458 656458 0 0.0
RAM 92888 92888 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 626766 626766 0 0.0
RAM 49988 49988 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 713698 713698 0 0.0
RAM 76580 76580 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 555272 555272 0 0.0
RAM 121432 121432 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 793042 793042 0 0.0
RAM 99980 99980 0 0.0
lock-app-dfu tlsr9528a FLASH 659810 659810 0 0.0
RAM 69268 69268 0 0.0
ota-requestor-app tlsr9518adk80d FLASH 675340 675340 0 0.0
RAM 92620 92620 0 0.0
pump-app tlsr9258a FLASH 621398 621398 0 0.0
RAM 58232 58232 0 0.0
pump-controller-app tlsr9118bdk40d FLASH 450174 450174 0 0.0
RAM 76672 76672 0 0.0
shell tlsr9518adk80d FLASH 462642 462642 0 0.0
RAM 71852 71852 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 633166 633166 0 0.0
RAM 51616 51616 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 642876 642876 0 0.0
RAM 59804 59804 0 0.0
thermostat tlsr9518adk80d FLASH 618224 618224 0 0.0
RAM 56492 56492 0 0.0
window-covering tlsr9258a FLASH 623168 623168 0 0.0
RAM 58448 58448 0 0.0

Copy link

github-actions bot commented Jun 5, 2024

PR #33614: Size comparison from 0050994 to ae6715d

Full report (26 builds for cyw30739, efr32, mbed, nrfconnect, psoc6, qpg)
platform target config section 0050994 ae6715d change % change
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 661053 661053 0 0.0
RAM 74592 74592 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 680897 680897 0 0.0
RAM 77224 77224 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 680897 680897 0 0.0
RAM 77224 77224 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 637841 637841 0 0.0
RAM 69660 69660 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 603533 603533 0 0.0
RAM 70296 70296 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 623177 623177 0 0.0
RAM 72848 72848 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 623177 623177 0 0.0
RAM 72848 72848 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 618885 618885 0 0.0
RAM 73312 73312 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 638601 638601 0 0.0
RAM 75864 75864 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 638601 638601 0 0.0
RAM 75864 75864 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 587653 587653 0 0.0
RAM 67280 67280 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 607505 607505 0 0.0
RAM 69912 69912 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 607505 607505 0 0.0
RAM 69912 69912 0 0.0
efr32 lighting-app BRD4187C FLASH 887672 887672 0 0.0
RAM 183504 183504 0 0.0
lock-app BRD4338a FLASH 700520 700512 -8 -0.0
RAM 242708 242708 0 0.0
window-app BRD4187C FLASH 967876 967876 0 0.0
RAM 167936 167936 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497156 1497156 0 0.0
RAM 226152 226152 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 872776 872776 0 0.0
RAM 139209 139209 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 948124 948124 0 0.0
RAM 137637 137637 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 821680 821680 0 0.0
RAM 138107 138107 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1608916 1608916 0 0.0
RAM 207212 207212 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1533492 1533492 0 0.0
RAM 204116 204116 0 0.0
light cy8ckit_062s2_43012 FLASH 1459868 1459868 0 0.0
RAM 197396 197396 0 0.0
lock cy8ckit_062s2_43012 FLASH 1461996 1461996 0 0.0
RAM 224460 224460 0 0.0
qpg lighting-app qpg6105+debug FLASH 650176 650176 0 0.0
RAM 104644 104644 0 0.0
lock-app qpg6105+debug FLASH 610020 610020 0 0.0
RAM 99320 99320 0 0.0

Copy link

github-actions bot commented Jun 5, 2024

PR #33614: Size comparison from 4a8dc73 to c9e783f

Full report (44 builds for bl602, bl702, bl702l, efr32, esp32, linux, mbed, nrfconnect, nxp, telink, tizen)
platform target config section 4a8dc73 c9e783f change % change
bl602 lighting-app bl602 FLASH 1267928 1267928 0 0.0
RAM 95408 95408 0 0.0
bl602+mfd FLASH 1282206 1282206 0 0.0
RAM 95560 95560 0 0.0
bl602+rpc FLASH 1307142 1307142 0 0.0
RAM 103840 103840 0 0.0
bl702 lighting-app bl702 FLASH 1088634 1088634 0 0.0
RAM 14897 14897 0 0.0
bl702+mfd FLASH 1099328 1099328 0 0.0
RAM 15049 15049 0 0.0
bl702+rpc FLASH 1178458 1178458 0 0.0
RAM 23925 23925 0 0.0
bl706-eth FLASH 872000 872000 0 0.0
RAM 27016 27016 0 0.0
bl706-wifi FLASH 1123594 1123594 0 0.0
RAM 14349 14349 0 0.0
bl702l lighting-app bl702l FLASH 1075520 1075520 0 0.0
RAM 21468 21468 0 0.0
bl702l+mfd FLASH 1086782 1086782 0 0.0
RAM 21628 21628 0 0.0
efr32 lighting-app BRD4187C FLASH 887640 887640 0 0.0
RAM 183504 183504 0 0.0
lock-app BRD4338a FLASH 700488 700480 -8 -0.0
RAM 242708 242708 0 0.0
window-app BRD4187C FLASH 967844 967844 0 0.0
RAM 167936 167936 0 0.0
esp32 all-clusters-app c3devkit DRAM 88404 88404 0 0.0
FLASH 1465214 1465214 0 0.0
IRAM 75570 75570 0 0.0
m5stack DRAM 114876 114876 0 0.0
FLASH 1533915 1533915 0 0.0
IRAM 125403 125403 0 0.0
linux chip-tool-ipv6only arm64 unknown 17368 17368 0 0.0
FLASH 10663428 10663428 0 0.0
RAM 569472 569472 0 0.0
thermostat-no-ble arm64 unknown 9144 9144 0 0.0
FLASH 4148500 4148500 0 0.0
RAM 234344 234344 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497124 1497124 0 0.0
RAM 226152 226152 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 872744 872744 0 0.0
RAM 139209 139209 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 948092 948092 0 0.0
RAM 137637 137637 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 821648 821648 0 0.0
RAM 138107 138107 0 0.0
nxp contact k32w0+release FLASH 575460 575460 0 0.0
RAM 70112 70112 0 0.0
k32w1+release FLASH 590856 590856 0 0.0
RAM 74144 74144 0 0.0
light k32w0+release FLASH 609376 609376 0 0.0
RAM 69588 69588 0 0.0
k32w1+release FLASH 673696 673696 0 0.0
RAM 82896 82896 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 624960 624960 0 0.0
RAM 49944 49944 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 596982 596982 0 0.0
RAM 125184 125184 0 0.0
all-clusters-minimal-app tlsr9528a FLASH 769686 769686 0 0.0
RAM 110132 110132 0 0.0
bridge-app tlsr9518adk80d FLASH 656458 656458 0 0.0
RAM 92888 92888 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 626766 626766 0 0.0
RAM 49988 49988 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 713698 713698 0 0.0
RAM 76580 76580 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 555272 555272 0 0.0
RAM 121432 121432 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 793042 793042 0 0.0
RAM 99980 99980 0 0.0
lock-app-dfu tlsr9528a FLASH 659810 659810 0 0.0
RAM 69268 69268 0 0.0
ota-requestor-app tlsr9518adk80d FLASH 675340 675340 0 0.0
RAM 92620 92620 0 0.0
pump-app tlsr9258a FLASH 621398 621398 0 0.0
RAM 58232 58232 0 0.0
pump-controller-app tlsr9118bdk40d FLASH 450174 450174 0 0.0
RAM 76672 76672 0 0.0
shell tlsr9518adk80d FLASH 462642 462642 0 0.0
RAM 71852 71852 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 633166 633166 0 0.0
RAM 51616 51616 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 642876 642876 0 0.0
RAM 59804 59804 0 0.0
thermostat tlsr9518adk80d FLASH 618224 618224 0 0.0
RAM 56492 56492 0 0.0
window-covering tlsr9258a FLASH 623168 623168 0 0.0
RAM 58448 58448 0 0.0
tizen all-clusters-app arm unknown 1556 1556 0 0.0
FLASH 1609836 1609836 0 0.0
RAM 45460 45460 0 0.0
chip-tool-ubsan arm unknown 2364 2364 0 0.0
FLASH 15626350 15626350 0 0.0
RAM 6822000 6822000 0 0.0

@@ -681,12 +722,22 @@ std::list<ClusterId> ContentAppFactoryImpl::GetAllowedClusterListForStaticEndpoi
CHIP_ERROR AppTvInit()
{
#if CHIP_DEVICE_CONFIG_APP_PLATFORM_ENABLED
// test data for apps
const uint16_t APP1_VENDOR_ID = 1;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: naming should probably be kCamelCasename and using constexpr.

Suggested change
const uint16_t APP1_VENDOR_ID = 1;
constexpr uint16_t kApp1VendorId = 1;

*
* CdError status is designed for CommissionerDeclaration and should be set by using SetErrorCode() and
* sent back to the client as a CDC Message. It is expected that app during installation can return following errors:
* kNoError, kAppInstallConsentPending, kAppInstalling, kAppInstallFailed, kAppInstalledRetryNeeded
Copy link
Contributor

Choose a reason for hiding this comment

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

If this is a subset of errors, the comment should explain why only this subset will be returned here (and that it is a subset).

If this is an exhaustive set, then we should NOT have this list as this would mean we have to maintain the list in sync.

Overall listing anything except kNoError or special one-offs adds a maintenance burden to update the comment if the underlying code changes (and worse, you return a generic CdError yet your api claims to never return the entire set of errors and if clients rely on that, they may break on updates).

How about something like:

Returns a subset of CDError that are specific during application instalation lifecycle. In particular:
  - kNoError means no error
  - kAppInstallConsentPending is returned if no application is available
  - other kApp* constants for lifecycle managemnt (kAppInstalling, kAppInstallFailed, kAppInstallRetryNeeded)
  - other CdError constants are EXPLICITLY DISALLOWED

unsure if the above comment is true ... however please see how it can be phrased to make expectations clear. Is for example kUnexpectedCommissionerPasscodeReady (random pick) possible here? it is a valid CdError value. How about kConfigurationFailed?

Should we maybe consider having a separate enum that is more restricted and that can be directly converted to a CdError instead?

Copy link

github-actions bot commented Jun 6, 2024

PR #33614: Size comparison from d15f6c1 to 1f7ba4e

Full report (32 builds for bl602, bl702, bl702l, cc13x4_26x4, efr32, esp32, mbed, nrfconnect, nxp, qpg, tizen)
platform target config section d15f6c1 1f7ba4e change % change
bl602 lighting-app bl602 FLASH 1267952 1267952 0 0.0
RAM 95408 95408 0 0.0
bl602+mfd FLASH 1282228 1282228 0 0.0
RAM 95560 95560 0 0.0
bl602+rpc FLASH 1307166 1307166 0 0.0
RAM 103840 103840 0 0.0
bl702 lighting-app bl702 FLASH 1088592 1088592 0 0.0
RAM 14897 14897 0 0.0
bl702+mfd FLASH 1099284 1099284 0 0.0
RAM 15049 15049 0 0.0
bl702+rpc FLASH 1178416 1178416 0 0.0
RAM 23925 23925 0 0.0
bl706-eth FLASH 872024 872024 0 0.0
RAM 27016 27016 0 0.0
bl706-wifi FLASH 1123616 1123616 0 0.0
RAM 14349 14349 0 0.0
bl702l lighting-app bl702l FLASH 1075478 1075478 0 0.0
RAM 21468 21468 0 0.0
bl702l+mfd FLASH 1086738 1086738 0 0.0
RAM 21628 21628 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 797296 797296 0 0.0
RAM 103176 103176 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 812984 812984 0 0.0
RAM 113656 113656 0 0.0
lock-mtd LP_EM_CC1354P10_6 FLASH 802344 802344 0 0.0
RAM 107776 107776 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 755256 755256 0 0.0
RAM 101884 101884 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 740920 740920 0 0.0
RAM 102124 102124 0 0.0
efr32 lighting-app BRD4187C FLASH 887608 887600 -8 -0.0
RAM 183504 183504 0 0.0
lock-app BRD4338a FLASH 700504 700504 0 0.0
RAM 242708 242708 0 0.0
window-app BRD4187C FLASH 967780 967772 -8 -0.0
RAM 167936 167936 0 0.0
esp32 all-clusters-app c3devkit DRAM 88404 88404 0 0.0
FLASH 1465420 1465420 0 0.0
IRAM 75570 75570 0 0.0
m5stack DRAM 114876 114876 0 0.0
FLASH 1534151 1534151 0 0.0
IRAM 125403 125403 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497092 1497092 0 0.0
RAM 226152 226152 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 872704 872704 0 0.0
RAM 139209 139209 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 948104 948104 0 0.0
RAM 137637 137637 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 821608 821608 0 0.0
RAM 138107 138107 0 0.0
nxp contact k32w0+release FLASH 575460 575460 0 0.0
RAM 70112 70112 0 0.0
k32w1+release FLASH 590872 590872 0 0.0
RAM 74144 74144 0 0.0
light k32w0+release FLASH 609360 609360 0 0.0
RAM 69588 69588 0 0.0
k32w1+release FLASH 673656 673656 0 0.0
RAM 82896 82896 0 0.0
qpg lighting-app qpg6105+debug FLASH 650088 650088 0 0.0
RAM 104644 104644 0 0.0
lock-app qpg6105+debug FLASH 609932 609932 0 0.0
RAM 99320 99320 0 0.0
tizen all-clusters-app arm unknown 1556 1556 0 0.0
FLASH 1609932 1609932 0 0.0
RAM 45452 45452 0 0.0
chip-tool-ubsan arm unknown 2364 2364 0 0.0
FLASH 15626834 15626834 0 0.0
RAM 6822312 6822312 0 0.0

Copy link

github-actions bot commented Jun 12, 2024

PR #33614: Size comparison from dc8187b to 7d35e6c

Full report (35 builds for bl602, bl702, bl702l, cc32xx, efr32, esp32, linux, mbed, nrfconnect)
platform target config section dc8187b 7d35e6c change % change
bl602 lighting-app bl602 FLASH 1268298 1268298 0 0.0
RAM 95424 95424 0 0.0
bl602+mfd FLASH 1282576 1282576 0 0.0
RAM 95576 95576 0 0.0
bl602+rpc FLASH 1307256 1307256 0 0.0
RAM 103856 103856 0 0.0
bl702 lighting-app bl702 FLASH 1088938 1088938 0 0.0
RAM 14897 14897 0 0.0
bl702+mfd FLASH 1099888 1099888 0 0.0
RAM 15049 15049 0 0.0
bl702+rpc FLASH 1179018 1179018 0 0.0
RAM 23925 23925 0 0.0
bl706-eth FLASH 872114 872114 0 0.0
RAM 27016 27016 0 0.0
bl706-wifi FLASH 1124146 1124146 0 0.0
RAM 14349 14349 0 0.0
bl702l lighting-app bl702l FLASH 1076080 1076080 0 0.0
RAM 21468 21468 0 0.0
bl702l+mfd FLASH 1087342 1087342 0 0.0
RAM 21628 21628 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 604846 604846 0 0.0
RAM 204608 204608 0 0.0
lock CC3235SF_LAUNCHXL FLASH 650634 650634 0 0.0
RAM 204868 204868 0 0.0
efr32 lighting-app BRD4187C FLASH 887832 887832 0 0.0
RAM 183520 183520 0 0.0
lock-app BRD4338a FLASH 701672 701664 -8 -0.0
RAM 242804 242804 0 0.0
window-app BRD4187C FLASH 968748 968740 -8 -0.0
RAM 167952 167952 0 0.0
esp32 all-clusters-app c3devkit DRAM 88420 88420 0 0.0
FLASH 1466214 1466214 0 0.0
IRAM 75570 75570 0 0.0
m5stack DRAM 114892 114892 0 0.0
FLASH 1535431 1535431 0 0.0
IRAM 125403 125403 0 0.0
linux air-purifier-app debug unknown 4568 4568 0 0.0
FLASH 2531872 2531872 0 0.0
RAM 129104 129104 0 0.0
all-clusters-app debug unknown 5344 5344 0 0.0
FLASH 5568430 5568430 0 0.0
RAM 483032 483032 0 0.0
all-clusters-minimal-app debug unknown 5264 5264 0 0.0
FLASH 5052216 5052216 0 0.0
RAM 236824 236824 0 0.0
bridge-app debug unknown 5232 5232 0 0.0
FLASH 4477544 4477544 0 0.0
RAM 216784 216784 0 0.0
chip-tool debug unknown 5744 5744 0 0.0
FLASH 11511111 11511111 0 0.0
RAM 535234 535234 0 0.0
fabric-admin debug unknown 5600 5600 0 0.0
FLASH 1128125 1128125 0 0.0
RAM 528818 528818 0 0.0
fabric-bridge-app debug unknown 5240 5240 0 0.0
FLASH 4347160 4347160 0 0.0
RAM 208832 208832 0 0.0
lighting-app debug+rpc+ui unknown 5864 5864 0 0.0
FLASH 5365586 5365586 0 0.0
RAM 225424 225424 0 0.0
lock-app debug unknown 5184 5184 0 0.0
FLASH 4542904 4542904 0 0.0
RAM 204240 204240 0 0.0
ota-provider-app debug unknown 4552 4552 0 0.0
FLASH 4177128 4177128 0 0.0
RAM 193200 193200 0 0.0
ota-requestor-app debug unknown 4488 4488 0 0.0
FLASH 4301576 4301576 0 0.0
RAM 197840 197840 0 0.0
shell debug unknown 4112 4112 0 0.0
FLASH 2799997 2799997 0 0.0
RAM 154424 154424 0 0.0
tv-app debug unknown 5472 5472 0 0.0
FLASH 5587192 5596056 8864 0.2
RAM 345672 345752 80 0.0
tv-casting-app debug unknown 5104 5104 0 0.0
FLASH 9559094 9559094 0 0.0
RAM 352832 352832 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497748 1497748 0 0.0
RAM 226168 226168 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 873828 873828 0 0.0
RAM 139225 139225 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 948512 948512 0 0.0
RAM 137653 137653 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 821804 821804 0 0.0
RAM 138123 138123 0 0.0

@lazarkov lazarkov closed this Jun 14, 2024
auto-merge was automatically disabled June 14, 2024 10:26

Pull request was closed

@lazarkov
Copy link
Contributor Author

I will follow up with new PR soon.

@lazarkov lazarkov deleted the feature/app-installation-status-report branch June 17, 2024 17:50
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.

4 participants