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

Refactor app/Build.gn to enable depending on individual components #31632

Merged

Conversation

mkardous-silabs
Copy link
Contributor

@mkardous-silabs mkardous-silabs commented Jan 23, 2024

Description

For the src/app/Build.gn, every source file was in the same static library which made it impossible to depend on individual components.

The ICDManager is built with apps but needs to depend on the InteractionModelEngine which it couldn't do under the previous structure. See #31563

PR splits the source files into several blocks to enable depending on individuals components.

Tests

PR doesn't change any behavior; Using CI to validate everything can still build

@github-actions github-actions bot added app icd Intermittently Connected Devices labels Jan 23, 2024
Copy link
Member

@jmartinez-silabs jmartinez-silabs left a comment

Choose a reason for hiding this comment

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

LGTM but I wonder if there is any negative impact on pulling those sources out of the large app Static lib

src/app/BUILD.gn Outdated Show resolved Hide resolved
src/app/BUILD.gn Outdated Show resolved Hide resolved
@mkardous-silabs mkardous-silabs force-pushed the feature/refactor_app_build_gn branch from 1094ad0 to e569dd9 Compare January 24, 2024 21:41
Copy link

github-actions bot commented Jan 24, 2024

PR #31632: Size comparison from 57898b9 to e569dd9

Increases above 0.2%:

platform target config section 57898b9 e569dd95 change % change
linux chip-tool debug .data 5058 5090 32 0.6
shell debug .data 1344 1360 16 1.2
tv-app debug .data 6464 6496 32 0.5
Increases (42 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, psoc6, qpg, stm32)
platform target config section 57898b9 e569dd95 change % change
bl602 lighting-app bl602 (read/write) 1428218 1428422 204 0.0
.text 1095438 1095646 208 0.0
bl602+rpc .rodata 164892 164896 4 0.0
bl702 lighting-app bl706-eth (read/write) 1011657 1011825 168 0.0
.text 756742 756910 168 0.0
bl706-wifi (read/write) 1244618 1244686 68 0.0
.text 986962 987038 76 0.0
bl702l lighting-app bl702l (read/write) 1162528 1162692 164 0.0
.text 957718 957882 164 0.0
bl702l+mfd .text 970040 970204 164 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781408 781412 4 0.0
.rodata 90312 90316 4 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798840 798844 4 0.0
.rodata 84640 84644 4 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787352 787356 4 0.0
.rodata 111376 111388 12 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738672 738676 4 0.0
.rodata 86032 86036 4 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724296 724308 12 0.0
.rodata 81872 81876 4 0.0
.text 642160 642168 8 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572954 572962 8 0.0
.rodata 84522 84530 8 0.0
.text 486308 486312 4 0.0
lock CC3235SF_LAUNCHXL (read only) 627218 627250 32 0.0
.rodata 106386 106402 16 0.0
.text 518712 518724 12 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564335 564347 12 0.0
.app_xip_area 454257 454261 4 0.0
.bss 64920 64928 8 0.0
lock cyw930739m2evb_01 .bss 69624 69632 8 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566151 566155 4 0.0
.bss 63504 63512 8 0.0
switch cyw930739m2evb_01 .bss 66624 66632 8 0.0
efr32 lighting-app BRD4161A+rs9116 .bss 197904 197912 8 0.0
BRD4187C (read/write) 1108208 1108228 20 0.0
.bss 195156 195164 8 0.0
.text 909648 909660 12 0.0
window-app BRD4187C .bss 167148 167156 8 0.0
esp32 all-clusters-app c3devkit (read/write) 1744736 1744760 24 0.0
.dram0.bss 73392 73400 8 0.0
.flash.rodata 248224 248232 8 0.0
m5stack .dram0.bss 80264 80272 8 0.0
k32w contact k32w0+release (read only) 610584 610592 8 0.0
.text 610048 610056 8 0.0
k32w1+release (read/write) 696268 696284 16 0.0
.text 582240 582256 16 0.0
light k32w0+release (read only) 598944 598952 8 0.0
.text 598408 598416 8 0.0
k32w1+release (read/write) 787256 787272 16 0.0
.text 664368 664384 16 0.0
lock k32w0+release (read only) 580200 580216 16 0.0
.text 579664 579680 16 0.0
linux all-clusters-app debug (read only) 5788681 5788721 40 0.0
(read/write) 469520 469600 80 0.0
.bss 132944 132992 48 0.0
.data.rel.ro 324744 324760 16 0.0
.rodata 341948 341988 40 0.0
all-clusters-minimal-app debug (read only) 5134113 5134153 40 0.0
(read/write) 235248 235296 48 0.0
.bss 127280 127328 48 0.0
.data.rel.ro 96520 96536 16 0.0
.rodata 285485 285525 40 0.0
chip-tool debug .data 5058 5090 32 0.6
chip-tool-ipv6only arm64 (read/write) 587056 587152 96 0.0
ota-provider-app debug .data.rel.ro 69312 69328 16 0.0
shell debug (read/write) 154840 154880 40 0.0
.bss 62248 62256 8 0.0
.data 1344 1360 16 1.2
tv-app debug .data 6464 6496 32 0.5
tv-casting-app debug (read only) 9977945 9977977 32 0.0
.rodata 377096 377128 32 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1792900 1792908 8 0.0
.text 1586524 1586532 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1715420 1715428 8 0.0
.text 1511348 1511356 8 0.0
light cy8ckit_062s2_43012 (read/write) 1636412 1636428 16 0.0
.text 1439036 1439052 16 0.0
lock cy8ckit_062s2_43012 (read/write) 1665716 1665764 48 0.0
.text 1441220 1441268 48 0.0
qpg lighting-app qpg6105+debug .bss 102344 102352 8 0.0
lock-app qpg6105+debug .bss 98528 98536 8 0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597573 8 0.0
.bss 128280 128288 8 0.0
.text 380144 380152 8 0.0
Decreases (49 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, linux, mbed, nrfconnect, qpg, stm32, telink)
platform target config section 57898b9 e569dd95 change % change
bl602 lighting-app bl602 .rodata 157324 157320 -4 -0.0
bl602+mfd (read/write) 1442890 1442814 -76 -0.0
.bss 85496 85488 -8 -0.0
.rodata 156284 156280 -4 -0.0
.text 1111004 1110948 -56 -0.0
bl602+rpc (read/write) 1475858 1475798 -60 -0.0
.bss 93368 93360 -8 -0.0
.data 9864 9856 -8 -0.1
.text 1127080 1127032 -48 -0.0
bl702 lighting-app bl702 (read/write) 1193147 1193075 -72 -0.0
.text 964840 964752 -88 -0.0
bl702+mfd (read/write) 1204227 1204155 -72 -0.0
.text 976850 976762 -88 -0.0
bl702+rpc (read/write) 1284915 1284819 -96 -0.0
.data 4224 4216 -8 -0.2
.text 1039800 1039712 -88 -0.0
bl706-wifi .data 3680 3672 -8 -0.2
bl702l lighting-app bl702l+mfd (read/write) 1174436 1174088 -348 -0.0
cc13x4_26x4 lock-mtd LP_EM_CC1354P10_6 .text 675708 675700 -8 -0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 547983 547979 -4 -0.0
.app_xip_area 433161 433149 -12 -0.0
ota-requestor cyw930739m2evb_01 .app_xip_area 457529 457525 -4 -0.0
switch cyw930739m2evb_01 (read/write) 562447 562435 -12 -0.0
.app_xip_area 450593 450573 -20 -0.0
efr32 lighting-app BRD4161A+rs9116 .text 731084 731080 -4 -0.0
lock-app BRD4161A+wf200 (read/write) 1121724 1121688 -36 -0.0
.text 930712 930676 -36 -0.0
window-app BRD4187C (read/write) 1148024 1147992 -32 -0.0
.text 977564 977524 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 1199930 1199912 -18 -0.0
.flash.text 1199930 1199912 -18 -0.0
m5stack (read only) 1242007 1241551 -456 -0.0
.flash.rodata 278388 278380 -8 -0.0
.flash.text 1235843 1235387 -456 -0.0
linux air-purifier-app debug (read only) 2576541 2576413 -128 -0.0
(read/write) 127704 127608 -96 -0.1
.bss 46336 46272 -64 -0.1
.data.rel.ro 73304 73272 -32 -0.0
.rodata 181480 181352 -128 -0.1
all-clusters-app debug .data 4480 4464 -16 -0.4
all-clusters-minimal-app debug .data 4384 4368 -16 -0.4
bridge-app debug (read only) 4550825 4550713 -112 -0.0
(read/write) 216584 216496 -88 -0.0
.bss 117976 117920 -56 -0.0
.data.rel.ro 85760 85712 -48 -0.1
.rodata 227221 227125 -96 -0.0
.text 4104099 4104083 -16 -0.0
chip-tool debug (read only) 12108553 12108489 -64 -0.0
.bss 94264 94232 -32 -0.0
.text 10962019 10961955 -64 -0.0
chip-tool-ipv6only arm64 (read only) 11641328 11641232 -96 -0.0
.text 10405292 10405196 -96 -0.0
lighting-app debug+rpc+ui (read only) 5469817 5469753 -64 -0.0
(read/write) 225384 225256 -128 -0.1
.bss 118944 118880 -64 -0.1
.data 4800 4768 -32 -0.7
.data.rel.ro 94144 94112 -32 -0.0
.rodata 350932 350868 -64 -0.0
lock-app debug (read only) 4621305 4621209 -96 -0.0
(read/write) 204112 204048 -64 -0.0
.bss 113312 113280 -32 -0.0
.data.rel.ro 79992 79960 -32 -0.0
.rodata 253845 253749 -96 -0.0
ota-provider-app debug (read only) 4259449 4259433 -16 -0.0
.bss 113248 113216 -32 -0.0
.text 3861251 3861235 -16 -0.0
ota-requestor-app debug (read only) 4375433 4375417 -16 -0.0
(read/write) 196968 196936 -32 -0.0
.bss 114144 114112 -32 -0.0
.text 3967075 3967059 -16 -0.0
shell debug (read only) 2868257 2868145 -112 -0.0
.rodata 185664 185632 -32 -0.0
.text 2510210 2510130 -80 -0.0
thermostat-no-ble arm64 (read only) 4448056 4448048 -8 -0.0
.rodata 158348 158340 -8 -0.0
tv-app debug (read only) 5583337 5583305 -32 -0.0
(read/write) 350384 350352 -32 -0.0
.bss 243296 243232 -64 -0.0
.rodata 284309 284277 -32 -0.0
tv-casting-app debug (read/write) 342520 342456 -64 -0.0
.bss 156032 156000 -32 -0.0
.data.rel.ro 176672 176648 -24 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2531192 2531120 -72 -0.0
.text 1493876 1493804 -72 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 806932 806920 -12 -0.0
nrf7002dk_nrf5340_cpuapp text 802576 802564 -12 -0.0
qpg lighting-app qpg6105+debug (read/write) 1122680 1122676 -4 -0.0
.text 635060 635056 -4 -0.0
lock-app qpg6105+debug (read/write) 1086200 1086188 -12 -0.0
.text 598576 598564 -12 -0.0
stm32 light STM32WB5MM-DK .rodata 78756 78748 -8 -0.0
telink air-quality-sensor-app tlsr9528a_retention text 617636 617632 -4 -0.0
all-clusters-app tlsr9518adk80d (read/write) 1114708 1114692 -16 -0.0
text 789342 789322 -20 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1091948 1091932 -16 -0.0
text 760348 760336 -12 -0.0
bridge-app tlsr9518adk80d text 649736 649730 -6 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 827578 827570 -8 -0.0
text 619594 619590 -4 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 985536 985520 -16 -0.0
text 700328 700312 -16 -0.0
lock-app-dfu tlsr9528a text 653504 653500 -4 -0.0
pump-app tlsr9528a (read/write) 884840 884832 -8 -0.0
text 626138 626134 -4 -0.0
pump-controller-app tlsr9518adk80d text 593062 593058 -4 -0.0
smoke_co_alarm-app tlsr9528a_retention text 622364 622360 -4 -0.0
thermostat tlsr9518adk80d text 613358 613354 -4 -0.0
window-covering tlsr9518adk80d (read/write) 844544 844536 -8 -0.0
text 605976 605972 -4 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 57898b9 e569dd95 change % change
bl602 lighting-app bl602 (read/write) 1428218 1428422 204 0.0
.bss 85328 85328 0 0.0
.data 9488 9488 0 0.0
.rodata 157324 157320 -4 -0.0
.text 1095438 1095646 208 0.0
bl602+mfd (read/write) 1442890 1442814 -76 -0.0
.bss 85496 85488 -8 -0.0
.data 9456 9456 0 0.0
.rodata 156284 156280 -4 -0.0
.text 1111004 1110948 -56 -0.0
bl602+rpc (read/write) 1475858 1475798 -60 -0.0
.bss 93368 93360 -8 -0.0
.data 9864 9856 -8 -0.1
.rodata 164892 164896 4 0.0
.text 1127080 1127032 -48 -0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1193147 1193075 -72 -0.0
.bss 11133 11133 0 0.0
.data 3664 3664 0 0.0
.rodata 106708 106708 0 0.0
.text 964840 964752 -88 -0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1204227 1204155 -72 -0.0
.bss 11309 11309 0 0.0
.data 3648 3648 0 0.0
.rodata 105648 105648 0 0.0
.text 976850 976762 -88 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1284915 1284819 -96 -0.0
.bss 19597 19597 0 0.0
.data 4224 4216 -8 -0.2
.rodata 122080 122080 0 0.0
.text 1039800 1039712 -88 -0.0
bl706-eth (read/write) 1011657 1011825 168 0.0
.bss 23692 23692 0 0.0
.data 3240 3240 0 0.0
.rodata 100028 100028 0 0.0
.text 756742 756910 168 0.0
bl706-wifi (read/write) 1244618 1244686 68 0.0
.bss 10577 10577 0 0.0
.data 3680 3672 -8 -0.2
.rodata 121008 121008 0 0.0
.text 986962 987038 76 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1162528 1162692 164 0.0
.bss 16328 16328 0 0.0
.data 5032 5032 0 0.0
.rodata 100712 100712 0 0.0
.text 957718 957882 164 0.0
bl702l+mfd (read/write) 1174436 1174088 -348 -0.0
.bss 16504 16504 0 0.0
.data 5008 5008 0 0.0
.rodata 99652 99652 0 0.0
.text 970040 970204 164 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781408 781412 4 0.0
(read/write) 168864 168864 0 0.0
.bss 90884 90884 0 0.0
.data 3552 3552 0 0.0
.rodata 90312 90316 4 0.0
.text 690832 690832 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798840 798844 4 0.0
(read/write) 179108 179108 0 0.0
.bss 101068 101068 0 0.0
.data 3580 3580 0 0.0
.rodata 84640 84644 4 0.0
.text 713932 713932 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787352 787356 4 0.0
(read/write) 173564 173564 0 0.0
.bss 95524 95524 0 0.0
.data 3580 3580 0 0.0
.rodata 111376 111388 12 0.0
.text 675708 675700 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 738672 738676 4 0.0
(read/write) 167836 167836 0 0.0
.bss 89624 89624 0 0.0
.data 3540 3540 0 0.0
.rodata 86032 86036 4 0.0
.text 652376 652376 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724296 724308 12 0.0
(read/write) 168048 168048 0 0.0
.bss 89848 89848 0 0.0
.data 3536 3536 0 0.0
.rodata 81872 81876 4 0.0
.text 642160 642168 8 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572954 572962 8 0.0
(read/write) 207896 207896 0 0.0
.bss 201180 201180 0 0.0
.data 1592 1592 0 0.0
.rodata 84522 84530 8 0.0
.text 486308 486312 4 0.0
lock CC3235SF_LAUNCHXL (read only) 627218 627250 32 0.0
(read/write) 208296 208296 0 0.0
.bss 201656 201656 0 0.0
.data 1520 1520 0 0.0
.rodata 106386 106402 16 0.0
.text 518712 518724 12 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564335 564347 12 0.0
.app_xip_area 454257 454261 4 0.0
.bss 64920 64928 8 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 547983 547979 -4 -0.0
.app_xip_area 433161 433149 -12 -0.0
.bss 69624 69632 8 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566151 566155 4 0.0
.app_xip_area 457529 457525 -4 -0.0
.bss 63504 63512 8 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562447 562435 -12 -0.0
.app_xip_area 450593 450573 -20 -0.0
.bss 66624 66632 8 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 930384 930384 0 0.0
.bss 197904 197912 8 0.0
.data 1372 1372 0 0.0
.text 731084 731080 -4 -0.0
BRD4187C (read/write) 1108208 1108228 20 0.0
.bss 195156 195164 8 0.0
.data 3384 3384 0 0.0
.text 909648 909660 12 0.0
lock-app BRD4161A+wf200 (read/write) 1121724 1121688 -36 -0.0
.bss 188192 188192 0 0.0
.data 2800 2800 0 0.0
.text 930712 930676 -36 -0.0
window-app BRD4187C (read/write) 1148024 1147992 -32 -0.0
.bss 167148 167156 8 0.0
.data 3292 3292 0 0.0
.text 977564 977524 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 1199930 1199912 -18 -0.0
(read/write) 1744736 1744760 24 0.0
.dram0.bss 73392 73400 8 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 248224 248232 8 0.0
.flash.text 1199930 1199912 -18 -0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1242007 1241551 -456 -0.0
(read/write) 529704 529704 0 0.0
.dram0.bss 80264 80272 8 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 278388 278380 -8 -0.0
.flash.text 1235843 1235387 -456 -0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610584 610592 8 0.0
(read/write) 81332 81332 0 0.0
.bss 69112 69112 0 0.0
.data 2236 2236 0 0.0
.text 610048 610056 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696268 696284 16 0.0
.bss 67768 67768 0 0.0
.data 2788 2788 0 0.0
.text 582240 582256 16 0.0
light k32w0+release (read only) 598944 598952 8 0.0
(read/write) 79340 79340 0 0.0
.bss 67168 67168 0 0.0
.data 2188 2188 0 0.0
.text 598408 598416 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787256 787272 16 0.0
.bss 77436 77436 0 0.0
.data 2000 2000 0 0.0
.text 664368 664384 16 0.0
lock k32w0+release (read only) 580200 580216 16 0.0
(read/write) 78756 78756 0 0.0
.bss 66608 66608 0 0.0
.data 2164 2164 0 0.0
.text 579664 579680 16 0.0
linux air-purifier-app debug (read only) 2576541 2576413 -128 -0.0
(read/write) 127704 127608 -96 -0.1
.bss 46336 46272 -64 -0.1
.data 2144 2144 0 0.0
.data.rel.ro 73304 73272 -32 -0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 181480 181352 -128 -0.1
.text 2218821 2218821 0 0.0
all-clusters-app debug (read only) 5788681 5788721 40 0.0
(read/write) 469520 469600 80 0.0
.bss 132944 132992 48 0.0
.data 4480 4464 -16 -0.4
.data.rel.ro 324744 324760 16 0.0
.dynamic 624 624 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 1336 1336 0 0.0
.rodata 341948 341988 40 0.0
.text 5022675 5022675 0 0.0
all-clusters-minimal-app debug (read only) 5134113 5134153 40 0.0
(read/write) 235248 235296 48 0.0
.bss 127280 127328 48 0.0
.data 4384 4368 -16 -0.4
.data.rel.ro 96520 96536 16 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 285485 285525 40 0.0
.text 4615283 4615283 0 0.0
bridge-app debug (read only) 4550825 4550713 -112 -0.0
(read/write) 216584 216496 -88 -0.0
.bss 117976 117920 -56 -0.0
.data 6144 6144 0 0.0
.data.rel.ro 85760 85712 -48 -0.1
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 227221 227125 -96 -0.0
.text 4104099 4104083 -16 -0.0
chip-tool debug (read only) 12108553 12108489 -64 -0.0
(read/write) 516912 516912 0 0.0
.bss 94264 94232 -32 -0.0
.data 5058 5090 32 0.6
.data.rel.ro 410336 410336 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 439993 439993 0 0.0
.text 10962019 10961955 -64 -0.0
chip-tool-ipv6only arm64 (read only) 11641328 11641232 -96 -0.0
(read/write) 587056 587152 96 0.0
.bss 103288 103288 0 0.0
.data 4472 4472 0 0.0
.data.rel.ro 449880 449880 0 0.0
.dynamic 512 512 0 0.0
.got 20400 20400 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 347420 347420 0 0.0
.text 10405292 10405196 -96 -0.0
lighting-app debug+rpc+ui (read only) 5469817 5469753 -64 -0.0
(read/write) 225384 225256 -128 -0.1
.bss 118944 118880 -64 -0.1
.data 4800 4768 -32 -0.7
.data.rel.ro 94144 94112 -32 -0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 350932 350868 -64 -0.0
.text 4873283 4873283 0 0.0
lock-app debug (read only) 4621305 4621209 -96 -0.0
(read/write) 204112 204048 -64 -0.0
.bss 113312 113280 -32 -0.0
.data 4096 4096 0 0.0
.data.rel.ro 79992 79960 -32 -0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 253845 253749 -96 -0.0
.text 4156499 4156499 0 0.0
ota-provider-app debug (read only) 4259449 4259433 -16 -0.0
(read/write) 192688 192688 0 0.0
.bss 113248 113216 -32 -0.0
.data 4256 4256 0 0.0
.data.rel.ro 69312 69328 16 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206325 206325 0 0.0
.text 3861251 3861235 -16 -0.0
ota-requestor-app debug (read only) 4375433 4375417 -16 -0.0
(read/write) 196968 196936 -32 -0.0
.bss 114144 114112 -32 -0.0
.data 4656 4656 0 0.0
.data.rel.ro 72288 72288 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212181 212181 0 0.0
.text 3967075 3967059 -16 -0.0
shell debug (read only) 2868257 2868145 -112 -0.0
(read/write) 154840 154880 40 0.0
.bss 62248 62256 8 0.0
.data 1344 1360 16 1.2
.data.rel.ro 85480 85480 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185664 185632 -32 -0.0
.text 2510210 2510130 -80 -0.0
thermostat-no-ble arm64 (read only) 4448056 4448048 -8 -0.0
(read/write) 247448 247448 0 0.0
.bss 121672 121672 0 0.0
.data 3328 3328 0 0.0
.data.rel.ro 103272 103272 0 0.0
.dynamic 512 512 0 0.0
.got 12160 12160 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158348 158340 -8 -0.0
.text 3945900 3945900 0 0.0
tv-app debug (read only) 5583337 5583305 -32 -0.0
(read/write) 350384 350352 -32 -0.0
.bss 243296 243232 -64 -0.0
.data 6464 6496 32 0.5
.data.rel.ro 93336 93336 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 284309 284277 -32 -0.0
.text 5059123 5059123 0 0.0
tv-casting-app debug (read only) 9977945 9977977 32 0.0
(read/write) 342520 342456 -64 -0.0
.bss 156032 156000 -32 -0.0
.data 2912 2912 0 0.0
.data.rel.ro 176672 176648 -24 -0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 377096 377128 32 0.0
.text 9128483 9128483 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531192 2531120 -72 -0.0
.bss 220392 220392 0 0.0
.data 5208 5208 0 0.0
.text 1493876 1493804 -72 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1095932 1095932 0 0.0
bss 129801 129801 0 0.0
rodata 111372 111372 0 0.0
text 806932 806920 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1216180 1216180 0 0.0
bss 121939 121939 0 0.0
rodata 141176 141176 0 0.0
text 802576 802564 -12 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045332 1045332 0 0.0
bss 129527 129527 0 0.0
rodata 99204 99204 0 0.0
text 768880 768880 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835352 835352 0 0.0
(read/write) 1792900 1792908 8 0.0
.bss 195348 195348 0 0.0
.data 2640 2640 0 0.0
.text 1586524 1586532 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837656 837656 0 0.0
(read/write) 1715420 1715428 8 0.0
.bss 193068 193068 0 0.0
.data 2616 2616 0 0.0
.text 1511348 1511356 8 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1636412 1636428 16 0.0
.bss 186556 186556 0 0.0
.data 2432 2432 0 0.0
.text 1439036 1439052 16 0.0
lock cy8ckit_062s2_43012 (read only) 817232 817232 0 0.0
(read/write) 1665716 1665764 48 0.0
.bss 213652 213652 0 0.0
.data 2456 2456 0 0.0
.text 1441220 1441268 48 0.0
qpg lighting-app qpg6105+debug (read/write) 1122680 1122676 -4 -0.0
.bss 102344 102352 8 0.0
.data 808 808 0 0.0
.text 635060 635056 -4 -0.0
lock-app qpg6105+debug (read/write) 1086200 1086188 -12 -0.0
.bss 98528 98536 8 0.0
.data 852 852 0 0.0
.text 598576 598564 -12 -0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597573 8 0.0
.bss 128280 128288 8 0.0
.data 660 660 0 0.0
.rodata 78756 78748 -8 -0.0
.text 380144 380152 8 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825678 825678 0 0.0
bss 51020 51020 0 0.0
text 617636 617632 -4 -0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1114708 1114692 -16 -0.0
bss 100784 100784 0 0.0
text 789342 789322 -20 -0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1091948 1091932 -16 -0.0
bss 109920 109920 0 0.0
text 760348 760336 -12 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935940 935940 0 0.0
bss 92988 92988 0 0.0
text 649736 649730 -6 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827578 827570 -8 -0.0
bss 51072 51072 0 0.0
text 619594 619590 -4 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 985536 985520 -16 -0.0
bss 79116 79116 0 0.0
text 700328 700312 -16 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1097932 1097932 0 0.0
bss 100064 100064 0 0.0
text 773960 773960 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 971456 971456 0 0.0
bss 97416 97416 0 0.0
text 653504 653500 -4 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953772 953772 0 0.0
bss 92564 92564 0 0.0
text 667676 667676 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 884840 884832 -8 -0.0
bss 69136 69136 0 0.0
text 626138 626134 -4 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825484 825484 0 0.0
bss 57380 57380 0 0.0
text 593062 593058 -4 -0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705772 705772 0 0.0
bss 73640 73640 0 0.0
text 462164 462164 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 829322 829322 0 0.0
bss 51200 51200 0 0.0
text 622364 622360 -4 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884113 884113 0 0.0
bss 60856 60856 0 0.0
text 636180 636180 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851800 851800 0 0.0
bss 57668 57668 0 0.0
text 613358 613354 -4 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 844544 844536 -8 -0.0
bss 57984 57984 0 0.0
text 605976 605972 -4 -0.0

Copy link

github-actions bot commented Jan 25, 2024

PR #31632: Size comparison from 57898b9 to 9903ab0

Increases above 0.2%:

platform target config section 57898b9 9903ab0 change % change
linux air-purifier-app debug .data 2144 2176 32 1.5
chip-tool debug .data 5058 5090 32 0.6
lock-app debug .data 4096 4128 32 0.8
ota-provider-app debug .data 4256 4288 32 0.8
ota-requestor-app debug .data 4656 4688 32 0.7
shell debug .data 1344 1360 16 1.2
thermostat-no-ble arm64 .data 3328 3344 16 0.5
tv-app debug .data 6464 6496 32 0.5
Increases (48 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, psoc6, qpg, stm32)
platform target config section 57898b9 9903ab0 change % change
bl602 lighting-app bl602 (read/write) 1428218 1428422 204 0.0
.text 1095438 1095646 208 0.0
bl602+rpc .rodata 164892 164896 4 0.0
bl702 lighting-app bl706-eth (read/write) 1011657 1011825 168 0.0
.text 756742 756910 168 0.0
bl706-wifi (read/write) 1244618 1244686 68 0.0
.text 986962 987038 76 0.0
bl702l lighting-app bl702l (read/write) 1162528 1162692 164 0.0
.text 957718 957882 164 0.0
bl702l+mfd .text 970040 970204 164 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781408 781412 4 0.0
.rodata 90312 90316 4 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798840 798844 4 0.0
.rodata 84640 84644 4 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787352 787356 4 0.0
.rodata 111376 111388 12 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738672 738676 4 0.0
.rodata 86032 86036 4 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724296 724308 12 0.0
.rodata 81872 81876 4 0.0
.text 642160 642168 8 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572954 572962 8 0.0
.rodata 84522 84530 8 0.0
.text 486308 486312 4 0.0
lock CC3235SF_LAUNCHXL (read only) 627218 627250 32 0.0
.rodata 106386 106402 16 0.0
.text 518712 518724 12 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564335 564347 12 0.0
.app_xip_area 454257 454261 4 0.0
.bss 64920 64928 8 0.0
lock cyw930739m2evb_01 .bss 69624 69632 8 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566151 566155 4 0.0
.bss 63504 63512 8 0.0
switch cyw930739m2evb_01 .bss 66624 66632 8 0.0
efr32 lighting-app BRD4161A+rs9116 .bss 197904 197912 8 0.0
BRD4187C (read/write) 1108208 1108228 20 0.0
.bss 195156 195164 8 0.0
.text 909648 909660 12 0.0
window-app BRD4187C .bss 167148 167156 8 0.0
esp32 all-clusters-app c3devkit (read/write) 1744736 1744760 24 0.0
.dram0.bss 73392 73400 8 0.0
.flash.rodata 248224 248232 8 0.0
m5stack .dram0.bss 80264 80272 8 0.0
k32w contact k32w0+release (read only) 610584 610592 8 0.0
.text 610048 610056 8 0.0
k32w1+release (read/write) 696268 696284 16 0.0
.text 582240 582256 16 0.0
light k32w0+release (read only) 598944 598952 8 0.0
.text 598408 598416 8 0.0
k32w1+release (read/write) 787256 787272 16 0.0
.text 664368 664384 16 0.0
lock k32w0+release (read only) 580200 580216 16 0.0
.text 579664 579680 16 0.0
linux air-purifier-app debug (read only) 2576541 2576741 200 0.0
.data 2144 2176 32 1.5
.text 2218821 2218997 176 0.0
all-clusters-app debug (read only) 5788681 5789049 368 0.0
(read/write) 469520 469600 80 0.0
.bss 132944 132992 48 0.0
.data.rel.ro 324744 324760 16 0.0
.rodata 341948 342116 168 0.0
.text 5022675 5022851 176 0.0
all-clusters-minimal-app debug (read only) 5134113 5134481 368 0.0
(read/write) 235248 235296 48 0.0
.bss 127280 127328 48 0.0
.data.rel.ro 96520 96536 16 0.0
.rodata 285485 285653 168 0.1
.text 4615283 4615459 176 0.0
bridge-app debug (read only) 4550825 4551009 184 0.0
.text 4104099 4104259 160 0.0
chip-tool debug .data 5058 5090 32 0.6
chip-tool-ipv6only arm64 (read/write) 587056 587152 96 0.0
lighting-app debug+rpc+ui (read only) 5469817 5470033 216 0.0
.rodata 350932 350964 32 0.0
.text 4873283 4873443 160 0.0
lock-app debug (read only) 4621305 4621617 312 0.0
.data 4096 4128 32 0.8
.text 4156499 4156787 288 0.0
ota-provider-app debug (read only) 4259449 4259729 280 0.0
(read/write) 192688 192720 32 0.0
.data 4256 4288 32 0.8
.data.rel.ro 69312 69328 16 0.0
.rodata 206325 206421 96 0.0
.text 3861251 3861411 160 0.0
ota-requestor-app debug (read only) 4375433 4375745 312 0.0
.data 4656 4688 32 0.7
.rodata 212181 212309 128 0.1
.text 3967075 3967235 160 0.0
shell debug (read/write) 154840 154880 40 0.0
.bss 62248 62256 8 0.0
.data 1344 1360 16 1.2
thermostat-no-ble arm64 (read only) 4448056 4448424 368 0.0
.data 3328 3344 16 0.5
.rodata 158348 158460 112 0.1
.text 3945900 3946124 224 0.0
tv-app debug (read only) 5583337 5583761 424 0.0
.data 6464 6496 32 0.5
.rodata 284309 284405 96 0.0
.text 5059123 5059427 304 0.0
tv-casting-app debug (read only) 9977945 9978193 248 0.0
.rodata 377096 377224 128 0.0
.text 9128483 9128579 96 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1792900 1792908 8 0.0
.text 1586524 1586532 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1715420 1715428 8 0.0
.text 1511348 1511356 8 0.0
light cy8ckit_062s2_43012 (read/write) 1636412 1636428 16 0.0
.text 1439036 1439052 16 0.0
lock cy8ckit_062s2_43012 (read/write) 1665716 1665764 48 0.0
.text 1441220 1441268 48 0.0
qpg lighting-app qpg6105+debug .bss 102344 102352 8 0.0
lock-app qpg6105+debug .bss 98528 98536 8 0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597573 8 0.0
.bss 128280 128288 8 0.0
.text 380144 380152 8 0.0
Decreases (49 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, linux, mbed, nrfconnect, qpg, stm32, telink)
platform target config section 57898b9 9903ab0 change % change
bl602 lighting-app bl602 .rodata 157324 157320 -4 -0.0
bl602+mfd (read/write) 1442890 1442814 -76 -0.0
.bss 85496 85488 -8 -0.0
.rodata 156284 156280 -4 -0.0
.text 1111004 1110948 -56 -0.0
bl602+rpc (read/write) 1475858 1475798 -60 -0.0
.bss 93368 93360 -8 -0.0
.data 9864 9856 -8 -0.1
.text 1127080 1127032 -48 -0.0
bl702 lighting-app bl702 (read/write) 1193147 1193075 -72 -0.0
.text 964840 964752 -88 -0.0
bl702+mfd (read/write) 1204227 1204155 -72 -0.0
.text 976850 976762 -88 -0.0
bl702+rpc (read/write) 1284915 1284819 -96 -0.0
.data 4224 4216 -8 -0.2
.text 1039800 1039712 -88 -0.0
bl706-wifi .data 3680 3672 -8 -0.2
bl702l lighting-app bl702l+mfd (read/write) 1174436 1174088 -348 -0.0
cc13x4_26x4 lock-mtd LP_EM_CC1354P10_6 .text 675708 675700 -8 -0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 547983 547979 -4 -0.0
.app_xip_area 433161 433149 -12 -0.0
ota-requestor cyw930739m2evb_01 .app_xip_area 457529 457525 -4 -0.0
switch cyw930739m2evb_01 (read/write) 562447 562435 -12 -0.0
.app_xip_area 450593 450573 -20 -0.0
efr32 lighting-app BRD4161A+rs9116 .text 731084 731080 -4 -0.0
lock-app BRD4161A+wf200 (read/write) 1121724 1121688 -36 -0.0
.text 930712 930676 -36 -0.0
window-app BRD4187C (read/write) 1148024 1147992 -32 -0.0
.text 977564 977524 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 1199930 1199912 -18 -0.0
.flash.text 1199930 1199912 -18 -0.0
m5stack (read only) 1242007 1241551 -456 -0.0
.flash.rodata 278388 278380 -8 -0.0
.flash.text 1235843 1235387 -456 -0.0
linux air-purifier-app debug (read/write) 127704 127640 -64 -0.1
.bss 46336 46272 -64 -0.1
.data.rel.ro 73304 73272 -32 -0.0
all-clusters-app debug .data 4480 4464 -16 -0.4
all-clusters-minimal-app debug .data 4384 4368 -16 -0.4
bridge-app debug (read/write) 216584 216496 -88 -0.0
.bss 117976 117920 -56 -0.0
.data.rel.ro 85760 85712 -48 -0.1
chip-tool debug (read only) 12108553 12108489 -64 -0.0
.bss 94264 94232 -32 -0.0
.text 10962019 10961955 -64 -0.0
chip-tool-ipv6only arm64 (read only) 11641328 11641232 -96 -0.0
.text 10405292 10405196 -96 -0.0
lighting-app debug+rpc+ui (read/write) 225384 225288 -96 -0.0
.bss 118944 118880 -64 -0.1
.data.rel.ro 94144 94112 -32 -0.0
lock-app debug (read/write) 204112 204080 -32 -0.0
.bss 113312 113280 -32 -0.0
.data.rel.ro 79992 79960 -32 -0.0
ota-provider-app debug .bss 113248 113216 -32 -0.0
ota-requestor-app debug .bss 114144 114112 -32 -0.0
shell debug (read only) 2868257 2868145 -112 -0.0
.rodata 185664 185632 -32 -0.0
.text 2510210 2510130 -80 -0.0
thermostat-no-ble arm64 (read/write) 247448 247112 -336 -0.1
tv-app debug (read/write) 350384 350352 -32 -0.0
.bss 243296 243232 -64 -0.0
tv-casting-app debug (read/write) 342520 342456 -64 -0.0
.bss 156032 156000 -32 -0.0
.data.rel.ro 176672 176648 -24 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2531192 2531120 -72 -0.0
.text 1493876 1493804 -72 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 806932 806920 -12 -0.0
nrf7002dk_nrf5340_cpuapp text 802576 802564 -12 -0.0
qpg lighting-app qpg6105+debug (read/write) 1122680 1122676 -4 -0.0
.text 635060 635056 -4 -0.0
lock-app qpg6105+debug (read/write) 1086200 1086188 -12 -0.0
.text 598576 598564 -12 -0.0
stm32 light STM32WB5MM-DK .rodata 78756 78748 -8 -0.0
telink air-quality-sensor-app tlsr9528a_retention text 617636 617632 -4 -0.0
all-clusters-app tlsr9518adk80d (read/write) 1114708 1114692 -16 -0.0
text 789342 789322 -20 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1091948 1091932 -16 -0.0
text 760348 760336 -12 -0.0
bridge-app tlsr9518adk80d text 649736 649730 -6 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 827578 827570 -8 -0.0
text 619594 619590 -4 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 985536 985520 -16 -0.0
text 700328 700312 -16 -0.0
lock-app-dfu tlsr9528a text 653504 653500 -4 -0.0
pump-app tlsr9528a (read/write) 884840 884832 -8 -0.0
text 626138 626134 -4 -0.0
pump-controller-app tlsr9518adk80d text 593062 593058 -4 -0.0
smoke_co_alarm-app tlsr9528a_retention text 622364 622360 -4 -0.0
thermostat tlsr9518adk80d text 613358 613354 -4 -0.0
window-covering tlsr9518adk80d (read/write) 844544 844536 -8 -0.0
text 605976 605972 -4 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 57898b9 9903ab0 change % change
bl602 lighting-app bl602 (read/write) 1428218 1428422 204 0.0
.bss 85328 85328 0 0.0
.data 9488 9488 0 0.0
.rodata 157324 157320 -4 -0.0
.text 1095438 1095646 208 0.0
bl602+mfd (read/write) 1442890 1442814 -76 -0.0
.bss 85496 85488 -8 -0.0
.data 9456 9456 0 0.0
.rodata 156284 156280 -4 -0.0
.text 1111004 1110948 -56 -0.0
bl602+rpc (read/write) 1475858 1475798 -60 -0.0
.bss 93368 93360 -8 -0.0
.data 9864 9856 -8 -0.1
.rodata 164892 164896 4 0.0
.text 1127080 1127032 -48 -0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1193147 1193075 -72 -0.0
.bss 11133 11133 0 0.0
.data 3664 3664 0 0.0
.rodata 106708 106708 0 0.0
.text 964840 964752 -88 -0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1204227 1204155 -72 -0.0
.bss 11309 11309 0 0.0
.data 3648 3648 0 0.0
.rodata 105648 105648 0 0.0
.text 976850 976762 -88 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1284915 1284819 -96 -0.0
.bss 19597 19597 0 0.0
.data 4224 4216 -8 -0.2
.rodata 122080 122080 0 0.0
.text 1039800 1039712 -88 -0.0
bl706-eth (read/write) 1011657 1011825 168 0.0
.bss 23692 23692 0 0.0
.data 3240 3240 0 0.0
.rodata 100028 100028 0 0.0
.text 756742 756910 168 0.0
bl706-wifi (read/write) 1244618 1244686 68 0.0
.bss 10577 10577 0 0.0
.data 3680 3672 -8 -0.2
.rodata 121008 121008 0 0.0
.text 986962 987038 76 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1162528 1162692 164 0.0
.bss 16328 16328 0 0.0
.data 5032 5032 0 0.0
.rodata 100712 100712 0 0.0
.text 957718 957882 164 0.0
bl702l+mfd (read/write) 1174436 1174088 -348 -0.0
.bss 16504 16504 0 0.0
.data 5008 5008 0 0.0
.rodata 99652 99652 0 0.0
.text 970040 970204 164 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781408 781412 4 0.0
(read/write) 168864 168864 0 0.0
.bss 90884 90884 0 0.0
.data 3552 3552 0 0.0
.rodata 90312 90316 4 0.0
.text 690832 690832 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798840 798844 4 0.0
(read/write) 179108 179108 0 0.0
.bss 101068 101068 0 0.0
.data 3580 3580 0 0.0
.rodata 84640 84644 4 0.0
.text 713932 713932 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787352 787356 4 0.0
(read/write) 173564 173564 0 0.0
.bss 95524 95524 0 0.0
.data 3580 3580 0 0.0
.rodata 111376 111388 12 0.0
.text 675708 675700 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 738672 738676 4 0.0
(read/write) 167836 167836 0 0.0
.bss 89624 89624 0 0.0
.data 3540 3540 0 0.0
.rodata 86032 86036 4 0.0
.text 652376 652376 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724296 724308 12 0.0
(read/write) 168048 168048 0 0.0
.bss 89848 89848 0 0.0
.data 3536 3536 0 0.0
.rodata 81872 81876 4 0.0
.text 642160 642168 8 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572954 572962 8 0.0
(read/write) 207896 207896 0 0.0
.bss 201180 201180 0 0.0
.data 1592 1592 0 0.0
.rodata 84522 84530 8 0.0
.text 486308 486312 4 0.0
lock CC3235SF_LAUNCHXL (read only) 627218 627250 32 0.0
(read/write) 208296 208296 0 0.0
.bss 201656 201656 0 0.0
.data 1520 1520 0 0.0
.rodata 106386 106402 16 0.0
.text 518712 518724 12 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564335 564347 12 0.0
.app_xip_area 454257 454261 4 0.0
.bss 64920 64928 8 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 547983 547979 -4 -0.0
.app_xip_area 433161 433149 -12 -0.0
.bss 69624 69632 8 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566151 566155 4 0.0
.app_xip_area 457529 457525 -4 -0.0
.bss 63504 63512 8 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562447 562435 -12 -0.0
.app_xip_area 450593 450573 -20 -0.0
.bss 66624 66632 8 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 930384 930384 0 0.0
.bss 197904 197912 8 0.0
.data 1372 1372 0 0.0
.text 731084 731080 -4 -0.0
BRD4187C (read/write) 1108208 1108228 20 0.0
.bss 195156 195164 8 0.0
.data 3384 3384 0 0.0
.text 909648 909660 12 0.0
lock-app BRD4161A+wf200 (read/write) 1121724 1121688 -36 -0.0
.bss 188192 188192 0 0.0
.data 2800 2800 0 0.0
.text 930712 930676 -36 -0.0
window-app BRD4187C (read/write) 1148024 1147992 -32 -0.0
.bss 167148 167156 8 0.0
.data 3292 3292 0 0.0
.text 977564 977524 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 1199930 1199912 -18 -0.0
(read/write) 1744736 1744760 24 0.0
.dram0.bss 73392 73400 8 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 248224 248232 8 0.0
.flash.text 1199930 1199912 -18 -0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1242007 1241551 -456 -0.0
(read/write) 529704 529704 0 0.0
.dram0.bss 80264 80272 8 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 278388 278380 -8 -0.0
.flash.text 1235843 1235387 -456 -0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610584 610592 8 0.0
(read/write) 81332 81332 0 0.0
.bss 69112 69112 0 0.0
.data 2236 2236 0 0.0
.text 610048 610056 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696268 696284 16 0.0
.bss 67768 67768 0 0.0
.data 2788 2788 0 0.0
.text 582240 582256 16 0.0
light k32w0+release (read only) 598944 598952 8 0.0
(read/write) 79340 79340 0 0.0
.bss 67168 67168 0 0.0
.data 2188 2188 0 0.0
.text 598408 598416 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787256 787272 16 0.0
.bss 77436 77436 0 0.0
.data 2000 2000 0 0.0
.text 664368 664384 16 0.0
lock k32w0+release (read only) 580200 580216 16 0.0
(read/write) 78756 78756 0 0.0
.bss 66608 66608 0 0.0
.data 2164 2164 0 0.0
.text 579664 579680 16 0.0
linux air-purifier-app debug (read only) 2576541 2576741 200 0.0
(read/write) 127704 127640 -64 -0.1
.bss 46336 46272 -64 -0.1
.data 2144 2176 32 1.5
.data.rel.ro 73304 73272 -32 -0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 181480 181480 0 0.0
.text 2218821 2218997 176 0.0
all-clusters-app debug (read only) 5788681 5789049 368 0.0
(read/write) 469520 469600 80 0.0
.bss 132944 132992 48 0.0
.data 4480 4464 -16 -0.4
.data.rel.ro 324744 324760 16 0.0
.dynamic 624 624 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 1336 1336 0 0.0
.rodata 341948 342116 168 0.0
.text 5022675 5022851 176 0.0
all-clusters-minimal-app debug (read only) 5134113 5134481 368 0.0
(read/write) 235248 235296 48 0.0
.bss 127280 127328 48 0.0
.data 4384 4368 -16 -0.4
.data.rel.ro 96520 96536 16 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 285485 285653 168 0.1
.text 4615283 4615459 176 0.0
bridge-app debug (read only) 4550825 4551009 184 0.0
(read/write) 216584 216496 -88 -0.0
.bss 117976 117920 -56 -0.0
.data 6144 6144 0 0.0
.data.rel.ro 85760 85712 -48 -0.1
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 227221 227221 0 0.0
.text 4104099 4104259 160 0.0
chip-tool debug (read only) 12108553 12108489 -64 -0.0
(read/write) 516912 516912 0 0.0
.bss 94264 94232 -32 -0.0
.data 5058 5090 32 0.6
.data.rel.ro 410336 410336 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 439993 439993 0 0.0
.text 10962019 10961955 -64 -0.0
chip-tool-ipv6only arm64 (read only) 11641328 11641232 -96 -0.0
(read/write) 587056 587152 96 0.0
.bss 103288 103288 0 0.0
.data 4472 4472 0 0.0
.data.rel.ro 449880 449880 0 0.0
.dynamic 512 512 0 0.0
.got 20400 20400 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 347420 347420 0 0.0
.text 10405292 10405196 -96 -0.0
lighting-app debug+rpc+ui (read only) 5469817 5470033 216 0.0
(read/write) 225384 225288 -96 -0.0
.bss 118944 118880 -64 -0.1
.data 4800 4800 0 0.0
.data.rel.ro 94144 94112 -32 -0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 350932 350964 32 0.0
.text 4873283 4873443 160 0.0
lock-app debug (read only) 4621305 4621617 312 0.0
(read/write) 204112 204080 -32 -0.0
.bss 113312 113280 -32 -0.0
.data 4096 4128 32 0.8
.data.rel.ro 79992 79960 -32 -0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 253845 253845 0 0.0
.text 4156499 4156787 288 0.0
ota-provider-app debug (read only) 4259449 4259729 280 0.0
(read/write) 192688 192720 32 0.0
.bss 113248 113216 -32 -0.0
.data 4256 4288 32 0.8
.data.rel.ro 69312 69328 16 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206325 206421 96 0.0
.text 3861251 3861411 160 0.0
ota-requestor-app debug (read only) 4375433 4375745 312 0.0
(read/write) 196968 196968 0 0.0
.bss 114144 114112 -32 -0.0
.data 4656 4688 32 0.7
.data.rel.ro 72288 72288 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212181 212309 128 0.1
.text 3967075 3967235 160 0.0
shell debug (read only) 2868257 2868145 -112 -0.0
(read/write) 154840 154880 40 0.0
.bss 62248 62256 8 0.0
.data 1344 1360 16 1.2
.data.rel.ro 85480 85480 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185664 185632 -32 -0.0
.text 2510210 2510130 -80 -0.0
thermostat-no-ble arm64 (read only) 4448056 4448424 368 0.0
(read/write) 247448 247112 -336 -0.1
.bss 121672 121672 0 0.0
.data 3328 3344 16 0.5
.data.rel.ro 103272 103272 0 0.0
.dynamic 512 512 0 0.0
.got 12160 12160 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158348 158460 112 0.1
.text 3945900 3946124 224 0.0
tv-app debug (read only) 5583337 5583761 424 0.0
(read/write) 350384 350352 -32 -0.0
.bss 243296 243232 -64 -0.0
.data 6464 6496 32 0.5
.data.rel.ro 93336 93336 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 284309 284405 96 0.0
.text 5059123 5059427 304 0.0
tv-casting-app debug (read only) 9977945 9978193 248 0.0
(read/write) 342520 342456 -64 -0.0
.bss 156032 156000 -32 -0.0
.data 2912 2912 0 0.0
.data.rel.ro 176672 176648 -24 -0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 377096 377224 128 0.0
.text 9128483 9128579 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531192 2531120 -72 -0.0
.bss 220392 220392 0 0.0
.data 5208 5208 0 0.0
.text 1493876 1493804 -72 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1095932 1095932 0 0.0
bss 129801 129801 0 0.0
rodata 111372 111372 0 0.0
text 806932 806920 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1216180 1216180 0 0.0
bss 121939 121939 0 0.0
rodata 141176 141176 0 0.0
text 802576 802564 -12 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045332 1045332 0 0.0
bss 129527 129527 0 0.0
rodata 99204 99204 0 0.0
text 768880 768880 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835352 835352 0 0.0
(read/write) 1792900 1792908 8 0.0
.bss 195348 195348 0 0.0
.data 2640 2640 0 0.0
.text 1586524 1586532 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837656 837656 0 0.0
(read/write) 1715420 1715428 8 0.0
.bss 193068 193068 0 0.0
.data 2616 2616 0 0.0
.text 1511348 1511356 8 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1636412 1636428 16 0.0
.bss 186556 186556 0 0.0
.data 2432 2432 0 0.0
.text 1439036 1439052 16 0.0
lock cy8ckit_062s2_43012 (read only) 817232 817232 0 0.0
(read/write) 1665716 1665764 48 0.0
.bss 213652 213652 0 0.0
.data 2456 2456 0 0.0
.text 1441220 1441268 48 0.0
qpg lighting-app qpg6105+debug (read/write) 1122680 1122676 -4 -0.0
.bss 102344 102352 8 0.0
.data 808 808 0 0.0
.text 635060 635056 -4 -0.0
lock-app qpg6105+debug (read/write) 1086200 1086188 -12 -0.0
.bss 98528 98536 8 0.0
.data 852 852 0 0.0
.text 598576 598564 -12 -0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597573 8 0.0
.bss 128280 128288 8 0.0
.data 660 660 0 0.0
.rodata 78756 78748 -8 -0.0
.text 380144 380152 8 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825678 825678 0 0.0
bss 51020 51020 0 0.0
text 617636 617632 -4 -0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1114708 1114692 -16 -0.0
bss 100784 100784 0 0.0
text 789342 789322 -20 -0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1091948 1091932 -16 -0.0
bss 109920 109920 0 0.0
text 760348 760336 -12 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935940 935940 0 0.0
bss 92988 92988 0 0.0
text 649736 649730 -6 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827578 827570 -8 -0.0
bss 51072 51072 0 0.0
text 619594 619590 -4 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 985536 985520 -16 -0.0
bss 79116 79116 0 0.0
text 700328 700312 -16 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1097932 1097932 0 0.0
bss 100064 100064 0 0.0
text 773960 773960 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 971456 971456 0 0.0
bss 97416 97416 0 0.0
text 653504 653500 -4 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953772 953772 0 0.0
bss 92564 92564 0 0.0
text 667676 667676 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 884840 884832 -8 -0.0
bss 69136 69136 0 0.0
text 626138 626134 -4 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825484 825484 0 0.0
bss 57380 57380 0 0.0
text 593062 593058 -4 -0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705772 705772 0 0.0
bss 73640 73640 0 0.0
text 462164 462164 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 829322 829322 0 0.0
bss 51200 51200 0 0.0
text 622364 622360 -4 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884113 884113 0 0.0
bss 60856 60856 0 0.0
text 636180 636180 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851800 851800 0 0.0
bss 57668 57668 0 0.0
text 613358 613354 -4 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 844544 844536 -8 -0.0
bss 57984 57984 0 0.0
text 605976 605972 -4 -0.0

src/app/BUILD.gn Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Jan 25, 2024

PR #31632: Size comparison from 57898b9 to 80c7259

Increases (21 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, k32w, qpg, stm32)
platform target config section 57898b9 80c7259 change % change
bl602 lighting-app bl602 (read/write) 1428218 1428270 52 0.0
.text 1095438 1095490 52 0.0
bl602+rpc (read/write) 1475858 1475902 44 0.0
.rodata 164892 164896 4 0.0
.text 1127080 1127132 52 0.0
bl702 lighting-app bl702 (read/write) 1193147 1193191 44 0.0
.text 964840 964878 38 0.0
bl706-eth (read/write) 1011657 1011725 68 0.0
.text 756742 756822 80 0.0
bl706-wifi (read/write) 1244618 1244622 4 0.0
.bss 10577 10581 4 0.0
.text 986962 986972 10 0.0
bl702l lighting-app bl702l .text 957718 957728 10 0.0
bl702l+mfd .text 970040 970050 10 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781408 781412 4 0.0
.rodata 90312 90316 4 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787352 787356 4 0.0
.rodata 111376 111388 12 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738672 738676 4 0.0
.rodata 86032 86036 4 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724296 724316 20 0.0
.rodata 81872 81884 12 0.0
.text 642160 642168 8 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572954 572962 8 0.0
.rodata 84522 84530 8 0.0
.text 486308 486312 4 0.0
lock CC3235SF_LAUNCHXL (read only) 627218 627250 32 0.0
.rodata 106386 106402 16 0.0
.text 518712 518724 12 0.0
k32w contact k32w0+release (read only) 610584 610592 8 0.0
.text 610048 610056 8 0.0
k32w1+release (read/write) 696268 696276 8 0.0
.text 582240 582256 16 0.0
light k32w0+release (read only) 598944 598952 8 0.0
.text 598408 598416 8 0.0
k32w1+release .text 664368 664376 8 0.0
lock k32w0+release (read only) 580200 580216 16 0.0
.text 579664 579680 16 0.0
qpg lighting-app qpg6105+debug .bss 102344 102352 8 0.0
lock-app qpg6105+debug .bss 98528 98536 8 0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597573 8 0.0
.bss 128280 128288 8 0.0
.text 380144 380152 8 0.0
Decreases (23 builds for bl602, bl702, bl702l, cc13x4_26x4, k32w, mbed, nrfconnect, qpg, stm32)
platform target config section 57898b9 80c7259 change % change
bl602 lighting-app bl602 .rodata 157324 157320 -4 -0.0
bl602+mfd (read/write) 1442890 1442654 -236 -0.0
.bss 85496 85488 -8 -0.0
.rodata 156284 156280 -4 -0.0
.text 1111004 1110792 -212 -0.0
bl602+rpc .bss 93368 93360 -8 -0.0
.data 9864 9856 -8 -0.1
bl702 lighting-app bl702 .bss 11133 11121 -12 -0.1
bl702+mfd (read/write) 1204227 1204011 -216 -0.0
.bss 11309 11297 -12 -0.1
.text 976850 976632 -218 -0.0
bl702+rpc (read/write) 1284915 1284683 -232 -0.0
.bss 19597 19589 -8 -0.0
.data 4224 4216 -8 -0.2
.text 1039800 1039582 -218 -0.0
bl706-eth .bss 23692 23680 -12 -0.1
bl706-wifi .data 3680 3672 -8 -0.2
bl702l lighting-app bl702l (read/write) 1162528 1162524 -4 -0.0
.bss 16328 16316 -12 -0.1
bl702l+mfd (read/write) 1174436 1173924 -512 -0.0
.bss 16504 16492 -12 -0.1
cc13x4_26x4 lock-ftd LP_EM_CC1354P10_6 (read only) 798840 798836 -4 -0.0
.rodata 84640 84636 -4 -0.0
lock-mtd LP_EM_CC1354P10_6 .text 675708 675700 -8 -0.0
k32w contact k32w0+release (read/write) 81332 81324 -8 -0.0
.bss 69112 69104 -8 -0.0
k32w1+release .bss 67768 67760 -8 -0.0
light k32w0+release (read/write) 79340 79332 -8 -0.0
.bss 67168 67160 -8 -0.0
k32w1+release .bss 77436 77428 -8 -0.0
lock k32w0+release (read/write) 78756 78748 -8 -0.0
.bss 66608 66600 -8 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2531192 2531120 -72 -0.0
.text 1493876 1493804 -72 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 806932 806920 -12 -0.0
nrf7002dk_nrf5340_cpuapp text 802576 802564 -12 -0.0
qpg lighting-app qpg6105+debug (read/write) 1122680 1122676 -4 -0.0
.text 635060 635056 -4 -0.0
lock-app qpg6105+debug (read/write) 1086200 1086188 -12 -0.0
.text 598576 598564 -12 -0.0
stm32 light STM32WB5MM-DK .rodata 78756 78748 -8 -0.0
Full report (29 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, k32w, mbed, nrfconnect, qpg, stm32)
platform target config section 57898b9 80c7259 change % change
bl602 lighting-app bl602 (read/write) 1428218 1428270 52 0.0
.bss 85328 85328 0 0.0
.data 9488 9488 0 0.0
.rodata 157324 157320 -4 -0.0
.text 1095438 1095490 52 0.0
bl602+mfd (read/write) 1442890 1442654 -236 -0.0
.bss 85496 85488 -8 -0.0
.data 9456 9456 0 0.0
.rodata 156284 156280 -4 -0.0
.text 1111004 1110792 -212 -0.0
bl602+rpc (read/write) 1475858 1475902 44 0.0
.bss 93368 93360 -8 -0.0
.data 9864 9856 -8 -0.1
.rodata 164892 164896 4 0.0
.text 1127080 1127132 52 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1193147 1193191 44 0.0
.bss 11133 11121 -12 -0.1
.data 3664 3664 0 0.0
.rodata 106708 106708 0 0.0
.text 964840 964878 38 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1204227 1204011 -216 -0.0
.bss 11309 11297 -12 -0.1
.data 3648 3648 0 0.0
.rodata 105648 105648 0 0.0
.text 976850 976632 -218 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1284915 1284683 -232 -0.0
.bss 19597 19589 -8 -0.0
.data 4224 4216 -8 -0.2
.rodata 122080 122080 0 0.0
.text 1039800 1039582 -218 -0.0
bl706-eth (read/write) 1011657 1011725 68 0.0
.bss 23692 23680 -12 -0.1
.data 3240 3240 0 0.0
.rodata 100028 100028 0 0.0
.text 756742 756822 80 0.0
bl706-wifi (read/write) 1244618 1244622 4 0.0
.bss 10577 10581 4 0.0
.data 3680 3672 -8 -0.2
.rodata 121008 121008 0 0.0
.text 986962 986972 10 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1162528 1162524 -4 -0.0
.bss 16328 16316 -12 -0.1
.data 5032 5032 0 0.0
.rodata 100712 100712 0 0.0
.text 957718 957728 10 0.0
bl702l+mfd (read/write) 1174436 1173924 -512 -0.0
.bss 16504 16492 -12 -0.1
.data 5008 5008 0 0.0
.rodata 99652 99652 0 0.0
.text 970040 970050 10 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781408 781412 4 0.0
(read/write) 168864 168864 0 0.0
.bss 90884 90884 0 0.0
.data 3552 3552 0 0.0
.rodata 90312 90316 4 0.0
.text 690832 690832 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798840 798836 -4 -0.0
(read/write) 179108 179108 0 0.0
.bss 101068 101068 0 0.0
.data 3580 3580 0 0.0
.rodata 84640 84636 -4 -0.0
.text 713932 713932 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787352 787356 4 0.0
(read/write) 173564 173564 0 0.0
.bss 95524 95524 0 0.0
.data 3580 3580 0 0.0
.rodata 111376 111388 12 0.0
.text 675708 675700 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 738672 738676 4 0.0
(read/write) 167836 167836 0 0.0
.bss 89624 89624 0 0.0
.data 3540 3540 0 0.0
.rodata 86032 86036 4 0.0
.text 652376 652376 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724296 724316 20 0.0
(read/write) 168048 168048 0 0.0
.bss 89848 89848 0 0.0
.data 3536 3536 0 0.0
.rodata 81872 81884 12 0.0
.text 642160 642168 8 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572954 572962 8 0.0
(read/write) 207896 207896 0 0.0
.bss 201180 201180 0 0.0
.data 1592 1592 0 0.0
.rodata 84522 84530 8 0.0
.text 486308 486312 4 0.0
lock CC3235SF_LAUNCHXL (read only) 627218 627250 32 0.0
(read/write) 208296 208296 0 0.0
.bss 201656 201656 0 0.0
.data 1520 1520 0 0.0
.rodata 106386 106402 16 0.0
.text 518712 518724 12 0.0
k32w contact k32w0+release (read only) 610584 610592 8 0.0
(read/write) 81332 81324 -8 -0.0
.bss 69112 69104 -8 -0.0
.data 2236 2236 0 0.0
.text 610048 610056 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696268 696276 8 0.0
.bss 67768 67760 -8 -0.0
.data 2788 2788 0 0.0
.text 582240 582256 16 0.0
light k32w0+release (read only) 598944 598952 8 0.0
(read/write) 79340 79332 -8 -0.0
.bss 67168 67160 -8 -0.0
.data 2188 2188 0 0.0
.text 598408 598416 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787256 787256 0 0.0
.bss 77436 77428 -8 -0.0
.data 2000 2000 0 0.0
.text 664368 664376 8 0.0
lock k32w0+release (read only) 580200 580216 16 0.0
(read/write) 78756 78748 -8 -0.0
.bss 66608 66600 -8 -0.0
.data 2164 2164 0 0.0
.text 579664 579680 16 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531192 2531120 -72 -0.0
.bss 220392 220392 0 0.0
.data 5208 5208 0 0.0
.text 1493876 1493804 -72 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1095932 1095932 0 0.0
bss 129801 129801 0 0.0
rodata 111372 111372 0 0.0
text 806932 806920 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1216180 1216180 0 0.0
bss 121939 121939 0 0.0
rodata 141176 141176 0 0.0
text 802576 802564 -12 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045332 1045332 0 0.0
bss 129527 129527 0 0.0
rodata 99204 99204 0 0.0
text 768880 768880 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1122680 1122676 -4 -0.0
.bss 102344 102352 8 0.0
.data 808 808 0 0.0
.text 635060 635056 -4 -0.0
lock-app qpg6105+debug (read/write) 1086200 1086188 -12 -0.0
.bss 98528 98536 8 0.0
.data 852 852 0 0.0
.text 598576 598564 -12 -0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597573 8 0.0
.bss 128280 128288 8 0.0
.data 660 660 0 0.0
.rodata 78756 78748 -8 -0.0
.text 380144 380152 8 0.0

Copy link

github-actions bot commented Jan 25, 2024

PR #31632: Size comparison from 57898b9 to ed6a917

Increases above 0.2%:

platform target config section 57898b9 ed6a917 change % change
linux air-purifier-app debug .data 2144 2176 32 1.5
chip-tool debug .data 5058 5090 32 0.6
lock-app debug .data 4096 4128 32 0.8
ota-provider-app debug .data 4256 4288 32 0.8
ota-requestor-app debug .data 4656 4688 32 0.7
shell debug .data 1344 1360 16 1.2
thermostat-no-ble arm64 .data 3328 3344 16 0.5
tv-app debug .data 6464 6496 32 0.5
Increases (48 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, psoc6, qpg, stm32)
platform target config section 57898b9 ed6a917 change % change
bl602 lighting-app bl602 (read/write) 1428218 1428270 52 0.0
.text 1095438 1095490 52 0.0
bl602+rpc (read/write) 1475858 1475902 44 0.0
.rodata 164892 164896 4 0.0
.text 1127080 1127132 52 0.0
bl702 lighting-app bl702 (read/write) 1193147 1193191 44 0.0
.text 964840 964878 38 0.0
bl706-eth (read/write) 1011657 1011725 68 0.0
.text 756742 756822 80 0.0
bl706-wifi (read/write) 1244618 1244622 4 0.0
.bss 10577 10581 4 0.0
.text 986962 986972 10 0.0
bl702l lighting-app bl702l .text 957718 957728 10 0.0
bl702l+mfd .text 970040 970050 10 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781408 781412 4 0.0
.rodata 90312 90316 4 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787352 787356 4 0.0
.rodata 111376 111388 12 0.0
pump-app LP_EM_CC1354P10_6 (read only) 738672 738676 4 0.0
.rodata 86032 86036 4 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724296 724316 20 0.0
.rodata 81872 81884 12 0.0
.text 642160 642168 8 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572954 572962 8 0.0
.rodata 84522 84530 8 0.0
.text 486308 486312 4 0.0
lock CC3235SF_LAUNCHXL (read only) 627218 627250 32 0.0
.rodata 106386 106402 16 0.0
.text 518712 518724 12 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564335 564347 12 0.0
.app_xip_area 454257 454261 4 0.0
.bss 64920 64928 8 0.0
lock cyw930739m2evb_01 .bss 69624 69632 8 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566151 566155 4 0.0
.bss 63504 63512 8 0.0
switch cyw930739m2evb_01 .bss 66624 66632 8 0.0
efr32 lighting-app BRD4161A+rs9116 .bss 197904 197912 8 0.0
BRD4187C (read/write) 1108208 1108228 20 0.0
.bss 195156 195164 8 0.0
.text 909648 909660 12 0.0
window-app BRD4187C .bss 167148 167156 8 0.0
esp32 all-clusters-app c3devkit (read/write) 1744736 1744776 40 0.0
.dram0.bss 73392 73408 16 0.0
.flash.rodata 248224 248248 24 0.0
m5stack (read/write) 529704 529720 16 0.0
.dram0.bss 80264 80272 8 0.0
.flash.rodata 278388 278396 8 0.0
k32w contact k32w0+release (read only) 610584 610592 8 0.0
.text 610048 610056 8 0.0
k32w1+release (read/write) 696268 696276 8 0.0
.text 582240 582256 16 0.0
light k32w0+release (read only) 598944 598952 8 0.0
.text 598408 598416 8 0.0
k32w1+release .text 664368 664376 8 0.0
lock k32w0+release (read only) 580200 580216 16 0.0
.text 579664 579680 16 0.0
linux air-purifier-app debug (read only) 2576541 2576741 200 0.0
.data 2144 2176 32 1.5
.text 2218821 2218997 176 0.0
all-clusters-app debug (read only) 5788681 5789001 320 0.0
(read/write) 469520 469568 48 0.0
.bss 132944 132992 48 0.0
.data.rel.ro 324744 324760 16 0.0
.rodata 341948 342084 136 0.0
.text 5022675 5022835 160 0.0
all-clusters-minimal-app debug (read only) 5134113 5134465 352 0.0
(read/write) 235248 235264 16 0.0
.bss 127280 127328 48 0.0
.data.rel.ro 96520 96536 16 0.0
.rodata 285485 285653 168 0.1
.text 4615283 4615443 160 0.0
bridge-app debug (read only) 4550825 4551009 184 0.0
.text 4104099 4104259 160 0.0
chip-tool debug .data 5058 5090 32 0.6
chip-tool-ipv6only arm64 (read/write) 587056 587152 96 0.0
lighting-app debug+rpc+ui (read only) 5469817 5470033 216 0.0
.rodata 350932 350964 32 0.0
.text 4873283 4873443 160 0.0
lock-app debug (read only) 4621305 4621617 312 0.0
.data 4096 4128 32 0.8
.text 4156499 4156787 288 0.0
ota-provider-app debug (read only) 4259449 4259729 280 0.0
(read/write) 192688 192720 32 0.0
.data 4256 4288 32 0.8
.data.rel.ro 69312 69328 16 0.0
.rodata 206325 206421 96 0.0
.text 3861251 3861411 160 0.0
ota-requestor-app debug (read only) 4375433 4375745 312 0.0
.data 4656 4688 32 0.7
.rodata 212181 212309 128 0.1
.text 3967075 3967235 160 0.0
shell debug (read/write) 154840 154880 40 0.0
.bss 62248 62256 8 0.0
.data 1344 1360 16 1.2
thermostat-no-ble arm64 (read only) 4448056 4448440 384 0.0
.data 3328 3344 16 0.5
.got 12160 12168 8 0.1
.rodata 158348 158460 112 0.1
.text 3945900 3946124 224 0.0
tv-app debug (read only) 5583337 5583761 424 0.0
.data 6464 6496 32 0.5
.rodata 284309 284405 96 0.0
.text 5059123 5059427 304 0.0
tv-casting-app debug (read only) 9977945 9978193 248 0.0
.rodata 377096 377224 128 0.0
.text 9128483 9128579 96 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1792900 1792908 8 0.0
.text 1586524 1586532 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1715420 1715428 8 0.0
.text 1511348 1511356 8 0.0
light cy8ckit_062s2_43012 (read/write) 1636412 1636428 16 0.0
.text 1439036 1439052 16 0.0
lock cy8ckit_062s2_43012 (read/write) 1665716 1665748 32 0.0
.text 1441220 1441252 32 0.0
qpg lighting-app qpg6105+debug .bss 102344 102352 8 0.0
lock-app qpg6105+debug .bss 98528 98536 8 0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597573 8 0.0
.bss 128280 128288 8 0.0
.text 380144 380152 8 0.0
Decreases (60 builds for bl602, bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, qpg, stm32, telink)
platform target config section 57898b9 ed6a917 change % change
bl602 lighting-app bl602 .rodata 157324 157320 -4 -0.0
bl602+mfd (read/write) 1442890 1442654 -236 -0.0
.bss 85496 85488 -8 -0.0
.rodata 156284 156280 -4 -0.0
.text 1111004 1110792 -212 -0.0
bl602+rpc .bss 93368 93360 -8 -0.0
.data 9864 9856 -8 -0.1
bl702 lighting-app bl702 .bss 11133 11121 -12 -0.1
bl702+mfd (read/write) 1204227 1204011 -216 -0.0
.bss 11309 11297 -12 -0.1
.text 976850 976632 -218 -0.0
bl702+rpc (read/write) 1284915 1284683 -232 -0.0
.bss 19597 19589 -8 -0.0
.data 4224 4216 -8 -0.2
.text 1039800 1039582 -218 -0.0
bl706-eth .bss 23692 23680 -12 -0.1
bl706-wifi .data 3680 3672 -8 -0.2
bl702l lighting-app bl702l (read/write) 1162528 1162524 -4 -0.0
.bss 16328 16316 -12 -0.1
bl702l+mfd (read/write) 1174436 1173924 -512 -0.0
.bss 16504 16492 -12 -0.1
cc13x4_26x4 lock-ftd LP_EM_CC1354P10_6 (read only) 798840 798836 -4 -0.0
.rodata 84640 84636 -4 -0.0
lock-mtd LP_EM_CC1354P10_6 .text 675708 675700 -8 -0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 547983 547979 -4 -0.0
.app_xip_area 433161 433149 -12 -0.0
ota-requestor cyw930739m2evb_01 .app_xip_area 457529 457525 -4 -0.0
switch cyw930739m2evb_01 (read/write) 562447 562435 -12 -0.0
.app_xip_area 450593 450573 -20 -0.0
efr32 lighting-app BRD4161A+rs9116 .text 731084 731080 -4 -0.0
lock-app BRD4161A+wf200 (read/write) 1121724 1121688 -36 -0.0
.text 930712 930676 -36 -0.0
window-app BRD4187C (read/write) 1148024 1147992 -32 -0.0
.text 977564 977524 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 1199930 1199900 -30 -0.0
.flash.text 1199930 1199900 -30 -0.0
m5stack (read only) 1242007 1241235 -772 -0.1
.flash.text 1235843 1235071 -772 -0.1
k32w contact k32w0+release (read/write) 81332 81324 -8 -0.0
.bss 69112 69104 -8 -0.0
k32w1+release .bss 67768 67760 -8 -0.0
light k32w0+release (read/write) 79340 79332 -8 -0.0
.bss 67168 67160 -8 -0.0
k32w1+release .bss 77436 77428 -8 -0.0
lock k32w0+release (read/write) 78756 78748 -8 -0.0
.bss 66608 66600 -8 -0.0
linux air-purifier-app debug (read/write) 127704 127640 -64 -0.1
.bss 46336 46272 -64 -0.1
.data.rel.ro 73304 73272 -32 -0.0
all-clusters-app debug .data 4480 4432 -48 -1.1
all-clusters-minimal-app debug .data 4384 4336 -48 -1.1
bridge-app debug (read/write) 216584 216496 -88 -0.0
.bss 117976 117920 -56 -0.0
.data.rel.ro 85760 85712 -48 -0.1
chip-tool debug (read only) 12108553 12108489 -64 -0.0
.bss 94264 94232 -32 -0.0
.text 10962019 10961955 -64 -0.0
chip-tool-ipv6only arm64 (read only) 11641328 11641232 -96 -0.0
.text 10405292 10405196 -96 -0.0
lighting-app debug+rpc+ui (read/write) 225384 225288 -96 -0.0
.bss 118944 118880 -64 -0.1
.data.rel.ro 94144 94112 -32 -0.0
lock-app debug (read/write) 204112 204080 -32 -0.0
.bss 113312 113280 -32 -0.0
.data.rel.ro 79992 79960 -32 -0.0
ota-provider-app debug .bss 113248 113216 -32 -0.0
ota-requestor-app debug .bss 114144 114112 -32 -0.0
shell debug (read only) 2868257 2868145 -112 -0.0
.rodata 185664 185632 -32 -0.0
.text 2510210 2510130 -80 -0.0
thermostat-no-ble arm64 (read/write) 247448 247056 -392 -0.2
tv-app debug (read/write) 350384 350352 -32 -0.0
.bss 243296 243232 -64 -0.0
tv-casting-app debug (read/write) 342520 342456 -64 -0.0
.bss 156032 156000 -32 -0.0
.data.rel.ro 176672 176648 -24 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2531192 2531120 -72 -0.0
.text 1493876 1493804 -72 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 806932 806920 -12 -0.0
nrf7002dk_nrf5340_cpuapp text 802576 802564 -12 -0.0
qpg lighting-app qpg6105+debug (read/write) 1122680 1122676 -4 -0.0
.text 635060 635056 -4 -0.0
lock-app qpg6105+debug (read/write) 1086200 1086188 -12 -0.0
.text 598576 598564 -12 -0.0
stm32 light STM32WB5MM-DK .rodata 78756 78748 -8 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 825678 825670 -8 -0.0
text 617636 617624 -12 -0.0
all-clusters-app tlsr9518adk80d (read/write) 1114708 1114676 -32 -0.0
text 789342 789312 -30 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1091948 1091924 -24 -0.0
text 760348 760328 -20 -0.0
bridge-app tlsr9518adk80d (read/write) 935940 935932 -8 -0.0
text 649736 649722 -14 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 827578 827562 -16 -0.0
text 619594 619582 -12 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 985536 985512 -24 -0.0
text 700328 700302 -26 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1097932 1097924 -8 -0.0
text 773960 773952 -8 -0.0
lock-app-dfu tlsr9528a (read/write) 971456 971448 -8 -0.0
text 653504 653492 -12 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 953772 953764 -8 -0.0
text 667676 667668 -8 -0.0
pump-app tlsr9528a (read/write) 884840 884824 -16 -0.0
text 626138 626126 -12 -0.0
pump-controller-app tlsr9518adk80d (read/write) 825484 825476 -8 -0.0
text 593062 593050 -12 -0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 829322 829314 -8 -0.0
text 622364 622352 -12 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 884113 884105 -8 -0.0
text 636180 636172 -8 -0.0
thermostat tlsr9518adk80d (read/write) 851800 851792 -8 -0.0
text 613358 613346 -12 -0.0
window-covering tlsr9518adk80d (read/write) 844544 844528 -16 -0.0
text 605976 605964 -12 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 57898b9 ed6a917 change % change
bl602 lighting-app bl602 (read/write) 1428218 1428270 52 0.0
.bss 85328 85328 0 0.0
.data 9488 9488 0 0.0
.rodata 157324 157320 -4 -0.0
.text 1095438 1095490 52 0.0
bl602+mfd (read/write) 1442890 1442654 -236 -0.0
.bss 85496 85488 -8 -0.0
.data 9456 9456 0 0.0
.rodata 156284 156280 -4 -0.0
.text 1111004 1110792 -212 -0.0
bl602+rpc (read/write) 1475858 1475902 44 0.0
.bss 93368 93360 -8 -0.0
.data 9864 9856 -8 -0.1
.rodata 164892 164896 4 0.0
.text 1127080 1127132 52 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1193147 1193191 44 0.0
.bss 11133 11121 -12 -0.1
.data 3664 3664 0 0.0
.rodata 106708 106708 0 0.0
.text 964840 964878 38 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1204227 1204011 -216 -0.0
.bss 11309 11297 -12 -0.1
.data 3648 3648 0 0.0
.rodata 105648 105648 0 0.0
.text 976850 976632 -218 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1284915 1284683 -232 -0.0
.bss 19597 19589 -8 -0.0
.data 4224 4216 -8 -0.2
.rodata 122080 122080 0 0.0
.text 1039800 1039582 -218 -0.0
bl706-eth (read/write) 1011657 1011725 68 0.0
.bss 23692 23680 -12 -0.1
.data 3240 3240 0 0.0
.rodata 100028 100028 0 0.0
.text 756742 756822 80 0.0
bl706-wifi (read/write) 1244618 1244622 4 0.0
.bss 10577 10581 4 0.0
.data 3680 3672 -8 -0.2
.rodata 121008 121008 0 0.0
.text 986962 986972 10 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1162528 1162524 -4 -0.0
.bss 16328 16316 -12 -0.1
.data 5032 5032 0 0.0
.rodata 100712 100712 0 0.0
.text 957718 957728 10 0.0
bl702l+mfd (read/write) 1174436 1173924 -512 -0.0
.bss 16504 16492 -12 -0.1
.data 5008 5008 0 0.0
.rodata 99652 99652 0 0.0
.text 970040 970050 10 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 781408 781412 4 0.0
(read/write) 168864 168864 0 0.0
.bss 90884 90884 0 0.0
.data 3552 3552 0 0.0
.rodata 90312 90316 4 0.0
.text 690832 690832 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798840 798836 -4 -0.0
(read/write) 179108 179108 0 0.0
.bss 101068 101068 0 0.0
.data 3580 3580 0 0.0
.rodata 84640 84636 -4 -0.0
.text 713932 713932 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 787352 787356 4 0.0
(read/write) 173564 173564 0 0.0
.bss 95524 95524 0 0.0
.data 3580 3580 0 0.0
.rodata 111376 111388 12 0.0
.text 675708 675700 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 738672 738676 4 0.0
(read/write) 167836 167836 0 0.0
.bss 89624 89624 0 0.0
.data 3540 3540 0 0.0
.rodata 86032 86036 4 0.0
.text 652376 652376 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724296 724316 20 0.0
(read/write) 168048 168048 0 0.0
.bss 89848 89848 0 0.0
.data 3536 3536 0 0.0
.rodata 81872 81884 12 0.0
.text 642160 642168 8 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 572954 572962 8 0.0
(read/write) 207896 207896 0 0.0
.bss 201180 201180 0 0.0
.data 1592 1592 0 0.0
.rodata 84522 84530 8 0.0
.text 486308 486312 4 0.0
lock CC3235SF_LAUNCHXL (read only) 627218 627250 32 0.0
(read/write) 208296 208296 0 0.0
.bss 201656 201656 0 0.0
.data 1520 1520 0 0.0
.rodata 106386 106402 16 0.0
.text 518712 518724 12 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 564335 564347 12 0.0
.app_xip_area 454257 454261 4 0.0
.bss 64920 64928 8 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 547983 547979 -4 -0.0
.app_xip_area 433161 433149 -12 -0.0
.bss 69624 69632 8 0.0
.data 772 772 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566151 566155 4 0.0
.app_xip_area 457529 457525 -4 -0.0
.bss 63504 63512 8 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 562447 562435 -12 -0.0
.app_xip_area 450593 450573 -20 -0.0
.bss 66624 66632 8 0.0
.data 804 804 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 930384 930384 0 0.0
.bss 197904 197912 8 0.0
.data 1372 1372 0 0.0
.text 731084 731080 -4 -0.0
BRD4187C (read/write) 1108208 1108228 20 0.0
.bss 195156 195164 8 0.0
.data 3384 3384 0 0.0
.text 909648 909660 12 0.0
lock-app BRD4161A+wf200 (read/write) 1121724 1121688 -36 -0.0
.bss 188192 188192 0 0.0
.data 2800 2800 0 0.0
.text 930712 930676 -36 -0.0
window-app BRD4187C (read/write) 1148024 1147992 -32 -0.0
.bss 167148 167156 8 0.0
.data 3292 3292 0 0.0
.text 977564 977524 -40 -0.0
esp32 all-clusters-app c3devkit (read only) 1199930 1199900 -30 -0.0
(read/write) 1744736 1744776 40 0.0
.dram0.bss 73392 73408 16 0.0
.dram0.data 13588 13588 0 0.0
.flash.rodata 248224 248248 24 0.0
.flash.text 1199930 1199900 -30 -0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1242007 1241235 -772 -0.1
(read/write) 529704 529720 16 0.0
.dram0.bss 80264 80272 8 0.0
.dram0.data 35132 35132 0 0.0
.flash.rodata 278388 278396 8 0.0
.flash.text 1235843 1235071 -772 -0.1
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 610584 610592 8 0.0
(read/write) 81332 81324 -8 -0.0
.bss 69112 69104 -8 -0.0
.data 2236 2236 0 0.0
.text 610048 610056 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 696268 696276 8 0.0
.bss 67768 67760 -8 -0.0
.data 2788 2788 0 0.0
.text 582240 582256 16 0.0
light k32w0+release (read only) 598944 598952 8 0.0
(read/write) 79340 79332 -8 -0.0
.bss 67168 67160 -8 -0.0
.data 2188 2188 0 0.0
.text 598408 598416 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 787256 787256 0 0.0
.bss 77436 77428 -8 -0.0
.data 2000 2000 0 0.0
.text 664368 664376 8 0.0
lock k32w0+release (read only) 580200 580216 16 0.0
(read/write) 78756 78748 -8 -0.0
.bss 66608 66600 -8 -0.0
.data 2164 2164 0 0.0
.text 579664 579680 16 0.0
linux air-purifier-app debug (read only) 2576541 2576741 200 0.0
(read/write) 127704 127640 -64 -0.1
.bss 46336 46272 -64 -0.1
.data 2144 2176 32 1.5
.data.rel.ro 73304 73272 -32 -0.0
.dynamic 608 608 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 181480 181480 0 0.0
.text 2218821 2218997 176 0.0
all-clusters-app debug (read only) 5788681 5789001 320 0.0
(read/write) 469520 469568 48 0.0
.bss 132944 132992 48 0.0
.data 4480 4432 -48 -1.1
.data.rel.ro 324744 324760 16 0.0
.dynamic 624 624 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 1336 1336 0 0.0
.rodata 341948 342084 136 0.0
.text 5022675 5022835 160 0.0
all-clusters-minimal-app debug (read only) 5134113 5134465 352 0.0
(read/write) 235248 235264 16 0.0
.bss 127280 127328 48 0.0
.data 4384 4336 -48 -1.1
.data.rel.ro 96520 96536 16 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 285485 285653 168 0.1
.text 4615283 4615443 160 0.0
bridge-app debug (read only) 4550825 4551009 184 0.0
(read/write) 216584 216496 -88 -0.0
.bss 117976 117920 -56 -0.0
.data 6144 6144 0 0.0
.data.rel.ro 85760 85712 -48 -0.1
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 227221 227221 0 0.0
.text 4104099 4104259 160 0.0
chip-tool debug (read only) 12108553 12108489 -64 -0.0
(read/write) 516912 516912 0 0.0
.bss 94264 94232 -32 -0.0
.data 5058 5090 32 0.6
.data.rel.ro 410336 410336 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 439993 439993 0 0.0
.text 10962019 10961955 -64 -0.0
chip-tool-ipv6only arm64 (read only) 11641328 11641232 -96 -0.0
(read/write) 587056 587152 96 0.0
.bss 103288 103288 0 0.0
.data 4472 4472 0 0.0
.data.rel.ro 449880 449880 0 0.0
.dynamic 512 512 0 0.0
.got 20400 20400 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 347420 347420 0 0.0
.text 10405292 10405196 -96 -0.0
lighting-app debug+rpc+ui (read only) 5469817 5470033 216 0.0
(read/write) 225384 225288 -96 -0.0
.bss 118944 118880 -64 -0.1
.data 4800 4800 0 0.0
.data.rel.ro 94144 94112 -32 -0.0
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 350932 350964 32 0.0
.text 4873283 4873443 160 0.0
lock-app debug (read only) 4621305 4621617 312 0.0
(read/write) 204112 204080 -32 -0.0
.bss 113312 113280 -32 -0.0
.data 4096 4128 32 0.8
.data.rel.ro 79992 79960 -32 -0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 253845 253845 0 0.0
.text 4156499 4156787 288 0.0
ota-provider-app debug (read only) 4259449 4259729 280 0.0
(read/write) 192688 192720 32 0.0
.bss 113248 113216 -32 -0.0
.data 4256 4288 32 0.8
.data.rel.ro 69312 69328 16 0.0
.dynamic 624 624 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 206325 206421 96 0.0
.text 3861251 3861411 160 0.0
ota-requestor-app debug (read only) 4375433 4375745 312 0.0
(read/write) 196968 196968 0 0.0
.bss 114144 114112 -32 -0.0
.data 4656 4688 32 0.7
.data.rel.ro 72288 72288 0 0.0
.dynamic 624 624 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 212181 212309 128 0.1
.text 3967075 3967235 160 0.0
shell debug (read only) 2868257 2868145 -112 -0.0
(read/write) 154840 154880 40 0.0
.bss 62248 62256 8 0.0
.data 1344 1360 16 1.2
.data.rel.ro 85480 85480 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185664 185632 -32 -0.0
.text 2510210 2510130 -80 -0.0
thermostat-no-ble arm64 (read only) 4448056 4448440 384 0.0
(read/write) 247448 247056 -392 -0.2
.bss 121672 121672 0 0.0
.data 3328 3344 16 0.5
.data.rel.ro 103272 103272 0 0.0
.dynamic 512 512 0 0.0
.got 12160 12168 8 0.1
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 158348 158460 112 0.1
.text 3945900 3946124 224 0.0
tv-app debug (read only) 5583337 5583761 424 0.0
(read/write) 350384 350352 -32 -0.0
.bss 243296 243232 -64 -0.0
.data 6464 6496 32 0.5
.data.rel.ro 93336 93336 0 0.0
.dynamic 624 624 0 0.0
.got 5512 5512 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 284309 284405 96 0.0
.text 5059123 5059427 304 0.0
tv-casting-app debug (read only) 9977945 9978193 248 0.0
(read/write) 342520 342456 -64 -0.0
.bss 156032 156000 -32 -0.0
.data 2912 2912 0 0.0
.data.rel.ro 176672 176648 -24 -0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 377096 377224 128 0.0
.text 9128483 9128579 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531192 2531120 -72 -0.0
.bss 220392 220392 0 0.0
.data 5208 5208 0 0.0
.text 1493876 1493804 -72 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1095932 1095932 0 0.0
bss 129801 129801 0 0.0
rodata 111372 111372 0 0.0
text 806932 806920 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1216180 1216180 0 0.0
bss 121939 121939 0 0.0
rodata 141176 141176 0 0.0
text 802576 802564 -12 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1045332 1045332 0 0.0
bss 129527 129527 0 0.0
rodata 99204 99204 0 0.0
text 768880 768880 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 835352 835352 0 0.0
(read/write) 1792900 1792908 8 0.0
.bss 195348 195348 0 0.0
.data 2640 2640 0 0.0
.text 1586524 1586532 8 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837656 837656 0 0.0
(read/write) 1715420 1715428 8 0.0
.bss 193068 193068 0 0.0
.data 2616 2616 0 0.0
.text 1511348 1511356 8 0.0
light cy8ckit_062s2_43012 (read only) 844352 844352 0 0.0
(read/write) 1636412 1636428 16 0.0
.bss 186556 186556 0 0.0
.data 2432 2432 0 0.0
.text 1439036 1439052 16 0.0
lock cy8ckit_062s2_43012 (read only) 817232 817232 0 0.0
(read/write) 1665716 1665748 32 0.0
.bss 213652 213652 0 0.0
.data 2456 2456 0 0.0
.text 1441220 1441252 32 0.0
qpg lighting-app qpg6105+debug (read/write) 1122680 1122676 -4 -0.0
.bss 102344 102352 8 0.0
.data 808 808 0 0.0
.text 635060 635056 -4 -0.0
lock-app qpg6105+debug (read/write) 1086200 1086188 -12 -0.0
.bss 98528 98536 8 0.0
.data 852 852 0 0.0
.text 598576 598564 -12 -0.0
stm32 light STM32WB5MM-DK (read/write) 597565 597573 8 0.0
.bss 128280 128288 8 0.0
.data 660 660 0 0.0
.rodata 78756 78748 -8 -0.0
.text 380144 380152 8 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825678 825670 -8 -0.0
bss 51020 51020 0 0.0
text 617636 617624 -12 -0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1114708 1114676 -32 -0.0
bss 100784 100784 0 0.0
text 789342 789312 -30 -0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1091948 1091924 -24 -0.0
bss 109920 109920 0 0.0
text 760348 760328 -20 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935940 935932 -8 -0.0
bss 92988 92988 0 0.0
text 649736 649722 -14 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827578 827562 -16 -0.0
bss 51072 51072 0 0.0
text 619594 619582 -12 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 985536 985512 -24 -0.0
bss 79116 79116 0 0.0
text 700328 700302 -26 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1097932 1097924 -8 -0.0
bss 100064 100064 0 0.0
text 773960 773952 -8 -0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 971456 971448 -8 -0.0
bss 97416 97416 0 0.0
text 653504 653492 -12 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953772 953764 -8 -0.0
bss 92564 92564 0 0.0
text 667676 667668 -8 -0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 884840 884824 -16 -0.0
bss 69136 69136 0 0.0
text 626138 626126 -12 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825484 825476 -8 -0.0
bss 57380 57380 0 0.0
text 593062 593050 -12 -0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705772 705772 0 0.0
bss 73640 73640 0 0.0
text 462164 462164 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 829322 829314 -8 -0.0
bss 51200 51200 0 0.0
text 622364 622352 -12 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884113 884105 -8 -0.0
bss 60856 60856 0 0.0
text 636180 636172 -8 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851800 851792 -8 -0.0
bss 57668 57668 0 0.0
text 613358 613346 -12 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 844544 844528 -16 -0.0
bss 57984 57984 0 0.0
text 605976 605964 -12 -0.0

@mergify mergify bot merged commit b8db5ee into project-chip:master Jan 25, 2024
57 checks passed
@mkardous-silabs mkardous-silabs deleted the feature/refactor_app_build_gn branch January 25, 2024 20:12
@mkardous-silabs mkardous-silabs restored the feature/refactor_app_build_gn branch January 29, 2024 18:39
@mkardous-silabs mkardous-silabs deleted the feature/refactor_app_build_gn branch January 29, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app icd Intermittently Connected Devices review - approved test driver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants