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

[MatterYamlTests] Allow enum names in YAML instead of raw values #32107

Merged

Conversation

vivien-apple
Copy link
Contributor

Problem

When writing tests using YAML, when a test specify an enum value it can not be used as if, one would need to write the raw value. As a result there are often steps where the "name" of the enum value is added next to the raw value.

This PR allows names to be specified instead of raw values. It also introduce a UnknownEnumValue that is automatically calculated based on the values from the enum definitions.
Some tests may want to specify the invalid value they want to use, for those case writing EnumName.UnknownEnumValue(66) is allowed if the invalid value is 66.

For now using an enum name is not enforced but I think we should ultimately do it when used in a as it make the test clearer and matches the test plan better.

The PR also updates some tests. Most of them are just valid tests that does not fit the new syntax but for 2 of them that looks like errors:

  • src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml
  • src/app/tests/suites/certification/Test_TC_DRYERCTRL_2_1.yaml

Copy link

github-actions bot commented Feb 13, 2024

PR #32107: Size comparison from ea56e40 to d8f1c69

Full report (41 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32)
platform target config section ea56e40 d8f1c69 change % change
bl602 lighting-app bl602 (read/write) 1430866 1430866 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157436 157436 0 0.0
.text 1097972 1097972 0 0.0
bl602+mfd (read/write) 1445274 1445274 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156396 156396 0 0.0
.text 1113274 1113274 0 0.0
bl602+rpc (read/write) 1478250 1478250 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 165004 165004 0 0.0
.text 1129358 1129358 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195431 1195431 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106820 106820 0 0.0
.text 966976 966976 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206487 1206487 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105760 105760 0 0.0
.text 978986 978986 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287155 1287155 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122192 122192 0 0.0
.text 1041920 1041920 0 0.0
bl706-eth (read/write) 1014073 1014073 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100140 100140 0 0.0
.text 759052 759052 0 0.0
bl706-wifi (read/write) 1247266 1247266 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121120 121120 0 0.0
.text 989488 989488 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1165012 1165012 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100824 100824 0 0.0
.text 960078 960078 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1176416 1176416 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99764 99764 0 0.0
.text 972400 972400 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781324 781324 0 0.0
(read/write) 168904 168904 0 0.0
.bss 90908 90908 0 0.0
.data 3560 3560 0 0.0
.rodata 90372 90372 0 0.0
.text 690688 690688 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 800228 800228 0 0.0
(read/write) 179184 179184 0 0.0
.bss 101188 101188 0 0.0
.data 3560 3560 0 0.0
.rodata 84780 84780 0 0.0
.text 715184 715184 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788804 788804 0 0.0
(read/write) 173632 173632 0 0.0
.bss 95636 95636 0 0.0
.data 3560 3560 0 0.0
.rodata 111516 111516 0 0.0
.text 677024 677024 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739116 739116 0 0.0
(read/write) 167880 167880 0 0.0
.bss 89648 89648 0 0.0
.data 3552 3552 0 0.0
.rodata 86092 86092 0 0.0
.text 652760 652760 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724732 724732 0 0.0
(read/write) 168080 168080 0 0.0
.bss 89864 89864 0 0.0
.data 3544 3544 0 0.0
.rodata 81932 81932 0 0.0
.text 642536 642536 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581242 581242 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 492580 492580 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628698 628698 0 0.0
(read/write) 208360 208360 0 0.0
.bss 201744 201744 0 0.0
.data 1496 1496 0 0.0
.rodata 107146 107146 0 0.0
.text 519428 519428 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564779 564779 0 0.0
.app_xip_area 454637 454637 0 0.0
.bss 64976 64976 0 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) 549883 549883 0 0.0
.app_xip_area 434941 434941 0 0.0
.bss 69768 69768 0 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) 566427 566427 0 0.0
.app_xip_area 457789 457789 0 0.0
.bss 63512 63512 0 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) 563243 563243 0 0.0
.app_xip_area 451285 451285 0 0.0
.bss 66752 66752 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1203510 1203510 0 0.0
(read/write) 1747896 1747896 0 0.0
.dram0.bss 74200 74200 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250536 250536 0 0.0
.flash.text 1203510 1203510 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1245019 1245019 0 0.0
(read/write) 532804 532804 0 0.0
.dram0.bss 81048 81048 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280672 280672 0 0.0
.flash.text 1238855 1238855 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 611144 611144 0 0.0
(read/write) 81392 81392 0 0.0
.bss 69184 69184 0 0.0
.data 2224 2224 0 0.0
.text 610608 610608 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696568 696568 0 0.0
.bss 67752 67752 0 0.0
.data 2800 2800 0 0.0
.text 582544 582544 0 0.0
light k32w0+release (read only) 599336 599336 0 0.0
(read/write) 79344 79344 0 0.0
.bss 67160 67160 0 0.0
.data 2200 2200 0 0.0
.text 598800 598800 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787512 787512 0 0.0
.bss 77428 77428 0 0.0
.data 2016 2016 0 0.0
.text 664616 664616 0 0.0
lock k32w0+release (read only) 581792 581792 0 0.0
(read/write) 78836 78836 0 0.0
.bss 66704 66704 0 0.0
.data 2148 2148 0 0.0
.text 581256 581256 0 0.0
linux chip-tool-ipv6only arm64 (read only) 11473296 11473296 0 0.0
(read/write) 591232 591232 0 0.0
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 454144 454144 0 0.0
.dynamic 512 512 0 0.0
.got 20360 20360 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 353004 353004 0 0.0
.text 10232908 10232908 0 0.0
thermostat-no-ble arm64 (read only) 4482408 4482408 0 0.0
(read/write) 246568 246568 0 0.0
.bss 122344 122344 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103712 103712 0 0.0
.dynamic 512 512 0 0.0
.got 12216 12216 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159420 159420 0 0.0
.text 3977596 3977596 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2532024 2532024 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494708 1494708 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1096972 1096972 0 0.0
bss 130689 130689 0 0.0
rodata 111732 111732 0 0.0
text 806692 806692 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217320 1217320 0 0.0
bss 122827 122827 0 0.0
rodata 141592 141592 0 0.0
text 802388 802388 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046748 1046748 0 0.0
bss 129633 129633 0 0.0
rodata 99388 99388 0 0.0
text 769960 769960 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834568 834568 0 0.0
(read/write) 1791156 1791156 0 0.0
.bss 196116 196116 0 0.0
.data 2656 2656 0 0.0
.text 1583996 1583996 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837624 837624 0 0.0
(read/write) 1715452 1715452 0 0.0
.bss 193084 193084 0 0.0
.data 2632 2632 0 0.0
.text 1511348 1511348 0 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634764 1634764 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1437388 1437388 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1667076 1667076 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442500 1442500 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124832 1124832 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637216 637216 0 0.0
lock-app qpg6105+debug (read/write) 1089624 1089624 0 0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 602004 602004 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597197 597197 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78828 78828 0 0.0
.text 379688 379688 0 0.0

@vivien-apple vivien-apple force-pushed the MatterYamlTests_AllowEnumValues branch from d8f1c69 to cf40f0e Compare February 13, 2024 19:46
Copy link

github-actions bot commented Feb 13, 2024

PR #32107: Size comparison from 06c5769 to cf40f0e

Decreases (1 build for efr32)
platform target config section 06c5769 cf40f0e change % change
efr32 lock-app BRD4161A+wf200 (read/write) 1123108 1123100 -8 -0.0
.text 932008 932000 -8 -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 06c5769 cf40f0e change % change
bl602 lighting-app bl602 (read/write) 1430866 1430866 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157436 157436 0 0.0
.text 1097972 1097972 0 0.0
bl602+mfd (read/write) 1445274 1445274 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156396 156396 0 0.0
.text 1113274 1113274 0 0.0
bl602+rpc (read/write) 1478250 1478250 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 165004 165004 0 0.0
.text 1129358 1129358 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195431 1195431 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106820 106820 0 0.0
.text 966976 966976 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206487 1206487 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105760 105760 0 0.0
.text 978986 978986 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287155 1287155 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122192 122192 0 0.0
.text 1041920 1041920 0 0.0
bl706-eth (read/write) 1014073 1014073 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100140 100140 0 0.0
.text 759052 759052 0 0.0
bl706-wifi (read/write) 1247266 1247266 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121120 121120 0 0.0
.text 989488 989488 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1165012 1165012 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100824 100824 0 0.0
.text 960078 960078 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1176416 1176416 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99764 99764 0 0.0
.text 972400 972400 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781324 781324 0 0.0
(read/write) 168904 168904 0 0.0
.bss 90908 90908 0 0.0
.data 3560 3560 0 0.0
.rodata 90372 90372 0 0.0
.text 690688 690688 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 800228 800228 0 0.0
(read/write) 179184 179184 0 0.0
.bss 101188 101188 0 0.0
.data 3560 3560 0 0.0
.rodata 84780 84780 0 0.0
.text 715184 715184 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788804 788804 0 0.0
(read/write) 173632 173632 0 0.0
.bss 95636 95636 0 0.0
.data 3560 3560 0 0.0
.rodata 111516 111516 0 0.0
.text 677024 677024 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739116 739116 0 0.0
(read/write) 167880 167880 0 0.0
.bss 89648 89648 0 0.0
.data 3552 3552 0 0.0
.rodata 86092 86092 0 0.0
.text 652760 652760 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724732 724732 0 0.0
(read/write) 168080 168080 0 0.0
.bss 89864 89864 0 0.0
.data 3544 3544 0 0.0
.rodata 81932 81932 0 0.0
.text 642536 642536 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581242 581242 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 492580 492580 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628698 628698 0 0.0
(read/write) 208360 208360 0 0.0
.bss 201744 201744 0 0.0
.data 1496 1496 0 0.0
.rodata 107146 107146 0 0.0
.text 519428 519428 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564779 564779 0 0.0
.app_xip_area 454637 454637 0 0.0
.bss 64976 64976 0 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) 549883 549883 0 0.0
.app_xip_area 434941 434941 0 0.0
.bss 69768 69768 0 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) 566427 566427 0 0.0
.app_xip_area 457789 457789 0 0.0
.bss 63512 63512 0 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) 563243 563243 0 0.0
.app_xip_area 451285 451285 0 0.0
.bss 66752 66752 0 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) 928632 928632 0 0.0
.bss 197904 197904 0 0.0
.data 1388 1388 0 0.0
.text 729320 729320 0 0.0
BRD4187C (read/write) 1105424 1105424 0 0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906900 906900 0 0.0
lock-app BRD4161A+wf200 (read/write) 1123108 1123100 -8 -0.0
.bss 188288 188288 0 0.0
.data 2792 2792 0 0.0
.text 932008 932000 -8 -0.0
window-app BRD4187C (read/write) 1159528 1159528 0 0.0
.bss 168884 168884 0 0.0
.data 3316 3316 0 0.0
.text 987308 987308 0 0.0
esp32 all-clusters-app c3devkit (read only) 1203514 1203514 0 0.0
(read/write) 1747880 1747880 0 0.0
.dram0.bss 74200 74200 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250520 250520 0 0.0
.flash.text 1203514 1203514 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1245027 1245027 0 0.0
(read/write) 532780 532780 0 0.0
.dram0.bss 81048 81048 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280648 280648 0 0.0
.flash.text 1238863 1238863 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 611592 611592 0 0.0
(read/write) 81408 81408 0 0.0
.bss 69200 69200 0 0.0
.data 2224 2224 0 0.0
.text 611056 611056 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 750636 750636 0 0.0
.bss 80652 80652 0 0.0
.data 2816 2816 0 0.0
.text 627800 627800 0 0.0
light k32w0+release (read only) 599768 599768 0 0.0
(read/write) 79360 79360 0 0.0
.bss 67176 67176 0 0.0
.data 2200 2200 0 0.0
.text 599232 599232 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786344 786344 0 0.0
.bss 80500 80500 0 0.0
.data 2032 2032 0 0.0
.text 664456 664456 0 0.0
lock k32w0+release (read only) 582256 582256 0 0.0
(read/write) 78852 78852 0 0.0
.bss 66720 66720 0 0.0
.data 2148 2148 0 0.0
.text 581720 581720 0 0.0
linux air-purifier-app debug (read only) 2628741 2628741 0 0.0
(read/write) 129376 129376 0 0.0
.bss 46944 46944 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74248 74248 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 184936 184936 0 0.0
.text 2265941 2265941 0 0.0
all-clusters-app debug (read only) 5880977 5880977 0 0.0
(read/write) 479344 479344 0 0.0
.bss 134704 134704 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 332808 332808 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1368 1368 0 0.0
.rodata 347688 347688 0 0.0
.text 5100979 5100979 0 0.0
all-clusters-minimal-app debug (read only) 5193505 5193505 0 0.0
(read/write) 236608 236608 0 0.0
.bss 128080 128080 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 97096 97096 0 0.0
.dynamic 624 624 0 0.0
.got 5304 5304 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 288154 288154 0 0.0
.text 4670531 4670531 0 0.0
bridge-app debug (read only) 4601753 4601753 0 0.0
(read/write) 217592 217592 0 0.0
.bss 118560 118560 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 86160 86160 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228922 228922 0 0.0
.text 4152163 4152163 0 0.0
chip-tool debug (read only) 11977505 11977505 0 0.0
(read/write) 521016 521016 0 0.0
.bss 94296 94296 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414384 414384 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 447705 447705 0 0.0
.text 10824563 10824563 0 0.0
chip-tool-ipv6only arm64 (read only) 11473296 11473296 0 0.0
(read/write) 591232 591232 0 0.0
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 454144 454144 0 0.0
.dynamic 512 512 0 0.0
.got 20360 20360 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 353004 353004 0 0.0
.text 10232908 10232908 0 0.0
lighting-app debug+rpc+ui (read only) 5523257 5523257 0 0.0
(read/write) 226376 226376 0 0.0
.bss 119512 119512 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94560 94560 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 353652 353652 0 0.0
.text 4922835 4922835 0 0.0
lock-app debug (read only) 4680433 4680433 0 0.0
(read/write) 205552 205552 0 0.0
.bss 114064 114064 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80664 80664 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 255418 255418 0 0.0
.text 4212339 4212339 0 0.0
ota-provider-app debug (read only) 4302593 4302593 0 0.0
(read/write) 193808 193808 0 0.0
.bss 113824 113824 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69760 69760 0 0.0
.dynamic 624 624 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 207770 207770 0 0.0
.text 3901507 3901507 0 0.0
ota-requestor-app debug (read only) 4418625 4418625 0 0.0
(read/write) 198056 198056 0 0.0
.bss 114720 114720 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72720 72720 0 0.0
.dynamic 624 624 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 213786 213786 0 0.0
.text 4007235 4007235 0 0.0
shell debug (read only) 2866665 2866665 0 0.0
(read/write) 155784 155784 0 0.0
.bss 62576 62576 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86040 86040 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186048 186048 0 0.0
.text 2507810 2507810 0 0.0
thermostat-no-ble arm64 (read only) 4482456 4482456 0 0.0
(read/write) 246520 246520 0 0.0
.bss 122344 122344 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103712 103712 0 0.0
.dynamic 512 512 0 0.0
.got 12216 12216 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159420 159420 0 0.0
.text 3977644 3977644 0 0.0
tv-app debug (read only) 5652473 5652473 0 0.0
(read/write) 351944 351944 0 0.0
.bss 243872 243872 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94264 94264 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 286682 286682 0 0.0
.text 5123843 5123843 0 0.0
tv-casting-app debug (read only) 9855633 9855633 0 0.0
(read/write) 340496 340496 0 0.0
.bss 156624 156624 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 174040 174040 0 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 382480 382480 0 0.0
.text 9007427 9007427 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2532008 2532008 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494692 1494692 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1096948 1096948 0 0.0
bss 130689 130689 0 0.0
rodata 111708 111708 0 0.0
text 806692 806692 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217304 1217304 0 0.0
bss 122827 122827 0 0.0
rodata 141576 141576 0 0.0
text 802388 802388 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046744 1046744 0 0.0
bss 129633 129633 0 0.0
rodata 99384 99384 0 0.0
text 769960 769960 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834568 834568 0 0.0
(read/write) 1791140 1791140 0 0.0
.bss 196116 196116 0 0.0
.data 2656 2656 0 0.0
.text 1583980 1583980 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837624 837624 0 0.0
(read/write) 1715444 1715444 0 0.0
.bss 193084 193084 0 0.0
.data 2632 2632 0 0.0
.text 1511340 1511340 0 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634764 1634764 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1437388 1437388 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1667076 1667076 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442500 1442500 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124832 1124832 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637216 637216 0 0.0
lock-app qpg6105+debug (read/write) 1089624 1089624 0 0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 602004 602004 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597197 597197 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78828 78828 0 0.0
.text 379688 379688 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825790 825790 0 0.0
bss 51116 51116 0 0.0
text 617518 617518 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1085780 1085780 0 0.0
bss 101640 101640 0 0.0
text 788340 788340 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1045016 1045016 0 0.0
bss 110028 110028 0 0.0
text 761036 761036 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 907028 907028 0 0.0
bss 93060 93060 0 0.0
text 649692 649692 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827390 827390 0 0.0
bss 51164 51164 0 0.0
text 619180 619180 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 933656 933656 0 0.0
bss 79204 79204 0 0.0
text 699864 699864 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068512 1068512 0 0.0
bss 100140 100140 0 0.0
text 773490 773490 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 906684 906684 0 0.0
bss 70668 70668 0 0.0
text 655674 655674 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924808 924808 0 0.0
bss 92640 92640 0 0.0
text 667584 667584 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 829998 829998 0 0.0
bss 51272 51272 0 0.0
text 622182 622182 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 793720 793720 0 0.0
bss 57472 57472 0 0.0
text 592948 592948 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676828 676828 0 0.0
bss 73640 73640 0 0.0
text 462228 462228 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828654 828654 0 0.0
bss 51292 51292 0 0.0
text 621534 621534 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 852333 852333 0 0.0
bss 60948 60948 0 0.0
text 636380 636380 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 819308 819308 0 0.0
bss 57760 57760 0 0.0
text 612580 612580 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 838764 838764 0 0.0
bss 69576 69576 0 0.0
text 629088 629088 0 0.0

Copy link

github-actions bot commented Feb 14, 2024

PR #32107: Size comparison from 06c5769 to 46f5dbd

Increases (17 builds for cc13x4_26x4, linux)
platform target config section 06c5769 46f5dbd change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read/write) 168904 168920 16 0.0
.bss 90908 90924 16 0.0
lock-ftd LP_EM_CC1354P10_6 (read/write) 179184 179200 16 0.0
.bss 101188 101204 16 0.0
lock-mtd LP_EM_CC1354P10_6 (read/write) 173632 173648 16 0.0
.bss 95636 95652 16 0.0
pump-app LP_EM_CC1354P10_6 (read/write) 167880 167896 16 0.0
.bss 89648 89664 16 0.0
pump-controller-app LP_EM_CC1354P10_6 (read/write) 168080 168096 16 0.0
.bss 89864 89880 16 0.0
linux air-purifier-app debug (read only) 2628741 2629029 288 0.0
.rodata 184936 185128 192 0.1
.text 2265941 2266037 96 0.0
all-clusters-app debug (read only) 5880977 5881265 288 0.0
.rodata 347688 347880 192 0.1
.text 5100979 5101075 96 0.0
all-clusters-minimal-app debug (read only) 5193505 5193793 288 0.0
.rodata 288154 288346 192 0.1
.text 4670531 4670627 96 0.0
bridge-app debug (read only) 4601753 4602057 304 0.0
.rodata 228922 229114 192 0.1
.text 4152163 4152275 112 0.0
chip-tool debug (read only) 11977505 11977825 320 0.0
.rodata 447705 447929 224 0.1
.text 10824563 10824659 96 0.0
chip-tool-ipv6only arm64 (read only) 11473296 11473408 112 0.0
.rodata 353004 353148 144 0.0
.text 10232908 10232924 16 0.0
lighting-app debug+rpc+ui (read only) 5523257 5523561 304 0.0
.rodata 353652 353844 192 0.1
.text 4922835 4922947 112 0.0
lock-app debug (read only) 4680433 4680737 304 0.0
.rodata 255418 255610 192 0.1
.text 4212339 4212451 112 0.0
shell debug (read only) 2866665 2866969 304 0.0
.rodata 186048 186240 192 0.1
.text 2507810 2507922 112 0.0
thermostat-no-ble arm64 (read/write) 246520 246536 16 0.0
tv-app debug (read only) 5652473 5652793 320 0.0
.rodata 286682 286906 224 0.1
.text 5123843 5123939 96 0.0
tv-casting-app debug (read only) 9855633 9855969 336 0.0
.rodata 382480 382704 224 0.1
.text 9007427 9007539 112 0.0
Decreases (46 builds for cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
platform target config section 06c5769 46f5dbd change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781324 780476 -848 -0.1
.text 690688 689836 -852 -0.1
lock-ftd LP_EM_CC1354P10_6 (read only) 800228 799380 -848 -0.1
.text 715184 714332 -852 -0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 788804 787940 -864 -0.1
.text 677024 676156 -868 -0.1
pump-app LP_EM_CC1354P10_6 (read only) 739116 738252 -864 -0.1
.text 652760 651892 -868 -0.1
pump-controller-app LP_EM_CC1354P10_6 (read only) 724732 723884 -848 -0.1
.text 642536 641684 -852 -0.1
cyw30739 light cyw930739m2evb_01 (read/write) 564779 564771 -8 -0.0
.app_xip_area 454637 454629 -8 -0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 928632 928600 -32 -0.0
.text 729320 729288 -32 -0.0
lock-app BRD4161A+wf200 (read/write) 1123108 1123100 -8 -0.0
.text 932008 932000 -8 -0.0
window-app BRD4187C (read/write) 1159528 1159496 -32 -0.0
.text 987308 987276 -32 -0.0
esp32 all-clusters-app c3devkit (read only) 1203514 1203512 -2 -0.0
.flash.text 1203514 1203512 -2 -0.0
m5stack (read only) 1245027 1245019 -8 -0.0
.flash.text 1238863 1238855 -8 -0.0
k32w contact k32w1+release (read/write) 750636 750628 -8 -0.0
.text 627800 627792 -8 -0.0
light k32w1+release (read/write) 786344 786336 -8 -0.0
.text 664456 664448 -8 -0.0
lock k32w0+release (read only) 582256 582240 -16 -0.0
.text 581720 581704 -16 -0.0
linux air-purifier-app debug (read/write) 129376 129344 -32 -0.0
.bss 46944 46912 -32 -0.1
all-clusters-app debug (read/write) 479344 479312 -32 -0.0
.bss 134704 134672 -32 -0.0
all-clusters-minimal-app debug (read/write) 236608 236576 -32 -0.0
.bss 128080 128048 -32 -0.0
bridge-app debug (read/write) 217592 217560 -32 -0.0
.bss 118560 118528 -32 -0.0
chip-tool debug (read/write) 521016 520984 -32 -0.0
.bss 94296 94264 -32 -0.0
chip-tool-ipv6only arm64 (read/write) 591232 591152 -80 -0.0
.got 20360 20344 -16 -0.1
lighting-app debug+rpc+ui (read/write) 226376 226344 -32 -0.0
.bss 119512 119480 -32 -0.0
ota-provider-app debug (read only) 4302593 4302577 -16 -0.0
.text 3901507 3901491 -16 -0.0
shell debug (read/write) 155784 155752 -32 -0.0
.bss 62576 62544 -32 -0.1
thermostat-no-ble arm64 (read only) 4482456 4482440 -16 -0.0
.text 3977644 3977628 -16 -0.0
tv-casting-app debug (read/write) 340496 340464 -32 -0.0
.bss 156624 156592 -32 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 806692 806688 -4 -0.0
nrf7002dk_nrf5340_cpuapp text 802388 802384 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 769960 769956 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1791140 1791124 -16 -0.0
.text 1583980 1583964 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1715444 1715428 -16 -0.0
.text 1511340 1511324 -16 -0.0
qpg lock-app qpg6105+debug (read/write) 1089624 1089608 -16 -0.0
.text 602004 601988 -16 -0.0
telink air-quality-sensor-app tlsr9528a_retention text 617518 617516 -2 -0.0
all-clusters-app tlsr9518adk80d text 788340 788338 -2 -0.0
all-clusters-minimal-app tlsr9528a text 761036 761034 -2 -0.0
bridge-app tlsr9518adk80d text 649692 649690 -2 -0.0
contact-sensor-app tlsr9528a_retention text 619180 619178 -2 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a text 699864 699862 -2 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1068512 1068504 -8 -0.0
text 773490 773488 -2 -0.0
lock-app-dfu tlsr9528a (read/write) 906684 906676 -8 -0.0
text 655674 655672 -2 -0.0
ota-requestor-app tlsr9518adk80d text 667584 667582 -2 -0.0
pump-app tlsr9258a_retention (read/write) 829998 829990 -8 -0.0
text 622182 622180 -2 -0.0
pump-controller-app tlsr9518adk80d text 592948 592946 -2 -0.0
smoke_co_alarm-app tlsr9528a_retention text 621534 621532 -2 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d text 636380 636378 -2 -0.0
thermostat tlsr9518adk80d text 612580 612578 -2 -0.0
window-covering tlsr9258a text 629088 629086 -2 -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 06c5769 46f5dbd change % change
bl602 lighting-app bl602 (read/write) 1430866 1430866 0 0.0
.bss 85320 85320 0 0.0
.data 9496 9496 0 0.0
.rodata 157436 157436 0 0.0
.text 1097972 1097972 0 0.0
bl602+mfd (read/write) 1445274 1445274 0 0.0
.bss 85480 85480 0 0.0
.data 9472 9472 0 0.0
.rodata 156396 156396 0 0.0
.text 1113274 1113274 0 0.0
bl602+rpc (read/write) 1478250 1478250 0 0.0
.bss 93352 93352 0 0.0
.data 9872 9872 0 0.0
.rodata 165004 165004 0 0.0
.text 1129358 1129358 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195431 1195431 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106820 106820 0 0.0
.text 966976 966976 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206487 1206487 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105760 105760 0 0.0
.text 978986 978986 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287155 1287155 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122192 122192 0 0.0
.text 1041920 1041920 0 0.0
bl706-eth (read/write) 1014073 1014073 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100140 100140 0 0.0
.text 759052 759052 0 0.0
bl706-wifi (read/write) 1247266 1247266 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121120 121120 0 0.0
.text 989488 989488 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1165012 1165012 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100824 100824 0 0.0
.text 960078 960078 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1176416 1176416 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99764 99764 0 0.0
.text 972400 972400 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781324 780476 -848 -0.1
(read/write) 168904 168920 16 0.0
.bss 90908 90924 16 0.0
.data 3560 3560 0 0.0
.rodata 90372 90372 0 0.0
.text 690688 689836 -852 -0.1
lock-ftd LP_EM_CC1354P10_6 (read only) 800228 799380 -848 -0.1
(read/write) 179184 179200 16 0.0
.bss 101188 101204 16 0.0
.data 3560 3560 0 0.0
.rodata 84780 84780 0 0.0
.text 715184 714332 -852 -0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 788804 787940 -864 -0.1
(read/write) 173632 173648 16 0.0
.bss 95636 95652 16 0.0
.data 3560 3560 0 0.0
.rodata 111516 111516 0 0.0
.text 677024 676156 -868 -0.1
pump-app LP_EM_CC1354P10_6 (read only) 739116 738252 -864 -0.1
(read/write) 167880 167896 16 0.0
.bss 89648 89664 16 0.0
.data 3552 3552 0 0.0
.rodata 86092 86092 0 0.0
.text 652760 651892 -868 -0.1
pump-controller-app LP_EM_CC1354P10_6 (read only) 724732 723884 -848 -0.1
(read/write) 168080 168096 16 0.0
.bss 89864 89880 16 0.0
.data 3544 3544 0 0.0
.rodata 81932 81932 0 0.0
.text 642536 641684 -852 -0.1
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581242 581242 0 0.0
(read/write) 207976 207976 0 0.0
.bss 201212 201212 0 0.0
.data 1640 1640 0 0.0
.rodata 86538 86538 0 0.0
.text 492580 492580 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628698 628698 0 0.0
(read/write) 208360 208360 0 0.0
.bss 201744 201744 0 0.0
.data 1496 1496 0 0.0
.rodata 107146 107146 0 0.0
.text 519428 519428 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564779 564771 -8 -0.0
.app_xip_area 454637 454629 -8 -0.0
.bss 64976 64976 0 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) 549883 549883 0 0.0
.app_xip_area 434941 434941 0 0.0
.bss 69768 69768 0 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) 566427 566427 0 0.0
.app_xip_area 457789 457789 0 0.0
.bss 63512 63512 0 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) 563243 563243 0 0.0
.app_xip_area 451285 451285 0 0.0
.bss 66752 66752 0 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) 928632 928600 -32 -0.0
.bss 197904 197904 0 0.0
.data 1388 1388 0 0.0
.text 729320 729288 -32 -0.0
BRD4187C (read/write) 1105424 1105424 0 0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906900 906900 0 0.0
lock-app BRD4161A+wf200 (read/write) 1123108 1123100 -8 -0.0
.bss 188288 188288 0 0.0
.data 2792 2792 0 0.0
.text 932008 932000 -8 -0.0
window-app BRD4187C (read/write) 1159528 1159496 -32 -0.0
.bss 168884 168884 0 0.0
.data 3316 3316 0 0.0
.text 987308 987276 -32 -0.0
esp32 all-clusters-app c3devkit (read only) 1203514 1203512 -2 -0.0
(read/write) 1747880 1747880 0 0.0
.dram0.bss 74200 74200 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250520 250520 0 0.0
.flash.text 1203514 1203512 -2 -0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1245027 1245019 -8 -0.0
(read/write) 532780 532780 0 0.0
.dram0.bss 81048 81048 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280648 280648 0 0.0
.flash.text 1238863 1238855 -8 -0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 611592 611592 0 0.0
(read/write) 81408 81408 0 0.0
.bss 69200 69200 0 0.0
.data 2224 2224 0 0.0
.text 611056 611056 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 750636 750628 -8 -0.0
.bss 80652 80652 0 0.0
.data 2816 2816 0 0.0
.text 627800 627792 -8 -0.0
light k32w0+release (read only) 599768 599768 0 0.0
(read/write) 79360 79360 0 0.0
.bss 67176 67176 0 0.0
.data 2200 2200 0 0.0
.text 599232 599232 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786344 786336 -8 -0.0
.bss 80500 80500 0 0.0
.data 2032 2032 0 0.0
.text 664456 664448 -8 -0.0
lock k32w0+release (read only) 582256 582240 -16 -0.0
(read/write) 78852 78852 0 0.0
.bss 66720 66720 0 0.0
.data 2148 2148 0 0.0
.text 581720 581704 -16 -0.0
linux air-purifier-app debug (read only) 2628741 2629029 288 0.0
(read/write) 129376 129344 -32 -0.0
.bss 46944 46912 -32 -0.1
.data 2240 2240 0 0.0
.data.rel.ro 74248 74248 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 184936 185128 192 0.1
.text 2265941 2266037 96 0.0
all-clusters-app debug (read only) 5880977 5881265 288 0.0
(read/write) 479344 479312 -32 -0.0
.bss 134704 134672 -32 -0.0
.data 4432 4432 0 0.0
.data.rel.ro 332808 332808 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1368 1368 0 0.0
.rodata 347688 347880 192 0.1
.text 5100979 5101075 96 0.0
all-clusters-minimal-app debug (read only) 5193505 5193793 288 0.0
(read/write) 236608 236576 -32 -0.0
.bss 128080 128048 -32 -0.0
.data 4336 4336 0 0.0
.data.rel.ro 97096 97096 0 0.0
.dynamic 624 624 0 0.0
.got 5304 5304 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 288154 288346 192 0.1
.text 4670531 4670627 96 0.0
bridge-app debug (read only) 4601753 4602057 304 0.0
(read/write) 217592 217560 -32 -0.0
.bss 118560 118528 -32 -0.0
.data 6144 6144 0 0.0
.data.rel.ro 86160 86160 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228922 229114 192 0.1
.text 4152163 4152275 112 0.0
chip-tool debug (read only) 11977505 11977825 320 0.0
(read/write) 521016 520984 -32 -0.0
.bss 94296 94264 -32 -0.0
.data 5090 5090 0 0.0
.data.rel.ro 414384 414384 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 447705 447929 224 0.1
.text 10824563 10824659 96 0.0
chip-tool-ipv6only arm64 (read only) 11473296 11473408 112 0.0
(read/write) 591232 591152 -80 -0.0
.bss 103320 103320 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 454144 454144 0 0.0
.dynamic 512 512 0 0.0
.got 20360 20344 -16 -0.1
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 353004 353148 144 0.0
.text 10232908 10232924 16 0.0
lighting-app debug+rpc+ui (read only) 5523257 5523561 304 0.0
(read/write) 226376 226344 -32 -0.0
.bss 119512 119480 -32 -0.0
.data 4800 4800 0 0.0
.data.rel.ro 94560 94560 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 353652 353844 192 0.1
.text 4922835 4922947 112 0.0
lock-app debug (read only) 4680433 4680737 304 0.0
(read/write) 205552 205552 0 0.0
.bss 114064 114064 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80664 80664 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 255418 255610 192 0.1
.text 4212339 4212451 112 0.0
ota-provider-app debug (read only) 4302593 4302577 -16 -0.0
(read/write) 193808 193808 0 0.0
.bss 113824 113824 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69760 69760 0 0.0
.dynamic 624 624 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 207770 207770 0 0.0
.text 3901507 3901491 -16 -0.0
ota-requestor-app debug (read only) 4418625 4418625 0 0.0
(read/write) 198056 198056 0 0.0
.bss 114720 114720 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72720 72720 0 0.0
.dynamic 624 624 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 213786 213786 0 0.0
.text 4007235 4007235 0 0.0
shell debug (read only) 2866665 2866969 304 0.0
(read/write) 155784 155752 -32 -0.0
.bss 62576 62544 -32 -0.1
.data 1392 1392 0 0.0
.data.rel.ro 86040 86040 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186048 186240 192 0.1
.text 2507810 2507922 112 0.0
thermostat-no-ble arm64 (read only) 4482456 4482440 -16 -0.0
(read/write) 246520 246536 16 0.0
.bss 122344 122344 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103712 103712 0 0.0
.dynamic 512 512 0 0.0
.got 12216 12216 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159420 159420 0 0.0
.text 3977644 3977628 -16 -0.0
tv-app debug (read only) 5652473 5652793 320 0.0
(read/write) 351944 351944 0 0.0
.bss 243872 243872 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94264 94264 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 286682 286906 224 0.1
.text 5123843 5123939 96 0.0
tv-casting-app debug (read only) 9855633 9855969 336 0.0
(read/write) 340496 340464 -32 -0.0
.bss 156624 156592 -32 -0.0
.data 2912 2912 0 0.0
.data.rel.ro 174040 174040 0 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 382480 382704 224 0.1
.text 9007427 9007539 112 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2532008 2532008 0 0.0
.bss 220480 220480 0 0.0
.data 5200 5200 0 0.0
.text 1494692 1494692 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1096948 1096948 0 0.0
bss 130689 130689 0 0.0
rodata 111708 111708 0 0.0
text 806692 806688 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217304 1217304 0 0.0
bss 122827 122827 0 0.0
rodata 141576 141576 0 0.0
text 802388 802384 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046744 1046744 0 0.0
bss 129633 129633 0 0.0
rodata 99384 99384 0 0.0
text 769960 769956 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834568 834568 0 0.0
(read/write) 1791140 1791124 -16 -0.0
.bss 196116 196116 0 0.0
.data 2656 2656 0 0.0
.text 1583980 1583964 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837624 837624 0 0.0
(read/write) 1715444 1715428 -16 -0.0
.bss 193084 193084 0 0.0
.data 2632 2632 0 0.0
.text 1511340 1511324 -16 -0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1634764 1634764 0 0.0
.bss 186548 186548 0 0.0
.data 2440 2440 0 0.0
.text 1437388 1437388 0 0.0
lock cy8ckit_062s2_43012 (read only) 817152 817152 0 0.0
(read/write) 1667076 1667076 0 0.0
.bss 213748 213748 0 0.0
.data 2440 2440 0 0.0
.text 1442500 1442500 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124832 1124832 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637216 637216 0 0.0
lock-app qpg6105+debug (read/write) 1089624 1089608 -16 -0.0
.bss 98672 98672 0 0.0
.data 840 840 0 0.0
.text 602004 601988 -16 -0.0
stm32 light STM32WB5MM-DK (read/write) 597197 597197 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78828 78828 0 0.0
.text 379688 379688 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825790 825790 0 0.0
bss 51116 51116 0 0.0
text 617518 617516 -2 -0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1085780 1085780 0 0.0
bss 101640 101640 0 0.0
text 788340 788338 -2 -0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1045016 1045016 0 0.0
bss 110028 110028 0 0.0
text 761036 761034 -2 -0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 907028 907028 0 0.0
bss 93060 93060 0 0.0
text 649692 649690 -2 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827390 827390 0 0.0
bss 51164 51164 0 0.0
text 619180 619178 -2 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 933656 933656 0 0.0
bss 79204 79204 0 0.0
text 699864 699862 -2 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068512 1068504 -8 -0.0
bss 100140 100140 0 0.0
text 773490 773488 -2 -0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 906684 906676 -8 -0.0
bss 70668 70668 0 0.0
text 655674 655672 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924808 924808 0 0.0
bss 92640 92640 0 0.0
text 667584 667582 -2 -0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 829998 829990 -8 -0.0
bss 51272 51272 0 0.0
text 622182 622180 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 793720 793720 0 0.0
bss 57472 57472 0 0.0
text 592948 592946 -2 -0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676828 676828 0 0.0
bss 73640 73640 0 0.0
text 462228 462228 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828654 828654 0 0.0
bss 51292 51292 0 0.0
text 621534 621532 -2 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 852333 852333 0 0.0
bss 60948 60948 0 0.0
text 636380 636378 -2 -0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 819308 819308 0 0.0
bss 57760 57760 0 0.0
text 612580 612578 -2 -0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 838764 838764 0 0.0
bss 69576 69576 0 0.0
text 629088 629086 -2 -0.0

@vivien-apple vivien-apple force-pushed the MatterYamlTests_AllowEnumValues branch 2 times, most recently from 0140253 to 2b8f0f7 Compare February 14, 2024 12:53
@vivien-apple
Copy link
Contributor Author

I have updated the PR to be a little but more readable (I hope) and with some additional tests.

Copy link

github-actions bot commented Feb 14, 2024

PR #32107: Size comparison from 91ba8b6 to 2b8f0f7

Decreases (1 build for efr32)
platform target config section 91ba8b6 2b8f0f7 change % change
efr32 window-app BRD4187C (read/write) 1152164 1152156 -8 -0.0
.text 981488 981480 -8 -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 91ba8b6 2b8f0f7 change % change
bl602 lighting-app bl602 (read/write) 1430678 1430678 0 0.0
.bss 85304 85304 0 0.0
.data 9496 9496 0 0.0
.rodata 157376 157376 0 0.0
.text 1097862 1097862 0 0.0
bl602+mfd (read/write) 1445086 1445086 0 0.0
.bss 85464 85464 0 0.0
.data 9472 9472 0 0.0
.rodata 156336 156336 0 0.0
.text 1113164 1113164 0 0.0
bl602+rpc (read/write) 1478062 1478062 0 0.0
.bss 93336 93336 0 0.0
.data 9872 9872 0 0.0
.rodata 164944 164944 0 0.0
.text 1129248 1129248 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195279 1195279 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106700 106700 0 0.0
.text 966944 966944 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206335 1206335 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105640 105640 0 0.0
.text 978954 978954 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287003 1287003 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122072 122072 0 0.0
.text 1041888 1041888 0 0.0
bl706-eth (read/write) 1013889 1013889 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100080 100080 0 0.0
.text 758942 758942 0 0.0
bl706-wifi (read/write) 1247094 1247094 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121060 121060 0 0.0
.text 989390 989390 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1164860 1164860 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100704 100704 0 0.0
.text 960046 960046 0 0.0
bl702l+mfd (read/write) 1176776 1176776 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99644 99644 0 0.0
.text 972368 972368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780356 780356 0 0.0
(read/write) 168920 168920 0 0.0
.bss 90924 90924 0 0.0
.data 3560 3560 0 0.0
.rodata 90252 90252 0 0.0
.text 689836 689836 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 797324 797324 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84564 84564 0 0.0
.text 712492 712492 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 785948 785948 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111300 111300 0 0.0
.text 674380 674380 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738124 738124 0 0.0
(read/write) 167896 167896 0 0.0
.bss 89664 89664 0 0.0
.data 3552 3552 0 0.0
.rodata 85972 85972 0 0.0
.text 651884 651884 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 723764 723764 0 0.0
(read/write) 168096 168096 0 0.0
.bss 89880 89880 0 0.0
.data 3544 3544 0 0.0
.rodata 81812 81812 0 0.0
.text 641684 641684 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581170 581170 0 0.0
(read/write) 207960 207960 0 0.0
.bss 201196 201196 0 0.0
.data 1640 1640 0 0.0
.rodata 86474 86474 0 0.0
.text 492576 492576 0 0.0
lock CC3235SF_LAUNCHXL (read only) 626458 626458 0 0.0
(read/write) 208304 208304 0 0.0
.bss 201688 201688 0 0.0
.data 1496 1496 0 0.0
.rodata 106930 106930 0 0.0
.text 517408 517408 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564667 564667 0 0.0
.app_xip_area 454525 454525 0 0.0
.bss 64976 64976 0 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) 547787 547787 0 0.0
.app_xip_area 432885 432885 0 0.0
.bss 69728 69728 0 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) 566307 566307 0 0.0
.app_xip_area 457669 457669 0 0.0
.bss 63512 63512 0 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) 561051 561051 0 0.0
.app_xip_area 449133 449133 0 0.0
.bss 66712 66712 0 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) 928528 928528 0 0.0
.bss 197888 197888 0 0.0
.data 1388 1388 0 0.0
.text 729228 729228 0 0.0
BRD4187C (read/write) 1105308 1105308 0 0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906784 906784 0 0.0
lock-app BRD4161A+wf200 (read/write) 1117256 1117256 0 0.0
.bss 186728 186728 0 0.0
.data 2792 2792 0 0.0
.text 927716 927716 0 0.0
window-app BRD4187C (read/write) 1152164 1152156 -8 -0.0
.bss 167340 167340 0 0.0
.data 3316 3316 0 0.0
.text 981488 981480 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1203500 1203500 0 0.0
(read/write) 1747808 1747808 0 0.0
.dram0.bss 74184 74184 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250464 250464 0 0.0
.flash.text 1203500 1203500 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1244995 1244995 0 0.0
(read/write) 532708 532708 0 0.0
.dram0.bss 81032 81032 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280592 280592 0 0.0
.flash.text 1238831 1238831 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 607992 607992 0 0.0
(read/write) 79904 79904 0 0.0
.bss 67696 67696 0 0.0
.data 2224 2224 0 0.0
.text 607456 607456 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 744252 744252 0 0.0
.bss 79108 79108 0 0.0
.data 2816 2816 0 0.0
.text 622960 622960 0 0.0
light k32w0+release (read only) 599648 599648 0 0.0
(read/write) 79360 79360 0 0.0
.bss 67176 67176 0 0.0
.data 2200 2200 0 0.0
.text 599112 599112 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786208 786208 0 0.0
.bss 80500 80500 0 0.0
.data 2032 2032 0 0.0
.text 664320 664320 0 0.0
lock k32w0+release (read only) 578816 578816 0 0.0
(read/write) 77356 77356 0 0.0
.bss 65224 65224 0 0.0
.data 2148 2148 0 0.0
.text 578280 578280 0 0.0
linux air-purifier-app debug (read only) 2629181 2629181 0 0.0
(read/write) 129328 129328 0 0.0
.bss 46896 46896 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74248 74248 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 185008 185008 0 0.0
.text 2266309 2266309 0 0.0
all-clusters-app debug (read only) 5881337 5881337 0 0.0
(read/write) 479296 479296 0 0.0
.bss 134656 134656 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 332808 332808 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1368 1368 0 0.0
.rodata 347760 347760 0 0.0
.text 5101267 5101267 0 0.0
all-clusters-minimal-app debug (read only) 5193881 5193881 0 0.0
(read/write) 236560 236560 0 0.0
.bss 128032 128032 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 97096 97096 0 0.0
.dynamic 624 624 0 0.0
.got 5304 5304 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 288226 288226 0 0.0
.text 4670835 4670835 0 0.0
bridge-app debug (read only) 4602193 4602193 0 0.0
(read/write) 217560 217560 0 0.0
.bss 118528 118528 0 0.0
.data 6144 6144 0 0.0
.data.rel.ro 86160 86160 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228994 228994 0 0.0
.text 4152531 4152531 0 0.0
chip-tool debug (read only) 11977985 11977985 0 0.0
(read/write) 520984 520984 0 0.0
.bss 94264 94264 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414384 414384 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 447801 447801 0 0.0
.text 10824947 10824947 0 0.0
chip-tool-ipv6only arm64 (read only) 11473248 11473248 0 0.0
(read/write) 591296 591296 0 0.0
.bss 103304 103304 0 0.0
.data 4480 4480 0 0.0
.data.rel.ro 454144 454144 0 0.0
.dynamic 512 512 0 0.0
.got 20344 20344 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 353084 353084 0 0.0
.text 10232828 10232828 0 0.0
lighting-app debug+rpc+ui (read only) 5523609 5523609 0 0.0
(read/write) 226328 226328 0 0.0
.bss 119464 119464 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 94560 94560 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 353716 353716 0 0.0
.text 4923123 4923123 0 0.0
lock-app debug (read only) 4670249 4670249 0 0.0
(read/write) 205184 205184 0 0.0
.bss 113984 113984 0 0.0
.data 4096 4096 0 0.0
.data.rel.ro 80392 80392 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 255010 255010 0 0.0
.text 4203187 4203187 0 0.0
ota-provider-app debug (read only) 4302713 4302713 0 0.0
(read/write) 193776 193776 0 0.0
.bss 113792 113792 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 69760 69760 0 0.0
.dynamic 624 624 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 207650 207650 0 0.0
.text 3901747 3901747 0 0.0
ota-requestor-app debug (read only) 4418761 4418761 0 0.0
(read/write) 198024 198024 0 0.0
.bss 114688 114688 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 72720 72720 0 0.0
.dynamic 624 624 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 213666 213666 0 0.0
.text 4007491 4007491 0 0.0
shell debug (read only) 2867033 2867033 0 0.0
(read/write) 155752 155752 0 0.0
.bss 62544 62544 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86040 86040 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186112 186112 0 0.0
.text 2508114 2508114 0 0.0
thermostat-no-ble arm64 (read only) 4482392 4482392 0 0.0
(read/write) 246568 246568 0 0.0
.bss 122328 122328 0 0.0
.data 3352 3352 0 0.0
.data.rel.ro 103712 103712 0 0.0
.dynamic 512 512 0 0.0
.got 12216 12216 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159356 159356 0 0.0
.text 3977644 3977644 0 0.0
tv-app debug (read only) 5652977 5652977 0 0.0
(read/write) 351864 351864 0 0.0
.bss 243792 243792 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94264 94264 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 286786 286786 0 0.0
.text 5124243 5124243 0 0.0
tv-casting-app debug (read only) 9856065 9856065 0 0.0
(read/write) 340432 340432 0 0.0
.bss 156560 156560 0 0.0
.data 2912 2912 0 0.0
.data.rel.ro 174040 174040 0 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 382576 382576 0 0.0
.text 9007763 9007763 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2529944 2529944 0 0.0
.bss 220424 220424 0 0.0
.data 5200 5200 0 0.0
.text 1492628 1492628 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1096812 1096812 0 0.0
bss 130689 130689 0 0.0
rodata 111588 111588 0 0.0
text 806684 806684 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217212 1217212 0 0.0
bss 122811 122811 0 0.0
rodata 141516 141516 0 0.0
text 802372 802372 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046608 1046608 0 0.0
bss 129633 129633 0 0.0
rodata 99264 99264 0 0.0
text 769952 769952 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834584 834584 0 0.0
(read/write) 1791044 1791044 0 0.0
.bss 196100 196100 0 0.0
.data 2656 2656 0 0.0
.text 1583900 1583900 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1715348 1715348 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1511260 1511260 0 0.0
light cy8ckit_062s2_43012 (read only) 844368 844368 0 0.0
(read/write) 1634684 1634684 0 0.0
.bss 186532 186532 0 0.0
.data 2440 2440 0 0.0
.text 1437324 1437324 0 0.0
lock cy8ckit_062s2_43012 (read only) 817208 817208 0 0.0
(read/write) 1664796 1664796 0 0.0
.bss 213692 213692 0 0.0
.data 2440 2440 0 0.0
.text 1440276 1440276 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124704 1124704 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637088 637088 0 0.0
lock-app qpg6105+debug (read/write) 1084696 1084696 0 0.0
.bss 97128 97128 0 0.0
.data 840 840 0 0.0
.text 597076 597076 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597077 597077 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78708 78708 0 0.0
.text 379688 379688 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 819890 819890 0 0.0
bss 49612 49612 0 0.0
text 613798 613798 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1085644 1085644 0 0.0
bss 101640 101640 0 0.0
text 788328 788328 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1044880 1044880 0 0.0
bss 110028 110028 0 0.0
text 761024 761024 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 906900 906900 0 0.0
bss 93060 93060 0 0.0
text 649680 649680 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821490 821490 0 0.0
bss 49660 49660 0 0.0
text 615460 615460 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 926444 926444 0 0.0
bss 77660 77660 0 0.0
text 694918 694918 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068376 1068376 0 0.0
bss 100140 100140 0 0.0
text 773478 773478 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 899600 899600 0 0.0
bss 69124 69124 0 0.0
text 650866 650866 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924680 924680 0 0.0
bss 92640 92640 0 0.0
text 667572 667572 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 824098 824098 0 0.0
bss 49768 49768 0 0.0
text 618462 618462 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 787804 787804 0 0.0
bss 55968 55968 0 0.0
text 589208 589208 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676716 676716 0 0.0
bss 73640 73640 0 0.0
text 462234 462234 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828526 828526 0 0.0
bss 51292 51292 0 0.0
text 621522 621522 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 846409 846409 0 0.0
bss 59444 59444 0 0.0
text 632640 632640 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 813392 813392 0 0.0
bss 56256 56256 0 0.0
text 608840 608840 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 831544 831544 0 0.0
bss 68032 68032 0 0.0
text 624142 624142 0 0.0

@vivien-apple vivien-apple force-pushed the MatterYamlTests_AllowEnumValues branch from 2b8f0f7 to 47c4eaf Compare February 14, 2024 14:40
Copy link

github-actions bot commented Feb 14, 2024

PR #32107: Size comparison from 598356c to 47c4eaf

Decreases (1 build for efr32)
platform target config section 598356c 47c4eaf change % change
efr32 window-app BRD4187C (read/write) 1152164 1152156 -8 -0.0
.text 981488 981480 -8 -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 598356c 47c4eaf change % change
bl602 lighting-app bl602 (read/write) 1430678 1430678 0 0.0
.bss 85304 85304 0 0.0
.data 9496 9496 0 0.0
.rodata 157376 157376 0 0.0
.text 1097862 1097862 0 0.0
bl602+mfd (read/write) 1445086 1445086 0 0.0
.bss 85464 85464 0 0.0
.data 9472 9472 0 0.0
.rodata 156336 156336 0 0.0
.text 1113164 1113164 0 0.0
bl602+rpc (read/write) 1478062 1478062 0 0.0
.bss 93336 93336 0 0.0
.data 9872 9872 0 0.0
.rodata 164944 164944 0 0.0
.text 1129248 1129248 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195279 1195279 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106700 106700 0 0.0
.text 966944 966944 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206335 1206335 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105640 105640 0 0.0
.text 978954 978954 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287003 1287003 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122072 122072 0 0.0
.text 1041888 1041888 0 0.0
bl706-eth (read/write) 1013889 1013889 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100080 100080 0 0.0
.text 758942 758942 0 0.0
bl706-wifi (read/write) 1247094 1247094 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121060 121060 0 0.0
.text 989390 989390 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1164860 1164860 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100704 100704 0 0.0
.text 960046 960046 0 0.0
bl702l+mfd (read/write) 1176776 1176776 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99644 99644 0 0.0
.text 972368 972368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780356 780356 0 0.0
(read/write) 168920 168920 0 0.0
.bss 90924 90924 0 0.0
.data 3560 3560 0 0.0
.rodata 90252 90252 0 0.0
.text 689836 689836 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 797324 797324 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84564 84564 0 0.0
.text 712492 712492 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 785948 785948 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111300 111300 0 0.0
.text 674380 674380 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738124 738124 0 0.0
(read/write) 167896 167896 0 0.0
.bss 89664 89664 0 0.0
.data 3552 3552 0 0.0
.rodata 85972 85972 0 0.0
.text 651884 651884 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 723764 723764 0 0.0
(read/write) 168096 168096 0 0.0
.bss 89880 89880 0 0.0
.data 3544 3544 0 0.0
.rodata 81812 81812 0 0.0
.text 641684 641684 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581170 581170 0 0.0
(read/write) 207960 207960 0 0.0
.bss 201196 201196 0 0.0
.data 1640 1640 0 0.0
.rodata 86474 86474 0 0.0
.text 492576 492576 0 0.0
lock CC3235SF_LAUNCHXL (read only) 626458 626458 0 0.0
(read/write) 208304 208304 0 0.0
.bss 201688 201688 0 0.0
.data 1496 1496 0 0.0
.rodata 106930 106930 0 0.0
.text 517408 517408 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564667 564667 0 0.0
.app_xip_area 454525 454525 0 0.0
.bss 64976 64976 0 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) 547787 547787 0 0.0
.app_xip_area 432885 432885 0 0.0
.bss 69728 69728 0 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) 566307 566307 0 0.0
.app_xip_area 457669 457669 0 0.0
.bss 63512 63512 0 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) 561051 561051 0 0.0
.app_xip_area 449133 449133 0 0.0
.bss 66712 66712 0 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) 928528 928528 0 0.0
.bss 197888 197888 0 0.0
.data 1388 1388 0 0.0
.text 729228 729228 0 0.0
BRD4187C (read/write) 1105308 1105308 0 0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 906784 906784 0 0.0
lock-app BRD4161A+wf200 (read/write) 1117256 1117256 0 0.0
.bss 186728 186728 0 0.0
.data 2792 2792 0 0.0
.text 927716 927716 0 0.0
window-app BRD4187C (read/write) 1152164 1152156 -8 -0.0
.bss 167340 167340 0 0.0
.data 3316 3316 0 0.0
.text 981488 981480 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1203500 1203500 0 0.0
(read/write) 1747808 1747808 0 0.0
.dram0.bss 74184 74184 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250464 250464 0 0.0
.flash.text 1203500 1203500 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1244995 1244995 0 0.0
(read/write) 532708 532708 0 0.0
.dram0.bss 81032 81032 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280592 280592 0 0.0
.flash.text 1238831 1238831 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 607992 607992 0 0.0
(read/write) 79904 79904 0 0.0
.bss 67696 67696 0 0.0
.data 2224 2224 0 0.0
.text 607456 607456 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 744252 744252 0 0.0
.bss 79108 79108 0 0.0
.data 2816 2816 0 0.0
.text 622960 622960 0 0.0
light k32w0+release (read only) 599648 599648 0 0.0
(read/write) 79360 79360 0 0.0
.bss 67176 67176 0 0.0
.data 2200 2200 0 0.0
.text 599112 599112 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786208 786208 0 0.0
.bss 80500 80500 0 0.0
.data 2032 2032 0 0.0
.text 664320 664320 0 0.0
lock k32w0+release (read only) 578816 578816 0 0.0
(read/write) 77356 77356 0 0.0
.bss 65224 65224 0 0.0
.data 2148 2148 0 0.0
.text 578280 578280 0 0.0
linux air-purifier-app debug (read only) 2629181 2629181 0 0.0
(read/write) 129328 129328 0 0.0
.bss 46896 46896 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74248 74248 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 185008 185008 0 0.0
.text 2266309 2266309 0 0.0
all-clusters-app debug (read only) 5881353 5881353 0 0.0
(read/write) 479328 479328 0 0.0
.bss 134656 134656 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 332808 332808 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1368 1368 0 0.0
.rodata 347760 347760 0 0.0
.text 5101283 5101283 0 0.0
all-clusters-minimal-app debug (read only) 5193897 5193897 0 0.0
(read/write) 236592 236592 0 0.0
.bss 128032 128032 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 97096 97096 0 0.0
.dynamic 624 624 0 0.0
.got 5304 5304 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 288226 288226 0 0.0
.text 4670851 4670851 0 0.0
bridge-app debug (read only) 4602209 4602209 0 0.0
(read/write) 217592 217592 0 0.0
.bss 118528 118528 0 0.0
.data 6176 6176 0 0.0
.data.rel.ro 86160 86160 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228994 228994 0 0.0
.text 4152547 4152547 0 0.0
chip-tool debug (read only) 11978017 11978017 0 0.0
(read/write) 520984 520984 0 0.0
.bss 94264 94264 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414384 414384 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 447801 447801 0 0.0
.text 10824979 10824979 0 0.0
chip-tool-ipv6only arm64 (read only) 11473296 11473296 0 0.0
(read/write) 591272 591272 0 0.0
.bss 103304 103304 0 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454144 454144 0 0.0
.dynamic 512 512 0 0.0
.got 20352 20352 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 353084 353084 0 0.0
.text 10232860 10232860 0 0.0
lighting-app debug+rpc+ui (read only) 5523625 5523625 0 0.0
(read/write) 226360 226360 0 0.0
.bss 119464 119464 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94560 94560 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 353716 353716 0 0.0
.text 4923139 4923139 0 0.0
lock-app debug (read only) 4670265 4670265 0 0.0
(read/write) 205216 205216 0 0.0
.bss 113984 113984 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80392 80392 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 255010 255010 0 0.0
.text 4203203 4203203 0 0.0
ota-provider-app debug (read only) 4302729 4302729 0 0.0
(read/write) 193808 193808 0 0.0
.bss 113792 113792 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69760 69760 0 0.0
.dynamic 624 624 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 207650 207650 0 0.0
.text 3901763 3901763 0 0.0
ota-requestor-app debug (read only) 4418761 4418761 0 0.0
(read/write) 198056 198056 0 0.0
.bss 114688 114688 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72720 72720 0 0.0
.dynamic 624 624 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 213666 213666 0 0.0
.text 4007491 4007491 0 0.0
shell debug (read only) 2867049 2867049 0 0.0
(read/write) 155752 155752 0 0.0
.bss 62544 62544 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86040 86040 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186112 186112 0 0.0
.text 2508130 2508130 0 0.0
thermostat-no-ble arm64 (read only) 4482440 4482440 0 0.0
(read/write) 246560 246560 0 0.0
.bss 122328 122328 0 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103712 103712 0 0.0
.dynamic 512 512 0 0.0
.got 12224 12224 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159356 159356 0 0.0
.text 3977660 3977660 0 0.0
tv-app debug (read only) 5652993 5652993 0 0.0
(read/write) 351864 351864 0 0.0
.bss 243792 243792 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94264 94264 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 286786 286786 0 0.0
.text 5124259 5124259 0 0.0
tv-casting-app debug (read only) 9856081 9856081 0 0.0
(read/write) 340464 340464 0 0.0
.bss 156560 156560 0 0.0
.data 2944 2944 0 0.0
.data.rel.ro 174040 174040 0 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 382576 382576 0 0.0
.text 9007779 9007779 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2529944 2529944 0 0.0
.bss 220424 220424 0 0.0
.data 5200 5200 0 0.0
.text 1492628 1492628 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1096812 1096812 0 0.0
bss 130689 130689 0 0.0
rodata 111588 111588 0 0.0
text 806684 806684 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217212 1217212 0 0.0
bss 122811 122811 0 0.0
rodata 141516 141516 0 0.0
text 802372 802372 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046608 1046608 0 0.0
bss 129633 129633 0 0.0
rodata 99264 99264 0 0.0
text 769952 769952 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834584 834584 0 0.0
(read/write) 1791044 1791044 0 0.0
.bss 196100 196100 0 0.0
.data 2656 2656 0 0.0
.text 1583900 1583900 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1715348 1715348 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1511260 1511260 0 0.0
light cy8ckit_062s2_43012 (read only) 844368 844368 0 0.0
(read/write) 1634684 1634684 0 0.0
.bss 186532 186532 0 0.0
.data 2440 2440 0 0.0
.text 1437324 1437324 0 0.0
lock cy8ckit_062s2_43012 (read only) 817208 817208 0 0.0
(read/write) 1664796 1664796 0 0.0
.bss 213692 213692 0 0.0
.data 2440 2440 0 0.0
.text 1440276 1440276 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124704 1124704 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637088 637088 0 0.0
lock-app qpg6105+debug (read/write) 1084696 1084696 0 0.0
.bss 97128 97128 0 0.0
.data 840 840 0 0.0
.text 597076 597076 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597077 597077 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78708 78708 0 0.0
.text 379688 379688 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 819890 819890 0 0.0
bss 49612 49612 0 0.0
text 613798 613798 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1085644 1085644 0 0.0
bss 101640 101640 0 0.0
text 788328 788328 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1044880 1044880 0 0.0
bss 110028 110028 0 0.0
text 761024 761024 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 906900 906900 0 0.0
bss 93060 93060 0 0.0
text 649680 649680 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821490 821490 0 0.0
bss 49660 49660 0 0.0
text 615460 615460 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 926444 926444 0 0.0
bss 77660 77660 0 0.0
text 694918 694918 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068376 1068376 0 0.0
bss 100140 100140 0 0.0
text 773478 773478 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 899600 899600 0 0.0
bss 69124 69124 0 0.0
text 650866 650866 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924680 924680 0 0.0
bss 92640 92640 0 0.0
text 667572 667572 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 824098 824098 0 0.0
bss 49768 49768 0 0.0
text 618462 618462 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 787804 787804 0 0.0
bss 55968 55968 0 0.0
text 589208 589208 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676716 676716 0 0.0
bss 73640 73640 0 0.0
text 462234 462234 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 828526 828526 0 0.0
bss 51292 51292 0 0.0
text 621522 621522 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 846409 846409 0 0.0
bss 59444 59444 0 0.0
text 632640 632640 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 813392 813392 0 0.0
bss 56256 56256 0 0.0
text 608840 608840 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 831544 831544 0 0.0
bss 68032 68032 0 0.0
text 624142 624142 0 0.0

@vivien-apple vivien-apple force-pushed the MatterYamlTests_AllowEnumValues branch from 47c4eaf to 1674946 Compare February 15, 2024 11:06
Copy link

github-actions bot commented Feb 15, 2024

PR #32107: Size comparison from 274719d to 1674946

Full report (6 builds for cc32xx, mbed, qpg, stm32)
platform target config section 274719d 1674946 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581074 581074 0 0.0
(read/write) 207960 207960 0 0.0
.bss 201196 201196 0 0.0
.data 1640 1640 0 0.0
.rodata 86458 86458 0 0.0
.text 492492 492492 0 0.0
lock CC3235SF_LAUNCHXL (read only) 626370 626370 0 0.0
(read/write) 208304 208304 0 0.0
.bss 201688 201688 0 0.0
.data 1496 1496 0 0.0
.rodata 106914 106914 0 0.0
.text 517332 517332 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2530144 2530144 0 0.0
.bss 220424 220424 0 0.0
.data 5200 5200 0 0.0
.text 1492828 1492828 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124928 1124928 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637312 637312 0 0.0
lock-app qpg6105+debug (read/write) 1084920 1084920 0 0.0
.bss 97128 97128 0 0.0
.data 840 840 0 0.0
.text 597300 597300 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597461 597461 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78724 78724 0 0.0
.text 380056 380056 0 0.0

@vivien-apple vivien-apple force-pushed the MatterYamlTests_AllowEnumValues branch from 1674946 to 33417c1 Compare February 15, 2024 11:27
Copy link

github-actions bot commented Feb 15, 2024

PR #32107: Size comparison from 274719d to 33417c1

Decreases (1 build for efr32)
platform target config section 274719d 33417c1 change % change
efr32 window-app BRD4187C (read/write) 1152180 1152172 -8 -0.0
.text 981504 981496 -8 -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 274719d 33417c1 change % change
bl602 lighting-app bl602 (read/write) 1430670 1430670 0 0.0
.bss 85304 85304 0 0.0
.data 9496 9496 0 0.0
.rodata 157376 157376 0 0.0
.text 1097854 1097854 0 0.0
bl602+mfd (read/write) 1445078 1445078 0 0.0
.bss 85464 85464 0 0.0
.data 9472 9472 0 0.0
.rodata 156336 156336 0 0.0
.text 1113156 1113156 0 0.0
bl602+rpc (read/write) 1478062 1478062 0 0.0
.bss 93336 93336 0 0.0
.data 9872 9872 0 0.0
.rodata 164952 164952 0 0.0
.text 1129240 1129240 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195615 1195615 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106720 106720 0 0.0
.text 967258 967258 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206411 1206411 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105660 105660 0 0.0
.text 979012 979012 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287083 1287083 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122092 122092 0 0.0
.text 1041946 1041946 0 0.0
bl706-eth (read/write) 1013837 1013837 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100068 100068 0 0.0
.text 758904 758904 0 0.0
bl706-wifi (read/write) 1247058 1247058 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121064 121064 0 0.0
.text 989352 989352 0 0.0
bl702l lighting-app bl702l (read/write) 1165448 1165448 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100724 100724 0 0.0
.text 960104 960104 0 0.0
bl702l+mfd (read/write) 1176856 1176856 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99664 99664 0 0.0
.text 972426 972426 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780740 780740 0 0.0
(read/write) 168920 168920 0 0.0
.bss 90924 90924 0 0.0
.data 3560 3560 0 0.0
.rodata 90276 90276 0 0.0
.text 690196 690196 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 797540 797540 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84564 84564 0 0.0
.text 712708 712708 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 786180 786180 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111324 111324 0 0.0
.text 674588 674588 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738380 738380 0 0.0
(read/write) 167896 167896 0 0.0
.bss 89664 89664 0 0.0
.data 3552 3552 0 0.0
.rodata 85988 85988 0 0.0
.text 652124 652124 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724012 724012 0 0.0
(read/write) 168096 168096 0 0.0
.bss 89880 89880 0 0.0
.data 3544 3544 0 0.0
.rodata 81836 81836 0 0.0
.text 641908 641908 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581074 581074 0 0.0
(read/write) 207960 207960 0 0.0
.bss 201196 201196 0 0.0
.data 1640 1640 0 0.0
.rodata 86458 86458 0 0.0
.text 492492 492492 0 0.0
lock CC3235SF_LAUNCHXL (read only) 626370 626370 0 0.0
(read/write) 208304 208304 0 0.0
.bss 201688 201688 0 0.0
.data 1496 1496 0 0.0
.rodata 106914 106914 0 0.0
.text 517332 517332 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 565051 565051 0 0.0
.app_xip_area 454909 454909 0 0.0
.bss 64976 64976 0 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) 548019 548019 0 0.0
.app_xip_area 433117 433117 0 0.0
.bss 69728 69728 0 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) 566547 566547 0 0.0
.app_xip_area 457909 457909 0 0.0
.bss 63512 63512 0 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) 561275 561275 0 0.0
.app_xip_area 449357 449357 0 0.0
.bss 66712 66712 0 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) 928624 928624 0 0.0
.bss 197888 197888 0 0.0
.data 1388 1388 0 0.0
.text 729324 729324 0 0.0
BRD4187C (read/write) 1105676 1105676 0 0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 907152 907152 0 0.0
lock-app BRD4161A+wf200 (read/write) 1117384 1117384 0 0.0
.bss 186728 186728 0 0.0
.data 2792 2792 0 0.0
.text 927844 927844 0 0.0
window-app BRD4187C (read/write) 1152180 1152172 -8 -0.0
.bss 167340 167340 0 0.0
.data 3316 3316 0 0.0
.text 981504 981496 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1205352 1205352 0 0.0
(read/write) 1747928 1747928 0 0.0
.dram0.bss 74232 74232 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250536 250536 0 0.0
.flash.text 1205352 1205352 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1246807 1246807 0 0.0
(read/write) 532828 532828 0 0.0
.dram0.bss 81080 81080 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280664 280664 0 0.0
.flash.text 1240643 1240643 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 608240 608240 0 0.0
(read/write) 79904 79904 0 0.0
.bss 67696 67696 0 0.0
.data 2224 2224 0 0.0
.text 607704 607704 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 744476 744476 0 0.0
.bss 79108 79108 0 0.0
.data 2816 2816 0 0.0
.text 623184 623184 0 0.0
light k32w0+release (read only) 599880 599880 0 0.0
(read/write) 79360 79360 0 0.0
.bss 67176 67176 0 0.0
.data 2200 2200 0 0.0
.text 599344 599344 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786440 786440 0 0.0
.bss 80500 80500 0 0.0
.data 2032 2032 0 0.0
.text 664552 664552 0 0.0
lock k32w0+release (read only) 579048 579048 0 0.0
(read/write) 77356 77356 0 0.0
.bss 65224 65224 0 0.0
.data 2148 2148 0 0.0
.text 578512 578512 0 0.0
linux air-purifier-app debug (read only) 2628645 2628645 0 0.0
(read/write) 129328 129328 0 0.0
.bss 46896 46896 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74248 74248 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 185008 185008 0 0.0
.text 2265797 2265797 0 0.0
all-clusters-app debug (read only) 5891857 5891857 0 0.0
(read/write) 479368 479368 0 0.0
.bss 134688 134688 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 332792 332792 0 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 347984 347984 0 0.0
.text 5111347 5111347 0 0.0
all-clusters-minimal-app debug (read only) 5194065 5194065 0 0.0
(read/write) 236592 236592 0 0.0
.bss 128032 128032 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 97096 97096 0 0.0
.dynamic 624 624 0 0.0
.got 5304 5304 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 288226 288226 0 0.0
.text 4671043 4671043 0 0.0
bridge-app debug (read only) 4601657 4601657 0 0.0
(read/write) 217592 217592 0 0.0
.bss 118528 118528 0 0.0
.data 6176 6176 0 0.0
.data.rel.ro 86160 86160 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228994 228994 0 0.0
.text 4152019 4152019 0 0.0
chip-tool debug (read only) 11976553 11976553 0 0.0
(read/write) 520984 520984 0 0.0
.bss 94264 94264 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414376 414376 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 447609 447609 0 0.0
.text 10823731 10823731 0 0.0
chip-tool-ipv6only arm64 (read only) 11472128 11472128 0 0.0
(read/write) 588320 588320 0 0.0
.bss 103304 103304 0 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454136 454136 0 0.0
.dynamic 512 512 0 0.0
.got 20352 20352 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352876 352876 0 0.0
.text 10231916 10231916 0 0.0
lighting-app debug+rpc+ui (read only) 5523793 5523793 0 0.0
(read/write) 226360 226360 0 0.0
.bss 119464 119464 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94544 94544 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 353716 353716 0 0.0
.text 4923331 4923331 0 0.0
lock-app debug (read only) 4669713 4669713 0 0.0
(read/write) 205216 205216 0 0.0
.bss 113984 113984 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80392 80392 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 255010 255010 0 0.0
.text 4202675 4202675 0 0.0
ota-provider-app debug (read only) 4302009 4302009 0 0.0
(read/write) 193776 193776 0 0.0
.bss 113792 113792 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69728 69728 0 0.0
.dynamic 624 624 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 207650 207650 0 0.0
.text 3901139 3901139 0 0.0
ota-requestor-app debug (read only) 4418057 4418057 0 0.0
(read/write) 198024 198024 0 0.0
.bss 114688 114688 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72688 72688 0 0.0
.dynamic 624 624 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 213666 213666 0 0.0
.text 4006883 4006883 0 0.0
shell debug (read only) 2867273 2867273 0 0.0
(read/write) 155656 155656 0 0.0
.bss 62544 62544 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 85928 85928 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186144 186144 0 0.0
.text 2508274 2508274 0 0.0
thermostat-no-ble arm64 (read only) 4481976 4481976 0 0.0
(read/write) 246992 246992 0 0.0
.bss 122328 122328 0 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103680 103680 0 0.0
.dynamic 512 512 0 0.0
.got 12224 12224 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159356 159356 0 0.0
.text 3977292 3977292 0 0.0
tv-app debug (read only) 5651545 5651545 0 0.0
(read/write) 351864 351864 0 0.0
.bss 243792 243792 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94264 94264 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 286562 286562 0 0.0
.text 5123059 5123059 0 0.0
tv-casting-app debug (read only) 9855497 9855497 0 0.0
(read/write) 340464 340464 0 0.0
.bss 156560 156560 0 0.0
.data 2944 2944 0 0.0
.data.rel.ro 174040 174040 0 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 382576 382576 0 0.0
.text 9007219 9007219 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2530144 2530144 0 0.0
.bss 220424 220424 0 0.0
.data 5200 5200 0 0.0
.text 1492828 1492828 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1097248 1097248 0 0.0
bss 130737 130737 0 0.0
rodata 111576 111576 0 0.0
text 807128 807128 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217616 1217616 0 0.0
bss 122859 122859 0 0.0
rodata 141488 141488 0 0.0
text 802756 802756 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1047004 1047004 0 0.0
bss 129633 129633 0 0.0
rodata 99276 99276 0 0.0
text 770328 770328 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834536 834536 0 0.0
(read/write) 1791244 1791244 0 0.0
.bss 196148 196148 0 0.0
.data 2656 2656 0 0.0
.text 1584052 1584052 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1715412 1715412 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1511324 1511324 0 0.0
light cy8ckit_062s2_43012 (read only) 844368 844368 0 0.0
(read/write) 1634748 1634748 0 0.0
.bss 186532 186532 0 0.0
.data 2440 2440 0 0.0
.text 1437388 1437388 0 0.0
lock cy8ckit_062s2_43012 (read only) 817208 817208 0 0.0
(read/write) 1664732 1664732 0 0.0
.bss 213692 213692 0 0.0
.data 2440 2440 0 0.0
.text 1440212 1440212 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124928 1124928 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637312 637312 0 0.0
lock-app qpg6105+debug (read/write) 1084920 1084920 0 0.0
.bss 97128 97128 0 0.0
.data 840 840 0 0.0
.text 597300 597300 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597461 597461 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78724 78724 0 0.0
.text 380056 380056 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820166 820166 0 0.0
bss 49612 49612 0 0.0
text 614058 614058 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1086256 1086256 0 0.0
bss 101688 101688 0 0.0
text 788900 788900 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1045380 1045380 0 0.0
bss 110028 110028 0 0.0
text 761508 761508 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 907168 907168 0 0.0
bss 93060 93060 0 0.0
text 649938 649938 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821766 821766 0 0.0
bss 49660 49660 0 0.0
text 615720 615720 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 926712 926712 0 0.0
bss 77660 77660 0 0.0
text 695180 695180 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068876 1068876 0 0.0
bss 100140 100140 0 0.0
text 773962 773962 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 899868 899868 0 0.0
bss 69124 69124 0 0.0
text 651128 651128 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924948 924948 0 0.0
bss 92640 92640 0 0.0
text 667830 667830 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 824366 824366 0 0.0
bss 49768 49768 0 0.0
text 618722 618722 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 788080 788080 0 0.0
bss 55968 55968 0 0.0
text 589470 589470 0 0.0
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) 828794 828794 0 0.0
bss 51292 51292 0 0.0
text 621782 621782 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 846685 846685 0 0.0
bss 59444 59444 0 0.0
text 632902 632902 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 813668 813668 0 0.0
bss 56256 56256 0 0.0
text 609102 609102 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 831812 831812 0 0.0
bss 68032 68032 0 0.0
text 624404 624404 0 0.0

@vivien-apple vivien-apple force-pushed the MatterYamlTests_AllowEnumValues branch from 33417c1 to 473a87d Compare February 15, 2024 13:35
Copy link

github-actions bot commented Feb 15, 2024

PR #32107: Size comparison from 274719d to 473a87d

Decreases (1 build for efr32)
platform target config section 274719d 473a87d change % change
efr32 window-app BRD4187C (read/write) 1152180 1152172 -8 -0.0
.text 981504 981496 -8 -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 274719d 473a87d change % change
bl602 lighting-app bl602 (read/write) 1430670 1430670 0 0.0
.bss 85304 85304 0 0.0
.data 9496 9496 0 0.0
.rodata 157376 157376 0 0.0
.text 1097854 1097854 0 0.0
bl602+mfd (read/write) 1445078 1445078 0 0.0
.bss 85464 85464 0 0.0
.data 9472 9472 0 0.0
.rodata 156336 156336 0 0.0
.text 1113156 1113156 0 0.0
bl602+rpc (read/write) 1478062 1478062 0 0.0
.bss 93336 93336 0 0.0
.data 9872 9872 0 0.0
.rodata 164952 164952 0 0.0
.text 1129240 1129240 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1195615 1195615 0 0.0
.bss 11121 11121 0 0.0
.data 3680 3680 0 0.0
.rodata 106720 106720 0 0.0
.text 967258 967258 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1206411 1206411 0 0.0
.bss 11297 11297 0 0.0
.data 3656 3656 0 0.0
.rodata 105660 105660 0 0.0
.text 979012 979012 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1287083 1287083 0 0.0
.bss 19589 19589 0 0.0
.data 4224 4224 0 0.0
.rodata 122092 122092 0 0.0
.text 1041946 1041946 0 0.0
bl706-eth (read/write) 1013837 1013837 0 0.0
.bss 23680 23680 0 0.0
.data 3248 3248 0 0.0
.rodata 100068 100068 0 0.0
.text 758904 758904 0 0.0
bl706-wifi (read/write) 1247058 1247058 0 0.0
.bss 10565 10565 0 0.0
.data 3688 3688 0 0.0
.rodata 121064 121064 0 0.0
.text 989352 989352 0 0.0
bl702l lighting-app bl702l (read/write) 1165448 1165448 0 0.0
.bss 16316 16316 0 0.0
.data 5040 5040 0 0.0
.rodata 100724 100724 0 0.0
.text 960104 960104 0 0.0
bl702l+mfd (read/write) 1176856 1176856 0 0.0
.bss 16492 16492 0 0.0
.data 5024 5024 0 0.0
.rodata 99664 99664 0 0.0
.text 972426 972426 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 780740 780740 0 0.0
(read/write) 168920 168920 0 0.0
.bss 90924 90924 0 0.0
.data 3560 3560 0 0.0
.rodata 90276 90276 0 0.0
.text 690196 690196 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 797540 797540 0 0.0
(read/write) 179160 179160 0 0.0
.bss 101164 101164 0 0.0
.data 3560 3560 0 0.0
.rodata 84564 84564 0 0.0
.text 712708 712708 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 786180 786180 0 0.0
(read/write) 173608 173608 0 0.0
.bss 95612 95612 0 0.0
.data 3560 3560 0 0.0
.rodata 111324 111324 0 0.0
.text 674588 674588 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738380 738380 0 0.0
(read/write) 167896 167896 0 0.0
.bss 89664 89664 0 0.0
.data 3552 3552 0 0.0
.rodata 85988 85988 0 0.0
.text 652124 652124 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724012 724012 0 0.0
(read/write) 168096 168096 0 0.0
.bss 89880 89880 0 0.0
.data 3544 3544 0 0.0
.rodata 81836 81836 0 0.0
.text 641908 641908 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 581074 581074 0 0.0
(read/write) 207960 207960 0 0.0
.bss 201196 201196 0 0.0
.data 1640 1640 0 0.0
.rodata 86458 86458 0 0.0
.text 492492 492492 0 0.0
lock CC3235SF_LAUNCHXL (read only) 626370 626370 0 0.0
(read/write) 208304 208304 0 0.0
.bss 201688 201688 0 0.0
.data 1496 1496 0 0.0
.rodata 106914 106914 0 0.0
.text 517332 517332 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 565051 565051 0 0.0
.app_xip_area 454909 454909 0 0.0
.bss 64976 64976 0 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) 548019 548019 0 0.0
.app_xip_area 433117 433117 0 0.0
.bss 69728 69728 0 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) 566547 566547 0 0.0
.app_xip_area 457909 457909 0 0.0
.bss 63512 63512 0 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) 561275 561275 0 0.0
.app_xip_area 449357 449357 0 0.0
.bss 66712 66712 0 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) 928624 928624 0 0.0
.bss 197888 197888 0 0.0
.data 1388 1388 0 0.0
.text 729324 729324 0 0.0
BRD4187C (read/write) 1105676 1105676 0 0.0
.bss 195100 195100 0 0.0
.data 3404 3404 0 0.0
.text 907152 907152 0 0.0
lock-app BRD4161A+wf200 (read/write) 1117384 1117384 0 0.0
.bss 186728 186728 0 0.0
.data 2792 2792 0 0.0
.text 927844 927844 0 0.0
window-app BRD4187C (read/write) 1152180 1152172 -8 -0.0
.bss 167340 167340 0 0.0
.data 3316 3316 0 0.0
.text 981504 981496 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1205352 1205352 0 0.0
(read/write) 1747928 1747928 0 0.0
.dram0.bss 74232 74232 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 250536 250536 0 0.0
.flash.text 1205352 1205352 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1246807 1246807 0 0.0
(read/write) 532828 532828 0 0.0
.dram0.bss 81080 81080 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 280664 280664 0 0.0
.flash.text 1240643 1240643 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 608240 608240 0 0.0
(read/write) 79904 79904 0 0.0
.bss 67696 67696 0 0.0
.data 2224 2224 0 0.0
.text 607704 607704 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 744476 744476 0 0.0
.bss 79108 79108 0 0.0
.data 2816 2816 0 0.0
.text 623184 623184 0 0.0
light k32w0+release (read only) 599880 599880 0 0.0
(read/write) 79360 79360 0 0.0
.bss 67176 67176 0 0.0
.data 2200 2200 0 0.0
.text 599344 599344 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 786440 786440 0 0.0
.bss 80500 80500 0 0.0
.data 2032 2032 0 0.0
.text 664552 664552 0 0.0
lock k32w0+release (read only) 579048 579048 0 0.0
(read/write) 77356 77356 0 0.0
.bss 65224 65224 0 0.0
.data 2148 2148 0 0.0
.text 578512 578512 0 0.0
linux air-purifier-app debug (read only) 2628645 2628645 0 0.0
(read/write) 129328 129328 0 0.0
.bss 46896 46896 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74248 74248 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 185008 185008 0 0.0
.text 2265797 2265797 0 0.0
all-clusters-app debug (read only) 5891857 5891857 0 0.0
(read/write) 479368 479368 0 0.0
.bss 134688 134688 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 332792 332792 0 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 347984 347984 0 0.0
.text 5111347 5111347 0 0.0
all-clusters-minimal-app debug (read only) 5194065 5194065 0 0.0
(read/write) 236592 236592 0 0.0
.bss 128032 128032 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 97096 97096 0 0.0
.dynamic 624 624 0 0.0
.got 5304 5304 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 288226 288226 0 0.0
.text 4671043 4671043 0 0.0
bridge-app debug (read only) 4601657 4601657 0 0.0
(read/write) 217592 217592 0 0.0
.bss 118528 118528 0 0.0
.data 6176 6176 0 0.0
.data.rel.ro 86160 86160 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228994 228994 0 0.0
.text 4152019 4152019 0 0.0
chip-tool debug (read only) 11976553 11976553 0 0.0
(read/write) 520984 520984 0 0.0
.bss 94264 94264 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414376 414376 0 0.0
.dynamic 624 624 0 0.0
.got 5776 5776 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 447609 447609 0 0.0
.text 10823731 10823731 0 0.0
chip-tool-ipv6only arm64 (read only) 11472128 11472128 0 0.0
(read/write) 588320 588320 0 0.0
.bss 103304 103304 0 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454136 454136 0 0.0
.dynamic 512 512 0 0.0
.got 20352 20352 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 352876 352876 0 0.0
.text 10231916 10231916 0 0.0
lighting-app debug+rpc+ui (read only) 5523793 5523793 0 0.0
(read/write) 226360 226360 0 0.0
.bss 119464 119464 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94544 94544 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 353716 353716 0 0.0
.text 4923331 4923331 0 0.0
lock-app debug (read only) 4669713 4669713 0 0.0
(read/write) 205216 205216 0 0.0
.bss 113984 113984 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80392 80392 0 0.0
.dynamic 624 624 0 0.0
.got 5224 5224 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 255010 255010 0 0.0
.text 4202675 4202675 0 0.0
ota-provider-app debug (read only) 4302009 4302009 0 0.0
(read/write) 193776 193776 0 0.0
.bss 113792 113792 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69728 69728 0 0.0
.dynamic 624 624 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 207650 207650 0 0.0
.text 3901139 3901139 0 0.0
ota-requestor-app debug (read only) 4418057 4418057 0 0.0
(read/write) 198024 198024 0 0.0
.bss 114688 114688 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72688 72688 0 0.0
.dynamic 624 624 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 213666 213666 0 0.0
.text 4006883 4006883 0 0.0
shell debug (read only) 2867273 2867273 0 0.0
(read/write) 155656 155656 0 0.0
.bss 62544 62544 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 85928 85928 0 0.0
.dynamic 592 592 0 0.0
.got 4080 4080 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 186144 186144 0 0.0
.text 2508274 2508274 0 0.0
thermostat-no-ble arm64 (read only) 4481976 4481976 0 0.0
(read/write) 246992 246992 0 0.0
.bss 122328 122328 0 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103680 103680 0 0.0
.dynamic 512 512 0 0.0
.got 12224 12224 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159356 159356 0 0.0
.text 3977292 3977292 0 0.0
tv-app debug (read only) 5651545 5651545 0 0.0
(read/write) 351864 351864 0 0.0
.bss 243792 243792 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94264 94264 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 286562 286562 0 0.0
.text 5123059 5123059 0 0.0
tv-casting-app debug (read only) 9855497 9855497 0 0.0
(read/write) 340464 340464 0 0.0
.bss 156560 156560 0 0.0
.data 2944 2944 0 0.0
.data.rel.ro 174040 174040 0 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 382576 382576 0 0.0
.text 9007219 9007219 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2530144 2530144 0 0.0
.bss 220424 220424 0 0.0
.data 5200 5200 0 0.0
.text 1492828 1492828 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1097248 1097248 0 0.0
bss 130737 130737 0 0.0
rodata 111576 111576 0 0.0
text 807128 807128 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1217616 1217616 0 0.0
bss 122859 122859 0 0.0
rodata 141488 141488 0 0.0
text 802756 802756 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1047004 1047004 0 0.0
bss 129633 129633 0 0.0
rodata 99276 99276 0 0.0
text 770328 770328 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834536 834536 0 0.0
(read/write) 1791244 1791244 0 0.0
.bss 196148 196148 0 0.0
.data 2656 2656 0 0.0
.text 1584052 1584052 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837640 837640 0 0.0
(read/write) 1715412 1715412 0 0.0
.bss 193068 193068 0 0.0
.data 2632 2632 0 0.0
.text 1511324 1511324 0 0.0
light cy8ckit_062s2_43012 (read only) 844368 844368 0 0.0
(read/write) 1634748 1634748 0 0.0
.bss 186532 186532 0 0.0
.data 2440 2440 0 0.0
.text 1437388 1437388 0 0.0
lock cy8ckit_062s2_43012 (read only) 817208 817208 0 0.0
(read/write) 1664732 1664732 0 0.0
.bss 213692 213692 0 0.0
.data 2440 2440 0 0.0
.text 1440212 1440212 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1124928 1124928 0 0.0
.bss 102376 102376 0 0.0
.data 820 820 0 0.0
.text 637312 637312 0 0.0
lock-app qpg6105+debug (read/write) 1084920 1084920 0 0.0
.bss 97128 97128 0 0.0
.data 840 840 0 0.0
.text 597300 597300 0 0.0
stm32 light STM32WB5MM-DK (read/write) 597461 597461 0 0.0
.bss 128288 128288 0 0.0
.data 668 668 0 0.0
.rodata 78724 78724 0 0.0
.text 380056 380056 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820166 820166 0 0.0
bss 49612 49612 0 0.0
text 614058 614058 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1086256 1086256 0 0.0
bss 101688 101688 0 0.0
text 788900 788900 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1045380 1045380 0 0.0
bss 110028 110028 0 0.0
text 761508 761508 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 907168 907168 0 0.0
bss 93060 93060 0 0.0
text 649938 649938 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821766 821766 0 0.0
bss 49660 49660 0 0.0
text 615720 615720 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 926712 926712 0 0.0
bss 77660 77660 0 0.0
text 695180 695180 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1068876 1068876 0 0.0
bss 100140 100140 0 0.0
text 773962 773962 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 899868 899868 0 0.0
bss 69124 69124 0 0.0
text 651128 651128 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 924948 924948 0 0.0
bss 92640 92640 0 0.0
text 667830 667830 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 824366 824366 0 0.0
bss 49768 49768 0 0.0
text 618722 618722 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 788080 788080 0 0.0
bss 55968 55968 0 0.0
text 589470 589470 0 0.0
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) 828794 828794 0 0.0
bss 51292 51292 0 0.0
text 621782 621782 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 846685 846685 0 0.0
bss 59444 59444 0 0.0
text 632902 632902 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 813668 813668 0 0.0
bss 56256 56256 0 0.0
text 609102 609102 0 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 831812 831812 0 0.0
bss 68032 68032 0 0.0
text 624404 624404 0 0.0

Co-authored-by: Boris Zbarsky <[email protected]>
@mergify mergify bot merged commit 9c11019 into project-chip:master Feb 20, 2024
58 checks passed
bhmanda-silabs pushed a commit to bhmanda-silabs/connectedhomeip that referenced this pull request Feb 22, 2024
…ject-chip#32107)

* [YAML] Allow the YAML tests to use the enum names instead of the raw value

* Update the YAML tests

* [MatterYamlTests] Get test_yaml_parser.py to be runned in CI

* [MatterYamlTests] Add tests to test_yaml_parser.py

* Update errors.py

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

---------

Co-authored-by: Boris Zbarsky <[email protected]>
huangxuyong pushed a commit to huangxuyong/connectedhomeip that referenced this pull request Mar 19, 2024
…ject-chip#32107)

* [YAML] Allow the YAML tests to use the enum names instead of the raw value

* Update the YAML tests

* [MatterYamlTests] Get test_yaml_parser.py to be runned in CI

* [MatterYamlTests] Add tests to test_yaml_parser.py

* Update errors.py

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

---------

Co-authored-by: Boris Zbarsky <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants