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

Feature/electrical energy measurement #30389

Merged

Conversation

drempelg
Copy link
Contributor

@drempelg drempelg commented Nov 9, 2023

This PR adds the XML for the Electrical Energy Measurement Cluster and some functions for sending the events from the server.

This is based on https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/7830

Changes

  • Added src/app/zap-templates/zcl/data-model/chip/electrical-energy-measurement-cluster.xml
  • Zap regen and updateall
  • Added a server side implementation (which just includes how to notify of events) in src/app/clusters/electrical-energy-measurement-server/
  • this cluster is part of all-clusters-app

Testing

  • all clusters app compiles
  • scraped the spec after spec pr 7830 and data seems to match (except common structs and enums did not get picked up by the scraper, those I checked manually)

Copy link

github-actions bot commented Nov 9, 2023

PR #30389: Size comparison from f50e12b to 6d8daca

Full report (5 builds for cc32xx, mbed, qpg)
platform target config section f50e12b 6d8daca change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 563986 563986 0 0.0
(read/write) 206496 206496 0 0.0
.bss 199956 199956 0 0.0
.data 1416 1416 0 0.0
.rodata 83690 83690 0 0.0
.text 478172 478172 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620250 620250 0 0.0
(read/write) 206900 206900 0 0.0
.bss 200336 200336 0 0.0
.data 1444 1444 0 0.0
.rodata 106306 106306 0 0.0
.text 511824 511824 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525552 2525552 0 0.0
.bss 219064 219064 0 0.0
.data 5136 5136 0 0.0
.text 1488236 1488236 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178464 1178464 0 0.0
.bss 100664 100664 0 0.0
.data 748 748 0 0.0
.text 625304 625304 0 0.0
lock-app qpg6105+debug (read/write) 1139220 1139220 0 0.0
.bss 95408 95408 0 0.0
.data 780 780 0 0.0
.text 586060 586060 0 0.0

Copy link

github-actions bot commented Nov 9, 2023

PR #30389: Size comparison from f50e12b to ab70458

Increases above 0.2%:

platform target config section f50e12b ab70458 change % change
linux all-clusters-app debug (read/write) 418800 420856 2056 0.5
.data.rel.ro 278832 280784 1952 0.7
.init_array 1208 1216 8 0.7
.rodata 299484 300188 704 0.2
chip-tool debug (read only) 10360913 10387769 26856 0.3
(read/write) 448896 450528 1632 0.4
.data.rel.ro 342920 344552 1632 0.5
.rodata 391529 393705 2176 0.6
.text 9363699 9387059 23360 0.2
chip-tool-ipv6only arm64 .data.rel.ro 380480 382256 1776 0.5
.rodata 317744 319440 1696 0.5
shell debug (read/write) 148504 148928 424 0.3
.data.rel.ro 82400 82720 320 0.4
.init_array 1064 1072 8 0.8
tv-casting-app debug (read only) 8299185 8324049 24864 0.3
.rodata 339496 341032 1536 0.5
.text 7551571 7574899 23328 0.3
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 104028 104316 288 0.3
Increases (8 builds for linux, nrfconnect, telink)
platform target config section f50e12b ab70458 change % change
linux all-clusters-app debug (read only) 5279265 5281665 2400 0.0
(read/write) 418800 420856 2056 0.5
.bss 128880 128976 96 0.1
.data.rel.ro 278832 280784 1952 0.7
.init_array 1208 1216 8 0.7
.rodata 299484 300188 704 0.2
.text 4600115 4600275 160 0.0
chip-tool debug (read only) 10360913 10387769 26856 0.3
(read/write) 448896 450528 1632 0.4
.data.rel.ro 342920 344552 1632 0.5
.rodata 391529 393705 2176 0.6
.text 9363699 9387059 23360 0.2
chip-tool-ipv6only arm64 (read only) 10238360 10258696 20336 0.2
(read/write) 515072 515248 176 0.0
.data.rel.ro 380480 382256 1776 0.5
.rodata 317744 319440 1696 0.5
.text 9141688 9158856 17168 0.2
shell debug (read only) 2741177 2741617 440 0.0
(read/write) 148504 148928 424 0.3
.bss 59528 59624 96 0.2
.data.rel.ro 82400 82720 320 0.4
.init_array 1064 1072 8 0.8
.rodata 179264 179328 64 0.0
.text 2392114 2392274 160 0.0
tv-casting-app debug (read only) 8299185 8324049 24864 0.3
.rodata 339496 341032 1536 0.5
.text 7551571 7574899 23328 0.3
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1054364 1054908 544 0.1
bss 128343 128426 83 0.1
rodata 104028 104316 288 0.3
text 774400 774536 136 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1181196 1181692 496 0.0
bss 120545 120628 83 0.1
rodata 138220 138508 288 0.2
text 772092 772228 136 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1071412 1071924 512 0.0
bss 99388 99472 84 0.1
text 755036 755048 12 0.0
Full report (63 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, k32w, linux, mbed, nrfconnect, qpg, telink)
platform target config section f50e12b ab70458 change % change
bl602 lighting-app bl602 (read/write) 1407550 1407550 0 0.0
.bss 84504 84504 0 0.0
.data 9376 9376 0 0.0
.rodata 156376 156376 0 0.0
.text 1076640 1076640 0 0.0
bl602+mfd (read/write) 1421990 1421990 0 0.0
.bss 84672 84672 0 0.0
.data 9344 9344 0 0.0
.rodata 155336 155336 0 0.0
.text 1091992 1091992 0 0.0
bl602+rpc (read/write) 1454570 1454570 0 0.0
.bss 92536 92536 0 0.0
.data 9744 9744 0 0.0
.rodata 163492 163492 0 0.0
.text 1108128 1108128 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1173715 1173715 0 0.0
.bss 11197 11197 0 0.0
.data 3560 3560 0 0.0
.rodata 106116 106116 0 0.0
.text 947134 947134 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1184839 1184839 0 0.0
.bss 11373 11373 0 0.0
.data 3536 3536 0 0.0
.rodata 105056 105056 0 0.0
.text 959198 959198 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1273271 1273271 0 0.0
.bss 19677 19677 0 0.0
.data 4112 4112 0 0.0
.rodata 121016 121016 0 0.0
.text 1022200 1022200 0 0.0
bl706-eth (read/write) 992649 992649 0 0.0
.bss 23772 23772 0 0.0
.data 3128 3128 0 0.0
.rodata 99204 99204 0 0.0
.text 739606 739606 0 0.0
bl706-wifi (read/write) 1227806 1227806 0 0.0
.bss 10657 10657 0 0.0
.data 3568 3568 0 0.0
.rodata 120064 120064 0 0.0
.text 964026 964026 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1143428 1143428 0 0.0
.bss 16408 16408 0 0.0
.data 4920 4920 0 0.0
.rodata 100120 100120 0 0.0
.text 940228 940228 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1154888 1154888 0 0.0
.bss 16584 16584 0 0.0
.data 4904 4904 0 0.0
.rodata 99060 99060 0 0.0
.text 952604 952604 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737451 737451 0 0.0
(read/write) 166528 166528 0 0.0
.bss 88940 88940 0 0.0
.data 3424 3424 0 0.0
.rodata 84599 84599 0 0.0
.text 652464 652464 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 759171 759171 0 0.0
(read/write) 176820 176820 0 0.0
.bss 99188 99188 0 0.0
.data 3444 3444 0 0.0
.rodata 80175 80175 0 0.0
.text 678604 678604 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746443 746443 0 0.0
(read/write) 171276 171276 0 0.0
.bss 93644 93644 0 0.0
.data 3444 3444 0 0.0
.rodata 106231 106231 0 0.0
.text 639820 639820 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 697211 697211 0 0.0
(read/write) 165628 165628 0 0.0
.bss 87808 87808 0 0.0
.data 3412 3412 0 0.0
.rodata 80359 80359 0 0.0
.text 616464 616464 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 682899 682899 0 0.0
(read/write) 165760 165760 0 0.0
.bss 87952 87952 0 0.0
.data 3408 3408 0 0.0
.rodata 76199 76199 0 0.0
.text 606312 606312 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 563986 563986 0 0.0
(read/write) 206496 206496 0 0.0
.bss 199956 199956 0 0.0
.data 1416 1416 0 0.0
.rodata 83690 83690 0 0.0
.text 478172 478172 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620250 620250 0 0.0
(read/write) 206900 206900 0 0.0
.bss 200336 200336 0 0.0
.data 1444 1444 0 0.0
.rodata 106306 106306 0 0.0
.text 511824 511824 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1008692 1008692 0 0.0
.bss 171920 171920 0 0.0
.data 2696 2696 0 0.0
.text 834056 834056 0 0.0
BRD4187C (read/write) 1094460 1094460 0 0.0
.bss 195564 195564 0 0.0
.data 3304 3304 0 0.0
.text 895572 895572 0 0.0
lock-app BRD4161A+wf200 (read/write) 1105368 1105368 0 0.0
.bss 186640 186640 0 0.0
.data 2712 2712 0 0.0
.text 915996 915996 0 0.0
window-app BRD4187C (read/write) 1131104 1131104 0 0.0
.bss 167972 167972 0 0.0
.data 3176 3176 0 0.0
.text 959936 959936 0 0.0
k32w contact k32w0+release (read only) 591436 591436 0 0.0
(read/write) 87600 87600 0 0.0
.bss 70840 70840 0 0.0
.data 2136 2136 0 0.0
.text 590900 590900 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 686512 686512 0 0.0
.bss 67040 67040 0 0.0
.data 2720 2720 0 0.0
.text 573272 573272 0 0.0
light k32w0+release (read only) 591140 591140 0 0.0
(read/write) 87276 87276 0 0.0
.bss 70528 70528 0 0.0
.data 2124 2124 0 0.0
.text 590604 590604 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 778516 778516 0 0.0
.bss 76716 76716 0 0.0
.data 1932 1932 0 0.0
.text 656408 656408 0 0.0
lock k32w0+release (read only) 562948 562948 0 0.0
(read/write) 85104 85104 0 0.0
.bss 68416 68416 0 0.0
.data 2064 2064 0 0.0
.text 562412 562412 0 0.0
linux air-purifier-app debug (read only) 2477461 2477461 0 0.0
(read/write) 126280 126280 0 0.0
.bss 46656 46656 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72168 72168 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177128 177128 0 0.0
.text 2126533 2126533 0 0.0
all-clusters-app debug (read only) 5279265 5281665 2400 0.0
(read/write) 418800 420856 2056 0.5
.bss 128880 128976 96 0.1
.data 3856 3856 0 0.0
.data.rel.ro 278832 280784 1952 0.7
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1208 1216 8 0.7
.rodata 299484 300188 704 0.2
.text 4600115 4600275 160 0.0
all-clusters-minimal-app debug (read only) 4892153 4892153 0 0.0
(read/write) 233080 233080 0 0.0
.bss 126704 126704 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 95440 95440 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270061 270061 0 0.0
.text 4390995 4390995 0 0.0
bridge-app debug (read only) 4374281 4374281 0 0.0
(read/write) 215128 215128 0 0.0
.bss 118904 118904 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84768 84768 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218101 218101 0 0.0
.text 3938547 3938547 0 0.0
chip-tool debug (read only) 10360913 10387769 26856 0.3
(read/write) 448896 450528 1632 0.4
.bss 93752 93752 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 342920 344552 1632 0.5
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 391529 393705 2176 0.6
.text 9363699 9387059 23360 0.2
chip-tool-ipv6only arm64 (read only) 10238360 10258696 20336 0.2
(read/write) 515072 515248 176 0.0
.bss 103112 103112 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 380480 382256 1776 0.5
.dynamic 512 512 0 0.0
.got 18624 18624 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 317744 319440 1696 0.5
.text 9141688 9158856 17168 0.2
lighting-app debug+rpc+ui (read only) 5235073 5235073 0 0.0
(read/write) 223136 223136 0 0.0
.bss 118208 118208 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92976 92976 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336820 336820 0 0.0
.text 4655027 4655027 0 0.0
lock-app debug (read only) 4473977 4473977 0 0.0
(read/write) 203304 203304 0 0.0
.bss 113472 113472 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247381 247381 0 0.0
.text 4016995 4016995 0 0.0
ota-provider-app debug (read only) 4132361 4132361 0 0.0
(read/write) 192192 192192 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68784 68784 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200085 200085 0 0.0
.text 3741427 3741427 0 0.0
ota-requestor-app debug (read only) 4218665 4218665 0 0.0
(read/write) 196440 196440 0 0.0
.bss 114592 114592 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 71744 71744 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203861 203861 0 0.0
.text 3819651 3819651 0 0.0
shell debug (read only) 2741177 2741617 440 0.0
(read/write) 148504 148928 424 0.3
.bss 59528 59624 96 0.2
.data 784 784 0 0.0
.data.rel.ro 82400 82720 320 0.4
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1064 1072 8 0.8
.rodata 179264 179328 64 0.0
.text 2392114 2392274 160 0.0
thermostat-no-ble arm64 (read only) 4370504 4370504 0 0.0
(read/write) 247144 247144 0 0.0
.bss 122184 122184 0 0.0
.data 2800 2800 0 0.0
.data.rel.ro 101776 101776 0 0.0
.dynamic 512 512 0 0.0
.got 11928 11928 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161428 161428 0 0.0
.text 3870072 3870072 0 0.0
tv-app debug (read only) 5243353 5243353 0 0.0
(read/write) 344624 344624 0 0.0
.bss 242080 242080 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 90240 90240 0 0.0
.dynamic 624 624 0 0.0
.got 5528 5528 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 266909 266909 0 0.0
.text 4741811 4741811 0 0.0
tv-casting-app debug (read only) 8299185 8324049 24864 0.3
(read/write) 315640 315640 0 0.0
.bss 155936 155936 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 150384 150384 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 339496 341032 1536 0.5
.text 7551571 7574899 23328 0.3
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525552 2525552 0 0.0
.bss 219064 219064 0 0.0
.data 5136 5136 0 0.0
.text 1488236 1488236 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1054364 1054908 544 0.1
bss 128343 128426 83 0.1
rodata 104028 104316 288 0.3
text 774400 774536 136 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1181196 1181692 496 0.0
bss 120545 120628 83 0.1
rodata 138220 138508 288 0.2
text 772092 772228 136 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1039692 1039692 0 0.0
bss 128636 128636 0 0.0
rodata 99300 99300 0 0.0
text 764168 764168 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178464 1178464 0 0.0
.bss 100664 100664 0 0.0
.data 748 748 0 0.0
.text 625304 625304 0 0.0
lock-app qpg6105+debug (read/write) 1139220 1139220 0 0.0
.bss 95408 95408 0 0.0
.data 780 780 0 0.0
.text 586060 586060 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51910 51910 0 0.0
(read/write) 811322 811322 0 0.0
bss 53132 53132 0 0.0
text 606044 606044 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1071412 1071924 512 0.0
bss 99388 99472 84 0.1
text 755036 755048 12 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1076320 1076320 0 0.0
bss 109084 109084 0 0.0
text 746708 746708 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930220 930220 0 0.0
bss 93684 93684 0 0.0
text 643244 643244 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51910 51910 0 0.0
(read/write) 814566 814566 0 0.0
bss 53240 53240 0 0.0
text 609094 609094 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 968828 968828 0 0.0
bss 77040 77040 0 0.0
text 687042 687042 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1086128 1086128 0 0.0
bss 99192 99192 0 0.0
text 763800 763800 0 0.0
lock-app-dfu tlsr9528a_retention (read only) 51910 51910 0 0.0
(read/write) 871950 871950 0 0.0
bss 53940 53940 0 0.0
text 638942 638942 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943508 943508 0 0.0
bss 91792 91792 0 0.0
text 658978 658978 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 871212 871212 0 0.0
bss 67076 67076 0 0.0
text 615618 615618 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 811776 811776 0 0.0
bss 55320 55320 0 0.0
text 582596 582596 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 827476 827476 0 0.0
bss 55724 55724 0 0.0
text 593210 593210 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705712 705712 0 0.0
bss 73232 73232 0 0.0
text 462250 462250 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51910 51910 0 0.0
(read/write) 816294 816294 0 0.0
bss 53332 53332 0 0.0
text 611824 611824 0 0.0
temperature-measurement-app tlsr9528a_retention (read only) 51910 51910 0 0.0
(read/write) 802234 802234 0 0.0
bss 53052 53052 0 0.0
text 599840 599840 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 832868 832868 0 0.0
bss 55608 55608 0 0.0
text 597952 597952 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 830336 830336 0 0.0
bss 55960 55960 0 0.0
text 595002 595002 0 0.0

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 1, 2023
Copy link

github-actions bot commented Dec 4, 2023

PR #30389: Size comparison from 44ea4eb to daa999b

Increases above 0.2%:

platform target config section 44ea4eb daa999b change % change
esp32 all-clusters-app c3devkit .dram0.bss 72544 72864 320 0.4
m5stack .dram0.bss 79184 79504 320 0.4
linux all-clusters-app debug (read/write) 443648 447432 3784 0.9
.bss 130064 131600 1536 1.2
.data.rel.ro 302496 304736 2240 0.7
.init_array 1224 1232 8 0.7
.rodata 306268 307644 1376 0.4
chip-tool debug (read only) 11163785 11229545 65760 0.6
(read/write) 486280 489096 2816 0.6
.data.rel.ro 379976 382792 2816 0.7
.rodata 411625 414729 3104 0.8
.text 10093763 10152819 59056 0.6
chip-tool-ipv6only arm64 (read only) 10944216 11002536 58320 0.5
.data.rel.ro 418528 421448 2920 0.7
.rodata 335168 337776 2608 0.8
.text 9774424 9826280 51856 0.5
shell debug (read only) 2776153 2783361 7208 0.3
(read/write) 149792 151592 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82584 82840 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180928 181632 704 0.4
.text 2424562 2430850 6288 0.3
tv-casting-app debug (read only) 9102481 9166177 63696 0.7
(read/write) 329912 330744 832 0.3
.data.rel.ro 164424 165256 832 0.5
.rodata 356488 358952 2464 0.7
.text 8303571 8362787 59216 0.7
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp bss 121239 121554 315 0.3
psoc6 all-clusters cy8ckit_062s2_43012 .data 2472 2480 8 0.3
telink all-clusters-app tlsr9518adk80d bss 100072 100388 316 0.3
Increases (38 builds for bl602, bl702, bl702l, esp32, linux, nrfconnect, psoc6, telink)
platform target config section 44ea4eb daa999b change % change
bl602 lighting-app bl602 .text 1080678 1080680 2 0.0
bl602+mfd .text 1096042 1096044 2 0.0
bl602+rpc .text 1112422 1112424 2 0.0
bl702 lighting-app bl702 .text 950082 950084 2 0.0
bl702+mfd .text 961890 961892 2 0.0
bl702+rpc (read/write) 1277299 1277303 4 0.0
.text 1024888 1024890 2 0.0
bl706-eth .text 743318 743320 2 0.0
bl706-wifi .text 968778 968780 2 0.0
bl702l lighting-app bl702l .text 943172 943174 2 0.0
bl702l+mfd (read/write) 1158384 1158388 4 0.0
.text 955292 955294 2 0.0
esp32 all-clusters-app c3devkit (read only) 1135810 1136412 602 0.1
.dram0.bss 72544 72864 320 0.4
.flash.text 1135810 1136412 602 0.1
m5stack (read only) 1181151 1181567 416 0.0
.dram0.bss 79184 79504 320 0.4
.flash.text 1175767 1176183 416 0.0
linux all-clusters-app debug (read only) 5356505 5365937 9432 0.2
(read/write) 443648 447432 3784 0.9
.bss 130064 131600 1536 1.2
.data.rel.ro 302496 304736 2240 0.7
.init_array 1224 1232 8 0.7
.rodata 306268 307644 1376 0.4
.text 4650163 4656419 6256 0.1
chip-tool debug (read only) 11163785 11229545 65760 0.6
(read/write) 486280 489096 2816 0.6
.data.rel.ro 379976 382792 2816 0.7
.rodata 411625 414729 3104 0.8
.text 10093763 10152819 59056 0.6
chip-tool-ipv6only arm64 (read only) 10944216 11002536 58320 0.5
.data.rel.ro 418528 421448 2920 0.7
.got 19304 19352 48 0.2
.rodata 335168 337776 2608 0.8
.text 9774424 9826280 51856 0.5
lighting-app debug+rpc+ui (read only) 5298873 5299401 528 0.0
.text 4714259 4714851 592 0.0
shell debug (read only) 2776153 2783361 7208 0.3
(read/write) 149792 151592 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82584 82840 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180928 181632 704 0.4
.text 2424562 2430850 6288 0.3
thermostat-no-ble arm64 (read/write) 246320 246336 16 0.0
tv-casting-app debug (read only) 9102481 9166177 63696 0.7
(read/write) 329912 330744 832 0.3
.data.rel.ro 164424 165256 832 0.5
.rodata 356488 358952 2464 0.7
.text 8303571 8362787 59216 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060480 1061880 1400 0.1
bss 129029 129344 315 0.2
rodata 104176 104408 232 0.2
text 779600 780520 920 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1187008 1188396 1388 0.1
bss 121239 121554 315 0.3
rodata 138304 138476 172 0.1
text 777140 778036 896 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1740868 1742636 1768 0.1
.bss 194644 194956 312 0.2
.data 2472 2480 8 0.3
.text 1535364 1536812 1448 0.1
telink air-quality-sensor-app tlsr9528a_retention text 612522 612524 2 0.0
all-clusters-app tlsr9518adk80d (read/write) 1077360 1078960 1600 0.1
bss 100072 100388 316 0.3
text 760072 760974 902 0.1
all-clusters-minimal-app tlsr9528a text 752080 752082 2 0.0
bridge-app tlsr9518adk80d text 645944 645946 2 0.0
contact-sensor-app tlsr9528a_retention text 612816 612818 2 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 976608 976616 8 0.0
text 692428 692432 4 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d text 768468 768470 2 0.0
lock-app-dfu tlsr9528a text 646554 646556 2 0.0
ota-requestor-app tlsr9518adk80d text 661674 661676 2 0.0
pump-app tlsr9528a text 620776 620778 2 0.0
pump-controller-app tlsr9518adk80d (read/write) 819360 819368 8 0.0
text 587652 587654 2 0.0
shell tlsr9518adk80d (read/write) 705404 705408 4 0.0
text 461922 461926 4 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 821670 821678 8 0.0
text 615488 615490 2 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 876145 876153 8 0.0
text 629080 629082 2 0.0
thermostat tlsr9518adk80d text 605978 605980 2 0.0
window-covering tlsr9518adk80d text 600194 600196 2 0.0
Decreases (17 builds for bl702l, efr32, esp32, linux, psoc6)
platform target config section 44ea4eb daa999b change % change
bl702l lighting-app bl702l (read/write) 1147692 1147184 -508 -0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1015664 1015648 -16 -0.0
.text 840384 840368 -16 -0.0
BRD4187C (read/write) 1100248 1100240 -8 -0.0
.text 900756 900748 -8 -0.0
window-app BRD4187C (read/write) 1134492 1134244 -248 -0.0
.text 963096 962848 -248 -0.0
esp32 all-clusters-app c3devkit (read/write) 1671268 1671092 -176 -0.0
.flash.rodata 241856 241360 -496 -0.2
m5stack (read/write) 520880 520260 -620 -0.1
.flash.rodata 273312 272372 -940 -0.3
linux air-purifier-app debug (read only) 2523645 2523629 -16 -0.0
.text 2169445 2169429 -16 -0.0
all-clusters-minimal-app debug (read only) 4945953 4945937 -16 -0.0
.text 4441427 4441411 -16 -0.0
bridge-app debug (read only) 4413377 4413361 -16 -0.0
.text 3976195 3976179 -16 -0.0
chip-tool-ipv6only arm64 (read/write) 554960 553992 -968 -0.2
lighting-app debug+rpc+ui .rodata 339892 339828 -64 -0.0
lock-app debug (read only) 4499041 4499025 -16 -0.0
.text 4042451 4042435 -16 -0.0
ota-provider-app debug (read only) 4162745 4162729 -16 -0.0
.text 3769987 3769971 -16 -0.0
ota-requestor-app debug (read only) 4249145 4249129 -16 -0.0
.text 3848275 3848259 -16 -0.0
thermostat-no-ble arm64 (read only) 4400080 4400048 -32 -0.0
.rodata 161996 161980 -16 -0.0
.text 3897960 3897944 -16 -0.0
tv-app debug (read only) 5360329 5360313 -16 -0.0
.text 4851155 4851139 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835904 -320 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 44ea4eb daa999b change % change
bl602 lighting-app bl602 (read/write) 1412798 1412798 0 0.0
.bss 85160 85160 0 0.0
.data 9376 9376 0 0.0
.rodata 156932 156932 0 0.0
.text 1080678 1080680 2 0.0
bl602+mfd (read/write) 1427254 1427254 0 0.0
.bss 85328 85328 0 0.0
.data 9344 9344 0 0.0
.rodata 155892 155892 0 0.0
.text 1096042 1096044 2 0.0
bl602+rpc (read/write) 1460574 1460574 0 0.0
.bss 93192 93192 0 0.0
.data 9744 9744 0 0.0
.rodata 164548 164548 0 0.0
.text 1112422 1112424 2 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1177487 1177487 0 0.0
.bss 11197 11197 0 0.0
.data 3560 3560 0 0.0
.rodata 106304 106304 0 0.0
.text 950082 950084 2 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1188355 1188355 0 0.0
.bss 11373 11373 0 0.0
.data 3536 3536 0 0.0
.rodata 105244 105244 0 0.0
.text 961890 961892 2 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1277299 1277303 4 0.0
.bss 19677 19677 0 0.0
.data 4112 4112 0 0.0
.rodata 121720 121720 0 0.0
.text 1024888 1024890 2 0.0
bl706-eth (read/write) 997453 997453 0 0.0
.bss 23772 23772 0 0.0
.data 3128 3128 0 0.0
.rodata 99644 99644 0 0.0
.text 743318 743320 2 0.0
bl706-wifi (read/write) 1233746 1233746 0 0.0
.bss 10641 10641 0 0.0
.data 3568 3568 0 0.0
.rodata 120616 120616 0 0.0
.text 968778 968780 2 0.0
bl702l lighting-app bl702l (read/write) 1147692 1147184 -508 -0.0
.bss 16392 16392 0 0.0
.data 4920 4920 0 0.0
.rodata 100308 100308 0 0.0
.text 943172 943174 2 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1158384 1158388 4 0.0
.bss 16568 16568 0 0.0
.data 4904 4904 0 0.0
.rodata 99248 99248 0 0.0
.text 955292 955294 2 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 742059 742059 0 0.0
(read/write) 167112 167112 0 0.0
.bss 89524 89524 0 0.0
.data 3424 3424 0 0.0
.rodata 84647 84647 0 0.0
.text 657020 657020 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 759235 759235 0 0.0
(read/write) 177356 177356 0 0.0
.bss 99708 99708 0 0.0
.data 3452 3452 0 0.0
.rodata 79727 79727 0 0.0
.text 679116 679116 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746171 746171 0 0.0
(read/write) 171804 171804 0 0.0
.bss 94156 94156 0 0.0
.data 3452 3452 0 0.0
.rodata 105487 105487 0 0.0
.text 640296 640296 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 699707 699707 0 0.0
(read/write) 166124 166124 0 0.0
.bss 88304 88304 0 0.0
.data 3412 3412 0 0.0
.rodata 80415 80415 0 0.0
.text 618900 618900 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 685211 685211 0 0.0
(read/write) 166288 166288 0 0.0
.bss 88480 88480 0 0.0
.data 3408 3408 0 0.0
.rodata 76247 76247 0 0.0
.text 608572 608572 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566458 566458 0 0.0
(read/write) 207624 207624 0 0.0
.bss 201084 201084 0 0.0
.data 1416 1416 0 0.0
.rodata 83930 83930 0 0.0
.text 480404 480404 0 0.0
lock CC3235SF_LAUNCHXL (read only) 619706 619706 0 0.0
(read/write) 208020 208020 0 0.0
.bss 201448 201448 0 0.0
.data 1452 1452 0 0.0
.rodata 105802 105802 0 0.0
.text 511784 511784 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 560487 560487 0 0.0
.app_xip_area 450777 450777 0 0.0
.bss 64624 64624 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 542535 542535 0 0.0
.app_xip_area 428089 428089 0 0.0
.bss 69320 69320 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 561375 561375 0 0.0
.app_xip_area 453121 453121 0 0.0
.bss 63240 63240 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 556607 556607 0 0.0
.app_xip_area 445121 445121 0 0.0
.bss 66360 66360 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1015664 1015648 -16 -0.0
.bss 172568 172568 0 0.0
.data 2692 2692 0 0.0
.text 840384 840368 -16 -0.0
BRD4187C (read/write) 1100248 1100240 -8 -0.0
.bss 196172 196172 0 0.0
.data 3300 3300 0 0.0
.text 900756 900748 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1113432 1113432 0 0.0
.bss 188624 188624 0 0.0
.data 2716 2716 0 0.0
.text 922068 922068 0 0.0
window-app BRD4187C (read/write) 1134492 1134244 -248 -0.0
.bss 168204 168204 0 0.0
.data 3172 3172 0 0.0
.text 963096 962848 -248 -0.0
esp32 all-clusters-app c3devkit (read only) 1135810 1136412 602 0.1
(read/write) 1671268 1671092 -176 -0.0
.dram0.bss 72544 72864 320 0.4
.dram0.data 12996 12996 0 0.0
.flash.rodata 241856 241360 -496 -0.2
.flash.text 1135810 1136412 602 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1181151 1181567 416 0.0
(read/write) 520880 520260 -620 -0.1
.dram0.bss 79184 79504 320 0.4
.dram0.data 34020 34020 0 0.0
.flash.rodata 273312 272372 -940 -0.3
.flash.text 1175767 1176183 416 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 594196 594196 0 0.0
(read/write) 88132 88132 0 0.0
.bss 71376 71376 0 0.0
.data 2132 2132 0 0.0
.text 593660 593660 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 689844 689844 0 0.0
.bss 67576 67576 0 0.0
.data 2720 2720 0 0.0
.text 576072 576072 0 0.0
light k32w0+release (read only) 593916 593916 0 0.0
(read/write) 87808 87808 0 0.0
.bss 71064 71064 0 0.0
.data 2120 2120 0 0.0
.text 593380 593380 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 781688 781688 0 0.0
.bss 77252 77252 0 0.0
.data 1932 1932 0 0.0
.text 659048 659048 0 0.0
lock k32w0+release (read only) 565692 565692 0 0.0
(read/write) 85604 85604 0 0.0
.bss 68920 68920 0 0.0
.data 2060 2060 0 0.0
.text 565156 565156 0 0.0
linux air-purifier-app debug (read only) 2523645 2523629 -16 -0.0
(read/write) 127176 127176 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72760 72760 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 178888 178888 0 0.0
.text 2169445 2169429 -16 -0.0
all-clusters-app debug (read only) 5356505 5365937 9432 0.2
(read/write) 443648 447432 3784 0.9
.bss 130064 131600 1536 1.2
.data 3856 3856 0 0.0
.data.rel.ro 302496 304736 2240 0.7
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1232 8 0.7
.rodata 306268 307644 1376 0.4
.text 4650163 4656419 6256 0.1
all-clusters-minimal-app debug (read only) 4945953 4945937 -16 -0.0
(read/write) 234656 234656 0 0.0
.bss 127856 127856 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 95872 95872 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272173 272173 0 0.0
.text 4441427 4441411 -16 -0.0
bridge-app debug (read only) 4413377 4413361 -16 -0.0
(read/write) 215864 215864 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85200 85200 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218677 218677 0 0.0
.text 3976195 3976179 -16 -0.0
chip-tool debug (read only) 11163785 11229545 65760 0.6
(read/write) 486280 489096 2816 0.6
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 379976 382792 2816 0.7
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 411625 414729 3104 0.8
.text 10093763 10152819 59056 0.6
chip-tool-ipv6only arm64 (read only) 10944216 11002536 58320 0.5
(read/write) 554960 553992 -968 -0.2
.bss 103352 103352 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 418528 421448 2920 0.7
.dynamic 512 512 0 0.0
.got 19304 19352 48 0.2
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 335168 337776 2608 0.8
.text 9774424 9826280 51856 0.5
lighting-app debug+rpc+ui (read only) 5298873 5299401 528 0.0
(read/write) 224936 224936 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93616 93616 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 339892 339828 -64 -0.0
.text 4714259 4714851 592 0.0
lock-app debug (read only) 4499041 4499025 -16 -0.0
(read/write) 203584 203584 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246645 246645 0 0.0
.text 4042451 4042435 -16 -0.0
ota-provider-app debug (read only) 4162745 4162729 -16 -0.0
(read/write) 192696 192696 0 0.0
.bss 113632 113632 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 69216 69216 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 200949 200949 0 0.0
.text 3769987 3769971 -16 -0.0
ota-requestor-app debug (read only) 4249145 4249129 -16 -0.0
(read/write) 196912 196912 0 0.0
.bss 114656 114656 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 72176 72176 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 204757 204757 0 0.0
.text 3848275 3848259 -16 -0.0
shell debug (read only) 2776153 2783361 7208 0.3
(read/write) 149792 151592 1800 1.2
.bss 60616 62152 1536 2.5
.data 784 784 0 0.0
.data.rel.ro 82584 82840 256 0.3
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 180928 181632 704 0.4
.text 2424562 2430850 6288 0.3
thermostat-no-ble arm64 (read only) 4400080 4400048 -32 -0.0
(read/write) 246320 246336 16 0.0
.bss 122232 122232 0 0.0
.data 2800 2800 0 0.0
.data.rel.ro 102288 102288 0 0.0
.dynamic 512 512 0 0.0
.got 11944 11944 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 161996 161980 -16 -0.0
.text 3897960 3897944 -16 -0.0
tv-app debug (read only) 5360329 5360313 -16 -0.0
(read/write) 348480 348480 0 0.0
.bss 244192 244192 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 91976 91976 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 271989 271989 0 0.0
.text 4851155 4851139 -16 -0.0
tv-casting-app debug (read only) 9102481 9166177 63696 0.7
(read/write) 329912 330744 832 0.3
.bss 156192 156192 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 164424 165256 832 0.5
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 356488 358952 2464 0.7
.text 8303571 8362787 59216 0.7
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525472 2525472 0 0.0
.bss 220184 220184 0 0.0
.data 5144 5144 0 0.0
.text 1488156 1488156 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060480 1061880 1400 0.1
bss 129029 129344 315 0.2
rodata 104176 104408 232 0.2
text 779600 780520 920 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1187008 1188396 1388 0.1
bss 121239 121554 315 0.3
rodata 138304 138476 172 0.1
text 777140 778036 896 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046064 1046064 0 0.0
bss 129316 129316 0 0.0
rodata 99432 99432 0 0.0
text 769652 769652 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835904 -320 -0.0
(read/write) 1740868 1742636 1768 0.1
.bss 194644 194956 312 0.2
.data 2472 2480 8 0.3
.text 1535364 1536812 1448 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837936 837936 0 0.0
(read/write) 1705172 1705172 0 0.0
.bss 192924 192924 0 0.0
.data 2480 2480 0 0.0
.text 1501380 1501380 0 0.0
light cy8ckit_062s2_43012 (read only) 844624 844624 0 0.0
(read/write) 1630268 1630268 0 0.0
.bss 186348 186348 0 0.0
.data 2368 2368 0 0.0
.text 1433164 1433164 0 0.0
lock cy8ckit_062s2_43012 (read only) 817504 817504 0 0.0
(read/write) 1657164 1657164 0 0.0
.bss 213444 213444 0 0.0
.data 2392 2392 0 0.0
.text 1432940 1432940 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1115780 1115780 0 0.0
.bss 101200 101200 0 0.0
.data 744 744 0 0.0
.text 628160 628160 0 0.0
lock-app qpg6105+debug (read/write) 1079436 1079436 0 0.0
.bss 97328 97328 0 0.0
.data 788 788 0 0.0
.text 591812 591812 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 819842 819842 0 0.0
bss 54904 54904 0 0.0
text 612522 612524 2 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077360 1078960 1600 0.1
bss 100072 100388 316 0.3
text 760072 760974 902 0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1082596 1082596 0 0.0
bss 109764 109764 0 0.0
text 752080 752082 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 933696 933696 0 0.0
bss 94272 94272 0 0.0
text 645944 645946 2 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820018 820018 0 0.0
bss 54948 54948 0 0.0
text 612816 612818 2 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 976608 976616 8 0.0
bss 78932 78932 0 0.0
text 692428 692432 4 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1091644 1091644 0 0.0
bss 99836 99836 0 0.0
text 768468 768470 2 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 963316 963316 0 0.0
bss 97196 97196 0 0.0
text 646554 646556 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 946968 946968 0 0.0
bss 92380 92380 0 0.0
text 661674 661676 2 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 878756 878756 0 0.0
bss 68924 68924 0 0.0
text 620776 620778 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819360 819368 8 0.0
bss 57160 57160 0 0.0
text 587652 587654 2 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705404 705408 4 0.0
bss 73588 73588 0 0.0
text 461922 461926 4 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821670 821678 8 0.0
bss 55084 55084 0 0.0
text 615488 615490 2 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876145 876153 8 0.0
bss 60636 60636 0 0.0
text 629080 629082 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 843572 843572 0 0.0
bss 57456 57456 0 0.0
text 605978 605980 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838064 838064 0 0.0
bss 57808 57808 0 0.0
text 600194 600196 2 0.0

Copy link

github-actions bot commented Dec 5, 2023

PR #30389: Size comparison from 88b2d0c to 2c86bc7

Increases above 0.2%:

platform target config section 88b2d0c 2c86bc7 change % change
esp32 all-clusters-app c3devkit .dram0.bss 72536 72864 328 0.5
m5stack .dram0.bss 79192 79512 320 0.4
linux all-clusters-app debug (read/write) 443616 447400 3784 0.9
.bss 130064 131600 1536 1.2
.data.rel.ro 302496 304736 2240 0.7
.init_array 1224 1232 8 0.7
.rodata 306844 308220 1376 0.4
chip-tool debug (read only) 11165289 11231113 65824 0.6
(read/write) 486280 489096 2816 0.6
.data.rel.ro 379976 382792 2816 0.7
.rodata 411977 415113 3136 0.8
.text 10094963 10154051 59088 0.6
chip-tool-ipv6only arm64 (read only) 10944816 11003184 58368 0.5
(read/write) 554312 557392 3080 0.6
.data.rel.ro 418528 421448 2920 0.7
.rodata 335640 338248 2608 0.8
.text 9774296 9826184 51888 0.5
shell debug (read only) 2775929 2783169 7240 0.3
(read/write) 149760 151560 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82584 82840 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424322 2430610 6288 0.3
tv-casting-app debug (read only) 9102881 9166577 63696 0.7
(read/write) 329912 330744 832 0.3
.data.rel.ro 164424 165256 832 0.5
.rodata 355816 358248 2432 0.7
.text 8304739 8363987 59248 0.7
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp bss 121239 121554 315 0.3
telink all-clusters-app tlsr9518adk80d bss 100072 100388 316 0.3
Increases (11 builds for esp32, linux, nrfconnect, psoc6, telink)
platform target config section 88b2d0c 2c86bc7 change % change
esp32 all-clusters-app c3devkit (read only) 1135560 1136434 874 0.1
(read/write) 1670532 1671092 560 0.0
.dram0.bss 72536 72864 328 0.5
.flash.rodata 241136 241376 240 0.1
.flash.text 1135560 1136434 874 0.1
m5stack (read only) 1180707 1181487 780 0.1
(read/write) 519720 520284 564 0.1
.dram0.bss 79192 79512 320 0.4
.flash.rodata 272160 272404 244 0.1
.flash.text 1175323 1176103 780 0.1
linux all-clusters-app debug (read only) 5356473 5365937 9464 0.2
(read/write) 443616 447400 3784 0.9
.bss 130064 131600 1536 1.2
.data.rel.ro 302496 304736 2240 0.7
.init_array 1224 1232 8 0.7
.rodata 306844 308220 1376 0.4
.text 4649603 4655891 6288 0.1
chip-tool debug (read only) 11165289 11231113 65824 0.6
(read/write) 486280 489096 2816 0.6
.data.rel.ro 379976 382792 2816 0.7
.rodata 411977 415113 3136 0.8
.text 10094963 10154051 59088 0.6
chip-tool-ipv6only arm64 (read only) 10944816 11003184 58368 0.5
(read/write) 554312 557392 3080 0.6
.data.rel.ro 418528 421448 2920 0.7
.got 19408 19456 48 0.2
.rodata 335640 338248 2608 0.8
.text 9774296 9826184 51888 0.5
shell debug (read only) 2775929 2783169 7240 0.3
(read/write) 149760 151560 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82584 82840 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424322 2430610 6288 0.3
tv-casting-app debug (read only) 9102881 9166577 63696 0.7
(read/write) 329912 330744 832 0.3
.data.rel.ro 164424 165256 832 0.5
.rodata 355816 358248 2432 0.7
.text 8304739 8363987 59248 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060380 1061800 1420 0.1
bss 129029 129344 315 0.2
rodata 104156 104392 236 0.2
text 779524 780444 920 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1186900 1188304 1404 0.1
bss 121239 121554 315 0.3
rodata 138280 138452 172 0.1
text 777064 777960 896 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1740740 1742500 1760 0.1
.bss 194644 194956 312 0.2
.text 1535236 1536684 1448 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 1077376 1078976 1600 0.1
bss 100072 100388 316 0.3
text 760116 761016 900 0.1
Decreases (1 build for psoc6)
platform target config section 88b2d0c 2c86bc7 change % change
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835912 -312 -0.0
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 88b2d0c 2c86bc7 change % change
bl602 lighting-app bl602 (read/write) 1412774 1412774 0 0.0
.bss 85160 85160 0 0.0
.data 9416 9416 0 0.0
.rodata 156868 156868 0 0.0
.text 1080682 1080682 0 0.0
bl602+mfd (read/write) 1427238 1427238 0 0.0
.bss 85328 85328 0 0.0
.data 9384 9384 0 0.0
.rodata 155828 155828 0 0.0
.text 1096046 1096046 0 0.0
bl602+rpc (read/write) 1460550 1460550 0 0.0
.bss 93192 93192 0 0.0
.data 9784 9784 0 0.0
.rodata 164484 164484 0 0.0
.text 1112426 1112426 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1177447 1177447 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106240 106240 0 0.0
.text 950050 950050 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1188323 1188323 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105180 105180 0 0.0
.text 961858 961858 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1269203 1269203 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121660 121660 0 0.0
.text 1024856 1024856 0 0.0
bl706-eth (read/write) 997409 997409 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99572 99572 0 0.0
.text 743282 743282 0 0.0
bl706-wifi (read/write) 1233702 1233702 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120552 120552 0 0.0
.text 968734 968734 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1147152 1147152 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100244 100244 0 0.0
.text 943176 943176 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1158348 1158348 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99184 99184 0 0.0
.text 955296 955296 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 742164 742164 0 0.0
(read/write) 167116 167116 0 0.0
.bss 89532 89532 0 0.0
.data 3420 3420 0 0.0
.rodata 84640 84640 0 0.0
.text 657136 657136 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 759308 759308 0 0.0
(read/write) 177344 177344 0 0.0
.bss 99708 99708 0 0.0
.data 3448 3448 0 0.0
.rodata 79704 79704 0 0.0
.text 679216 679216 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746292 746292 0 0.0
(read/write) 171800 171800 0 0.0
.bss 94164 94164 0 0.0
.data 3448 3448 0 0.0
.rodata 105488 105488 0 0.0
.text 640412 640412 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 699812 699812 0 0.0
(read/write) 166120 166120 0 0.0
.bss 88312 88312 0 0.0
.data 3408 3408 0 0.0
.rodata 80416 80416 0 0.0
.text 619008 619008 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 685324 685324 0 0.0
(read/write) 166292 166292 0 0.0
.bss 88488 88488 0 0.0
.data 3404 3404 0 0.0
.rodata 76248 76248 0 0.0
.text 608688 608688 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566362 566362 0 0.0
(read/write) 207620 207620 0 0.0
.bss 201084 201084 0 0.0
.data 1412 1412 0 0.0
.rodata 83890 83890 0 0.0
.text 480348 480348 0 0.0
lock CC3235SF_LAUNCHXL (read only) 619610 619610 0 0.0
(read/write) 208016 208016 0 0.0
.bss 201448 201448 0 0.0
.data 1448 1448 0 0.0
.rodata 105762 105762 0 0.0
.text 511728 511728 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 560559 560559 0 0.0
.app_xip_area 450849 450849 0 0.0
.bss 64624 64624 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 542607 542607 0 0.0
.app_xip_area 428161 428161 0 0.0
.bss 69320 69320 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 561463 561463 0 0.0
.app_xip_area 453209 453209 0 0.0
.bss 63240 63240 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 556671 556671 0 0.0
.app_xip_area 445193 445193 0 0.0
.bss 66360 66360 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1135560 1136434 874 0.1
(read/write) 1670532 1671092 560 0.0
.dram0.bss 72536 72864 328 0.5
.dram0.data 12988 12988 0 0.0
.flash.rodata 241136 241376 240 0.1
.flash.text 1135560 1136434 874 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1180707 1181487 780 0.1
(read/write) 519720 520284 564 0.1
.dram0.bss 79192 79512 320 0.4
.dram0.data 34004 34004 0 0.0
.flash.rodata 272160 272404 244 0.1
.flash.text 1175323 1176103 780 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 594288 594288 0 0.0
(read/write) 88128 88128 0 0.0
.bss 71376 71376 0 0.0
.data 2128 2128 0 0.0
.text 593752 593752 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 689936 689936 0 0.0
.bss 67584 67584 0 0.0
.data 2716 2716 0 0.0
.text 576160 576160 0 0.0
light k32w0+release (read only) 594008 594008 0 0.0
(read/write) 87804 87804 0 0.0
.bss 71064 71064 0 0.0
.data 2116 2116 0 0.0
.text 593472 593472 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 781756 781756 0 0.0
.bss 77252 77252 0 0.0
.data 1928 1928 0 0.0
.text 659120 659120 0 0.0
lock k32w0+release (read only) 565792 565792 0 0.0
(read/write) 85600 85600 0 0.0
.bss 68920 68920 0 0.0
.data 2056 2056 0 0.0
.text 565256 565256 0 0.0
linux air-purifier-app debug (read only) 2523725 2523725 0 0.0
(read/write) 127176 127176 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72760 72760 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179240 179240 0 0.0
.text 2169221 2169221 0 0.0
all-clusters-app debug (read only) 5356473 5365937 9464 0.2
(read/write) 443616 447400 3784 0.9
.bss 130064 131600 1536 1.2
.data 3840 3840 0 0.0
.data.rel.ro 302496 304736 2240 0.7
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1232 8 0.7
.rodata 306844 308220 1376 0.4
.text 4649603 4655891 6288 0.1
all-clusters-minimal-app debug (read only) 4945969 4945969 0 0.0
(read/write) 234624 234624 0 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95872 95872 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272781 272781 0 0.0
.text 4440883 4440883 0 0.0
bridge-app debug (read only) 4413521 4413521 0 0.0
(read/write) 215864 215864 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85200 85200 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219125 219125 0 0.0
.text 3975939 3975939 0 0.0
chip-tool debug (read only) 11165289 11231113 65824 0.6
(read/write) 486280 489096 2816 0.6
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 379976 382792 2816 0.7
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 411977 415113 3136 0.8
.text 10094963 10154051 59088 0.6
chip-tool-ipv6only arm64 (read only) 10944816 11003184 58368 0.5
(read/write) 554312 557392 3080 0.6
.bss 103352 103352 0 0.0
.data 4280 4280 0 0.0
.data.rel.ro 418528 421448 2920 0.7
.dynamic 512 512 0 0.0
.got 19408 19456 48 0.2
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 335640 338248 2608 0.8
.text 9774296 9826184 51888 0.5
lighting-app debug+rpc+ui (read only) 5299529 5299529 0 0.0
(read/write) 224936 224936 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93616 93616 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340212 340212 0 0.0
.text 4714643 4714643 0 0.0
lock-app debug (read only) 4499153 4499153 0 0.0
(read/write) 203584 203584 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 247029 247029 0 0.0
.text 4042227 4042227 0 0.0
ota-provider-app debug (read only) 4162825 4162825 0 0.0
(read/write) 192664 192664 0 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69216 69216 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201301 201301 0 0.0
.text 3769763 3769763 0 0.0
ota-requestor-app debug (read only) 4249225 4249225 0 0.0
(read/write) 196912 196912 0 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72176 72176 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205109 205109 0 0.0
.text 3848051 3848051 0 0.0
shell debug (read only) 2775929 2783169 7240 0.3
(read/write) 149760 151560 1800 1.2
.bss 60616 62152 1536 2.5
.data 768 768 0 0.0
.data.rel.ro 82584 82840 256 0.3
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424322 2430610 6288 0.3
thermostat-no-ble arm64 (read only) 4400448 4400448 0 0.0
(read/write) 245968 245968 0 0.0
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102288 102288 0 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162332 162332 0 0.0
.text 3897848 3897848 0 0.0
tv-app debug (read only) 5360409 5360409 0 0.0
(read/write) 348480 348480 0 0.0
.bss 244192 244192 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 91976 91976 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272341 272341 0 0.0
.text 4850931 4850931 0 0.0
tv-casting-app debug (read only) 9102881 9166577 63696 0.7
(read/write) 329912 330744 832 0.3
.bss 156192 156192 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 164424 165256 832 0.5
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 355816 358248 2432 0.7
.text 8304739 8363987 59248 0.7
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525400 2525400 0 0.0
.bss 220184 220184 0 0.0
.data 5144 5144 0 0.0
.text 1488084 1488084 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060380 1061800 1420 0.1
bss 129029 129344 315 0.2
rodata 104156 104392 236 0.2
text 779524 780444 920 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1186900 1188304 1404 0.1
bss 121239 121554 315 0.3
rodata 138280 138452 172 0.1
text 777064 777960 896 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045956 1045956 0 0.0
bss 129316 129316 0 0.0
rodata 99412 99412 0 0.0
text 769572 769572 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835912 -312 -0.0
(read/write) 1740740 1742500 1760 0.1
.bss 194644 194956 312 0.2
.data 2472 2472 0 0.0
.text 1535236 1536684 1448 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837944 837944 0 0.0
(read/write) 1705044 1705044 0 0.0
.bss 192924 192924 0 0.0
.data 2472 2472 0 0.0
.text 1501260 1501260 0 0.0
light cy8ckit_062s2_43012 (read only) 844632 844632 0 0.0
(read/write) 1630164 1630164 0 0.0
.bss 186348 186348 0 0.0
.data 2360 2360 0 0.0
.text 1433068 1433068 0 0.0
lock cy8ckit_062s2_43012 (read only) 817512 817512 0 0.0
(read/write) 1657044 1657044 0 0.0
.bss 213444 213444 0 0.0
.data 2384 2384 0 0.0
.text 1432828 1432828 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1115876 1115876 0 0.0
.bss 101200 101200 0 0.0
.data 740 740 0 0.0
.text 628252 628252 0 0.0
lock-app qpg6105+debug (read/write) 1079516 1079516 0 0.0
.bss 97336 97336 0 0.0
.data 784 784 0 0.0
.text 591896 591896 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 819858 819858 0 0.0
bss 54904 54904 0 0.0
text 612568 612568 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077376 1078976 1600 0.1
bss 100072 100388 316 0.3
text 760116 761016 900 0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1082620 1082620 0 0.0
bss 109764 109764 0 0.0
text 752126 752126 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 933696 933696 0 0.0
bss 94272 94272 0 0.0
text 645980 645980 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820034 820034 0 0.0
bss 54948 54948 0 0.0
text 612862 612862 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 976632 976632 0 0.0
bss 78932 78932 0 0.0
text 692476 692476 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1091672 1091672 0 0.0
bss 99836 99836 0 0.0
text 768514 768514 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 963340 963340 0 0.0
bss 97196 97196 0 0.0
text 646600 646600 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 946984 946984 0 0.0
bss 92380 92380 0 0.0
text 661720 661720 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 878772 878772 0 0.0
bss 68924 68924 0 0.0
text 620822 620822 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819376 819376 0 0.0
bss 57160 57160 0 0.0
text 587698 587698 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705416 705416 0 0.0
bss 73588 73588 0 0.0
text 461916 461916 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821694 821694 0 0.0
bss 55084 55084 0 0.0
text 615534 615534 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876161 876161 0 0.0
bss 60636 60636 0 0.0
text 629126 629126 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 843588 843588 0 0.0
bss 57456 57456 0 0.0
text 606024 606024 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838080 838080 0 0.0
bss 57808 57808 0 0.0
text 600240 600240 0 0.0

Copy link

github-actions bot commented Dec 5, 2023

PR #30389: Size comparison from 2675b00 to 742c52a

Increases above 0.2%:

platform target config section 2675b00 742c52a change % change
esp32 all-clusters-app c3devkit .dram0.bss 72536 72864 328 0.5
m5stack .dram0.bss 79192 79512 320 0.4
linux all-clusters-app debug (read/write) 443616 447400 3784 0.9
.bss 130064 131600 1536 1.2
.data.rel.ro 302496 304736 2240 0.7
.init_array 1224 1232 8 0.7
.rodata 306844 308220 1376 0.4
chip-tool debug (read only) 11165705 11231529 65824 0.6
(read/write) 486280 489096 2816 0.6
.data.rel.ro 379976 382792 2816 0.7
.rodata 412009 415145 3136 0.8
.text 10095347 10154435 59088 0.6
chip-tool-ipv6only arm64 (read only) 10945112 11003464 58352 0.5
(read/write) 554008 557104 3096 0.6
.data.rel.ro 418528 421448 2920 0.7
.rodata 335632 338240 2608 0.8
.text 9774600 9826472 51872 0.5
shell debug (read only) 2775929 2783169 7240 0.3
(read/write) 149760 151560 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82584 82840 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424322 2430610 6288 0.3
tv-casting-app debug (read only) 9102881 9166577 63696 0.7
(read/write) 329912 330744 832 0.3
.data.rel.ro 164424 165256 832 0.5
.rodata 355816 358248 2432 0.7
.text 8304739 8363987 59248 0.7
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp bss 121239 121554 315 0.3
telink all-clusters-app tlsr9518adk80d bss 100072 100388 316 0.3
Increases (11 builds for esp32, linux, nrfconnect, psoc6, telink)
platform target config section 2675b00 742c52a change % change
esp32 all-clusters-app c3devkit (read only) 1135560 1136434 874 0.1
(read/write) 1670532 1671092 560 0.0
.dram0.bss 72536 72864 328 0.5
.flash.rodata 241136 241376 240 0.1
.flash.text 1135560 1136434 874 0.1
m5stack (read only) 1180707 1181487 780 0.1
(read/write) 519720 520284 564 0.1
.dram0.bss 79192 79512 320 0.4
.flash.rodata 272160 272404 244 0.1
.flash.text 1175323 1176103 780 0.1
linux all-clusters-app debug (read only) 5356473 5365937 9464 0.2
(read/write) 443616 447400 3784 0.9
.bss 130064 131600 1536 1.2
.data.rel.ro 302496 304736 2240 0.7
.init_array 1224 1232 8 0.7
.rodata 306844 308220 1376 0.4
.text 4649603 4655891 6288 0.1
chip-tool debug (read only) 11165705 11231529 65824 0.6
(read/write) 486280 489096 2816 0.6
.data.rel.ro 379976 382792 2816 0.7
.rodata 412009 415145 3136 0.8
.text 10095347 10154435 59088 0.6
chip-tool-ipv6only arm64 (read only) 10945112 11003464 58352 0.5
(read/write) 554008 557104 3096 0.6
.data.rel.ro 418528 421448 2920 0.7
.got 19408 19456 48 0.2
.rodata 335632 338240 2608 0.8
.text 9774600 9826472 51872 0.5
shell debug (read only) 2775929 2783169 7240 0.3
(read/write) 149760 151560 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82584 82840 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424322 2430610 6288 0.3
tv-casting-app debug (read only) 9102881 9166577 63696 0.7
(read/write) 329912 330744 832 0.3
.data.rel.ro 164424 165256 832 0.5
.rodata 355816 358248 2432 0.7
.text 8304739 8363987 59248 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060380 1061800 1420 0.1
bss 129029 129344 315 0.2
rodata 104156 104392 236 0.2
text 779524 780444 920 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1186900 1188304 1404 0.1
bss 121239 121554 315 0.3
rodata 138280 138452 172 0.1
text 777064 777960 896 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1740740 1742500 1760 0.1
.bss 194644 194956 312 0.2
.text 1535236 1536684 1448 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 1077376 1078976 1600 0.1
bss 100072 100388 316 0.3
text 760116 761016 900 0.1
Decreases (2 builds for efr32, psoc6)
platform target config section 2675b00 742c52a change % change
efr32 lighting-app BRD4187C (read/write) 1100188 1100180 -8 -0.0
.text 900700 900692 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835912 -312 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 2675b00 742c52a change % change
bl602 lighting-app bl602 (read/write) 1412774 1412774 0 0.0
.bss 85160 85160 0 0.0
.data 9416 9416 0 0.0
.rodata 156868 156868 0 0.0
.text 1080682 1080682 0 0.0
bl602+mfd (read/write) 1427238 1427238 0 0.0
.bss 85328 85328 0 0.0
.data 9384 9384 0 0.0
.rodata 155828 155828 0 0.0
.text 1096046 1096046 0 0.0
bl602+rpc (read/write) 1460550 1460550 0 0.0
.bss 93192 93192 0 0.0
.data 9784 9784 0 0.0
.rodata 164484 164484 0 0.0
.text 1112426 1112426 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1177447 1177447 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106240 106240 0 0.0
.text 950050 950050 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1188323 1188323 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105180 105180 0 0.0
.text 961858 961858 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1269203 1269203 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121660 121660 0 0.0
.text 1024856 1024856 0 0.0
bl706-eth (read/write) 997409 997409 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99572 99572 0 0.0
.text 743282 743282 0 0.0
bl706-wifi (read/write) 1233702 1233702 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120552 120552 0 0.0
.text 968734 968734 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1147152 1147152 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100244 100244 0 0.0
.text 943176 943176 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1158348 1158348 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99184 99184 0 0.0
.text 955296 955296 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 742164 742164 0 0.0
(read/write) 167116 167116 0 0.0
.bss 89532 89532 0 0.0
.data 3420 3420 0 0.0
.rodata 84640 84640 0 0.0
.text 657136 657136 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 759308 759308 0 0.0
(read/write) 177344 177344 0 0.0
.bss 99708 99708 0 0.0
.data 3448 3448 0 0.0
.rodata 79704 79704 0 0.0
.text 679216 679216 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746292 746292 0 0.0
(read/write) 171800 171800 0 0.0
.bss 94164 94164 0 0.0
.data 3448 3448 0 0.0
.rodata 105488 105488 0 0.0
.text 640412 640412 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 699812 699812 0 0.0
(read/write) 166120 166120 0 0.0
.bss 88312 88312 0 0.0
.data 3408 3408 0 0.0
.rodata 80416 80416 0 0.0
.text 619008 619008 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 685324 685324 0 0.0
(read/write) 166292 166292 0 0.0
.bss 88488 88488 0 0.0
.data 3404 3404 0 0.0
.rodata 76248 76248 0 0.0
.text 608688 608688 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566362 566362 0 0.0
(read/write) 207620 207620 0 0.0
.bss 201084 201084 0 0.0
.data 1412 1412 0 0.0
.rodata 83890 83890 0 0.0
.text 480348 480348 0 0.0
lock CC3235SF_LAUNCHXL (read only) 619610 619610 0 0.0
(read/write) 208016 208016 0 0.0
.bss 201448 201448 0 0.0
.data 1448 1448 0 0.0
.rodata 105762 105762 0 0.0
.text 511728 511728 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 560559 560559 0 0.0
.app_xip_area 450849 450849 0 0.0
.bss 64624 64624 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 542607 542607 0 0.0
.app_xip_area 428161 428161 0 0.0
.bss 69320 69320 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 561463 561463 0 0.0
.app_xip_area 453209 453209 0 0.0
.bss 63240 63240 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 556671 556671 0 0.0
.app_xip_area 445193 445193 0 0.0
.bss 66360 66360 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1015548 1015548 0 0.0
.bss 172568 172568 0 0.0
.data 2688 2688 0 0.0
.text 840272 840272 0 0.0
BRD4187C (read/write) 1100188 1100180 -8 -0.0
.bss 196172 196172 0 0.0
.data 3296 3296 0 0.0
.text 900700 900692 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1113344 1113344 0 0.0
.bss 188624 188624 0 0.0
.data 2712 2712 0 0.0
.text 921988 921988 0 0.0
window-app BRD4187C (read/write) 1134152 1134152 0 0.0
.bss 168204 168204 0 0.0
.data 3168 3168 0 0.0
.text 962760 962760 0 0.0
esp32 all-clusters-app c3devkit (read only) 1135560 1136434 874 0.1
(read/write) 1670532 1671092 560 0.0
.dram0.bss 72536 72864 328 0.5
.dram0.data 12988 12988 0 0.0
.flash.rodata 241136 241376 240 0.1
.flash.text 1135560 1136434 874 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1180707 1181487 780 0.1
(read/write) 519720 520284 564 0.1
.dram0.bss 79192 79512 320 0.4
.dram0.data 34004 34004 0 0.0
.flash.rodata 272160 272404 244 0.1
.flash.text 1175323 1176103 780 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 594288 594288 0 0.0
(read/write) 88128 88128 0 0.0
.bss 71376 71376 0 0.0
.data 2128 2128 0 0.0
.text 593752 593752 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 689936 689936 0 0.0
.bss 67584 67584 0 0.0
.data 2716 2716 0 0.0
.text 576160 576160 0 0.0
light k32w0+release (read only) 594008 594008 0 0.0
(read/write) 87804 87804 0 0.0
.bss 71064 71064 0 0.0
.data 2116 2116 0 0.0
.text 593472 593472 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 781756 781756 0 0.0
.bss 77252 77252 0 0.0
.data 1928 1928 0 0.0
.text 659120 659120 0 0.0
lock k32w0+release (read only) 565792 565792 0 0.0
(read/write) 85600 85600 0 0.0
.bss 68920 68920 0 0.0
.data 2056 2056 0 0.0
.text 565256 565256 0 0.0
linux air-purifier-app debug (read only) 2523725 2523725 0 0.0
(read/write) 127176 127176 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72760 72760 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179240 179240 0 0.0
.text 2169221 2169221 0 0.0
all-clusters-app debug (read only) 5356473 5365937 9464 0.2
(read/write) 443616 447400 3784 0.9
.bss 130064 131600 1536 1.2
.data 3840 3840 0 0.0
.data.rel.ro 302496 304736 2240 0.7
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1232 8 0.7
.rodata 306844 308220 1376 0.4
.text 4649603 4655891 6288 0.1
all-clusters-minimal-app debug (read only) 4945969 4945969 0 0.0
(read/write) 234624 234624 0 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95872 95872 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272781 272781 0 0.0
.text 4440883 4440883 0 0.0
bridge-app debug (read only) 4413521 4413521 0 0.0
(read/write) 215864 215864 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85200 85200 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219125 219125 0 0.0
.text 3975939 3975939 0 0.0
chip-tool debug (read only) 11165705 11231529 65824 0.6
(read/write) 486280 489096 2816 0.6
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 379976 382792 2816 0.7
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 412009 415145 3136 0.8
.text 10095347 10154435 59088 0.6
chip-tool-ipv6only arm64 (read only) 10945112 11003464 58352 0.5
(read/write) 554008 557104 3096 0.6
.bss 103352 103352 0 0.0
.data 4280 4280 0 0.0
.data.rel.ro 418528 421448 2920 0.7
.dynamic 512 512 0 0.0
.got 19408 19456 48 0.2
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 335632 338240 2608 0.8
.text 9774600 9826472 51872 0.5
lighting-app debug+rpc+ui (read only) 5299529 5299529 0 0.0
(read/write) 224936 224936 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93616 93616 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340212 340212 0 0.0
.text 4714643 4714643 0 0.0
lock-app debug (read only) 4499153 4499153 0 0.0
(read/write) 203584 203584 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 247029 247029 0 0.0
.text 4042227 4042227 0 0.0
ota-provider-app debug (read only) 4162825 4162825 0 0.0
(read/write) 192664 192664 0 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69216 69216 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201301 201301 0 0.0
.text 3769763 3769763 0 0.0
ota-requestor-app debug (read only) 4249225 4249225 0 0.0
(read/write) 196912 196912 0 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72176 72176 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205109 205109 0 0.0
.text 3848051 3848051 0 0.0
shell debug (read only) 2775929 2783169 7240 0.3
(read/write) 149760 151560 1800 1.2
.bss 60616 62152 1536 2.5
.data 768 768 0 0.0
.data.rel.ro 82584 82840 256 0.3
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424322 2430610 6288 0.3
thermostat-no-ble arm64 (read only) 4400448 4400448 0 0.0
(read/write) 245968 245968 0 0.0
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102288 102288 0 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162332 162332 0 0.0
.text 3897848 3897848 0 0.0
tv-app debug (read only) 5360409 5360409 0 0.0
(read/write) 348480 348480 0 0.0
.bss 244192 244192 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 91976 91976 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272341 272341 0 0.0
.text 4850931 4850931 0 0.0
tv-casting-app debug (read only) 9102881 9166577 63696 0.7
(read/write) 329912 330744 832 0.3
.bss 156192 156192 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 164424 165256 832 0.5
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 355816 358248 2432 0.7
.text 8304739 8363987 59248 0.7
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525400 2525400 0 0.0
.bss 220184 220184 0 0.0
.data 5144 5144 0 0.0
.text 1488084 1488084 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060380 1061800 1420 0.1
bss 129029 129344 315 0.2
rodata 104156 104392 236 0.2
text 779524 780444 920 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1186900 1188304 1404 0.1
bss 121239 121554 315 0.3
rodata 138280 138452 172 0.1
text 777064 777960 896 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045956 1045956 0 0.0
bss 129316 129316 0 0.0
rodata 99412 99412 0 0.0
text 769572 769572 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835912 -312 -0.0
(read/write) 1740740 1742500 1760 0.1
.bss 194644 194956 312 0.2
.data 2472 2472 0 0.0
.text 1535236 1536684 1448 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837944 837944 0 0.0
(read/write) 1705044 1705044 0 0.0
.bss 192924 192924 0 0.0
.data 2472 2472 0 0.0
.text 1501260 1501260 0 0.0
light cy8ckit_062s2_43012 (read only) 844632 844632 0 0.0
(read/write) 1630164 1630164 0 0.0
.bss 186348 186348 0 0.0
.data 2360 2360 0 0.0
.text 1433068 1433068 0 0.0
lock cy8ckit_062s2_43012 (read only) 817512 817512 0 0.0
(read/write) 1657044 1657044 0 0.0
.bss 213444 213444 0 0.0
.data 2384 2384 0 0.0
.text 1432828 1432828 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1115876 1115876 0 0.0
.bss 101200 101200 0 0.0
.data 740 740 0 0.0
.text 628252 628252 0 0.0
lock-app qpg6105+debug (read/write) 1079516 1079516 0 0.0
.bss 97336 97336 0 0.0
.data 784 784 0 0.0
.text 591896 591896 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 819858 819858 0 0.0
bss 54904 54904 0 0.0
text 612568 612568 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077376 1078976 1600 0.1
bss 100072 100388 316 0.3
text 760116 761016 900 0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1082620 1082620 0 0.0
bss 109764 109764 0 0.0
text 752126 752126 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 933696 933696 0 0.0
bss 94272 94272 0 0.0
text 645980 645980 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820034 820034 0 0.0
bss 54948 54948 0 0.0
text 612862 612862 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 976632 976632 0 0.0
bss 78932 78932 0 0.0
text 692476 692476 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1091672 1091672 0 0.0
bss 99836 99836 0 0.0
text 768514 768514 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 963340 963340 0 0.0
bss 97196 97196 0 0.0
text 646600 646600 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 946984 946984 0 0.0
bss 92380 92380 0 0.0
text 661720 661720 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 878772 878772 0 0.0
bss 68924 68924 0 0.0
text 620822 620822 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819376 819376 0 0.0
bss 57160 57160 0 0.0
text 587698 587698 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705416 705416 0 0.0
bss 73588 73588 0 0.0
text 461916 461916 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821694 821694 0 0.0
bss 55084 55084 0 0.0
text 615534 615534 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876161 876161 0 0.0
bss 60636 60636 0 0.0
text 629126 629126 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 843588 843588 0 0.0
bss 57456 57456 0 0.0
text 606024 606024 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838080 838080 0 0.0
bss 57808 57808 0 0.0
text 600240 600240 0 0.0

Copy link
Contributor

@jamesharrow jamesharrow left a comment

Choose a reason for hiding this comment

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

Some of the XML needs updating to the latest spec PR. Other than that it looks good.

Copy link

github-actions bot commented Dec 6, 2023

PR #30389: Size comparison from 360ab99 to f876441

Increases above 0.2%:

platform target config section 360ab99 f876441 change % change
esp32 all-clusters-app c3devkit .dram0.bss 72704 73032 328 0.5
m5stack .dram0.bss 79360 79680 320 0.4
linux all-clusters-app debug (read/write) 447680 451400 3720 0.8
.bss 130064 131600 1536 1.2
.data.rel.ro 306552 308728 2176 0.7
.init_array 1224 1232 8 0.7
.rodata 307964 309340 1376 0.4
chip-tool debug (read only) 11369345 11434505 65160 0.6
(read/write) 493736 496488 2752 0.6
.data.rel.ro 387448 390200 2752 0.7
.rodata 418281 421321 3040 0.7
.text 10280739 10339283 58544 0.6
chip-tool-ipv6only arm64 (read only) 11102432 11160320 57888 0.5
(read/write) 560560 564104 3544 0.6
.data.rel.ro 426120 429008 2888 0.7
.rodata 341016 343624 2608 0.8
.text 9913832 9965272 51440 0.5
shell debug (read only) 2776625 2783865 7240 0.3
(read/write) 149856 151656 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82672 82928 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424850 2431138 6288 0.3
tv-casting-app debug (read only) 9285297 9348305 63008 0.7
(read/write) 332632 333464 832 0.3
.data.rel.ro 167128 167960 832 0.5
.rodata 359976 362376 2400 0.7
.text 8476515 8535107 58592 0.7
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp bss 121407 121721 314 0.3
telink all-clusters-app tlsr9518adk80d bss 100240 100556 316 0.3
Increases (11 builds for esp32, linux, nrfconnect, psoc6, telink)
platform target config section 360ab99 f876441 change % change
esp32 all-clusters-app c3devkit (read only) 1135772 1136638 866 0.1
(read/write) 1670732 1671292 560 0.0
.dram0.bss 72704 73032 328 0.5
.flash.rodata 241176 241400 224 0.1
.flash.text 1135772 1136638 866 0.1
m5stack (read only) 1180879 1181651 772 0.1
(read/write) 519928 520476 548 0.1
.dram0.bss 79360 79680 320 0.4
.flash.rodata 272200 272428 228 0.1
.flash.text 1175495 1176267 772 0.1
linux all-clusters-app debug (read only) 5361529 5370953 9424 0.2
(read/write) 447680 451400 3720 0.8
.bss 130064 131600 1536 1.2
.data.rel.ro 306552 308728 2176 0.7
.init_array 1224 1232 8 0.7
.rodata 307964 309340 1376 0.4
.text 4650131 4656403 6272 0.1
chip-tool debug (read only) 11369345 11434505 65160 0.6
(read/write) 493736 496488 2752 0.6
.data.rel.ro 387448 390200 2752 0.7
.rodata 418281 421321 3040 0.7
.text 10280739 10339283 58544 0.6
chip-tool-ipv6only arm64 (read only) 11102432 11160320 57888 0.5
(read/write) 560560 564104 3544 0.6
.data.rel.ro 426120 429008 2888 0.7
.got 19600 19648 48 0.2
.rodata 341016 343624 2608 0.8
.text 9913832 9965272 51440 0.5
shell debug (read only) 2776625 2783865 7240 0.3
(read/write) 149856 151656 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82672 82928 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424850 2431138 6288 0.3
tv-casting-app debug (read only) 9285297 9348305 63008 0.7
(read/write) 332632 333464 832 0.3
.data.rel.ro 167128 167960 832 0.5
.rodata 359976 362376 2400 0.7
.text 8476515 8535107 58592 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060724 1062116 1392 0.1
bss 129197 129511 314 0.2
rodata 104196 104420 224 0.2
text 779700 780616 916 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1187284 1188676 1392 0.1
bss 121407 121721 314 0.3
rodata 138320 138480 160 0.1
text 777240 778136 896 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1741588 1743356 1768 0.1
.bss 195076 195388 312 0.2
.text 1535652 1537108 1456 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 1077768 1079356 1588 0.1
bss 100240 100556 316 0.3
text 760296 761194 898 0.1
Decreases (1 build for psoc6)
platform target config section 360ab99 f876441 change % change
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835792 835480 -312 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 360ab99 f876441 change % change
bl602 lighting-app bl602 (read/write) 1413674 1413674 0 0.0
.bss 85352 85352 0 0.0
.data 9416 9416 0 0.0
.rodata 156912 156912 0 0.0
.text 1081346 1081346 0 0.0
bl602+mfd (read/write) 1428138 1428138 0 0.0
.bss 85520 85520 0 0.0
.data 9384 9384 0 0.0
.rodata 155872 155872 0 0.0
.text 1096710 1096710 0 0.0
bl602+rpc (read/write) 1461194 1461194 0 0.0
.bss 93384 93384 0 0.0
.data 9784 9784 0 0.0
.rodata 164528 164528 0 0.0
.text 1112834 1112834 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1178359 1178359 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106284 106284 0 0.0
.text 950726 950726 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1189235 1189235 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105224 105224 0 0.0
.text 962534 962534 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1270115 1270115 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121704 121704 0 0.0
.text 1025532 1025532 0 0.0
bl706-eth (read/write) 998301 998301 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99616 99616 0 0.0
.text 743938 743938 0 0.0
bl706-wifi (read/write) 1234714 1234714 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120596 120596 0 0.0
.text 969510 969510 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1148064 1148064 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100288 100288 0 0.0
.text 943852 943852 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1159260 1159260 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99228 99228 0 0.0
.text 955972 955972 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 742308 742308 0 0.0
(read/write) 167284 167284 0 0.0
.bss 89700 89700 0 0.0
.data 3420 3420 0 0.0
.rodata 84680 84680 0 0.0
.text 657236 657236 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 759492 759492 0 0.0
(read/write) 177512 177512 0 0.0
.bss 99876 99876 0 0.0
.data 3448 3448 0 0.0
.rodata 79744 79744 0 0.0
.text 679356 679356 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746484 746484 0 0.0
(read/write) 171968 171968 0 0.0
.bss 94332 94332 0 0.0
.data 3448 3448 0 0.0
.rodata 105528 105528 0 0.0
.text 640568 640568 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 699972 699972 0 0.0
(read/write) 166288 166288 0 0.0
.bss 88480 88480 0 0.0
.data 3408 3408 0 0.0
.rodata 80456 80456 0 0.0
.text 619124 619124 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 685476 685476 0 0.0
(read/write) 166460 166460 0 0.0
.bss 88656 88656 0 0.0
.data 3404 3404 0 0.0
.rodata 76296 76296 0 0.0
.text 608788 608788 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566762 566762 0 0.0
(read/write) 208052 208052 0 0.0
.bss 201516 201516 0 0.0
.data 1412 1412 0 0.0
.rodata 83938 83938 0 0.0
.text 480700 480700 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620074 620074 0 0.0
(read/write) 208448 208448 0 0.0
.bss 201880 201880 0 0.0
.data 1448 1448 0 0.0
.rodata 105810 105810 0 0.0
.text 512140 512140 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 560887 560887 0 0.0
.app_xip_area 451009 451009 0 0.0
.bss 64792 64792 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 542991 542991 0 0.0
.app_xip_area 428377 428377 0 0.0
.bss 69488 69488 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 561807 561807 0 0.0
.app_xip_area 453385 453385 0 0.0
.bss 63408 63408 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 557055 557055 0 0.0
.app_xip_area 445409 445409 0 0.0
.bss 66528 66528 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1016180 1016180 0 0.0
.bss 172736 172736 0 0.0
.data 2688 2688 0 0.0
.text 840736 840736 0 0.0
BRD4187C (read/write) 1100588 1100588 0 0.0
.bss 196340 196340 0 0.0
.data 3296 3296 0 0.0
.text 900932 900932 0 0.0
lock-app BRD4161A+wf200 (read/write) 1114040 1114040 0 0.0
.bss 188872 188872 0 0.0
.data 2712 2712 0 0.0
.text 922436 922436 0 0.0
window-app BRD4187C (read/write) 1134800 1134800 0 0.0
.bss 168372 168372 0 0.0
.data 3168 3168 0 0.0
.text 963240 963240 0 0.0
esp32 all-clusters-app c3devkit (read only) 1135772 1136638 866 0.1
(read/write) 1670732 1671292 560 0.0
.dram0.bss 72704 73032 328 0.5
.dram0.data 12988 12988 0 0.0
.flash.rodata 241176 241400 224 0.1
.flash.text 1135772 1136638 866 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1180879 1181651 772 0.1
(read/write) 519928 520476 548 0.1
.dram0.bss 79360 79680 320 0.4
.dram0.data 34004 34004 0 0.0
.flash.rodata 272200 272428 228 0.1
.flash.text 1175495 1176267 772 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 594520 594520 0 0.0
(read/write) 88296 88296 0 0.0
.bss 71544 71544 0 0.0
.data 2128 2128 0 0.0
.text 593984 593984 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 690376 690376 0 0.0
.bss 67752 67752 0 0.0
.data 2716 2716 0 0.0
.text 576432 576432 0 0.0
light k32w0+release (read only) 594240 594240 0 0.0
(read/write) 87972 87972 0 0.0
.bss 71232 71232 0 0.0
.data 2116 2116 0 0.0
.text 593704 593704 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 782196 782196 0 0.0
.bss 77420 77420 0 0.0
.data 1928 1928 0 0.0
.text 659392 659392 0 0.0
lock k32w0+release (read only) 566008 566008 0 0.0
(read/write) 85768 85768 0 0.0
.bss 69088 69088 0 0.0
.data 2056 2056 0 0.0
.text 565472 565472 0 0.0
linux air-purifier-app debug (read only) 2524421 2524421 0 0.0
(read/write) 127240 127240 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72840 72840 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179240 179240 0 0.0
.text 2169749 2169749 0 0.0
all-clusters-app debug (read only) 5361529 5370953 9424 0.2
(read/write) 447680 451400 3720 0.8
.bss 130064 131600 1536 1.2
.data 3840 3840 0 0.0
.data.rel.ro 306552 308728 2176 0.7
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1232 8 0.7
.rodata 307964 309340 1376 0.4
.text 4650131 4656403 6272 0.1
all-clusters-minimal-app debug (read only) 4946649 4946649 0 0.0
(read/write) 234720 234720 0 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95960 95960 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272781 272781 0 0.0
.text 4441395 4441395 0 0.0
bridge-app debug (read only) 4414201 4414201 0 0.0
(read/write) 215960 215960 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85296 85296 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219125 219125 0 0.0
.text 3976451 3976451 0 0.0
chip-tool debug (read only) 11369345 11434505 65160 0.6
(read/write) 493736 496488 2752 0.6
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 387448 390200 2752 0.7
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 418281 421321 3040 0.7
.text 10280739 10339283 58544 0.6
chip-tool-ipv6only arm64 (read only) 11102432 11160320 57888 0.5
(read/write) 560560 564104 3544 0.6
.bss 103352 103352 0 0.0
.data 4280 4280 0 0.0
.data.rel.ro 426120 429008 2888 0.7
.dynamic 512 512 0 0.0
.got 19600 19648 48 0.2
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 341016 343624 2608 0.8
.text 9913832 9965272 51440 0.5
lighting-app debug+rpc+ui (read only) 5300225 5300225 0 0.0
(read/write) 225032 225032 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93696 93696 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340212 340212 0 0.0
.text 4715171 4715171 0 0.0
lock-app debug (read only) 4499849 4499849 0 0.0
(read/write) 203680 203680 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79528 79528 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 247029 247029 0 0.0
.text 4042755 4042755 0 0.0
ota-provider-app debug (read only) 4163473 4163473 0 0.0
(read/write) 192760 192760 0 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69312 69312 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201301 201301 0 0.0
.text 3770243 3770243 0 0.0
ota-requestor-app debug (read only) 4249873 4249873 0 0.0
(read/write) 197008 197008 0 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72272 72272 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205109 205109 0 0.0
.text 3848531 3848531 0 0.0
shell debug (read only) 2776625 2783865 7240 0.3
(read/write) 149856 151656 1800 1.2
.bss 60616 62152 1536 2.5
.data 768 768 0 0.0
.data.rel.ro 82672 82928 256 0.3
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424850 2431138 6288 0.3
thermostat-no-ble arm64 (read only) 4401152 4401152 0 0.0
(read/write) 245264 245264 0 0.0
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102368 102368 0 0.0
.dynamic 512 512 0 0.0
.got 12024 12024 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162332 162332 0 0.0
.text 3898360 3898360 0 0.0
tv-app debug (read only) 5375385 5375385 0 0.0
(read/write) 348864 348864 0 0.0
.bss 244384 244384 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92184 92184 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272789 272789 0 0.0
.text 4865027 4865027 0 0.0
tv-casting-app debug (read only) 9285297 9348305 63008 0.7
(read/write) 332632 333464 832 0.3
.bss 156192 156192 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 167128 167960 832 0.5
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 359976 362376 2400 0.7
.text 8476515 8535107 58592 0.7
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525640 2525640 0 0.0
.bss 220616 220616 0 0.0
.data 5144 5144 0 0.0
.text 1488324 1488324 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060724 1062116 1392 0.1
bss 129197 129511 314 0.2
rodata 104196 104420 224 0.2
text 779700 780616 916 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1187284 1188676 1392 0.1
bss 121407 121721 314 0.3
rodata 138320 138480 160 0.1
text 777240 778136 896 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046316 1046316 0 0.0
bss 129484 129484 0 0.0
rodata 99452 99452 0 0.0
text 769752 769752 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835792 835480 -312 -0.0
(read/write) 1741588 1743356 1768 0.1
.bss 195076 195388 312 0.2
.data 2472 2472 0 0.0
.text 1535652 1537108 1456 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1705892 1705892 0 0.0
.bss 193356 193356 0 0.0
.data 2472 2472 0 0.0
.text 1501676 1501676 0 0.0
light cy8ckit_062s2_43012 (read only) 844200 844200 0 0.0
(read/write) 1630996 1630996 0 0.0
.bss 186780 186780 0 0.0
.data 2360 2360 0 0.0
.text 1433468 1433468 0 0.0
lock cy8ckit_062s2_43012 (read only) 817080 817080 0 0.0
(read/write) 1657940 1657940 0 0.0
.bss 213876 213876 0 0.0
.data 2384 2384 0 0.0
.text 1433292 1433292 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1116132 1116132 0 0.0
.bss 101368 101368 0 0.0
.data 740 740 0 0.0
.text 628508 628508 0 0.0
lock-app qpg6105+debug (read/write) 1079772 1079772 0 0.0
.bss 97584 97584 0 0.0
.data 784 784 0 0.0
.text 592152 592152 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820358 820358 0 0.0
bss 55152 55152 0 0.0
text 612776 612776 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077768 1079356 1588 0.1
bss 100240 100556 316 0.3
text 760296 761194 898 0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1083004 1083004 0 0.0
bss 109932 109932 0 0.0
text 752306 752306 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934088 934088 0 0.0
bss 94440 94440 0 0.0
text 646160 646160 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820534 820534 0 0.0
bss 55196 55196 0 0.0
text 613070 613070 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 977148 977148 0 0.0
bss 79180 79180 0 0.0
text 692694 692694 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092056 1092056 0 0.0
bss 100004 100004 0 0.0
text 768696 768696 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 963848 963848 0 0.0
bss 97444 97444 0 0.0
text 646818 646818 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 947376 947376 0 0.0
bss 92548 92548 0 0.0
text 661902 661902 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879272 879272 0 0.0
bss 69172 69172 0 0.0
text 621030 621030 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819876 819876 0 0.0
bss 57408 57408 0 0.0
text 587906 587906 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705672 705672 0 0.0
bss 73724 73724 0 0.0
text 462004 462004 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822234 822234 0 0.0
bss 55332 55332 0 0.0
text 615782 615782 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876661 876661 0 0.0
bss 60884 60884 0 0.0
text 629334 629334 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 844088 844088 0 0.0
bss 57704 57704 0 0.0
text 606232 606232 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838580 838580 0 0.0
bss 58056 58056 0 0.0
text 600448 600448 0 0.0

Copy link

github-actions bot commented Dec 6, 2023

PR #30389: Size comparison from 360ab99 to 5e55f0b

Increases above 0.2%:

platform target config section 360ab99 5e55f0b change % change
esp32 all-clusters-app c3devkit .dram0.bss 72704 73032 328 0.5
m5stack .dram0.bss 79360 79680 320 0.4
linux all-clusters-app debug (read/write) 447680 451400 3720 0.8
.bss 130064 131600 1536 1.2
.data.rel.ro 306552 308744 2192 0.7
.init_array 1224 1232 8 0.7
.rodata 307964 309340 1376 0.4
chip-tool debug (read only) 11369345 11489393 120048 1.1
(read/write) 493736 498792 5056 1.0
.data.rel.ro 387448 392480 5032 1.3
.rodata 418281 421321 3040 0.7
.text 10280739 10387283 106544 1.0
chip-tool-ipv6only arm64 (read only) 11102432 11203520 101088 0.9
(read/write) 560560 565968 5408 1.0
.data.rel.ro 426120 431352 5232 1.2
.rodata 341016 343624 2608 0.8
.text 9913832 10001544 87712 0.9
shell debug (read only) 2776625 2784393 7768 0.3
(read/write) 149856 151656 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82672 82928 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424850 2431666 6816 0.3
tv-casting-app debug (read only) 9285297 9398937 113640 1.2
(read/write) 332632 335672 3040 0.9
.data.rel.ro 167128 170168 3040 1.8
.rodata 359976 362376 2400 0.7
.text 8476515 8579139 102624 1.2
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp bss 121407 121721 314 0.3
telink all-clusters-app tlsr9518adk80d bss 100240 100556 316 0.3
Increases (51 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
platform target config section 360ab99 5e55f0b change % change
bl602 lighting-app bl602 (read/write) 1413674 1414202 528 0.0
.rodata 156912 156928 16 0.0
.text 1081346 1081862 516 0.0
bl602+mfd (read/write) 1428138 1428674 536 0.0
.rodata 155872 155888 16 0.0
.text 1096710 1097226 516 0.0
bl602+rpc (read/write) 1461194 1461978 784 0.1
.rodata 164528 164544 16 0.0
.text 1112834 1113606 772 0.1
bl702 lighting-app bl702 (read/write) 1178359 1178891 532 0.0
.rodata 106284 106300 16 0.0
.text 950726 951242 516 0.1
bl702+mfd (read/write) 1189235 1189767 532 0.0
.rodata 105224 105240 16 0.0
.text 962534 963050 516 0.1
bl702+rpc (read/write) 1270115 1270647 532 0.0
.rodata 121704 121720 16 0.0
.text 1025532 1026048 516 0.1
bl706-eth (read/write) 998301 998833 532 0.1
.rodata 99616 99632 16 0.0
.text 743938 744454 516 0.1
bl706-wifi (read/write) 1234714 1235550 836 0.1
.rodata 120596 120612 16 0.0
.text 969510 970330 820 0.1
bl702l lighting-app bl702l (read/write) 1148064 1148596 532 0.0
.rodata 100288 100304 16 0.0
.text 943852 944368 516 0.1
bl702l+mfd (read/write) 1159260 1159792 532 0.0
.rodata 99228 99244 16 0.0
.text 955972 956488 516 0.1
cc13x4_26x4 pump-app LP_EM_CC1354P10_6 (read only) 699972 700036 64 0.0
.text 619124 619188 64 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 685476 685540 64 0.0
.text 608788 608852 64 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 560887 561247 360 0.1
.app_xip_area 451009 451369 360 0.1
lock cyw930739m2evb_01 (read/write) 542991 543351 360 0.1
.app_xip_area 428377 428737 360 0.1
ota-requestor cyw930739m2evb_01 (read/write) 561807 562167 360 0.1
.app_xip_area 453385 453745 360 0.1
switch cyw930739m2evb_01 (read/write) 557055 557527 472 0.1
.app_xip_area 445409 445881 472 0.1
efr32 lighting-app BRD4161A+rs9116 (read/write) 1016180 1016804 624 0.1
.text 840736 841360 624 0.1
BRD4187C (read/write) 1100588 1100956 368 0.0
.text 900932 901300 368 0.0
lock-app BRD4161A+wf200 (read/write) 1114040 1114400 360 0.0
.text 922436 922796 360 0.0
window-app BRD4187C (read/write) 1134800 1135432 632 0.1
.text 963240 963872 632 0.1
esp32 all-clusters-app c3devkit (read only) 1135772 1136984 1212 0.1
(read/write) 1670732 1671300 568 0.0
.dram0.bss 72704 73032 328 0.5
.flash.rodata 241176 241408 232 0.1
.flash.text 1135772 1136984 1212 0.1
m5stack (read only) 1180879 1182023 1144 0.1
(read/write) 519928 520476 548 0.1
.dram0.bss 79360 79680 320 0.4
.flash.rodata 272200 272428 228 0.1
.flash.text 1175495 1176639 1144 0.1
k32w contact k32w0+release (read only) 594520 594888 368 0.1
.text 593984 594352 368 0.1
k32w1+release (read/write) 690376 690736 360 0.1
.text 576432 576792 360 0.1
light k32w0+release (read only) 594240 594600 360 0.1
.text 593704 594064 360 0.1
k32w1+release (read/write) 782196 782564 368 0.0
.text 659392 659760 368 0.1
linux all-clusters-app debug (read only) 5361529 5373785 12256 0.2
(read/write) 447680 451400 3720 0.8
.bss 130064 131600 1536 1.2
.data.rel.ro 306552 308744 2192 0.7
.init_array 1224 1232 8 0.7
.rodata 307964 309340 1376 0.4
.text 4650131 4659187 9056 0.2
all-clusters-minimal-app debug (read only) 4946649 4949481 2832 0.1
.data.rel.ro 95960 95976 16 0.0
.text 4441395 4444179 2784 0.1
chip-tool debug (read only) 11369345 11489393 120048 1.1
(read/write) 493736 498792 5056 1.0
.data.rel.ro 387448 392480 5032 1.3
.rodata 418281 421321 3040 0.7
.text 10280739 10387283 106544 1.0
chip-tool-ipv6only arm64 (read only) 11102432 11203520 101088 0.9
(read/write) 560560 565968 5408 1.0
.data.rel.ro 426120 431352 5232 1.2
.got 19600 19648 48 0.2
.rodata 341016 343624 2608 0.8
.text 9913832 10001544 87712 0.9
ota-requestor-app debug (read only) 4249873 4252897 3024 0.1
(read/write) 197008 197040 32 0.0
.data.rel.ro 72272 72304 32 0.0
.text 3848531 3851459 2928 0.1
shell debug (read only) 2776625 2784393 7768 0.3
(read/write) 149856 151656 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82672 82928 256 0.3
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424850 2431666 6816 0.3
thermostat-no-ble arm64 (read only) 4401152 4401568 416 0.0
.text 3898360 3898776 416 0.0
tv-app debug (read only) 5375385 5381577 6192 0.1
(read/write) 348864 348960 96 0.0
.data.rel.ro 92184 92280 96 0.1
.text 4865027 4870883 5856 0.1
tv-casting-app debug (read only) 9285297 9398937 113640 1.2
(read/write) 332632 335672 3040 0.9
.data.rel.ro 167128 170168 3040 1.8
.rodata 359976 362376 2400 0.7
.text 8476515 8579139 102624 1.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060724 1062456 1732 0.2
bss 129197 129511 314 0.2
rodata 104196 104424 228 0.2
text 779700 780952 1252 0.2
nrf7002dk_nrf5340_cpuapp (read/write) 1187284 1189056 1772 0.1
bss 121407 121721 314 0.3
rodata 138320 138492 172 0.1
text 777240 778504 1264 0.2
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1046316 1046696 380 0.0
rodata 99452 99464 12 0.0
text 769752 770124 372 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1741588 1743420 1832 0.1
.bss 195076 195388 312 0.2
.text 1535652 1537172 1520 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1705892 1705972 80 0.0
.text 1501676 1501756 80 0.0
qpg lighting-app qpg6105+debug (read/write) 1116132 1116508 376 0.0
.text 628508 628884 376 0.1
lock-app qpg6105+debug (read/write) 1079772 1080140 368 0.0
.text 592152 592520 368 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 1077768 1079696 1928 0.2
bss 100240 100556 316 0.3
text 760296 761532 1236 0.2
all-clusters-minimal-app tlsr9528a (read/write) 1083004 1083344 340 0.0
text 752306 752644 338 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 977148 977576 428 0.0
text 692694 693112 418 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092056 1092420 364 0.0
text 768696 769046 350 0.0
ota-requestor-app tlsr9518adk80d (read/write) 947376 947740 364 0.0
text 661902 662252 350 0.1
pump-app tlsr9528a (read/write) 879272 879352 80 0.0
text 621030 621112 82 0.0
pump-controller-app tlsr9518adk80d (read/write) 819876 819956 80 0.0
text 587906 587988 82 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 876661 877025 364 0.0
text 629334 629684 350 0.1
thermostat tlsr9518adk80d (read/write) 844088 844168 80 0.0
text 606232 606314 82 0.0
Decreases (2 builds for linux, psoc6)
platform target config section 360ab99 5e55f0b change % change
linux thermostat-no-ble arm64 (read/write) 245264 244848 -416 -0.2
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835792 835480 -312 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 360ab99 5e55f0b change % change
bl602 lighting-app bl602 (read/write) 1413674 1414202 528 0.0
.bss 85352 85352 0 0.0
.data 9416 9416 0 0.0
.rodata 156912 156928 16 0.0
.text 1081346 1081862 516 0.0
bl602+mfd (read/write) 1428138 1428674 536 0.0
.bss 85520 85520 0 0.0
.data 9384 9384 0 0.0
.rodata 155872 155888 16 0.0
.text 1096710 1097226 516 0.0
bl602+rpc (read/write) 1461194 1461978 784 0.1
.bss 93384 93384 0 0.0
.data 9784 9784 0 0.0
.rodata 164528 164544 16 0.0
.text 1112834 1113606 772 0.1
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1178359 1178891 532 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106284 106300 16 0.0
.text 950726 951242 516 0.1
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1189235 1189767 532 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105224 105240 16 0.0
.text 962534 963050 516 0.1
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1270115 1270647 532 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121704 121720 16 0.0
.text 1025532 1026048 516 0.1
bl706-eth (read/write) 998301 998833 532 0.1
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99616 99632 16 0.0
.text 743938 744454 516 0.1
bl706-wifi (read/write) 1234714 1235550 836 0.1
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120596 120612 16 0.0
.text 969510 970330 820 0.1
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1148064 1148596 532 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100288 100304 16 0.0
.text 943852 944368 516 0.1
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1159260 1159792 532 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99228 99244 16 0.0
.text 955972 956488 516 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 742308 742308 0 0.0
(read/write) 167284 167284 0 0.0
.bss 89700 89700 0 0.0
.data 3420 3420 0 0.0
.rodata 84680 84680 0 0.0
.text 657236 657236 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 759492 759492 0 0.0
(read/write) 177512 177512 0 0.0
.bss 99876 99876 0 0.0
.data 3448 3448 0 0.0
.rodata 79744 79744 0 0.0
.text 679356 679356 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746484 746484 0 0.0
(read/write) 171968 171968 0 0.0
.bss 94332 94332 0 0.0
.data 3448 3448 0 0.0
.rodata 105528 105528 0 0.0
.text 640568 640568 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 699972 700036 64 0.0
(read/write) 166288 166288 0 0.0
.bss 88480 88480 0 0.0
.data 3408 3408 0 0.0
.rodata 80456 80456 0 0.0
.text 619124 619188 64 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 685476 685540 64 0.0
(read/write) 166460 166460 0 0.0
.bss 88656 88656 0 0.0
.data 3404 3404 0 0.0
.rodata 76296 76296 0 0.0
.text 608788 608852 64 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566762 566762 0 0.0
(read/write) 208052 208052 0 0.0
.bss 201516 201516 0 0.0
.data 1412 1412 0 0.0
.rodata 83938 83938 0 0.0
.text 480700 480700 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620074 620074 0 0.0
(read/write) 208448 208448 0 0.0
.bss 201880 201880 0 0.0
.data 1448 1448 0 0.0
.rodata 105810 105810 0 0.0
.text 512140 512140 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 560887 561247 360 0.1
.app_xip_area 451009 451369 360 0.1
.bss 64792 64792 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 542991 543351 360 0.1
.app_xip_area 428377 428737 360 0.1
.bss 69488 69488 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 561807 562167 360 0.1
.app_xip_area 453385 453745 360 0.1
.bss 63408 63408 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 557055 557527 472 0.1
.app_xip_area 445409 445881 472 0.1
.bss 66528 66528 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1016180 1016804 624 0.1
.bss 172736 172736 0 0.0
.data 2688 2688 0 0.0
.text 840736 841360 624 0.1
BRD4187C (read/write) 1100588 1100956 368 0.0
.bss 196340 196340 0 0.0
.data 3296 3296 0 0.0
.text 900932 901300 368 0.0
lock-app BRD4161A+wf200 (read/write) 1114040 1114400 360 0.0
.bss 188872 188872 0 0.0
.data 2712 2712 0 0.0
.text 922436 922796 360 0.0
window-app BRD4187C (read/write) 1134800 1135432 632 0.1
.bss 168372 168372 0 0.0
.data 3168 3168 0 0.0
.text 963240 963872 632 0.1
esp32 all-clusters-app c3devkit (read only) 1135772 1136984 1212 0.1
(read/write) 1670732 1671300 568 0.0
.dram0.bss 72704 73032 328 0.5
.dram0.data 12988 12988 0 0.0
.flash.rodata 241176 241408 232 0.1
.flash.text 1135772 1136984 1212 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1180879 1182023 1144 0.1
(read/write) 519928 520476 548 0.1
.dram0.bss 79360 79680 320 0.4
.dram0.data 34004 34004 0 0.0
.flash.rodata 272200 272428 228 0.1
.flash.text 1175495 1176639 1144 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 594520 594888 368 0.1
(read/write) 88296 88296 0 0.0
.bss 71544 71544 0 0.0
.data 2128 2128 0 0.0
.text 593984 594352 368 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 690376 690736 360 0.1
.bss 67752 67752 0 0.0
.data 2716 2716 0 0.0
.text 576432 576792 360 0.1
light k32w0+release (read only) 594240 594600 360 0.1
(read/write) 87972 87972 0 0.0
.bss 71232 71232 0 0.0
.data 2116 2116 0 0.0
.text 593704 594064 360 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 782196 782564 368 0.0
.bss 77420 77420 0 0.0
.data 1928 1928 0 0.0
.text 659392 659760 368 0.1
lock k32w0+release (read only) 566008 566008 0 0.0
(read/write) 85768 85768 0 0.0
.bss 69088 69088 0 0.0
.data 2056 2056 0 0.0
.text 565472 565472 0 0.0
linux air-purifier-app debug (read only) 2524421 2524421 0 0.0
(read/write) 127240 127240 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72840 72840 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179240 179240 0 0.0
.text 2169749 2169749 0 0.0
all-clusters-app debug (read only) 5361529 5373785 12256 0.2
(read/write) 447680 451400 3720 0.8
.bss 130064 131600 1536 1.2
.data 3840 3840 0 0.0
.data.rel.ro 306552 308744 2192 0.7
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1232 8 0.7
.rodata 307964 309340 1376 0.4
.text 4650131 4659187 9056 0.2
all-clusters-minimal-app debug (read only) 4946649 4949481 2832 0.1
(read/write) 234720 234720 0 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95960 95976 16 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272781 272781 0 0.0
.text 4441395 4444179 2784 0.1
bridge-app debug (read only) 4414201 4414201 0 0.0
(read/write) 215960 215960 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85296 85296 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219125 219125 0 0.0
.text 3976451 3976451 0 0.0
chip-tool debug (read only) 11369345 11489393 120048 1.1
(read/write) 493736 498792 5056 1.0
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 387448 392480 5032 1.3
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 418281 421321 3040 0.7
.text 10280739 10387283 106544 1.0
chip-tool-ipv6only arm64 (read only) 11102432 11203520 101088 0.9
(read/write) 560560 565968 5408 1.0
.bss 103352 103352 0 0.0
.data 4280 4280 0 0.0
.data.rel.ro 426120 431352 5232 1.2
.dynamic 512 512 0 0.0
.got 19600 19648 48 0.2
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 341016 343624 2608 0.8
.text 9913832 10001544 87712 0.9
lighting-app debug+rpc+ui (read only) 5300225 5300225 0 0.0
(read/write) 225032 225032 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93696 93696 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340212 340212 0 0.0
.text 4715171 4715171 0 0.0
lock-app debug (read only) 4499849 4499849 0 0.0
(read/write) 203680 203680 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79528 79528 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 247029 247029 0 0.0
.text 4042755 4042755 0 0.0
ota-provider-app debug (read only) 4163473 4163473 0 0.0
(read/write) 192760 192760 0 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69312 69312 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201301 201301 0 0.0
.text 3770243 3770243 0 0.0
ota-requestor-app debug (read only) 4249873 4252897 3024 0.1
(read/write) 197008 197040 32 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72272 72304 32 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205109 205109 0 0.0
.text 3848531 3851459 2928 0.1
shell debug (read only) 2776625 2784393 7768 0.3
(read/write) 149856 151656 1800 1.2
.bss 60616 62152 1536 2.5
.data 768 768 0 0.0
.data.rel.ro 82672 82928 256 0.3
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 180992 181728 736 0.4
.text 2424850 2431666 6816 0.3
thermostat-no-ble arm64 (read only) 4401152 4401568 416 0.0
(read/write) 245264 244848 -416 -0.2
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102368 102368 0 0.0
.dynamic 512 512 0 0.0
.got 12024 12024 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162332 162332 0 0.0
.text 3898360 3898776 416 0.0
tv-app debug (read only) 5375385 5381577 6192 0.1
(read/write) 348864 348960 96 0.0
.bss 244384 244384 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92184 92280 96 0.1
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272789 272789 0 0.0
.text 4865027 4870883 5856 0.1
tv-casting-app debug (read only) 9285297 9398937 113640 1.2
(read/write) 332632 335672 3040 0.9
.bss 156192 156192 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 167128 170168 3040 1.8
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 359976 362376 2400 0.7
.text 8476515 8579139 102624 1.2
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525640 2525640 0 0.0
.bss 220616 220616 0 0.0
.data 5144 5144 0 0.0
.text 1488324 1488324 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060724 1062456 1732 0.2
bss 129197 129511 314 0.2
rodata 104196 104424 228 0.2
text 779700 780952 1252 0.2
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1187284 1189056 1772 0.1
bss 121407 121721 314 0.3
rodata 138320 138492 172 0.1
text 777240 778504 1264 0.2
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046316 1046696 380 0.0
bss 129484 129484 0 0.0
rodata 99452 99464 12 0.0
text 769752 770124 372 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835792 835480 -312 -0.0
(read/write) 1741588 1743420 1832 0.1
.bss 195076 195388 312 0.2
.data 2472 2472 0 0.0
.text 1535652 1537172 1520 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1705892 1705972 80 0.0
.bss 193356 193356 0 0.0
.data 2472 2472 0 0.0
.text 1501676 1501756 80 0.0
light cy8ckit_062s2_43012 (read only) 844200 844200 0 0.0
(read/write) 1630996 1630996 0 0.0
.bss 186780 186780 0 0.0
.data 2360 2360 0 0.0
.text 1433468 1433468 0 0.0
lock cy8ckit_062s2_43012 (read only) 817080 817080 0 0.0
(read/write) 1657940 1657940 0 0.0
.bss 213876 213876 0 0.0
.data 2384 2384 0 0.0
.text 1433292 1433292 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1116132 1116508 376 0.0
.bss 101368 101368 0 0.0
.data 740 740 0 0.0
.text 628508 628884 376 0.1
lock-app qpg6105+debug (read/write) 1079772 1080140 368 0.0
.bss 97584 97584 0 0.0
.data 784 784 0 0.0
.text 592152 592520 368 0.1
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820358 820358 0 0.0
bss 55152 55152 0 0.0
text 612776 612776 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077768 1079696 1928 0.2
bss 100240 100556 316 0.3
text 760296 761532 1236 0.2
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1083004 1083344 340 0.0
bss 109932 109932 0 0.0
text 752306 752644 338 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934088 934088 0 0.0
bss 94440 94440 0 0.0
text 646160 646160 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820534 820534 0 0.0
bss 55196 55196 0 0.0
text 613070 613070 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 977148 977576 428 0.0
bss 79180 79180 0 0.0
text 692694 693112 418 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092056 1092420 364 0.0
bss 100004 100004 0 0.0
text 768696 769046 350 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 963848 963848 0 0.0
bss 97444 97444 0 0.0
text 646818 646818 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 947376 947740 364 0.0
bss 92548 92548 0 0.0
text 661902 662252 350 0.1
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879272 879352 80 0.0
bss 69172 69172 0 0.0
text 621030 621112 82 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819876 819956 80 0.0
bss 57408 57408 0 0.0
text 587906 587988 82 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705672 705672 0 0.0
bss 73724 73724 0 0.0
text 462004 462004 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822234 822234 0 0.0
bss 55332 55332 0 0.0
text 615782 615782 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876661 877025 364 0.0
bss 60884 60884 0 0.0
text 629334 629684 350 0.1
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 844088 844168 80 0.0
bss 57704 57704 0 0.0
text 606232 606314 82 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838580 838580 0 0.0
bss 58056 58056 0 0.0
text 600448 600448 0 0.0

Copy link
Contributor

@jamesharrow jamesharrow left a comment

Choose a reason for hiding this comment

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

Looks good now - thanks

Copy link

github-actions bot commented Dec 8, 2023

PR #30389: Size comparison from 0d9332e to 2121ea2

Increases above 0.2%:

platform target config section 0d9332e 2121ea2 change % change
esp32 all-clusters-app c3devkit .dram0.bss 72536 72864 328 0.5
m5stack .dram0.bss 79192 79512 320 0.4
linux all-clusters-app debug (read/write) 449600 453352 3752 0.8
.bss 130064 131600 1536 1.2
.data.rel.ro 308472 310680 2208 0.7
.init_array 1224 1232 8 0.7
.rodata 308476 309820 1344 0.4
chip-tool debug (read only) 11583073 11648281 65208 0.6
(read/write) 500520 503304 2784 0.6
.data.rel.ro 394208 396992 2784 0.7
.rodata 418761 421833 3072 0.7
.text 10479155 10537715 58560 0.6
chip-tool-ipv6only arm64 (read only) 11317072 11374944 57872 0.5
(read/write) 567120 570664 3544 0.6
.data.rel.ro 432952 435840 2888 0.7
.rodata 341544 344136 2592 0.8
.text 10112776 10164216 51440 0.5
shell debug (read only) 2779105 2786361 7256 0.3
(read/write) 149792 151592 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82608 82864 256 0.3
.init_array 1072 1080 8 0.7
.rodata 181024 181760 736 0.4
.text 2427394 2433698 6304 0.3
tv-casting-app debug (read only) 9494249 9557257 63008 0.7
.data.rel.ro 171832 172664 832 0.5
.rodata 359976 362376 2400 0.7
.text 8672579 8731171 58592 0.7
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp bss 121239 121553 314 0.3
telink all-clusters-app tlsr9518adk80d bss 100072 100388 316 0.3
Increases (11 builds for esp32, linux, nrfconnect, psoc6, telink)
platform target config section 0d9332e 2121ea2 change % change
esp32 all-clusters-app c3devkit (read only) 1136056 1136922 866 0.1
(read/write) 1670548 1671092 544 0.0
.dram0.bss 72536 72864 328 0.5
.flash.rodata 241152 241376 224 0.1
.flash.text 1136056 1136922 866 0.1
m5stack (read only) 1181367 1182135 768 0.1
(read/write) 519744 520292 548 0.1
.dram0.bss 79192 79512 320 0.4
.flash.rodata 272184 272412 228 0.1
.flash.text 1175983 1176751 768 0.1
linux all-clusters-app debug (read only) 5368425 5377817 9392 0.2
(read/write) 449600 453352 3752 0.8
.bss 130064 131600 1536 1.2
.data.rel.ro 308472 310680 2208 0.7
.init_array 1224 1232 8 0.7
.rodata 308476 309820 1344 0.4
.text 4654931 4661203 6272 0.1
chip-tool debug (read only) 11583073 11648281 65208 0.6
(read/write) 500520 503304 2784 0.6
.data.rel.ro 394208 396992 2784 0.7
.rodata 418761 421833 3072 0.7
.text 10479155 10537715 58560 0.6
chip-tool-ipv6only arm64 (read only) 11317072 11374944 57872 0.5
(read/write) 567120 570664 3544 0.6
.data.rel.ro 432952 435840 2888 0.7
.got 19696 19744 48 0.2
.rodata 341544 344136 2592 0.8
.text 10112776 10164216 51440 0.5
shell debug (read only) 2779105 2786361 7256 0.3
(read/write) 149792 151592 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82608 82864 256 0.3
.init_array 1072 1080 8 0.7
.rodata 181024 181760 736 0.4
.text 2427394 2433698 6304 0.3
tv-casting-app debug (read only) 9494249 9557257 63008 0.7
(read/write) 337336 338168 832 0.2
.data.rel.ro 171832 172664 832 0.5
.rodata 359976 362376 2400 0.7
.text 8672579 8731171 58592 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060796 1062200 1404 0.1
bss 129029 129343 314 0.2
rodata 104172 104392 220 0.2
text 779924 780844 920 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1187352 1188728 1376 0.1
bss 121239 121553 314 0.3
rodata 138300 138460 160 0.1
text 777492 778388 896 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1741156 1742908 1752 0.1
.bss 194644 194956 312 0.2
.text 1535652 1537092 1440 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 1077860 1079448 1588 0.1
bss 100072 100388 316 0.3
text 760584 761482 898 0.1
Decreases (2 builds for efr32, psoc6)
platform target config section 0d9332e 2121ea2 change % change
efr32 lock-app BRD4161A+wf200 (read/write) 1114016 1114008 -8 -0.0
.text 922660 922652 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835912 -312 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 0d9332e 2121ea2 change % change
bl602 lighting-app bl602 (read/write) 1413742 1413742 0 0.0
.bss 85160 85160 0 0.0
.data 9416 9416 0 0.0
.rodata 156892 156892 0 0.0
.text 1081626 1081626 0 0.0
bl602+mfd (read/write) 1428206 1428206 0 0.0
.bss 85328 85328 0 0.0
.data 9384 9384 0 0.0
.rodata 155852 155852 0 0.0
.text 1096990 1096990 0 0.0
bl602+rpc (read/write) 1461526 1461526 0 0.0
.bss 93192 93192 0 0.0
.data 9784 9784 0 0.0
.rodata 164516 164516 0 0.0
.text 1113370 1113370 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1178419 1178419 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106268 106268 0 0.0
.text 950994 950994 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1189295 1189295 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105208 105208 0 0.0
.text 962802 962802 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1270431 1270431 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121688 121688 0 0.0
.text 1026056 1026056 0 0.0
bl706-eth (read/write) 998373 998373 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99600 99600 0 0.0
.text 744218 744218 0 0.0
bl706-wifi (read/write) 1235010 1235010 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120580 120580 0 0.0
.text 970016 970016 0 0.0
bl702l lighting-app bl702l (read/write) 1148636 1148636 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100272 100272 0 0.0
.text 944120 944120 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1159576 1159576 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99212 99212 0 0.0
.text 956496 956496 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 742212 742212 0 0.0
(read/write) 167116 167116 0 0.0
.bss 89532 89532 0 0.0
.data 3420 3420 0 0.0
.rodata 84648 84648 0 0.0
.text 657176 657176 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 759420 759420 0 0.0
(read/write) 177344 177344 0 0.0
.bss 99708 99708 0 0.0
.data 3448 3448 0 0.0
.rodata 79728 79728 0 0.0
.text 679304 679304 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746404 746404 0 0.0
(read/write) 171800 171800 0 0.0
.bss 94164 94164 0 0.0
.data 3448 3448 0 0.0
.rodata 105504 105504 0 0.0
.text 640508 640508 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 700004 700004 0 0.0
(read/write) 166120 166120 0 0.0
.bss 88312 88312 0 0.0
.data 3408 3408 0 0.0
.rodata 80440 80440 0 0.0
.text 619176 619176 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 685524 685524 0 0.0
(read/write) 166292 166292 0 0.0
.bss 88488 88488 0 0.0
.data 3404 3404 0 0.0
.rodata 76280 76280 0 0.0
.text 608856 608856 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566578 566578 0 0.0
(read/write) 207620 207620 0 0.0
.bss 201084 201084 0 0.0
.data 1412 1412 0 0.0
.rodata 83922 83922 0 0.0
.text 480536 480536 0 0.0
lock CC3235SF_LAUNCHXL (read only) 619818 619818 0 0.0
(read/write) 208016 208016 0 0.0
.bss 201448 201448 0 0.0
.data 1448 1448 0 0.0
.rodata 105786 105786 0 0.0
.text 511912 511912 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 560975 560975 0 0.0
.app_xip_area 451265 451265 0 0.0
.bss 64624 64624 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 543079 543079 0 0.0
.app_xip_area 428633 428633 0 0.0
.bss 69320 69320 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 561951 561951 0 0.0
.app_xip_area 453697 453697 0 0.0
.bss 63240 63240 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 557263 557263 0 0.0
.app_xip_area 445785 445785 0 0.0
.bss 66360 66360 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1016428 1016428 0 0.0
.bss 172568 172568 0 0.0
.data 2688 2688 0 0.0
.text 841152 841152 0 0.0
BRD4187C (read/write) 1100620 1100620 0 0.0
.bss 196172 196172 0 0.0
.data 3296 3296 0 0.0
.text 901132 901132 0 0.0
lock-app BRD4161A+wf200 (read/write) 1114016 1114008 -8 -0.0
.bss 188624 188624 0 0.0
.data 2712 2712 0 0.0
.text 922660 922652 -8 -0.0
window-app BRD4187C (read/write) 1135128 1135128 0 0.0
.bss 168204 168204 0 0.0
.data 3168 3168 0 0.0
.text 963736 963736 0 0.0
esp32 all-clusters-app c3devkit (read only) 1136056 1136922 866 0.1
(read/write) 1670548 1671092 544 0.0
.dram0.bss 72536 72864 328 0.5
.dram0.data 12988 12988 0 0.0
.flash.rodata 241152 241376 224 0.1
.flash.text 1136056 1136922 866 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1181367 1182135 768 0.1
(read/write) 519744 520292 548 0.1
.dram0.bss 79192 79512 320 0.4
.dram0.data 34004 34004 0 0.0
.flash.rodata 272184 272412 228 0.1
.flash.text 1175983 1176751 768 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 594816 594816 0 0.0
(read/write) 88128 88128 0 0.0
.bss 71376 71376 0 0.0
.data 2128 2128 0 0.0
.text 594280 594280 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 690448 690448 0 0.0
.bss 67584 67584 0 0.0
.data 2716 2716 0 0.0
.text 576672 576672 0 0.0
light k32w0+release (read only) 594512 594512 0 0.0
(read/write) 87804 87804 0 0.0
.bss 71064 71064 0 0.0
.data 2116 2116 0 0.0
.text 593976 593976 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 782252 782252 0 0.0
.bss 77252 77252 0 0.0
.data 1928 1928 0 0.0
.text 659616 659616 0 0.0
lock k32w0+release (read only) 565904 565904 0 0.0
(read/write) 85600 85600 0 0.0
.bss 68920 68920 0 0.0
.data 2056 2056 0 0.0
.text 565368 565368 0 0.0
linux air-purifier-app debug (read only) 2524413 2524413 0 0.0
(read/write) 127176 127176 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72776 72776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179272 179272 0 0.0
.text 2169781 2169781 0 0.0
all-clusters-app debug (read only) 5368425 5377817 9392 0.2
(read/write) 449600 453352 3752 0.8
.bss 130064 131600 1536 1.2
.data 3840 3840 0 0.0
.data.rel.ro 308472 310680 2208 0.7
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1232 8 0.7
.rodata 308476 309820 1344 0.4
.text 4654931 4661203 6272 0.1
all-clusters-minimal-app debug (read only) 4951433 4951433 0 0.0
(read/write) 234656 234656 0 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95912 95912 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272813 272813 0 0.0
.text 4446195 4446195 0 0.0
bridge-app debug (read only) 4415305 4415305 0 0.0
(read/write) 215896 215896 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85232 85232 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219125 219125 0 0.0
.text 3977651 3977651 0 0.0
chip-tool debug (read only) 11583073 11648281 65208 0.6
(read/write) 500520 503304 2784 0.6
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 394208 396992 2784 0.7
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 418761 421833 3072 0.7
.text 10479155 10537715 58560 0.6
chip-tool-ipv6only arm64 (read only) 11317072 11374944 57872 0.5
(read/write) 567120 570664 3544 0.6
.bss 103352 103352 0 0.0
.data 4280 4280 0 0.0
.data.rel.ro 432952 435840 2888 0.7
.dynamic 512 512 0 0.0
.got 19696 19744 48 0.2
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 341544 344136 2592 0.8
.text 10112776 10164216 51440 0.5
lighting-app debug+rpc+ui (read only) 5300865 5300865 0 0.0
(read/write) 224968 224968 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93632 93632 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340244 340244 0 0.0
.text 4715875 4715875 0 0.0
lock-app debug (read only) 4499809 4499809 0 0.0
(read/write) 203616 203616 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79464 79464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 247029 247029 0 0.0
.text 4042787 4042787 0 0.0
ota-provider-app debug (read only) 4164561 4164561 0 0.0
(read/write) 192696 192696 0 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69248 69248 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201301 201301 0 0.0
.text 3771427 3771427 0 0.0
ota-requestor-app debug (read only) 4253985 4253985 0 0.0
(read/write) 196976 196976 0 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72240 72240 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205109 205109 0 0.0
.text 3852643 3852643 0 0.0
shell debug (read only) 2779105 2786361 7256 0.3
(read/write) 149792 151592 1800 1.2
.bss 60616 62152 1536 2.5
.data 768 768 0 0.0
.data.rel.ro 82608 82864 256 0.3
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 181024 181760 736 0.4
.text 2427394 2433698 6304 0.3
thermostat-no-ble arm64 (read only) 4403968 4403968 0 0.0
(read/write) 246504 246504 0 0.0
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102312 102312 0 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162316 162316 0 0.0
.text 3901336 3901336 0 0.0
tv-app debug (read only) 5382729 5382729 0 0.0
(read/write) 348896 348896 0 0.0
.bss 244384 244384 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92216 92216 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272853 272853 0 0.0
.text 4872067 4872067 0 0.0
tv-casting-app debug (read only) 9494249 9557257 63008 0.7
(read/write) 337336 338168 832 0.2
.bss 156192 156192 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 171832 172664 832 0.5
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 359976 362376 2400 0.7
.text 8672579 8731171 58592 0.7
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525656 2525656 0 0.0
.bss 220184 220184 0 0.0
.data 5144 5144 0 0.0
.text 1488340 1488340 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060796 1062200 1404 0.1
bss 129029 129343 314 0.2
rodata 104172 104392 220 0.2
text 779924 780844 920 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1187352 1188728 1376 0.1
bss 121239 121553 314 0.3
rodata 138300 138460 160 0.1
text 777492 778388 896 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046424 1046424 0 0.0
bss 129316 129316 0 0.0
rodata 99432 99432 0 0.0
text 770012 770012 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835912 -312 -0.0
(read/write) 1741156 1742908 1752 0.1
.bss 194644 194956 312 0.2
.data 2472 2472 0 0.0
.text 1535652 1537092 1440 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837944 837944 0 0.0
(read/write) 1705460 1705460 0 0.0
.bss 192924 192924 0 0.0
.data 2472 2472 0 0.0
.text 1501676 1501676 0 0.0
light cy8ckit_062s2_43012 (read only) 844632 844632 0 0.0
(read/write) 1630420 1630420 0 0.0
.bss 186348 186348 0 0.0
.data 2360 2360 0 0.0
.text 1433324 1433324 0 0.0
lock cy8ckit_062s2_43012 (read only) 817512 817512 0 0.0
(read/write) 1657268 1657268 0 0.0
.bss 213444 213444 0 0.0
.data 2384 2384 0 0.0
.text 1433052 1433052 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1116364 1116364 0 0.0
.bss 101200 101200 0 0.0
.data 740 740 0 0.0
.text 628740 628740 0 0.0
lock-app qpg6105+debug (read/write) 1080004 1080004 0 0.0
.bss 97336 97336 0 0.0
.data 784 784 0 0.0
.text 592384 592384 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 819998 819998 0 0.0
bss 54904 54904 0 0.0
text 612678 612678 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077860 1079448 1588 0.1
bss 100072 100388 316 0.3
text 760584 761482 898 0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1083096 1083096 0 0.0
bss 109764 109764 0 0.0
text 752594 752594 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 933864 933864 0 0.0
bss 94272 94272 0 0.0
text 646142 646142 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820210 820210 0 0.0
bss 54948 54948 0 0.0
text 613024 613024 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 977240 977240 0 0.0
bss 78932 78932 0 0.0
text 693056 693056 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092140 1092140 0 0.0
bss 99836 99836 0 0.0
text 768962 768962 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 963476 963476 0 0.0
bss 97196 97196 0 0.0
text 646710 646710 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 947516 947516 0 0.0
bss 92380 92380 0 0.0
text 662232 662232 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 878992 878992 0 0.0
bss 68924 68924 0 0.0
text 621014 621014 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819596 819596 0 0.0
bss 57160 57160 0 0.0
text 587890 587890 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705416 705416 0 0.0
bss 73588 73588 0 0.0
text 461916 461916 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 821866 821866 0 0.0
bss 55084 55084 0 0.0
text 615696 615696 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876697 876697 0 0.0
bss 60636 60636 0 0.0
text 629638 629638 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 843944 843944 0 0.0
bss 57456 57456 0 0.0
text 606326 606326 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838260 838260 0 0.0
bss 57808 57808 0 0.0
text 600402 600402 0 0.0

Copy link

github-actions bot commented Dec 8, 2023

PR #30389: Size comparison from ba8ab24 to 8c132a2

Increases above 0.2%:

platform target config section ba8ab24 8c132a2 change % change
esp32 all-clusters-app c3devkit .dram0.bss 72536 72864 328 0.5
m5stack .dram0.bss 79192 79512 320 0.4
linux all-clusters-app debug (read/write) 449600 453352 3752 0.8
.bss 130064 131600 1536 1.2
.data.rel.ro 308472 310680 2208 0.7
.init_array 1224 1232 8 0.7
.rodata 308476 309820 1344 0.4
chip-tool debug (read only) 11583073 11648281 65208 0.6
(read/write) 500520 503304 2784 0.6
.data.rel.ro 394208 396992 2784 0.7
.rodata 418761 421833 3072 0.7
.text 10479155 10537715 58560 0.6
chip-tool-ipv6only arm64 (read only) 11317072 11374944 57872 0.5
(read/write) 567120 570664 3544 0.6
.data.rel.ro 432952 435840 2888 0.7
.rodata 341544 344136 2592 0.8
.text 10112776 10164216 51440 0.5
shell debug (read only) 2779105 2786361 7256 0.3
(read/write) 149792 151592 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82608 82864 256 0.3
.init_array 1072 1080 8 0.7
.rodata 181024 181760 736 0.4
.text 2427394 2433698 6304 0.3
tv-casting-app debug (read only) 9494249 9557257 63008 0.7
(read/write) 337336 338168 832 0.2
.data.rel.ro 171832 172664 832 0.5
.rodata 359976 362376 2400 0.7
.text 8672579 8731171 58592 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 129029 129343 314 0.2
rodata 104172 104392 220 0.2
nrf7002dk_nrf5340_cpuapp bss 121239 121553 314 0.3
telink all-clusters-app tlsr9518adk80d bss 100072 100388 316 0.3
Increases (11 builds for esp32, linux, nrfconnect, psoc6, telink)
platform target config section ba8ab24 8c132a2 change % change
esp32 all-clusters-app c3devkit (read only) 1136056 1136922 866 0.1
(read/write) 1670548 1671092 544 0.0
.dram0.bss 72536 72864 328 0.5
.flash.rodata 241152 241376 224 0.1
.flash.text 1136056 1136922 866 0.1
m5stack (read only) 1181367 1182135 768 0.1
(read/write) 519744 520292 548 0.1
.dram0.bss 79192 79512 320 0.4
.flash.rodata 272184 272412 228 0.1
.flash.text 1175983 1176751 768 0.1
linux all-clusters-app debug (read only) 5368425 5377817 9392 0.2
(read/write) 449600 453352 3752 0.8
.bss 130064 131600 1536 1.2
.data.rel.ro 308472 310680 2208 0.7
.init_array 1224 1232 8 0.7
.rodata 308476 309820 1344 0.4
.text 4654931 4661203 6272 0.1
chip-tool debug (read only) 11583073 11648281 65208 0.6
(read/write) 500520 503304 2784 0.6
.data.rel.ro 394208 396992 2784 0.7
.rodata 418761 421833 3072 0.7
.text 10479155 10537715 58560 0.6
chip-tool-ipv6only arm64 (read only) 11317072 11374944 57872 0.5
(read/write) 567120 570664 3544 0.6
.data.rel.ro 432952 435840 2888 0.7
.got 19696 19744 48 0.2
.rodata 341544 344136 2592 0.8
.text 10112776 10164216 51440 0.5
shell debug (read only) 2779105 2786361 7256 0.3
(read/write) 149792 151592 1800 1.2
.bss 60616 62152 1536 2.5
.data.rel.ro 82608 82864 256 0.3
.init_array 1072 1080 8 0.7
.rodata 181024 181760 736 0.4
.text 2427394 2433698 6304 0.3
tv-casting-app debug (read only) 9494249 9557257 63008 0.7
(read/write) 337336 338168 832 0.2
.data.rel.ro 171832 172664 832 0.5
.rodata 359976 362376 2400 0.7
.text 8672579 8731171 58592 0.7
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060796 1062200 1404 0.1
bss 129029 129343 314 0.2
rodata 104172 104392 220 0.2
text 779924 780844 920 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1187352 1188728 1376 0.1
bss 121239 121553 314 0.3
rodata 138300 138460 160 0.1
text 777492 778388 896 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1741156 1742908 1752 0.1
.bss 194644 194956 312 0.2
.text 1535652 1537092 1440 0.1
telink all-clusters-app tlsr9518adk80d (read/write) 1077860 1079448 1588 0.1
bss 100072 100388 316 0.3
text 760584 761482 898 0.1
Decreases (2 builds for efr32, psoc6)
platform target config section ba8ab24 8c132a2 change % change
efr32 lock-app BRD4161A+wf200 (read/write) 1114128 1114120 -8 -0.0
.text 922772 922764 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835912 -312 -0.0
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section ba8ab24 8c132a2 change % change
bl602 lighting-app bl602 (read/write) 1413742 1413742 0 0.0
.bss 85160 85160 0 0.0
.data 9416 9416 0 0.0
.rodata 156892 156892 0 0.0
.text 1081626 1081626 0 0.0
bl602+mfd (read/write) 1428206 1428206 0 0.0
.bss 85328 85328 0 0.0
.data 9384 9384 0 0.0
.rodata 155852 155852 0 0.0
.text 1096990 1096990 0 0.0
bl602+rpc (read/write) 1461526 1461526 0 0.0
.bss 93192 93192 0 0.0
.data 9784 9784 0 0.0
.rodata 164516 164516 0 0.0
.text 1113370 1113370 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1178419 1178419 0 0.0
.bss 11197 11197 0 0.0
.data 3584 3584 0 0.0
.rodata 106268 106268 0 0.0
.text 950994 950994 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1189295 1189295 0 0.0
.bss 11373 11373 0 0.0
.data 3568 3568 0 0.0
.rodata 105208 105208 0 0.0
.text 962802 962802 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1270431 1270431 0 0.0
.bss 19677 19677 0 0.0
.data 4144 4144 0 0.0
.rodata 121688 121688 0 0.0
.text 1026056 1026056 0 0.0
bl706-eth (read/write) 998373 998373 0 0.0
.bss 23772 23772 0 0.0
.data 3160 3160 0 0.0
.rodata 99600 99600 0 0.0
.text 744218 744218 0 0.0
bl706-wifi (read/write) 1235010 1235010 0 0.0
.bss 10641 10641 0 0.0
.data 3600 3600 0 0.0
.rodata 120580 120580 0 0.0
.text 970016 970016 0 0.0
bl702l lighting-app bl702l (read/write) 1148636 1148636 0 0.0
.bss 16392 16392 0 0.0
.data 4952 4952 0 0.0
.rodata 100272 100272 0 0.0
.text 944120 944120 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1159576 1159576 0 0.0
.bss 16568 16568 0 0.0
.data 4928 4928 0 0.0
.rodata 99212 99212 0 0.0
.text 956496 956496 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 742212 742212 0 0.0
(read/write) 167116 167116 0 0.0
.bss 89532 89532 0 0.0
.data 3420 3420 0 0.0
.rodata 84648 84648 0 0.0
.text 657176 657176 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 759548 759548 0 0.0
(read/write) 177344 177344 0 0.0
.bss 99708 99708 0 0.0
.data 3448 3448 0 0.0
.rodata 79728 79728 0 0.0
.text 679432 679432 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746532 746532 0 0.0
(read/write) 171800 171800 0 0.0
.bss 94164 94164 0 0.0
.data 3448 3448 0 0.0
.rodata 105504 105504 0 0.0
.text 640636 640636 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 700004 700004 0 0.0
(read/write) 166120 166120 0 0.0
.bss 88312 88312 0 0.0
.data 3408 3408 0 0.0
.rodata 80440 80440 0 0.0
.text 619176 619176 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 685524 685524 0 0.0
(read/write) 166292 166292 0 0.0
.bss 88488 88488 0 0.0
.data 3404 3404 0 0.0
.rodata 76280 76280 0 0.0
.text 608856 608856 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 566578 566578 0 0.0
(read/write) 207620 207620 0 0.0
.bss 201084 201084 0 0.0
.data 1412 1412 0 0.0
.rodata 83922 83922 0 0.0
.text 480536 480536 0 0.0
lock CC3235SF_LAUNCHXL (read only) 619882 619882 0 0.0
(read/write) 208016 208016 0 0.0
.bss 201448 201448 0 0.0
.data 1448 1448 0 0.0
.rodata 105786 105786 0 0.0
.text 511976 511976 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 560975 560975 0 0.0
.app_xip_area 451265 451265 0 0.0
.bss 64624 64624 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 543207 543207 0 0.0
.app_xip_area 428761 428761 0 0.0
.bss 69320 69320 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 561951 561951 0 0.0
.app_xip_area 453697 453697 0 0.0
.bss 63240 63240 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 557391 557391 0 0.0
.app_xip_area 445913 445913 0 0.0
.bss 66360 66360 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1016428 1016428 0 0.0
.bss 172568 172568 0 0.0
.data 2688 2688 0 0.0
.text 841152 841152 0 0.0
BRD4187C (read/write) 1100620 1100620 0 0.0
.bss 196172 196172 0 0.0
.data 3296 3296 0 0.0
.text 901132 901132 0 0.0
lock-app BRD4161A+wf200 (read/write) 1114128 1114120 -8 -0.0
.bss 188624 188624 0 0.0
.data 2712 2712 0 0.0
.text 922772 922764 -8 -0.0
window-app BRD4187C (read/write) 1135128 1135128 0 0.0
.bss 168204 168204 0 0.0
.data 3168 3168 0 0.0
.text 963736 963736 0 0.0
esp32 all-clusters-app c3devkit (read only) 1136056 1136922 866 0.1
(read/write) 1670548 1671092 544 0.0
.dram0.bss 72536 72864 328 0.5
.dram0.data 12988 12988 0 0.0
.flash.rodata 241152 241376 224 0.1
.flash.text 1136056 1136922 866 0.1
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1181367 1182135 768 0.1
(read/write) 519744 520292 548 0.1
.dram0.bss 79192 79512 320 0.4
.dram0.data 34004 34004 0 0.0
.flash.rodata 272184 272412 228 0.1
.flash.text 1175983 1176751 768 0.1
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 594816 594816 0 0.0
(read/write) 88128 88128 0 0.0
.bss 71376 71376 0 0.0
.data 2128 2128 0 0.0
.text 594280 594280 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 690448 690448 0 0.0
.bss 67584 67584 0 0.0
.data 2716 2716 0 0.0
.text 576672 576672 0 0.0
light k32w0+release (read only) 594512 594512 0 0.0
(read/write) 87804 87804 0 0.0
.bss 71064 71064 0 0.0
.data 2116 2116 0 0.0
.text 593976 593976 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 782252 782252 0 0.0
.bss 77252 77252 0 0.0
.data 1928 1928 0 0.0
.text 659616 659616 0 0.0
lock k32w0+release (read only) 565904 565904 0 0.0
(read/write) 85600 85600 0 0.0
.bss 68920 68920 0 0.0
.data 2056 2056 0 0.0
.text 565368 565368 0 0.0
linux air-purifier-app debug (read only) 2524413 2524413 0 0.0
(read/write) 127176 127176 0 0.0
.bss 46944 46944 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72776 72776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 179272 179272 0 0.0
.text 2169781 2169781 0 0.0
all-clusters-app debug (read only) 5368425 5377817 9392 0.2
(read/write) 449600 453352 3752 0.8
.bss 130064 131600 1536 1.2
.data 3840 3840 0 0.0
.data.rel.ro 308472 310680 2208 0.7
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1232 8 0.7
.rodata 308476 309820 1344 0.4
.text 4654931 4661203 6272 0.1
all-clusters-minimal-app debug (read only) 4951433 4951433 0 0.0
(read/write) 234656 234656 0 0.0
.bss 127856 127856 0 0.0
.data 3776 3776 0 0.0
.data.rel.ro 95912 95912 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272813 272813 0 0.0
.text 4446195 4446195 0 0.0
bridge-app debug (read only) 4415305 4415305 0 0.0
(read/write) 215896 215896 0 0.0
.bss 119224 119224 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 85232 85232 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 219125 219125 0 0.0
.text 3977651 3977651 0 0.0
chip-tool debug (read only) 11583073 11648281 65208 0.6
(read/write) 500520 503304 2784 0.6
.bss 94072 94072 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 394208 396992 2784 0.7
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 418761 421833 3072 0.7
.text 10479155 10537715 58560 0.6
chip-tool-ipv6only arm64 (read only) 11317072 11374944 57872 0.5
(read/write) 567120 570664 3544 0.6
.bss 103352 103352 0 0.0
.data 4280 4280 0 0.0
.data.rel.ro 432952 435840 2888 0.7
.dynamic 512 512 0 0.0
.got 19696 19744 48 0.2
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 341544 344136 2592 0.8
.text 10112776 10164216 51440 0.5
lighting-app debug+rpc+ui (read only) 5300865 5300865 0 0.0
(read/write) 224968 224968 0 0.0
.bss 119360 119360 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 93632 93632 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 340244 340244 0 0.0
.text 4715875 4715875 0 0.0
lock-app debug (read only) 4500385 4500385 0 0.0
(read/write) 203616 203616 0 0.0
.bss 113760 113760 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79464 79464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 247029 247029 0 0.0
.text 4043363 4043363 0 0.0
ota-provider-app debug (read only) 4164561 4164561 0 0.0
(read/write) 192696 192696 0 0.0
.bss 113632 113632 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 69248 69248 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 201301 201301 0 0.0
.text 3771427 3771427 0 0.0
ota-requestor-app debug (read only) 4253985 4253985 0 0.0
(read/write) 196976 196976 0 0.0
.bss 114656 114656 0 0.0
.data 4176 4176 0 0.0
.data.rel.ro 72240 72240 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 205109 205109 0 0.0
.text 3852643 3852643 0 0.0
shell debug (read only) 2779105 2786361 7256 0.3
(read/write) 149792 151592 1800 1.2
.bss 60616 62152 1536 2.5
.data 768 768 0 0.0
.data.rel.ro 82608 82864 256 0.3
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 181024 181760 736 0.4
.text 2427394 2433698 6304 0.3
thermostat-no-ble arm64 (read only) 4403968 4403968 0 0.0
(read/write) 246504 246504 0 0.0
.bss 122232 122232 0 0.0
.data 2784 2784 0 0.0
.data.rel.ro 102312 102312 0 0.0
.dynamic 512 512 0 0.0
.got 12008 12008 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 162316 162316 0 0.0
.text 3901336 3901336 0 0.0
tv-app debug (read only) 5382729 5382729 0 0.0
(read/write) 348896 348896 0 0.0
.bss 244384 244384 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 92216 92216 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272853 272853 0 0.0
.text 4872067 4872067 0 0.0
tv-casting-app debug (read only) 9494249 9557257 63008 0.7
(read/write) 337336 338168 832 0.2
.bss 156192 156192 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 171832 172664 832 0.5
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 359976 362376 2400 0.7
.text 8672579 8731171 58592 0.7
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525784 2525784 0 0.0
.bss 220184 220184 0 0.0
.data 5144 5144 0 0.0
.text 1488468 1488468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060796 1062200 1404 0.1
bss 129029 129343 314 0.2
rodata 104172 104392 220 0.2
text 779924 780844 920 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1187352 1188728 1376 0.1
bss 121239 121553 314 0.3
rodata 138300 138460 160 0.1
text 777492 778388 896 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1046424 1046424 0 0.0
bss 129316 129316 0 0.0
rodata 99432 99432 0 0.0
text 770012 770012 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 836224 835912 -312 -0.0
(read/write) 1741156 1742908 1752 0.1
.bss 194644 194956 312 0.2
.data 2472 2472 0 0.0
.text 1535652 1537092 1440 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837944 837944 0 0.0
(read/write) 1705460 1705460 0 0.0
.bss 192924 192924 0 0.0
.data 2472 2472 0 0.0
.text 1501676 1501676 0 0.0
light cy8ckit_062s2_43012 (read only) 844632 844632 0 0.0
(read/write) 1630420 1630420 0 0.0
.bss 186348 186348 0 0.0
.data 2360 2360 0 0.0
.text 1433324 1433324 0 0.0
lock cy8ckit_062s2_43012 (read only) 817512 817512 0 0.0
(read/write) 1657332 1657332 0 0.0
.bss 213444 213444 0 0.0
.data 2384 2384 0 0.0
.text 1433116 1433116 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1116364 1116364 0 0.0
.bss 101200 101200 0 0.0
.data 740 740 0 0.0
.text 628740 628740 0 0.0
lock-app qpg6105+debug (read/write) 1080132 1080132 0 0.0
.bss 97336 97336 0 0.0
.data 784 784 0 0.0
.text 592512 592512 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820134 820134 0 0.0
bss 54904 54904 0 0.0
text 612812 612812 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077860 1079448 1588 0.1
bss 100072 100388 316 0.3
text 760584 761482 898 0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1083096 1083096 0 0.0
bss 109764 109764 0 0.0
text 752594 752594 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 933864 933864 0 0.0
bss 94272 94272 0 0.0
text 646142 646142 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 820346 820346 0 0.0
bss 54948 54948 0 0.0
text 613158 613158 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 977384 977384 0 0.0
bss 78932 78932 0 0.0
text 693198 693198 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092140 1092140 0 0.0
bss 99836 99836 0 0.0
text 768962 768962 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 963612 963612 0 0.0
bss 97196 97196 0 0.0
text 646852 646852 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 947516 947516 0 0.0
bss 92380 92380 0 0.0
text 662232 662232 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879120 879120 0 0.0
bss 68924 68924 0 0.0
text 621148 621148 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819732 819732 0 0.0
bss 57160 57160 0 0.0
text 588024 588024 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705416 705416 0 0.0
bss 73588 73588 0 0.0
text 461916 461916 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822058 822058 0 0.0
bss 55084 55084 0 0.0
text 615888 615888 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876833 876833 0 0.0
bss 60636 60636 0 0.0
text 629772 629772 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 844072 844072 0 0.0
bss 57456 57456 0 0.0
text 606460 606460 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838388 838388 0 0.0
bss 57808 57808 0 0.0
text 600536 600536 0 0.0

@mergify mergify bot merged commit 29ea755 into project-chip:master Dec 11, 2023
63 checks passed
@mwswartwout
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

9 participants