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

Modified tests jan 23 new #32151

Merged
merged 185 commits into from
Feb 16, 2024

Conversation

raul-marquez-csa
Copy link
Contributor

@raul-marquez-csa raul-marquez-csa commented Feb 15, 2024

Original PR
#31623

Fixes issue: project-chip/matter-test-scripts#109, project-chip/matter-test-scripts#110, project-chip/matter-test-scripts#111, project-chip/matter-test-scripts#112, project-chip/matter-test-scripts#113, project-chip/matter-test-scripts#114, project-chip/matter-test-scripts#115, project-chip/matter-test-scripts#116

PICS update and manual steps modified:

TC-CNET-4.1
TC-CONTENTLAUNCHER-10.4
TC-DRYERCTRL-2.1
TC-MEDIAPLAYBACK-6.8
TC-MEDIAPLAYBACK-6.9
TC-MEDIAPLAYBACK-6.10
TC_DISHM_1_2
TC_DISHM_2_1
TC_DISHM_3_1
TC_DISHM_3_3
TC_LWM_1_1
TC_LWM_1_2
TC_OTCCM_1_1
TC_OTCCM_1_2
TC_OTCCM_2_1
TC_OTCCM_3_1
TC_OTCCM_3_3
TC_TCCM_1_1
TC_TCCM_1_2

Added auto generated files

https://github.com/project-chip/connectedhomeip/files/14024349/exe_logs.txt

manjunath-grl and others added 9 commits January 29, 2024 11:01
TC_DISHM_1_2
TC_DISHM_2_1
TC_DISHM_3_1
TC_DISHM_3_3
TC_LWM_1_1
TC_LWM_1_2
TC_OTCCM_1_1
TC_OTCCM_1_2
TC_OTCCM_2_1
TC_OTCCM_3_1
TC_OTCCM_3_3
TC_TCCM_1_1
TC_TCCM_1_2
TC-LWM-1.1
TC_TCCM-1.1
TC-OTCCM-1.1
TC-CNET-4.1
TC-CONTENTLAUNCHER-10.4
TC-DRYERCTRL-2.1
TC-MEDIAPLAYBACK-6.8
TC-MEDIAPLAYBACK-6.9
TC-MEDIAPLAYBACK-6.10
TC-OTCCM-1.2
manjunath-grl and others added 13 commits February 15, 2024 12:23
TC_DISHM_1_2
TC_DISHM_2_1
TC_DISHM_3_1
TC_DISHM_3_3
TC_LWM_1_1
TC_LWM_1_2
TC_OTCCM_1_1
TC_OTCCM_1_2
TC_OTCCM_2_1
TC_OTCCM_3_1
TC_OTCCM_3_3
TC_TCCM_1_1
TC_TCCM_1_2
TC-LWM-1.1
TC_TCCM-1.1
TC-OTCCM-1.1
TC-CNET-4.1
TC-CONTENTLAUNCHER-10.4
TC-DRYERCTRL-2.1
TC-MEDIAPLAYBACK-6.8
TC-MEDIAPLAYBACK-6.9
TC-MEDIAPLAYBACK-6.10
TC-OTCCM-1.2
…sa/connectedhomeip into Modified_tests_Jan_23_new
@raul-marquez-csa raul-marquez-csa marked this pull request as ready for review February 15, 2024 20:46
jepenven-silabs and others added 25 commits February 15, 2024 18:21
* Rename EMBER_ to MATTER_

* Fix last comments
* Purge EMBER_ZCL_STATUS

* Add to_underlying in examples

* fix CI

* Fix CI and comments
…ect-chip#31795)

The ICD implementation is compiled with a full set of features,
even if the device uses SIT configuration. It results in a big
flash memory waste on a functionalities that cannot be used by
certain configuration.

Introduced new gn flags corresponding to the ICD features
- LIT, CIP and UAT. Modified the ICD Manager implementation
and icd-management-server code to use created defines
and cut off unused code by the preprocessor.
…#31823)

* Fix duplicate definition of recvmsg on latest zephyr tree
* Remove redundant config flags
* Configure event queue size to 64
* Remove recovery mechanism in wifi implementation
* Always enable CHIP_FACTORY_RESET_ERASE_NVS
* Update net configuration for wifi

Signed-off-by: Axel Le Bourhis <[email protected]>
Log filtering is a global affair, so move the filtering functions to a
global context too. This allows to setup logging before creating any
device controller. It aligns with how the SDK treats logging.

Also enable log filtering for the Linux platform to make the
functionality useful on Linux.
…energy-management-app (project-chip#32095)

* Fixes: project-chip#32089
In all-clusters-app, Set the EPM PowerMode attribute to AC. In energy-management-app turned on all features and attributes for testing. Fixed issue in TC_EPM_2_1.py when valid attribute is returned. Improved type checking for HarmonicCurrents and HarmonicPhases

* Turned on additional attributes in EPM cluster on energy-management-app. Now runs tests without skipping unsupported attributes.

* Turned on additional attributes in EPM cluster on energy-management-app. Now runs tests without skipping unsupported attributes.

* Fixes project-chip#31925 - QA team expect HarmonicCurrents and HarmonicPhases to have 1 entry in the list for testing

* Turned off 3 provisional features which fail the TC_DeviceConformance.py test

* Removed EVSE attributes which are provisional in 1.3 (SOC, PNC, V2X)
* Change name

* Restyled by prettier-yaml

---------

Co-authored-by: Restyled.io <[email protected]>
* Adding OvenOpState test scripts and ciTests.json file

* Restyled by whitespace

* Restyled by prettier-json

* Restyled by prettier-yaml

* Restyled by autopep8

* added OvenOpstate2_4 and updated other files

* Delete src/app/tests/suites/certification/Test_TC_OVENOPSTATE_1_1.yml

* Delete src/app/tests/suites/certification/Test_TC_OVENOPSTATE_2_2.yml

* Restyled by whitespace

* Restyled by prettier-json

* Restyled by prettier-yaml

* updated test scripts

* updated Test_TC_OVENOPSTATE_2_2.yaml

* Restyled by prettier-yaml

* updated yamls and ran zap regen

* Restyled by isort

* Restyled by isort

* updated __init__.py

* updated citests and mannual tests

* updated python scripts

* Restyled by autopep8

* updated step3 to automated test in 2_2

* updated citests.json

* updated Tests and ciTest file

* Revert "updated Tests and ciTest file"

This reverts commit 163c810.

* updated according review

* zap regen

* Revert "zap regen"

This reverts commit b057c11.

* removed zap gen

* revert zap gen

* Fix opstate pics

* Updated commands

* Fix white space

* fix for PR

* Update commands

* fixes PR

* fix

* fix test cases

* Restyled by prettier-yaml

* fixed place for test case

* fixed test json

* zap regen

* added Ovenopstate2_2 and 2_5 yaml and python files. Also some associated changed files

* Removed YAML test

* added python tests

* Updated zap all cluster app

* improvements opstte 1_1

* improvement base code

* update example app

* improvements on ovenopstate

* ci pics update

* ci pics updates

* fix matter testing support

* improvements on test cases

* Adding commads for example app

* added TC 2.2 to the base test

* enabled all tests for oven cavity opstate

* added app id to the CI parameters

* Blocking start when in fault

* added tests for CI

* Fix lints

* Added test 2.3

* Updated business rules on application

* Added app pid parameter to mobile test script

* fix pipe

* fix lint

* Added test 2.4

* fixed parameter from run python script

* Fixed Lint

* Deleted OVENOPSTATE YAMLs

* Fix run python script

* Fix lint

* Added opstate test cases

* Fixed opstate app

* removed opstate from YAML

* fixes according test plan update

* Fixed missing test errors

* added countdown behavior to opstate

* clean up command line linux

* Added TC 2.5 automated

* Added OPSTATE and OVENOPSTATE to CI

* fixed according review

* Restyled by whitespace

* Restyled by clang-format

* Restyled by autopep8

* Restyled by isort

* Updates according review

* Restyled by autopep8

* Restyled by isort

---------

Co-authored-by: Prakash  Ravi <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Prakash Ravi <[email protected]>
…2074)

* Update test scripts to match latest test plan

* Update src/python_testing/TC_VALCC_4_5.py

Co-authored-by: C Freeman <[email protected]>

* Added missing skipped logging

* Updated copyright year

---------

Co-authored-by: C Freeman <[email protected]>
* Fix MRP SessionIdleInterval per spec to 500ms

Spec has the default SESSION_IDLE_INTERVAL defined as 500ms
https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/1.2/src/secure_channel/Message_Reliability_MRP.adoc#8-parameters-and-constants

Originally defined as 300ms, this change was introduced as part of spec PR
CHIP-Specifications/connectedhomeip-spec#7186

* Update Sleepy -> Session in context of active/idle intervals

Reflecting the spec update
CHIP-Specifications/connectedhomeip-spec#7186
…ng-app into our CI system" (project-chip#32012)

* Create examples-tvapp.yaml

* Delete .github/workflows/examples-tvapp.yaml

* Create examples-tv-app.yaml

Using nrfconnect as a template

* Update examples-tv-app.yaml
* Updated the steps to match the comments in the chip test plan

* Updated label for LasConfiguredBy attribute test

* Applied comments about verification steps in S_2_5 and S_2_6
…roject-chip#31739)

* Update Non-concurrent mode to latest spec (project-chip#31660)

* Handle unused variable (project-chip#31660)

* Restyled by clang-format

* Trigger from BTP, use regular member (project-chip#31660)

* Fix override (project-chip#31660)

* Restyled by whitespace

* Restyled by clang-format

* Use generic OperationalNetworkStarted (project-chip#31660)

* Replace variable with mState (project-chip#31660)
Use mState instead of mTerminateOnPacketTxComplete

* Sorted namespace out (project-chip#31660)

* Restyled by clang-format

* Address review comments (project-chip#31660)ffffffffffffffffffff

Close GATT so that BlueZ will disconnect.
Add kOperationalNetworkStarted event type

* Restyled by clang-format

* Access BleLayer mState through function (project-chip#31660)

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <[email protected]>
* Added refresh on read to the FabricSceneInfo capacity and patched Resource Exhausted for Copy Scene and Store Scene along with tests

* Applied suggested fix on ReturnOnFailure and /* = name*/
* Remove PoolCommon: bad name, non-member method, very very limited usage

* Restyle

* Added comment about returning null on failure

* Fix compile on fixed size pools

* Restyle

* Switch to not use a cast

* Fix types ... use auto because types are messy, unsure why

* Rename for smaller diff

* Rename for smaller diff

* Update src/transport/UnauthenticatedSessionTable.h

Co-authored-by: Boris Zbarsky <[email protected]>

---------

Co-authored-by: Boris Zbarsky <[email protected]>
* Decouple TimedHandler.h/cpp from InteractionModelEngine

* Restyle

* Use override instead of virtual

* Update comment - re-add a variant of the previous comment explaining why mTimeLimit is last

* Pull in the IM pointers support, to make less RAM/BSS usage for embedded

* Fix typo and kick restyler

* Restyle

* Previous align was better

* fix name for handler

---------

Co-authored-by: Andrei Litvin <[email protected]>
* Added a precondition step to TC_S_3_1

* Split preconditionning into separate steps

* Applied nit
* Python testing: Fix skip_ to use test plan numbers

* Update src/python_testing/matter_testing_support.py

Co-authored-by: Terence Hampson <[email protected]>

* address review comments

* Update src/python_testing/matter_testing_support.py

Co-authored-by: Terence Hampson <[email protected]>

---------

Co-authored-by: Terence Hampson <[email protected]>
…sa/connectedhomeip into Modified_tests_Jan_23_new
Copy link

github-actions bot commented Feb 16, 2024

PR #32151: Size comparison from de5c6d5 to 4bf31f3

Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
platform target config section de5c6d5 4bf31f3 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581242 581242 0 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86522 86522 0 0.0
.text 492596 492596 0 0.0
lock CC3235SF_LAUNCHXL (read only) 626530 626530 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 106978 106978 0 0.0
.text 517428 517428 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2530248 2530248 0 0.0
.bss 220432 220432 0 0.0
.data 5200 5200 0 0.0
.text 1492932 1492932 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1097436 1097436 0 0.0
bss 130751 130751 0 0.0
rodata 111700 111700 0 0.0
text 807184 807184 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217820 1217820 0 0.0
bss 122873 122873 0 0.0
rodata 141612 141612 0 0.0
text 802812 802812 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1047092 1047092 0 0.0
bss 129641 129641 0 0.0
rodata 99316 99316 0 0.0
text 770380 770380 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1125064 1125064 0 0.0
.bss 102384 102384 0 0.0
.data 820 820 0 0.0
.text 637448 637448 0 0.0
lock-app qpg6105+debug (read/write) 1085056 1085056 0 0.0
.bss 97136 97136 0 0.0
.data 840 840 0 0.0
.text 597436 597436 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597565 0 0.0
.bss 128296 128296 0 0.0
.data 668 668 0 0.0
.rodata 78764 78764 0 0.0
.text 380112 380112 0 0.0

Copy link

github-actions bot commented Feb 16, 2024

PR #32151: Size comparison from de5c6d5 to f789c38

Increases above 0.2%:

platform target config section de5c6d5 f789c38 change % change
linux all-clusters-app debug (read only) 5901761 5914657 12896 0.2
.text 5120259 5132707 12448 0.2
all-clusters-minimal-app debug (read only) 5194497 5207393 12896 0.2
.text 4671299 4683747 12448 0.3
ota-requestor-app debug (read only) 4418521 4431417 12896 0.3
.text 4007139 4019587 12448 0.3
thermostat-no-ble arm64 (read/write) 246224 247488 1264 0.5
tv-app debug (read only) 5651977 5664617 12640 0.2
.text 5123315 5135475 12160 0.2
Increases (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section de5c6d5 f789c38 change % change
bl602 lighting-app bl602 (read/write) 1431706 1432738 1032 0.1
.bss 85312 85328 16 0.0
.rodata 157444 157532 88 0.1
.text 1098804 1099730 926 0.1
bl602+mfd (read/write) 1446106 1447386 1280 0.1
.bss 85472 85488 16 0.0
.rodata 156404 156492 88 0.1
.text 1114114 1115296 1182 0.1
bl602+rpc (read/write) 1479082 1480354 1272 0.1
.bss 93344 93360 16 0.0
.rodata 165020 165100 80 0.0
.text 1130186 1131368 1182 0.1
bl702 lighting-app bl702 (read/write) 1196643 1197671 1028 0.1
.rodata 106788 106872 84 0.1
.text 968204 969130 926 0.1
bl702+mfd (read/write) 1207443 1208723 1280 0.1
.rodata 105728 105812 84 0.1
.text 979958 981140 1182 0.1
bl702+rpc (read/write) 1288095 1289379 1284 0.1
.rodata 122160 122244 84 0.1
.text 1042892 1044074 1182 0.1
bl706-eth (read/write) 1014869 1015361 492 0.0
.rodata 100136 100216 80 0.1
.text 759850 760264 414 0.1
bl706-wifi (read/write) 1248098 1249402 1304 0.1
.rodata 121132 121216 84 0.1
.text 990322 991526 1204 0.1
bl702l lighting-app bl702l (read/write) 1165952 1167232 1280 0.1
.rodata 100792 100876 84 0.1
.text 961050 962232 1182 0.1
bl702l+mfd (read/write) 1177356 1178384 1028 0.1
.rodata 99732 99816 84 0.1
.text 973372 974298 926 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780868 781804 936 0.1
(read/write) 168928 168944 16 0.0
.bss 90932 90948 16 0.0
.rodata 90316 90396 80 0.1
.text 690284 691140 856 0.1
lock-ftd LP_EM_CC1354P10_6 (read only) 797660 798604 944 0.1
(read/write) 179168 179184 16 0.0
.bss 101172 101188 16 0.0
.rodata 84604 84684 80 0.1
.text 712788 713652 864 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 786300 787236 936 0.1
(read/write) 173616 173632 16 0.0
.bss 95620 95636 16 0.0
.rodata 111364 111444 80 0.1
.text 674668 675524 856 0.1
pump-app LP_EM_CC1354P10_6 (read only) 738492 739436 944 0.1
(read/write) 167896 167912 16 0.0
.bss 89664 89680 16 0.0
.rodata 86028 86116 88 0.1
.text 652196 653052 856 0.1
pump-controller-app LP_EM_CC1354P10_6 (read only) 724132 725068 936 0.1
(read/write) 168104 168120 16 0.0
.bss 89888 89904 16 0.0
.rodata 81876 81956 80 0.1
.text 641988 642844 856 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 565139 565971 832 0.1
.app_xip_area 454989 455805 816 0.2
.bss 64984 65000 16 0.0
lock cyw930739m2evb_01 (read/write) 548115 548939 824 0.2
.app_xip_area 433205 434013 808 0.2
.bss 69736 69752 16 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 567659 1000 0.2
.app_xip_area 458013 458997 984 0.2
.bss 63520 63536 16 0.0
switch cyw930739m2evb_01 (read/write) 561371 562195 824 0.1
.app_xip_area 449445 450253 808 0.2
.bss 66720 66736 16 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928768 929760 992 0.1
.bss 197896 197912 16 0.0
.text 729460 730436 976 0.1
BRD4187C (read/write) 1105756 1106716 960 0.1
.bss 195108 195124 16 0.0
.text 907224 908168 944 0.1
lock-app BRD4161A+wf200 (read/write) 1117496 1118312 816 0.1
.bss 186736 186752 16 0.0
.text 927948 928748 800 0.1
window-app BRD4187C (read/write) 1152316 1153308 992 0.1
.bss 167348 167364 16 0.0
.text 981632 982608 976 0.1
esp32 all-clusters-app c3devkit (read only) 1206438 1207398 960 0.1
(read/write) 1748272 1748376 104 0.0
.dram0.bss 74256 74272 16 0.0
.flash.rodata 250864 250952 88 0.0
.flash.text 1206438 1207398 960 0.1
m5stack (read only) 1248659 1249503 844 0.1
(read/write) 533768 533856 88 0.0
.dram0.bss 81160 81176 16 0.0
.flash.rodata 281524 281596 72 0.0
.flash.text 1242495 1243339 844 0.1
k32w contact k32w0+release (read only) 609552 610416 864 0.1
(read/write) 79972 79988 16 0.0
.bss 67764 67780 16 0.0
.text 609016 609880 864 0.1
k32w1+release (read/write) 744588 745412 824 0.1
.bss 79116 79132 16 0.0
.text 623288 624096 808 0.1
light k32w0+release (read only) 601192 602056 864 0.1
(read/write) 79428 79444 16 0.0
.bss 67244 67260 16 0.0
.text 600656 601520 864 0.1
k32w1+release (read/write) 786568 787528 960 0.1
.bss 80508 80524 16 0.0
.text 664672 665616 944 0.1
lock k32w0+release (read only) 580376 580824 448 0.1
(read/write) 77416 77432 16 0.0
.bss 65284 65300 16 0.0
.text 579840 580288 448 0.1
linux air-purifier-app debug (read only) 2629077 2632005 2928 0.1
(read/write) 129480 129544 64 0.0
.bss 46896 46960 64 0.1
.rodata 184944 185104 160 0.1
.text 2266053 2268821 2768 0.1
all-clusters-app debug (read only) 5901761 5914657 12896 0.2
(read/write) 479848 480072 224 0.0
.bss 134752 134816 64 0.0
.data.rel.ro 333224 333368 144 0.0
.rodata 348400 348560 160 0.0
.text 5120259 5132707 12448 0.2
all-clusters-minimal-app debug (read only) 5194497 5207393 12896 0.2
(read/write) 236712 236936 224 0.1
.bss 128032 128096 64 0.0
.data.rel.ro 97240 97384 144 0.1
.rodata 288162 288322 160 0.1
.text 4671299 4683747 12448 0.3
bridge-app debug (read only) 4602105 4604857 2752 0.1
(read/write) 217744 217808 64 0.0
.bss 118560 118624 64 0.1
.text 4152291 4155043 2752 0.1
chip-tool debug (read only) 11977009 11987137 10128 0.1
(read/write) 521168 521296 128 0.0
.data.rel.ro 414576 414720 144 0.0
.rodata 447545 447705 160 0.0
.text 10823987 10833667 9680 0.1
chip-tool-ipv6only arm64 (read only) 11472960 11484736 11776 0.1
(read/write) 591616 592112 496 0.1
.data.rel.ro 454336 454480 144 0.0
.got 20360 20376 16 0.1
.rodata 352876 352988 112 0.0
.text 10232396 10243676 11280 0.1
lighting-app debug+rpc+ui (read only) 5524225 5527121 2896 0.1
(read/write) 226512 226576 64 0.0
.bss 119496 119560 64 0.1
.rodata 353652 353780 128 0.0
.text 4923587 4926355 2768 0.1
lock-app debug (read only) 4670193 4672929 2736 0.1
(read/write) 205368 205432 64 0.0
.bss 113984 114048 64 0.1
.text 4202947 4205683 2736 0.1
ota-provider-app debug (read only) 4302489 4305241 2752 0.1
(read/write) 193896 193960 64 0.0
.bss 113792 113856 64 0.1
.text 3901411 3904163 2752 0.1
ota-requestor-app debug (read only) 4418521 4431417 12896 0.3
(read/write) 198144 198336 192 0.1
.bss 114688 114752 64 0.1
.data.rel.ro 72816 72960 144 0.2
.rodata 213634 213794 160 0.1
.text 4007139 4019587 12448 0.3
shell debug (read only) 2867793 2867921 128 0.0
.rodata 186080 186208 128 0.1
thermostat-no-ble arm64 (read only) 4482776 4485624 2848 0.1
(read/write) 246224 247488 1264 0.5
.bss 122344 122360 16 0.0
.text 3977756 3980604 2848 0.1
tv-app debug (read only) 5651977 5664617 12640 0.2
(read/write) 351984 352176 192 0.1
.bss 243792 243856 64 0.0
.data.rel.ro 94392 94536 144 0.2
.rodata 286498 286690 192 0.1
.text 5123315 5135475 12160 0.2
tv-casting-app debug (read only) 9855929 9868745 12816 0.1
(read/write) 340616 340808 192 0.1
.bss 156592 156624 32 0.0
.data.rel.ro 174168 174328 160 0.1
.rodata 382512 382672 160 0.0
.text 9007475 9019843 12368 0.1
mbed lock-app-release cy8cproto_062_4343w (read/write) 2530248 2530696 448 0.0
.bss 220432 220448 16 0.0
.text 1492932 1493380 448 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1097436 1098364 928 0.1
bss 130751 130767 16 0.0
rodata 111700 111780 80 0.1
text 807184 808036 852 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1217820 1218636 816 0.1
bss 122873 122889 16 0.0
text 802812 803620 808 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1047092 1048020 928 0.1
bss 129641 129657 16 0.0
rodata 99316 99396 80 0.1
text 770380 771232 852 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1791500 1792100 600 0.0
.bss 196164 196180 16 0.0
.text 1584292 1584876 584 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1715580 1716164 584 0.0
.bss 193076 193092 16 0.0
.text 1511484 1512052 568 0.0
light cy8ckit_062s2_43012 (read/write) 1634916 1635492 576 0.0
.bss 186540 186556 16 0.0
.text 1437548 1438108 560 0.0
lock cy8ckit_062s2_43012 (read/write) 1664908 1665484 576 0.0
.bss 213700 213716 16 0.0
.text 1440380 1440940 560 0.0
qpg lighting-app qpg6105+debug (read/write) 1125064 1126016 952 0.1
.bss 102384 102400 16 0.0
.text 637448 638400 952 0.1
lock-app qpg6105+debug (read/write) 1085056 1086008 952 0.1
.bss 97136 97152 16 0.0
.text 597436 598388 952 0.2
stm32 light STM32WB5MM-DK (read/write) 597565 598029 464 0.1
.bss 128296 128312 16 0.0
.rodata 78764 78772 8 0.0
.text 380112 380552 440 0.1
telink air-quality-sensor-app tlsr9528a_retention (read/write) 820318 820834 516 0.1
bss 49612 49628 16 0.0
text 614170 614668 498 0.1
all-clusters-app tlsr9518adk80d (read/write) 1086516 1087580 1064 0.1
bss 101704 101720 16 0.0
text 789018 789988 970 0.1
all-clusters-minimal-app tlsr9528a (read/write) 1045540 1046604 1064 0.1
bss 110036 110052 16 0.0
text 761620 762590 970 0.1
bridge-app tlsr9518adk80d (read/write) 907328 907844 516 0.1
bss 93068 93084 16 0.0
text 650050 650548 498 0.1
contact-sensor-app tlsr9528a_retention (read/write) 821918 822434 516 0.1
bss 49660 49676 16 0.0
text 615832 616330 498 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 926864 927952 1088 0.1
bss 77660 77676 16 0.0
text 695292 696280 988 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1069036 1070116 1080 0.1
bss 100148 100164 16 0.0
text 774074 775062 988 0.1
lock-app-dfu tlsr9528a (read/write) 900020 900544 524 0.1
bss 69124 69140 16 0.0
text 651240 651738 498 0.1
ota-requestor-app tlsr9518adk80d (read/write) 925108 926196 1088 0.1
bss 92648 92664 16 0.0
text 667942 668930 988 0.1
pump-app tlsr9258a_retention (read/write) 824518 825066 548 0.1
bss 49768 49784 16 0.0
text 618834 619360 526 0.1
pump-controller-app tlsr9518adk80d (read/write) 788232 788772 540 0.1
bss 55968 55984 16 0.0
text 589582 590108 526 0.1
smoke_co_alarm-app tlsr9528a_retention (read/write) 828946 829462 516 0.1
bss 51292 51308 16 0.0
text 621894 622392 498 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 846837 847925 1088 0.1
bss 59444 59460 16 0.0
text 633014 634002 988 0.2
thermostat tlsr9518adk80d (read/write) 813820 814360 540 0.1
bss 56256 56272 16 0.0
text 609214 609740 526 0.1
window-covering tlsr9258a (read/write) 831964 832488 524 0.1
bss 68032 68048 16 0.0
text 624516 625014 498 0.1
Decreases (5 builds for cc32xx, psoc6)
platform target config section de5c6d5 f789c38 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581242 581234 -8 -0.0
.text 492596 492588 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834520 834504 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837632 837616 -16 -0.0
light cy8ckit_062s2_43012 (read only) 844360 844344 -16 -0.0
lock cy8ckit_062s2_43012 (read only) 817200 817184 -16 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section de5c6d5 f789c38 change % change
bl602 lighting-app bl602 (read/write) 1431706 1432738 1032 0.1
.bss 85312 85328 16 0.0
.data 9496 9496 0 0.0
.rodata 157444 157532 88 0.1
.text 1098804 1099730 926 0.1
bl602+mfd (read/write) 1446106 1447386 1280 0.1
.bss 85472 85488 16 0.0
.data 9472 9472 0 0.0
.rodata 156404 156492 88 0.1
.text 1114114 1115296 1182 0.1
bl602+rpc (read/write) 1479082 1480354 1272 0.1
.bss 93344 93360 16 0.0
.data 9872 9872 0 0.0
.rodata 165020 165100 80 0.0
.text 1130186 1131368 1182 0.1
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1196643 1197671 1028 0.1
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106788 106872 84 0.1
.text 968204 969130 926 0.1
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1207443 1208723 1280 0.1
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105728 105812 84 0.1
.text 979958 981140 1182 0.1
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1288095 1289379 1284 0.1
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122160 122244 84 0.1
.text 1042892 1044074 1182 0.1
bl706-eth (read/write) 1014869 1015361 492 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100136 100216 80 0.1
.text 759850 760264 414 0.1
bl706-wifi (read/write) 1248098 1249402 1304 0.1
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121132 121216 84 0.1
.text 990322 991526 1204 0.1
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1165952 1167232 1280 0.1
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100792 100876 84 0.1
.text 961050 962232 1182 0.1
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1177356 1178384 1028 0.1
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99732 99816 84 0.1
.text 973372 974298 926 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780868 781804 936 0.1
(read/write) 168928 168944 16 0.0
.bss 90932 90948 16 0.0
.data 3560 3560 0 0.0
.rodata 90316 90396 80 0.1
.text 690284 691140 856 0.1
lock-ftd LP_EM_CC1354P10_6 (read only) 797660 798604 944 0.1
(read/write) 179168 179184 16 0.0
.bss 101172 101188 16 0.0
.data 3560 3560 0 0.0
.rodata 84604 84684 80 0.1
.text 712788 713652 864 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 786300 787236 936 0.1
(read/write) 173616 173632 16 0.0
.bss 95620 95636 16 0.0
.data 3560 3560 0 0.0
.rodata 111364 111444 80 0.1
.text 674668 675524 856 0.1
pump-app LP_EM_CC1354P10_6 (read only) 738492 739436 944 0.1
(read/write) 167896 167912 16 0.0
.bss 89664 89680 16 0.0
.data 3552 3552 0 0.0
.rodata 86028 86116 88 0.1
.text 652196 653052 856 0.1
pump-controller-app LP_EM_CC1354P10_6 (read only) 724132 725068 936 0.1
(read/write) 168104 168120 16 0.0
.bss 89888 89904 16 0.0
.data 3544 3544 0 0.0
.rodata 81876 81956 80 0.1
.text 641988 642844 856 0.1
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581242 581234 -8 -0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86522 86522 0 0.0
.text 492596 492588 -8 -0.0
lock CC3235SF_LAUNCHXL (read only) 626530 626530 0 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 106978 106978 0 0.0
.text 517428 517428 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 565139 565971 832 0.1
.app_xip_area 454989 455805 816 0.2
.bss 64984 65000 16 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 548115 548939 824 0.2
.app_xip_area 433205 434013 808 0.2
.bss 69736 69752 16 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566659 567659 1000 0.2
.app_xip_area 458013 458997 984 0.2
.bss 63520 63536 16 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 561371 562195 824 0.1
.app_xip_area 449445 450253 808 0.2
.bss 66720 66736 16 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928768 929760 992 0.1
.bss 197896 197912 16 0.0
.data 1388 1388 0 0.0
.text 729460 730436 976 0.1
BRD4187C (read/write) 1105756 1106716 960 0.1
.bss 195108 195124 16 0.0
.data 3404 3404 0 0.0
.text 907224 908168 944 0.1
lock-app BRD4161A+wf200 (read/write) 1117496 1118312 816 0.1
.bss 186736 186752 16 0.0
.data 2792 2792 0 0.0
.text 927948 928748 800 0.1
window-app BRD4187C (read/write) 1152316 1153308 992 0.1
.bss 167348 167364 16 0.0
.data 3316 3316 0 0.0
.text 981632 982608 976 0.1
esp32 all-clusters-app c3devkit (read only) 1206438 1207398 960 0.1
(read/write) 1748272 1748376 104 0.0
.dram0.bss 74256 74272 16 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250864 250952 88 0.0
.flash.text 1206438 1207398 960 0.1
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1248659 1249503 844 0.1
(read/write) 533768 533856 88 0.0
.dram0.bss 81160 81176 16 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 281524 281596 72 0.0
.flash.text 1242495 1243339 844 0.1
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 609552 610416 864 0.1
(read/write) 79972 79988 16 0.0
.bss 67764 67780 16 0.0
.data 2224 2224 0 0.0
.text 609016 609880 864 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 744588 745412 824 0.1
.bss 79116 79132 16 0.0
.data 2816 2816 0 0.0
.text 623288 624096 808 0.1
light k32w0+release (read only) 601192 602056 864 0.1
(read/write) 79428 79444 16 0.0
.bss 67244 67260 16 0.0
.data 2200 2200 0 0.0
.text 600656 601520 864 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786568 787528 960 0.1
.bss 80508 80524 16 0.0
.data 2032 2032 0 0.0
.text 664672 665616 944 0.1
lock k32w0+release (read only) 580376 580824 448 0.1
(read/write) 77416 77432 16 0.0
.bss 65284 65300 16 0.0
.data 2148 2148 0 0.0
.text 579840 580288 448 0.1
linux air-purifier-app debug (read only) 2629077 2632005 2928 0.1
(read/write) 129480 129544 64 0.0
.bss 46896 46960 64 0.1
.data 2240 2240 0 0.0
.data.rel.ro 74392 74392 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 184944 185104 160 0.1
.text 2266053 2268821 2768 0.1
all-clusters-app debug (read only) 5901761 5914657 12896 0.2
(read/write) 479848 480072 224 0.0
.bss 134752 134816 64 0.0
.data 4464 4464 0 0.0
.data.rel.ro 333224 333368 144 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1376 1376 0 0.0
.rodata 348400 348560 160 0.0
.text 5120259 5132707 12448 0.2
all-clusters-minimal-app debug (read only) 5194497 5207393 12896 0.2
(read/write) 236712 236936 224 0.1
.bss 128032 128096 64 0.0
.data 4368 4368 0 0.0
.data.rel.ro 97240 97384 144 0.1
.dynamic 624 624 0 0.0
.got 5304 5304 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 288162 288322 160 0.1
.text 4671299 4683747 12448 0.3
bridge-app debug (read only) 4602105 4604857 2752 0.1
(read/write) 217744 217808 64 0.0
.bss 118560 118624 64 0.1
.data 6176 6176 0 0.0
.data.rel.ro 86288 86288 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228930 228930 0 0.0
.text 4152291 4155043 2752 0.1
chip-tool debug (read only) 11977009 11987137 10128 0.1
(read/write) 521168 521296 128 0.0
.bss 94264 94264 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414576 414720 144 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 447545 447705 160 0.0
.text 10823987 10833667 9680 0.1
chip-tool-ipv6only arm64 (read only) 11472960 11484736 11776 0.1
(read/write) 591616 592112 496 0.1
.bss 103304 103304 0 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454336 454480 144 0.0
.dynamic 512 512 0 0.0
.got 20360 20376 16 0.1
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352876 352988 112 0.0
.text 10232396 10243676 11280 0.1
lighting-app debug+rpc+ui (read only) 5524225 5527121 2896 0.1
(read/write) 226512 226576 64 0.0
.bss 119496 119560 64 0.1
.data 4832 4832 0 0.0
.data.rel.ro 94672 94672 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 353652 353780 128 0.0
.text 4923587 4926355 2768 0.1
lock-app debug (read only) 4670193 4672929 2736 0.1
(read/write) 205368 205432 64 0.0
.bss 113984 114048 64 0.1
.data 4128 4128 0 0.0
.data.rel.ro 80536 80536 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 254978 254978 0 0.0
.text 4202947 4205683 2736 0.1
ota-provider-app debug (read only) 4302489 4305241 2752 0.1
(read/write) 193896 193960 64 0.0
.bss 113792 113856 64 0.1
.data 4336 4336 0 0.0
.data.rel.ro 69856 69856 0 0.0
.dynamic 624 624 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 207618 207618 0 0.0
.text 3901411 3904163 2752 0.1
ota-requestor-app debug (read only) 4418521 4431417 12896 0.3
(read/write) 198144 198336 192 0.1
.bss 114688 114752 64 0.1
.data 4736 4736 0 0.0
.data.rel.ro 72816 72960 144 0.2
.dynamic 624 624 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 213634 213794 160 0.1
.text 4007139 4019587 12448 0.3
shell debug (read only) 2867793 2867921 128 0.0
(read/write) 155936 155936 0 0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86192 86192 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 186080 186208 128 0.1
.text 2508594 2508594 0 0.0
thermostat-no-ble arm64 (read only) 4482776 4485624 2848 0.1
(read/write) 246224 247488 1264 0.5
.bss 122344 122360 16 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103816 103816 0 0.0
.dynamic 512 512 0 0.0
.got 12232 12232 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159356 159356 0 0.0
.text 3977756 3980604 2848 0.1
tv-app debug (read only) 5651977 5664617 12640 0.2
(read/write) 351984 352176 192 0.1
.bss 243792 243856 64 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94392 94536 144 0.2
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 286498 286690 192 0.1
.text 5123315 5135475 12160 0.2
tv-casting-app debug (read only) 9855929 9868745 12816 0.1
(read/write) 340616 340808 192 0.1
.bss 156592 156624 32 0.0
.data 2944 2944 0 0.0
.data.rel.ro 174168 174328 160 0.1
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 382512 382672 160 0.0
.text 9007475 9019843 12368 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2530248 2530696 448 0.0
.bss 220432 220448 16 0.0
.data 5200 5200 0 0.0
.text 1492932 1493380 448 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1097436 1098364 928 0.1
bss 130751 130767 16 0.0
rodata 111700 111780 80 0.1
text 807184 808036 852 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217820 1218636 816 0.1
bss 122873 122889 16 0.0
rodata 141612 141612 0 0.0
text 802812 803620 808 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1047092 1048020 928 0.1
bss 129641 129657 16 0.0
rodata 99316 99396 80 0.1
text 770380 771232 852 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834520 834504 -16 -0.0
(read/write) 1791500 1792100 600 0.0
.bss 196164 196180 16 0.0
.data 2656 2656 0 0.0
.text 1584292 1584876 584 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837632 837616 -16 -0.0
(read/write) 1715580 1716164 584 0.0
.bss 193076 193092 16 0.0
.data 2632 2632 0 0.0
.text 1511484 1512052 568 0.0
light cy8ckit_062s2_43012 (read only) 844360 844344 -16 -0.0
(read/write) 1634916 1635492 576 0.0
.bss 186540 186556 16 0.0
.data 2440 2440 0 0.0
.text 1437548 1438108 560 0.0
lock cy8ckit_062s2_43012 (read only) 817200 817184 -16 -0.0
(read/write) 1664908 1665484 576 0.0
.bss 213700 213716 16 0.0
.data 2440 2440 0 0.0
.text 1440380 1440940 560 0.0
qpg lighting-app qpg6105+debug (read/write) 1125064 1126016 952 0.1
.bss 102384 102400 16 0.0
.data 820 820 0 0.0
.text 637448 638400 952 0.1
lock-app qpg6105+debug (read/write) 1085056 1086008 952 0.1
.bss 97136 97152 16 0.0
.data 840 840 0 0.0
.text 597436 598388 952 0.2
stm32 light STM32WB5MM-DK (read/write) 597565 598029 464 0.1
.bss 128296 128312 16 0.0
.data 668 668 0 0.0
.rodata 78764 78772 8 0.0
.text 380112 380552 440 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820318 820834 516 0.1
bss 49612 49628 16 0.0
text 614170 614668 498 0.1
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1086516 1087580 1064 0.1
bss 101704 101720 16 0.0
text 789018 789988 970 0.1
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1045540 1046604 1064 0.1
bss 110036 110052 16 0.0
text 761620 762590 970 0.1
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 907328 907844 516 0.1
bss 93068 93084 16 0.0
text 650050 650548 498 0.1
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821918 822434 516 0.1
bss 49660 49676 16 0.0
text 615832 616330 498 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 926864 927952 1088 0.1
bss 77660 77676 16 0.0
text 695292 696280 988 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1069036 1070116 1080 0.1
bss 100148 100164 16 0.0
text 774074 775062 988 0.1
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 900020 900544 524 0.1
bss 69124 69140 16 0.0
text 651240 651738 498 0.1
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 925108 926196 1088 0.1
bss 92648 92664 16 0.0
text 667942 668930 988 0.1
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 824518 825066 548 0.1
bss 49768 49784 16 0.0
text 618834 619360 526 0.1
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 788232 788772 540 0.1
bss 55968 55984 16 0.0
text 589582 590108 526 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676768 676768 0 0.0
bss 73640 73640 0 0.0
text 462284 462284 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828946 829462 516 0.1
bss 51292 51308 16 0.0
text 621894 622392 498 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 846837 847925 1088 0.1
bss 59444 59460 16 0.0
text 633014 634002 988 0.2
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 813820 814360 540 0.1
bss 56256 56272 16 0.0
text 609214 609740 526 0.1
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 831964 832488 524 0.1
bss 68032 68048 16 0.0
text 624516 625014 498 0.1

@mergify mergify bot merged commit 5589ecb into project-chip:master Feb 16, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet