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

Fix initialization-order-fiasco #32854

Merged
merged 12 commits into from
Apr 26, 2024

Conversation

mwswartwout
Copy link
Contributor

@mwswartwout mwswartwout commented Apr 4, 2024

There is an initialization-order-fiasco between the static Server instance and the test overrides in messaging/ReliableMessageProtocolConfig.cpp (e.g. idleRetransTimeoutOverride). The call stack looks like this:

#1 0x7f5995b4531f in chip::GetLocalMRPConfig() messaging/ReliableMessageProtocolConfig.cpp:108:36
#2 0x7f59959a0699 in PairingSession protocols/secure_channel/PairingSession.h:247:53
#3 0x7f59959a0699 in chip::CASESession::CASESession() protocols/secure_channel/CASESession.h:55:18
#4 0x7f5995a0f2f9 in CASEServer protocols/secure_channel/CASEServer.h:34:5
#5 0x7f5995a0f2f9 in chip::Server::Server() app/server/Server.h:392:5

Fix this by making mLocalMRPConfig an Optional, so that we do not need to call GetLocalMRPConfig from PairingSession's constructor.

@github-actions github-actions bot added the app label Apr 4, 2024
Copy link

github-actions bot commented Apr 4, 2024

PR #32854: Size comparison from cd0e262 to 7b9c3a7

Increases above 0.2%:

platform target config section cd0e262 7b9c3a7 change % change
bl602 lighting-app bl602+rpc .text 1139344 1143126 3782 0.3
bl702l lighting-app bl702l .text 969712 972370 2658 0.3
bl702l+mfd .text 982032 984690 2658 0.3
linux air-purifier-app debug (read only) 2643693 2650141 6448 0.2
.rodata 184208 191120 6912 3.8
all-clusters-app debug .rodata 349744 361264 11520 3.3
all-clusters-minimal-app debug .rodata 288714 299562 10848 3.8
bridge-app debug .rodata 229546 237226 7680 3.3
lighting-app debug+rpc+ui .rodata 353396 363348 9952 2.8
lock-app debug .rodata 255242 264522 9280 3.6
ota-provider-app debug (read only) 4307129 4315865 8736 0.2
.rodata 208458 217642 9184 4.4
ota-requestor-app debug .rodata 214698 223882 9184 4.3
shell debug (read only) 2918161 2926305 8144 0.3
.rodata 185568 194176 8608 4.6
tv-app debug .rodata 292522 301738 9216 3.2
tv-casting-app debug .rodata 382904 394328 11424 3.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832280 853176 20896 2.5
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835432 856328 20896 2.5
light cy8ckit_062s2_43012 (read only) 842160 863056 20896 2.5
lock cy8ckit_062s2_43012 (read only) 815096 835992 20896 2.6
Increases (67 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section cd0e262 7b9c3a7 change % change
bl602 lighting-app bl602 .text 1107698 1110184 2486 0.2
bl602+mfd .text 1123014 1125756 2742 0.2
bl602+rpc .rodata 166544 166548 4 0.0
.text 1139344 1143126 3782 0.3
bl702 lighting-app bl702 .bss 11217 11233 16 0.1
.text 976846 978168 1322 0.1
bl702+mfd .bss 11393 11409 16 0.1
.text 988598 990176 1578 0.2
bl702+rpc .text 1051810 1053900 2090 0.2
bl706-eth .bss 23792 23808 16 0.1
.text 767702 769062 1360 0.2
bl706-wifi .text 999606 1000998 1392 0.1
bl702l lighting-app bl702l .text 969712 972370 2658 0.3
bl702l+mfd .text 982032 984690 2658 0.3
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782004 782172 168 0.0
.text 699204 699384 180 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798156 798420 264 0.0
.text 721204 721480 276 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 786796 787052 256 0.0
.text 683092 683360 268 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739092 739260 168 0.0
.text 660628 660804 176 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724748 724876 128 0.0
.text 650508 650656 148 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586194 586210 16 0.0
.text 496652 496676 24 0.0
lock CC3235SF_LAUNCHXL (read only) 630986 631026 40 0.0
.text 521100 521148 48 0.0
cyw30739 light cyw930739m2evb_01 .app_xip_area 459181 459349 168 0.0
lock cyw930739m2evb_01 .app_xip_area 436765 437061 296 0.1
ota-requestor cyw930739m2evb_01 .app_xip_area 463757 463973 216 0.0
switch cyw930739m2evb_01 .app_xip_area 452781 453013 232 0.1
efr32 lighting-app BRD4187C .text 914764 914968 204 0.0
lock-app BRD4338a .text 700108 700116 8 0.0
window-app BRD4187C .text 989748 989772 24 0.0
esp32 all-clusters-app c3devkit (read only) 1213272 1213876 604 0.0
.flash.text 1213272 1213876 604 0.0
m5stack (read only) 1255087 1255651 564 0.0
.flash.text 1248923 1249487 564 0.0
linux air-purifier-app debug (read only) 2643693 2650141 6448 0.2
.rodata 184208 191120 6912 3.8
all-clusters-app debug (read only) 5952281 5963289 11008 0.2
.rodata 349744 361264 11520 3.3
all-clusters-minimal-app debug (read only) 5232433 5242817 10384 0.2
.rodata 288714 299562 10848 3.8
bridge-app debug (read only) 4625897 4633129 7232 0.2
.data.rel.ro 86976 86984 8 0.0
.rodata 229546 237226 7680 3.3
lighting-app debug+rpc+ui (read only) 5548793 5558297 9504 0.2
.data.rel.ro 95376 95392 16 0.0
.rodata 353396 363348 9952 2.8
lock-app debug (read only) 4690865 4699697 8832 0.2
.rodata 255242 264522 9280 3.6
ota-provider-app debug (read only) 4307129 4315865 8736 0.2
.rodata 208458 217642 9184 4.4
ota-requestor-app debug (read only) 4436793 4445529 8736 0.2
.rodata 214698 223882 9184 4.3
shell debug (read only) 2918161 2926305 8144 0.3
.rodata 185568 194176 8608 4.6
tv-app debug (read only) 5761073 5769953 8880 0.2
.rodata 292522 301738 9216 3.2
tv-casting-app debug (read only) 9890993 9901905 10912 0.1
.rodata 382904 394328 11424 3.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2534280 2534592 312 0.0
.text 1496964 1497276 312 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 781000 781324 324 0.0
nrf7002dk_nrf5340_cpuapp text 796892 797128 236 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 742364 742704 340 0.0
nxp contact k32w0+release (read only) 574508 574652 144 0.0
.text 573972 574116 144 0.0
k32w1+release .text 588056 588216 160 0.0
light k32w0+release (read only) 608520 608692 172 0.0
.text 607984 608156 172 0.0
k32w1+release .text 671216 671376 160 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832280 853176 20896 2.5
.text 1593132 1593252 120 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835432 856328 20896 2.5
.text 1518172 1518220 48 0.0
light cy8ckit_062s2_43012 (read only) 842160 863056 20896 2.5
.text 1443636 1443716 80 0.0
lock cy8ckit_062s2_43012 (read only) 815096 835992 20896 2.6
.text 1445356 1445396 40 0.0
qpg lighting-app qpg6105+debug (read/write) 1131728 1131960 232 0.0
.text 644112 644344 232 0.0
lock-app qpg6105+debug (read/write) 1091544 1091808 264 0.0
.text 603924 604188 264 0.0
stm32 light STM32WB5MM-DK .text 384224 384376 152 0.0
telink air-quality-sensor-app tlsr9528a_retention text 617796 618068 272 0.0
all-clusters-app tlsr9518adk80d text 795116 795464 348 0.0
all-clusters-minimal-app tlsr9528a text 766506 766856 350 0.0
bridge-app tlsr9518adk80d text 653704 653908 204 0.0
contact-sensor-app tlsr9528a_retention text 619518 619812 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a text 698172 698390 218 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d text 779222 779510 288 0.0
lock-app-dfu tlsr9528a text 654998 655234 236 0.0
ota-requestor-app tlsr9518adk80d text 672824 673020 196 0.0
pump-app tlsr9258a_retention text 622558 622838 280 0.0
pump-controller-app tlsr9518adk80d text 593236 593396 160 0.0
smoke_co_alarm-app tlsr9528a_retention text 626382 626668 286 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d text 637946 638108 162 0.0
thermostat tlsr9518adk80d text 612952 613106 154 0.0
window-covering tlsr9258a text 628200 628368 168 0.0
Decreases (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section cd0e262 7b9c3a7 change % change
bl602 lighting-app bl602 (read/write) 1442278 1431778 -10500 -0.7
.bss 85432 72480 -12952 -15.2
.data 9504 9488 -16 -0.2
.rodata 158976 158972 -4 -0.0
bl602+mfd (read/write) 1456694 1446458 -10236 -0.7
.bss 85600 72648 -12952 -15.1
.data 9480 9464 -16 -0.2
.rodata 157936 157932 -4 -0.0
bl602+rpc (read/write) 1489918 1480746 -9172 -0.6
.bss 93480 80528 -12952 -13.9
.data 9880 9872 -8 -0.1
bl702 lighting-app bl702 (read/write) 1206971 1195355 -11616 -1.0
.data 3688 3680 -8 -0.2
bl702+mfd (read/write) 1217783 1206407 -11376 -0.9
.data 3664 3656 -8 -0.2
bl702+rpc (read/write) 1298707 1287835 -10872 -0.8
.data 4224 4208 -16 -0.4
bl706-eth (read/write) 1024405 1012821 -11584 -1.1
.data 3264 3248 -16 -0.5
bl706-wifi (read/write) 1259078 1247486 -11592 -0.9
.data 3696 3688 -8 -0.2
bl702l lighting-app bl702l (read/write) 1176312 1166020 -10292 -0.9
.data 5048 5040 -8 -0.2
bl702l+mfd (read/write) 1187716 1177424 -10292 -0.9
.data 5032 5024 -8 -0.2
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read/write) 168824 156584 -12240 -7.3
.bss 90780 78540 -12240 -13.5
.rodata 82532 82524 -8 -0.0
lock-ftd LP_EM_CC1354P10_6 (read/write) 178976 166736 -12240 -6.8
.bss 100948 88708 -12240 -12.1
.rodata 76684 76676 -8 -0.0
lock-mtd LP_EM_CC1354P10_6 (read/write) 173416 161176 -12240 -7.1
.bss 95388 83148 -12240 -12.8
.rodata 103436 103428 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read/write) 167784 155544 -12240 -7.3
.bss 89520 77280 -12240 -13.7
.rodata 78196 78188 -8 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read/write) 168000 155760 -12240 -7.3
.bss 89736 77496 -12240 -13.6
.rodata 73972 73956 -16 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read/write) 208080 187208 -20872 -10.0
.bss 201308 180436 -20872 -10.4
.rodata 87418 87410 -8 -0.0
lock CC3235SF_LAUNCHXL (read/write) 208336 187464 -20872 -10.0
.bss 201712 180840 -20872 -10.3
.rodata 107762 107754 -8 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569263 556239 -13024 -2.3
.bss 64908 51716 -13192 -20.3
lock cyw930739m2evb_01 (read/write) 551519 538623 -12896 -2.3
.bss 69572 56380 -13192 -19.0
ota-requestor cyw930739m2evb_01 (read/write) 572335 559359 -12976 -2.3
.bss 63444 50252 -13192 -20.8
switch cyw930739m2evb_01 (read/write) 564551 551591 -12960 -2.3
.bss 66556 53364 -13192 -19.8
efr32 lighting-app BRD4187C (read/write) 1113488 1100540 -12948 -1.2
.bss 195272 182120 -13152 -6.7
lock-app BRD4338a (read/write) 959872 946296 -13576 -1.4
.bss 210204 196620 -13584 -6.5
window-app BRD4187C (read/write) 1160704 1147528 -13176 -1.1
.bss 167600 154400 -13200 -7.9
esp32 all-clusters-app c3devkit (read/write) 1750240 1738856 -11384 -0.7
.dram0.bss 74384 63000 -11384 -15.3
.flash.rodata 252704 252696 -8 -0.0
m5stack (read/write) 536396 525012 -11384 -2.1
.dram0.bss 81064 69688 -11376 -14.0
.flash.rodata 284232 284224 -8 -0.0
linux air-purifier-app debug (read/write) 130032 118480 -11552 -8.9
.bss 46736 35184 -11552 -24.7
.text 2280469 2280005 -464 -0.0
all-clusters-app debug (read/write) 481536 470032 -11504 -2.4
.bss 135072 123568 -11504 -8.5
.text 5167731 5167219 -512 -0.0
all-clusters-minimal-app debug (read/write) 237488 225952 -11536 -4.9
.bss 127904 116368 -11536 -9.0
.data.rel.ro 98056 98040 -16 -0.0
.text 4707571 4707107 -464 -0.0
bridge-app debug (read/write) 218336 206800 -11536 -5.3
.bss 118400 106864 -11536 -9.7
.text 4174627 4174179 -448 -0.0
lighting-app debug+rpc+ui (read/write) 227096 215552 -11544 -5.1
.bss 119336 107792 -11544 -9.7
.text 4947283 4946835 -448 -0.0
lock-app debug (read/write) 205552 194048 -11504 -5.6
.bss 113696 102192 -11504 -10.1
.text 4222963 4222515 -448 -0.0
ota-provider-app debug (read/write) 194224 182832 -11392 -5.9
.bss 113472 102080 -11392 -10.0
.text 3904163 3903715 -448 -0.0
ota-requestor-app debug (read/write) 198592 187200 -11392 -5.7
.bss 114368 102976 -11392 -10.0
.text 4023043 4022595 -448 -0.0
shell debug (read/write) 156936 145416 -11520 -7.3
.bss 62544 51024 -11520 -18.4
.text 2557890 2557426 -464 -0.0
thermostat-no-ble arm64 (read only) 4426556 4426124 -432 -0.0
(read/write) 244720 233744 -10976 -4.5
.bss 121976 110568 -11408 -9.4
.text 3929976 3929544 -432 -0.0
tv-app debug (read/write) 353200 341680 -11520 -3.3
.bss 244240 232720 -11520 -4.7
.text 5225299 5224963 -336 -0.0
tv-casting-app debug (read/write) 340784 329280 -11504 -3.4
.bss 156080 144576 -11504 -7.4
.data.rel.ro 174816 174808 -8 -0.0
.text 9041379 9040867 -512 -0.0
mbed lock-app-release cy8cproto_062_4343w .bss 220472 200536 -19936 -9.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1064288 1051676 -12612 -1.2
bss 133107 120155 -12952 -9.7
rodata 102960 102956 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1225388 1213816 -11572 -0.9
bss 127163 115355 -11808 -9.3
rodata 151304 151300 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1011768 999172 -12596 -1.2
bss 131965 119013 -12952 -9.8
rodata 90224 90220 -4 -0.0
nxp contact k32w0+release (read/write) 79988 67212 -12776 -16.0
.bss 67824 55048 -12776 -18.8
k32w1+release (read/write) 701468 690212 -11256 -1.6
.bss 71176 59760 -11416 -16.0
light k32w0+release (read/write) 79464 66736 -12728 -16.0
.bss 67280 54552 -12728 -18.9
k32w1+release (read/write) 793368 782160 -11208 -1.4
.bss 80728 69360 -11368 -14.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1802580 1781804 -20776 -1.2
.bss 198372 177476 -20896 -10.5
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1724468 1703620 -20848 -1.2
.bss 195252 174356 -20896 -10.7
light cy8ckit_062s2_43012 (read/write) 1643204 1622388 -20816 -1.3
.bss 188716 167820 -20896 -11.1
lock cy8ckit_062s2_43012 (read/write) 1671988 1651132 -20856 -1.2
.bss 215788 194892 -20896 -9.7
qpg lighting-app qpg6105+debug .bss 102572 91204 -11368 -11.1
lock-app qpg6105+debug .bss 97236 85820 -11416 -11.7
stm32 light STM32WB5MM-DK (read/write) 603189 591969 -11220 -1.9
.bss 128436 117068 -11368 -8.9
.rodata 80108 80104 -4 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 825414 814386 -11028 -1.3
bss 49708 38412 -11296 -22.7
all-clusters-app tlsr9518adk80d (read/write) 1094444 1082984 -11460 -1.0
bss 101804 89996 -11808 -11.6
all-clusters-minimal-app tlsr9528a (read/write) 1051980 1040520 -11460 -1.1
bss 110100 98300 -11800 -10.7
bridge-app tlsr9518adk80d (read/write) 912420 900808 -11612 -1.3
bss 93140 81332 -11808 -12.7
contact-sensor-app tlsr9528a_retention (read/write) 827070 816066 -11004 -1.3
bss 49748 38460 -11288 -22.7
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 930592 919524 -11068 -1.2
bss 77488 66200 -11288 -14.6
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1075720 1064204 -11516 -1.1
bss 100212 88412 -11800 -11.8
lock-app-dfu tlsr9528a (read/write) 905252 894192 -11060 -1.2
bss 69220 57924 -11296 -16.3
ota-requestor-app tlsr9518adk80d (read/write) 931424 919820 -11604 -1.2
bss 92712 80912 -11800 -12.7
pump-app tlsr9258a_retention (read/write) 829778 818766 -11012 -1.3
bss 49856 38568 -11288 -22.6
pump-controller-app tlsr9518adk80d (read/write) 793344 782212 -11132 -1.4
bss 56056 44768 -11288 -20.1
smoke_co_alarm-app tlsr9528a_retention (read/write) 835102 822586 -12516 -1.5
bss 51388 38588 -12800 -24.9
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 853313 842181 -11132 -1.3
bss 59532 48244 -11288 -19.0
thermostat tlsr9518adk80d (read/write) 819040 807892 -11148 -1.4
bss 56352 45056 -11296 -20.0
window-covering tlsr9258a (read/write) 837124 825992 -11132 -1.3
bss 68128 56832 -11296 -16.6
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section cd0e262 7b9c3a7 change % change
bl602 lighting-app bl602 (read/write) 1442278 1431778 -10500 -0.7
.bss 85432 72480 -12952 -15.2
.data 9504 9488 -16 -0.2
.rodata 158976 158972 -4 -0.0
.text 1107698 1110184 2486 0.2
bl602+mfd (read/write) 1456694 1446458 -10236 -0.7
.bss 85600 72648 -12952 -15.1
.data 9480 9464 -16 -0.2
.rodata 157936 157932 -4 -0.0
.text 1123014 1125756 2742 0.2
bl602+rpc (read/write) 1489918 1480746 -9172 -0.6
.bss 93480 80528 -12952 -13.9
.data 9880 9872 -8 -0.1
.rodata 166544 166548 4 0.0
.text 1139344 1143126 3782 0.3
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1206971 1195355 -11616 -1.0
.bss 11217 11233 16 0.1
.data 3688 3680 -8 -0.2
.rodata 108336 108336 0 0.0
.text 976846 978168 1322 0.1
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1217783 1206407 -11376 -0.9
.bss 11393 11409 16 0.1
.data 3664 3656 -8 -0.2
.rodata 107276 107276 0 0.0
.text 988598 990176 1578 0.2
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1298707 1287835 -10872 -0.8
.bss 19701 19701 0 0.0
.data 4224 4208 -16 -0.4
.rodata 123708 123708 0 0.0
.text 1051810 1053900 2090 0.2
bl706-eth (read/write) 1024405 1012821 -11584 -1.1
.bss 23792 23808 16 0.1
.data 3264 3248 -16 -0.5
.rodata 101660 101660 0 0.0
.text 767702 769062 1360 0.2
bl706-wifi (read/write) 1259078 1247486 -11592 -0.9
.bss 10677 10677 0 0.0
.data 3696 3688 -8 -0.2
.rodata 122660 122660 0 0.0
.text 999606 1000998 1392 0.1
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1176312 1166020 -10292 -0.9
.bss 16428 16428 0 0.0
.data 5048 5040 -8 -0.2
.rodata 102340 102340 0 0.0
.text 969712 972370 2658 0.3
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1187716 1177424 -10292 -0.9
.bss 16604 16604 0 0.0
.data 5032 5024 -8 -0.2
.rodata 101280 101280 0 0.0
.text 982032 984690 2658 0.3
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 782004 782172 168 0.0
(read/write) 168824 156584 -12240 -7.3
.bss 90780 78540 -12240 -13.5
.data 3584 3584 0 0.0
.rodata 82532 82524 -8 -0.0
.text 699204 699384 180 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 798156 798420 264 0.0
(read/write) 178976 166736 -12240 -6.8
.bss 100948 88708 -12240 -12.1
.data 3576 3576 0 0.0
.rodata 76684 76676 -8 -0.0
.text 721204 721480 276 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 786796 787052 256 0.0
(read/write) 173416 161176 -12240 -7.1
.bss 95388 83148 -12240 -12.8
.data 3576 3576 0 0.0
.rodata 103436 103428 -8 -0.0
.text 683092 683360 268 0.0
pump-app LP_EM_CC1354P10_6 (read only) 739092 739260 168 0.0
(read/write) 167784 155544 -12240 -7.3
.bss 89520 77280 -12240 -13.7
.data 3568 3568 0 0.0
.rodata 78196 78188 -8 -0.0
.text 660628 660804 176 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 724748 724876 128 0.0
(read/write) 168000 155760 -12240 -7.3
.bss 89736 77496 -12240 -13.6
.data 3568 3568 0 0.0
.rodata 73972 73956 -16 -0.0
.text 650508 650656 148 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586194 586210 16 0.0
(read/write) 208080 187208 -20872 -10.0
.bss 201308 180436 -20872 -10.4
.data 1648 1648 0 0.0
.rodata 87418 87410 -8 -0.0
.text 496652 496676 24 0.0
lock CC3235SF_LAUNCHXL (read only) 630986 631026 40 0.0
(read/write) 208336 187464 -20872 -10.0
.bss 201712 180840 -20872 -10.3
.data 1504 1504 0 0.0
.rodata 107762 107754 -8 -0.0
.text 521100 521148 48 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569263 556239 -13024 -2.3
.app_xip_area 459181 459349 168 0.0
.bss 64908 51716 -13192 -20.3
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 551519 538623 -12896 -2.3
.app_xip_area 436765 437061 296 0.1
.bss 69572 56380 -13192 -19.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572335 559359 -12976 -2.3
.app_xip_area 463757 463973 216 0.0
.bss 63444 50252 -13192 -20.8
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564551 551591 -12960 -2.3
.app_xip_area 452781 453013 232 0.1
.bss 66556 53364 -13192 -19.8
.data 792 792 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1113488 1100540 -12948 -1.2
.bss 195272 182120 -13152 -6.7
.data 3432 3432 0 0.0
.text 914764 914968 204 0.0
lock-app BRD4338a (read/write) 959872 946296 -13576 -1.4
.bss 210204 196620 -13584 -6.5
.data 30192 30192 0 0.0
.text 700108 700116 8 0.0
window-app BRD4187C (read/write) 1160704 1147528 -13176 -1.1
.bss 167600 154400 -13200 -7.9
.data 3336 3336 0 0.0
.text 989748 989772 24 0.0
esp32 all-clusters-app c3devkit (read only) 1213272 1213876 604 0.0
(read/write) 1750240 1738856 -11384 -0.7
.dram0.bss 74384 63000 -11384 -15.3
.dram0.data 13628 13628 0 0.0
.flash.rodata 252704 252696 -8 -0.0
.flash.text 1213272 1213876 604 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1255087 1255651 564 0.0
(read/write) 536396 525012 -11384 -2.1
.dram0.bss 81064 69688 -11376 -14.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284232 284224 -8 -0.0
.flash.text 1248923 1249487 564 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2643693 2650141 6448 0.2
(read/write) 130032 118480 -11552 -8.9
.bss 46736 35184 -11552 -24.7
.data 2272 2272 0 0.0
.data.rel.ro 75080 75080 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 184208 191120 6912 3.8
.text 2280469 2280005 -464 -0.0
all-clusters-app debug (read only) 5952281 5963289 11008 0.2
(read/write) 481536 470032 -11504 -2.4
.bss 135072 123568 -11504 -8.5
.data 4560 4560 0 0.0
.data.rel.ro 334472 334472 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1432 1432 0 0.0
.rodata 349744 361264 11520 3.3
.text 5167731 5167219 -512 -0.0
all-clusters-minimal-app debug (read only) 5232433 5242817 10384 0.2
(read/write) 237488 225952 -11536 -4.9
.bss 127904 116368 -11536 -9.0
.data 4464 4464 0 0.0
.data.rel.ro 98056 98040 -16 -0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 288714 299562 10848 3.8
.text 4707571 4707107 -464 -0.0
bridge-app debug (read only) 4625897 4633129 7232 0.2
(read/write) 218336 206800 -11536 -5.3
.bss 118400 106864 -11536 -9.7
.data 6240 6240 0 0.0
.data.rel.ro 86976 86984 8 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 229546 237226 7680 3.3
.text 4174627 4174179 -448 -0.0
chip-tool debug (read only) 12080665 12080665 0 0.0
(read/write) 523032 523032 0 0.0
.bss 94680 94680 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416000 416000 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 450585 450585 0 0.0
.text 10921699 10921699 0 0.0
chip-tool-ipv6only arm64 (read only) 11400868 11400868 0 0.0
(read/write) 590384 590384 0 0.0
.bss 103736 103736 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 455952 455952 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 355860 355860 0 0.0
.text 10163272 10163272 0 0.0
lighting-app debug+rpc+ui (read only) 5548793 5558297 9504 0.2
(read/write) 227096 215552 -11544 -5.1
.bss 119336 107792 -11544 -9.7
.data 4864 4864 0 0.0
.data.rel.ro 95376 95392 16 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 353396 363348 9952 2.8
.text 4947283 4946835 -448 -0.0
lock-app debug (read only) 4690865 4699697 8832 0.2
(read/write) 205552 194048 -11504 -5.6
.bss 113696 102192 -11504 -10.1
.data 4160 4160 0 0.0
.data.rel.ro 81016 81016 0 0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 255242 264522 9280 3.6
.text 4222963 4222515 -448 -0.0
ota-provider-app debug (read only) 4307129 4315865 8736 0.2
(read/write) 194224 182832 -11392 -5.9
.bss 113472 102080 -11392 -10.0
.data 4368 4368 0 0.0
.data.rel.ro 70448 70448 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 208458 217642 9184 4.4
.text 3904163 3903715 -448 -0.0
ota-requestor-app debug (read only) 4436793 4445529 8736 0.2
(read/write) 198592 187200 -11392 -5.7
.bss 114368 102976 -11392 -10.0
.data 4768 4768 0 0.0
.data.rel.ro 73552 73552 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 214698 223882 9184 4.3
.text 4023043 4022595 -448 -0.0
shell debug (read only) 2918161 2926305 8144 0.3
(read/write) 156936 145416 -11520 -7.3
.bss 62544 51024 -11520 -18.4
.data 1424 1424 0 0.0
.data.rel.ro 87168 87168 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 185568 194176 8608 4.6
.text 2557890 2557426 -464 -0.0
thermostat-no-ble arm64 (read only) 4426556 4426124 -432 -0.0
(read/write) 244720 233744 -10976 -4.5
.bss 121976 110568 -11408 -9.4
.data 3392 3392 0 0.0
.data.rel.ro 104312 104312 0 0.0
.dynamic 512 512 0 0.0
.got 8712 8712 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 159988 159988 0 0.0
.text 3929976 3929544 -432 -0.0
tv-app debug (read only) 5761073 5769953 8880 0.2
(read/write) 353200 341680 -11520 -3.3
.bss 244240 232720 -11520 -4.7
.data 6560 6560 0 0.0
.data.rel.ro 95128 95128 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 292522 301738 9216 3.2
.text 5225299 5224963 -336 -0.0
tv-casting-app debug (read only) 9890993 9901905 10912 0.1
(read/write) 340784 329280 -11504 -3.4
.bss 156080 144576 -11504 -7.4
.data 3008 3008 0 0.0
.data.rel.ro 174816 174808 -8 -0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1208 1208 0 0.0
.rodata 382904 394328 11424 3.0
.text 9041379 9040867 -512 -0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2534280 2534592 312 0.0
.bss 220472 200536 -19936 -9.0
.data 5216 5216 0 0.0
.text 1496964 1497276 312 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1064288 1051676 -12612 -1.2
bss 133107 120155 -12952 -9.7
rodata 102960 102956 -4 -0.0
text 781000 781324 324 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1225388 1213816 -11572 -0.9
bss 127163 115355 -11808 -9.3
rodata 151304 151300 -4 -0.0
text 796892 797128 236 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1011768 999172 -12596 -1.2
bss 131965 119013 -12952 -9.8
rodata 90224 90220 -4 -0.0
text 742364 742704 340 0.0
nxp contact k32w0+release (read only) 574508 574652 144 0.0
(read/write) 79988 67212 -12776 -16.0
.bss 67824 55048 -12776 -18.8
.data 2180 2180 0 0.0
.text 573972 574116 144 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 701468 690212 -11256 -1.6
.bss 71176 59760 -11416 -16.0
.data 2856 2856 0 0.0
.text 588056 588216 160 0.0
light k32w0+release (read only) 608520 608692 172 0.0
(read/write) 79464 66736 -12728 -16.0
.bss 67280 54552 -12728 -18.9
.data 2200 2200 0 0.0
.text 607984 608156 172 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 793368 782160 -11208 -1.4
.bss 80728 69360 -11368 -14.1
.data 2056 2056 0 0.0
.text 671216 671376 160 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832280 853176 20896 2.5
(read/write) 1802580 1781804 -20776 -1.2
.bss 198372 177476 -20896 -10.5
.data 2688 2688 0 0.0
.text 1593132 1593252 120 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835432 856328 20896 2.5
(read/write) 1724468 1703620 -20848 -1.2
.bss 195252 174356 -20896 -10.7
.data 2656 2656 0 0.0
.text 1518172 1518220 48 0.0
light cy8ckit_062s2_43012 (read only) 842160 863056 20896 2.5
(read/write) 1643204 1622388 -20816 -1.3
.bss 188716 167820 -20896 -11.1
.data 2464 2464 0 0.0
.text 1443636 1443716 80 0.0
lock cy8ckit_062s2_43012 (read only) 815096 835992 20896 2.6
(read/write) 1671988 1651132 -20856 -1.2
.bss 215788 194892 -20896 -9.7
.data 2456 2456 0 0.0
.text 1445356 1445396 40 0.0
qpg lighting-app qpg6105+debug (read/write) 1131728 1131960 232 0.0
.bss 102572 91204 -11368 -11.1
.data 844 844 0 0.0
.text 644112 644344 232 0.0
lock-app qpg6105+debug (read/write) 1091544 1091808 264 0.0
.bss 97236 85820 -11416 -11.7
.data 856 856 0 0.0
.text 603924 604188 264 0.0
stm32 light STM32WB5MM-DK (read/write) 603189 591969 -11220 -1.9
.bss 128436 117068 -11368 -8.9
.data 676 676 0 0.0
.rodata 80108 80104 -4 -0.0
.text 384224 384376 152 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825414 814386 -11028 -1.3
bss 49708 38412 -11296 -22.7
text 617796 618068 272 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1094444 1082984 -11460 -1.0
bss 101804 89996 -11808 -11.6
text 795116 795464 348 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1051980 1040520 -11460 -1.1
bss 110100 98300 -11800 -10.7
text 766506 766856 350 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 912420 900808 -11612 -1.3
bss 93140 81332 -11808 -12.7
text 653704 653908 204 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 827070 816066 -11004 -1.3
bss 49748 38460 -11288 -22.7
text 619518 619812 294 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 930592 919524 -11068 -1.2
bss 77488 66200 -11288 -14.6
text 698172 698390 218 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1075720 1064204 -11516 -1.1
bss 100212 88412 -11800 -11.8
text 779222 779510 288 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 905252 894192 -11060 -1.2
bss 69220 57924 -11296 -16.3
text 654998 655234 236 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 931424 919820 -11604 -1.2
bss 92712 80912 -11800 -12.7
text 672824 673020 196 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 829778 818766 -11012 -1.3
bss 49856 38568 -11288 -22.6
text 622558 622838 280 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 793344 782212 -11132 -1.4
bss 56056 44768 -11288 -20.1
text 593236 593396 160 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 675888 675888 0 0.0
bss 73412 73412 0 0.0
text 461650 461650 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835102 822586 -12516 -1.5
bss 51388 38588 -12800 -24.9
text 626382 626668 286 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 853313 842181 -11132 -1.3
bss 59532 48244 -11288 -19.0
text 637946 638108 162 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 819040 807892 -11148 -1.4
bss 56352 45056 -11296 -20.0
text 612952 613106 154 0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 837124 825992 -11132 -1.3
bss 68128 56832 -11296 -16.6
text 628200 628368 168 0.0

src/app/server/Server.h Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Apr 17, 2024

PR #32854: Size comparison from 511c974 to 42026d5

Increases (60 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 511c974 42026d5 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783724 783780 56 0.0
.text 700528 700580 52 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799580 799628 48 0.0
.text 722396 722448 52 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788476 788532 56 0.0
.text 684376 684428 52 0.0
pump-app LP_EM_CC1354P10_6 (read only) 740796 740852 56 0.0
.text 661936 661988 52 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 726420 726476 56 0.0
.text 651784 651836 52 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586950 586998 48 0.0
.text 497324 497376 52 0.0
lock CC3235SF_LAUNCHXL (read only) 633142 633198 56 0.0
.text 522832 522884 52 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 570455 570495 40 0.0
.app_xip_area 460365 460405 40 0.0
lock cyw930739m2evb_01 (read/write) 552671 552711 40 0.0
.app_xip_area 437909 437949 40 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573223 573271 48 0.0
.app_xip_area 464629 464677 48 0.0
switch cyw930739m2evb_01 (read/write) 565727 565759 32 0.0
.app_xip_area 453949 453981 32 0.0
efr32 lighting-app BRD4187C .bss 179920 179944 24 0.0
lock-app BRD4338a (read/write) 962068 962140 72 0.0
.bss 210236 210260 24 0.0
.text 702176 702224 48 0.0
window-app BRD4187C (read/write) 1136092 1136140 48 0.0
.bss 164520 164544 24 0.0
.text 968216 968240 24 0.0
esp32 all-clusters-app c3devkit (read only) 1214260 1214324 64 0.0
.flash.text 1214260 1214324 64 0.0
m5stack (read only) 1256843 1256907 64 0.0
.flash.text 1250679 1250743 64 0.0
linux air-purifier-app debug (read only) 2647317 2647797 480 0.0
.text 2282933 2283445 512 0.0
all-clusters-app debug (read only) 5962073 5962553 480 0.0
.text 5174723 5175235 512 0.0
all-clusters-minimal-app debug (read only) 5242049 5242529 480 0.0
.text 4714707 4715219 512 0.0
bridge-app debug (read only) 4634009 4634473 464 0.0
.text 4180707 4181203 496 0.0
chip-tool debug (read only) 12084593 12085137 544 0.0
.text 10924787 10925331 544 0.0
chip-tool-ipv6only arm64 (read only) 11403940 11404468 528 0.0
.text 10165992 10166520 528 0.0
lighting-app debug+rpc+ui (read only) 5558057 5558537 480 0.0
.text 4954483 4954995 512 0.0
lock-app debug (read only) 4699857 4700337 480 0.0
.text 4229827 4230339 512 0.0
ota-provider-app debug (read only) 4310161 4310641 480 0.0
(read/write) 194200 194232 32 0.0
.bss 113440 113472 32 0.0
.text 3906035 3906547 512 0.0
ota-requestor-app debug (read only) 4440993 4441457 464 0.0
(read/write) 198568 198600 32 0.0
.bss 114336 114368 32 0.0
.text 4026051 4026547 496 0.0
shell debug (read only) 2928641 2929137 496 0.0
.text 2565314 2565842 528 0.0
thermostat-no-ble arm64 (read only) 4433564 4434012 448 0.0
.text 3936328 3936776 448 0.0
tv-app debug (read only) 5772193 5772769 576 0.0
.text 5233331 5233939 608 0.0
tv-casting-app debug (read only) 9897137 9897617 480 0.0
.text 9045859 9046371 512 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535696 2535760 64 0.0
.text 1498380 1498444 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1065984 1066128 144 0.0
bss 133119 133143 24 0.0
text 782256 782264 8 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1226472 1226504 32 0.0
text 797900 797932 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1013584 1013600 16 0.0
bss 131977 132001 24 0.0
text 743624 743632 8 0.0
nxp contact k32w0+release (read only) 575756 575772 16 0.0
.text 575220 575236 16 0.0
k32w1+release (read/write) 703028 703084 56 0.0
.text 589584 589640 56 0.0
light k32w0+release (read only) 609776 609792 16 0.0
.text 609240 609256 16 0.0
k32w1+release (read/write) 794968 795032 64 0.0
.text 672792 672856 64 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1804796 1804860 64 0.0
.text 1595340 1595404 64 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1726700 1726748 48 0.0
.text 1520396 1520444 48 0.0
light cy8ckit_062s2_43012 (read/write) 1645420 1645484 64 0.0
.text 1445836 1445900 64 0.0
lock cy8ckit_062s2_43012 (read/write) 1674108 1674172 64 0.0
.text 1447452 1447516 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1133316 1133356 40 0.0
.text 645696 645736 40 0.0
lock-app qpg6105+debug (read/write) 1093316 1093356 40 0.0
.text 605700 605740 40 0.0
stm32 light STM32WB5MM-DK (read/write) 604921 604969 48 0.0
.text 385528 385576 48 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 834086 834134 48 0.0
text 624770 624824 54 0.0
all-clusters-app tlsr9518adk80d (read/write) 1097308 1097364 56 0.0
text 798316 798372 56 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058772 1058828 56 0.0
text 772678 772734 56 0.0
bridge-app tlsr9518adk80d (read/write) 914156 914212 56 0.0
text 656024 656080 56 0.0
contact-sensor-app tlsr9528a_retention (read/write) 836114 836170 56 0.0
text 626876 626930 54 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 936908 936964 56 0.0
text 703542 703596 54 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090668 1090724 56 0.0
text 794132 794188 56 0.0
lock-app-dfu tlsr9528a (read/write) 911360 911416 56 0.0
text 660408 660462 54 0.0
ota-requestor-app tlsr9518adk80d (read/write) 933008 933064 56 0.0
text 675066 675122 56 0.0
pump-app tlsr9258a (read/write) 833760 833816 56 0.0
text 623972 624026 54 0.0
pump-controller-app tlsr9518adk80d (read/write) 799888 799936 48 0.0
text 598878 598932 54 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 843854 843902 48 0.0
text 633418 633472 54 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858673 858721 48 0.0
text 642362 642416 54 0.0
thermostat tlsr9518adk80d (read/write) 825436 825492 56 0.0
text 618434 618488 54 0.0
window-covering tlsr9258a (read/write) 838560 838616 56 0.0
text 626342 626396 54 0.0
Decreases (24 builds for bl602, bl702, bl702l, efr32, linux)
platform target config section 511c974 42026d5 change % change
bl602 lighting-app bl602 (read/write) 1443066 1442858 -208 -0.0
.text 1108384 1108174 -210 -0.0
bl602+mfd (read/write) 1457490 1457282 -208 -0.0
.text 1123702 1123492 -210 -0.0
bl602+rpc (read/write) 1490466 1490258 -208 -0.0
.text 1139774 1139564 -210 -0.0
bl702 lighting-app bl702 (read/write) 1209499 1209291 -208 -0.0
.text 978896 978686 -210 -0.0
bl702+mfd (read/write) 1220323 1220111 -212 -0.0
.text 990650 990440 -210 -0.0
bl702+rpc (read/write) 1300987 1300779 -208 -0.0
.text 1053604 1053394 -210 -0.0
bl706-eth (read/write) 1025205 1024993 -212 -0.0
.text 768400 768188 -212 -0.0
bl706-wifi (read/write) 1259866 1259646 -220 -0.0
.text 1000292 1000072 -220 -0.0
bl702l lighting-app bl702l (read/write) 1179336 1178612 -724 -0.1
.text 971750 971540 -210 -0.0
bl702l+mfd (read/write) 1190236 1190028 -208 -0.0
.text 984072 983862 -210 -0.0
efr32 lighting-app BRD4187C (read/write) 1069672 1069656 -16 -0.0
.text 886300 886260 -40 -0.0
linux air-purifier-app debug .rodata 185392 185360 -32 -0.0
all-clusters-app debug .rodata 352208 352176 -32 -0.0
all-clusters-minimal-app debug .rodata 290858 290826 -32 -0.0
bridge-app debug .rodata 231242 231210 -32 -0.0
chip-tool-ipv6only arm64 (read/write) 587264 586736 -528 -0.1
lighting-app debug+rpc+ui .rodata 355124 355092 -32 -0.0
lock-app debug .rodata 257034 257002 -32 -0.0
ota-provider-app debug .rodata 209642 209610 -32 -0.0
ota-requestor-app debug .rodata 215914 215882 -32 -0.0
shell debug .rodata 188288 188256 -32 -0.0
thermostat-no-ble arm64 (read/write) 245936 245488 -448 -0.2
tv-app debug .rodata 295178 295146 -32 -0.0
tv-casting-app debug .rodata 384472 384440 -32 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 511c974 42026d5 change % change
bl602 lighting-app bl602 (read/write) 1443066 1442858 -208 -0.0
.bss 85448 85448 0 0.0
.data 9512 9512 0 0.0
.rodata 159068 159068 0 0.0
.text 1108384 1108174 -210 -0.0
bl602+mfd (read/write) 1457490 1457282 -208 -0.0
.bss 85616 85616 0 0.0
.data 9488 9488 0 0.0
.rodata 158028 158028 0 0.0
.text 1123702 1123492 -210 -0.0
bl602+rpc (read/write) 1490466 1490258 -208 -0.0
.bss 93488 93488 0 0.0
.data 9888 9888 0 0.0
.rodata 166644 166644 0 0.0
.text 1139774 1139564 -210 -0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209499 1209291 -208 -0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108768 108768 0 0.0
.text 978896 978686 -210 -0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220323 1220111 -212 -0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107708 107708 0 0.0
.text 990650 990440 -210 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1300987 1300779 -208 -0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124140 124140 0 0.0
.text 1053604 1053394 -210 -0.0
bl706-eth (read/write) 1025205 1024993 -212 -0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101756 101756 0 0.0
.text 768400 768188 -212 -0.0
bl706-wifi (read/write) 1259866 1259646 -220 -0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122756 122756 0 0.0
.text 1000292 1000072 -220 -0.0
bl702l lighting-app bl702l (read/write) 1179336 1178612 -724 -0.1
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102772 102772 0 0.0
.text 971750 971540 -210 -0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190236 1190028 -208 -0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101712 101712 0 0.0
.text 984072 983862 -210 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783724 783780 56 0.0
(read/write) 171660 171660 0 0.0
.bss 93604 93604 0 0.0
.data 3588 3588 0 0.0
.rodata 82932 82932 0 0.0
.text 700528 700580 52 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799580 799628 48 0.0
(read/write) 182148 182148 0 0.0
.bss 104092 104092 0 0.0
.data 3588 3588 0 0.0
.rodata 76916 76916 0 0.0
.text 722396 722448 52 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788476 788532 56 0.0
(read/write) 176268 176268 0 0.0
.bss 98212 98212 0 0.0
.data 3588 3588 0 0.0
.rodata 103836 103836 0 0.0
.text 684376 684428 52 0.0
pump-app LP_EM_CC1354P10_6 (read only) 740796 740852 56 0.0
(read/write) 170636 170636 0 0.0
.bss 92344 92344 0 0.0
.data 3580 3580 0 0.0
.rodata 78596 78596 0 0.0
.text 661936 661988 52 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 726420 726476 56 0.0
(read/write) 170844 170844 0 0.0
.bss 92568 92568 0 0.0
.data 3572 3572 0 0.0
.rodata 74372 74372 0 0.0
.text 651784 651836 52 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586950 586998 48 0.0
(read/write) 208100 208100 0 0.0
.bss 201324 201324 0 0.0
.data 1652 1652 0 0.0
.rodata 87502 87502 0 0.0
.text 497324 497376 52 0.0
lock CC3235SF_LAUNCHXL (read only) 633142 633198 56 0.0
(read/write) 208364 208364 0 0.0
.bss 201728 201728 0 0.0
.data 1516 1516 0 0.0
.rodata 108190 108190 0 0.0
.text 522832 522884 52 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 570455 570495 40 0.0
.app_xip_area 460365 460405 40 0.0
.bss 64908 64908 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552671 552711 40 0.0
.app_xip_area 437909 437949 40 0.0
.bss 69572 69572 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573223 573271 48 0.0
.app_xip_area 464629 464677 48 0.0
.bss 63452 63452 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565727 565759 32 0.0
.app_xip_area 453949 453981 32 0.0
.bss 66556 66556 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1069672 1069656 -16 -0.0
.bss 179920 179944 24 0.0
.data 3432 3432 0 0.0
.text 886300 886260 -40 -0.0
lock-app BRD4338a (read/write) 962068 962140 72 0.0
.bss 210236 210260 24 0.0
.data 30288 30288 0 0.0
.text 702176 702224 48 0.0
window-app BRD4187C (read/write) 1136092 1136140 48 0.0
.bss 164520 164544 24 0.0
.data 3336 3336 0 0.0
.text 968216 968240 24 0.0
esp32 all-clusters-app c3devkit (read only) 1214260 1214324 64 0.0
(read/write) 1750696 1750696 0 0.0
.dram0.bss 74328 74328 0 0.0
.dram0.data 13636 13636 0 0.0
.flash.rodata 253192 253192 0 0.0
.flash.text 1214260 1214324 64 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1256843 1256907 64 0.0
(read/write) 536956 536956 0 0.0
.dram0.bss 81064 81064 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284792 284792 0 0.0
.flash.text 1250679 1250743 64 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2647317 2647797 480 0.0
(read/write) 130032 130032 0 0.0
.bss 46728 46728 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 75080 75080 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 185392 185360 -32 -0.0
.text 2282933 2283445 512 0.0
all-clusters-app debug (read only) 5962073 5962553 480 0.0
(read/write) 481672 481672 0 0.0
.bss 135040 135040 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 334632 334632 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352208 352176 -32 -0.0
.text 5174723 5175235 512 0.0
all-clusters-minimal-app debug (read only) 5242049 5242529 480 0.0
(read/write) 237624 237624 0 0.0
.bss 127872 127872 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 98216 98216 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 290858 290826 -32 -0.0
.text 4714707 4715219 512 0.0
bridge-app debug (read only) 4634009 4634473 464 0.0
(read/write) 218536 218536 0 0.0
.bss 118400 118400 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 87168 87168 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 231242 231210 -32 -0.0
.text 4180707 4181203 496 0.0
chip-tool debug (read only) 12084593 12085137 544 0.0
(read/write) 523104 523104 0 0.0
.bss 94744 94744 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416000 416000 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451449 451449 0 0.0
.text 10924787 10925331 544 0.0
chip-tool-ipv6only arm64 (read only) 11403940 11404468 528 0.0
(read/write) 587264 586736 -528 -0.1
.bss 103720 103720 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 455936 455936 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356260 356260 0 0.0
.text 10165992 10166520 528 0.0
lighting-app debug+rpc+ui (read only) 5558057 5558537 480 0.0
(read/write) 227304 227304 0 0.0
.bss 119344 119344 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 95536 95536 0 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 355124 355092 -32 -0.0
.text 4954483 4954995 512 0.0
lock-app debug (read only) 4699857 4700337 480 0.0
(read/write) 205760 205760 0 0.0
.bss 113704 113704 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 81160 81160 0 0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 257034 257002 -32 -0.0
.text 4229827 4230339 512 0.0
ota-provider-app debug (read only) 4310161 4310641 480 0.0
(read/write) 194200 194232 32 0.0
.bss 113440 113472 32 0.0
.data 4368 4368 0 0.0
.data.rel.ro 70448 70448 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209642 209610 -32 -0.0
.text 3906035 3906547 512 0.0
ota-requestor-app debug (read only) 4440993 4441457 464 0.0
(read/write) 198568 198600 32 0.0
.bss 114336 114368 32 0.0
.data 4768 4768 0 0.0
.data.rel.ro 73536 73536 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215914 215882 -32 -0.0
.text 4026051 4026547 496 0.0
shell debug (read only) 2928641 2929137 496 0.0
(read/write) 157040 157040 0 0.0
.bss 62512 62512 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 87312 87312 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 188288 188256 -32 -0.0
.text 2565314 2565842 528 0.0
thermostat-no-ble arm64 (read only) 4433564 4434012 448 0.0
(read/write) 245936 245488 -448 -0.2
.bss 121976 121976 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 104424 104424 0 0.0
.dynamic 512 512 0 0.0
.got 8728 8728 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160388 160388 0 0.0
.text 3936328 3936776 448 0.0
tv-app debug (read only) 5772193 5772769 576 0.0
(read/write) 353496 353496 0 0.0
.bss 244336 244336 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 95320 95320 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 295178 295146 -32 -0.0
.text 5233331 5233939 608 0.0
tv-casting-app debug (read only) 9897137 9897617 480 0.0
(read/write) 342720 342720 0 0.0
.bss 157976 157976 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 174848 174848 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 384472 384440 -32 -0.0
.text 9045859 9046371 512 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535696 2535760 64 0.0
.bss 220488 220488 0 0.0
.data 5216 5216 0 0.0
.text 1498380 1498444 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1065984 1066128 144 0.0
bss 133119 133143 24 0.0
rodata 103400 103400 0 0.0
text 782256 782264 8 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1226472 1226504 32 0.0
bss 127175 127175 0 0.0
rodata 151368 151368 0 0.0
text 797900 797932 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1013584 1013600 16 0.0
bss 131977 132001 24 0.0
rodata 90664 90664 0 0.0
text 743624 743632 8 0.0
nxp contact k32w0+release (read only) 575756 575772 16 0.0
(read/write) 80028 80028 0 0.0
.bss 67856 67856 0 0.0
.data 2188 2188 0 0.0
.text 575220 575236 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703028 703084 56 0.0
.bss 71200 71200 0 0.0
.data 2864 2864 0 0.0
.text 589584 589640 56 0.0
light k32w0+release (read only) 609776 609792 16 0.0
(read/write) 79488 79488 0 0.0
.bss 67296 67296 0 0.0
.data 2208 2208 0 0.0
.text 609240 609256 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 794968 795032 64 0.0
.bss 80744 80744 0 0.0
.data 2064 2064 0 0.0
.text 672792 672856 64 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832272 832272 0 0.0
(read/write) 1804796 1804860 64 0.0
.bss 198380 198380 0 0.0
.data 2688 2688 0 0.0
.text 1595340 1595404 64 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835424 835424 0 0.0
(read/write) 1726700 1726748 48 0.0
.bss 195260 195260 0 0.0
.data 2656 2656 0 0.0
.text 1520396 1520444 48 0.0
light cy8ckit_062s2_43012 (read only) 842144 842144 0 0.0
(read/write) 1645420 1645484 64 0.0
.bss 188724 188724 0 0.0
.data 2472 2472 0 0.0
.text 1445836 1445900 64 0.0
lock cy8ckit_062s2_43012 (read only) 815072 815072 0 0.0
(read/write) 1674108 1674172 64 0.0
.bss 215804 215804 0 0.0
.data 2464 2464 0 0.0
.text 1447452 1447516 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1133316 1133356 40 0.0
.bss 102588 102588 0 0.0
.data 856 856 0 0.0
.text 645696 645736 40 0.0
lock-app qpg6105+debug (read/write) 1093316 1093356 40 0.0
.bss 97260 97260 0 0.0
.data 860 860 0 0.0
.text 605700 605740 40 0.0
stm32 light STM32WB5MM-DK (read/write) 604921 604969 48 0.0
.bss 128444 128444 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 385528 385576 48 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834086 834134 48 0.0
bss 49856 49856 0 0.0
text 624770 624824 54 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1097308 1097364 56 0.0
bss 101540 101540 0 0.0
text 798316 798372 56 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058772 1058828 56 0.0
bss 109988 109988 0 0.0
text 772678 772734 56 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914156 914212 56 0.0
bss 92744 92744 0 0.0
text 656024 656080 56 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836114 836170 56 0.0
bss 49900 49900 0 0.0
text 626876 626930 54 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 936908 936964 56 0.0
bss 77512 77512 0 0.0
text 703542 703596 54 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090668 1090724 56 0.0
bss 99836 99836 0 0.0
text 794132 794188 56 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911360 911416 56 0.0
bss 69180 69180 0 0.0
text 660408 660462 54 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933008 933064 56 0.0
bss 92448 92448 0 0.0
text 675066 675122 56 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 833760 833816 56 0.0
bss 58144 58144 0 0.0
text 623972 624026 54 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 799888 799936 48 0.0
bss 56072 56072 0 0.0
text 598878 598932 54 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676128 676128 0 0.0
bss 73424 73424 0 0.0
text 461864 461864 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 843854 843902 48 0.0
bss 51528 51528 0 0.0
text 633418 633472 54 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858673 858721 48 0.0
bss 59696 59696 0 0.0
text 642362 642416 54 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825436 825492 56 0.0
bss 56404 56404 0 0.0
text 618434 618488 54 0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838560 838616 56 0.0
bss 58360 58360 0 0.0
text 626342 626396 54 0.0

Copy link

github-actions bot commented Apr 18, 2024

PR #32854: Size comparison from 8a4dffc to a19b540

Increases (60 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 8a4dffc5 a19b540 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783724 783780 56 0.0
.text 700528 700580 52 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799580 799628 48 0.0
.text 722396 722448 52 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788476 788532 56 0.0
.text 684376 684428 52 0.0
pump-app LP_EM_CC1354P10_6 (read only) 740796 740852 56 0.0
.text 661936 661988 52 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 726420 726476 56 0.0
.text 651784 651836 52 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586950 586998 48 0.0
.text 497324 497376 52 0.0
lock CC3235SF_LAUNCHXL (read only) 633142 633198 56 0.0
.text 522832 522884 52 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 570447 570487 40 0.0
.app_xip_area 460357 460397 40 0.0
lock cyw930739m2evb_01 (read/write) 552663 552703 40 0.0
.app_xip_area 437901 437941 40 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573215 573263 48 0.0
.app_xip_area 464621 464669 48 0.0
switch cyw930739m2evb_01 (read/write) 565727 565759 32 0.0
.app_xip_area 453949 453981 32 0.0
efr32 lighting-app BRD4187C .bss 179920 179944 24 0.0
lock-app BRD4338a (read/write) 962068 962140 72 0.0
.bss 210236 210260 24 0.0
.text 702176 702224 48 0.0
window-app BRD4187C (read/write) 1136092 1136140 48 0.0
.bss 164520 164544 24 0.0
.text 968216 968240 24 0.0
esp32 all-clusters-app c3devkit (read only) 1214260 1214324 64 0.0
.flash.text 1214260 1214324 64 0.0
m5stack (read only) 1257015 1257079 64 0.0
.flash.text 1250851 1250915 64 0.0
linux air-purifier-app debug (read only) 2647317 2647797 480 0.0
.text 2282933 2283445 512 0.0
all-clusters-app debug (read only) 5962073 5962553 480 0.0
.text 5174723 5175235 512 0.0
all-clusters-minimal-app debug (read only) 5242049 5242529 480 0.0
.text 4714707 4715219 512 0.0
bridge-app debug (read only) 4634009 4634473 464 0.0
.text 4180707 4181203 496 0.0
chip-tool debug (read only) 12084753 12085297 544 0.0
.text 10924947 10925491 544 0.0
chip-tool-ipv6only arm64 (read only) 11403796 11404324 528 0.0
.text 10165848 10166376 528 0.0
lighting-app debug+rpc+ui (read only) 5558057 5558537 480 0.0
.text 4954483 4954995 512 0.0
lock-app debug (read only) 4699857 4700337 480 0.0
.text 4229827 4230339 512 0.0
ota-provider-app debug (read only) 4310161 4310641 480 0.0
(read/write) 194200 194232 32 0.0
.bss 113440 113472 32 0.0
.text 3906035 3906547 512 0.0
ota-requestor-app debug (read only) 4440993 4441457 464 0.0
(read/write) 198568 198600 32 0.0
.bss 114336 114368 32 0.0
.text 4026051 4026547 496 0.0
shell debug (read only) 2929913 2930409 496 0.0
.text 2566226 2566754 528 0.0
thermostat-no-ble arm64 (read only) 4433564 4434012 448 0.0
.text 3936328 3936776 448 0.0
tv-app debug (read only) 5773513 5774089 576 0.0
.text 5234291 5234899 608 0.0
tv-casting-app debug (read only) 9898457 9898921 464 0.0
.text 9046819 9047315 496 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535696 2535760 64 0.0
.text 1498380 1498444 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1065984 1066128 144 0.0
bss 133119 133143 24 0.0
text 782256 782264 8 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1226472 1226504 32 0.0
text 797900 797932 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1013584 1013600 16 0.0
bss 131977 132001 24 0.0
text 743624 743632 8 0.0
nxp contact k32w0+release (read only) 575756 575772 16 0.0
.text 575220 575236 16 0.0
k32w1+release (read/write) 703028 703084 56 0.0
.text 589584 589640 56 0.0
light k32w0+release (read only) 609776 609792 16 0.0
.text 609240 609256 16 0.0
k32w1+release (read/write) 794968 795032 64 0.0
.text 672792 672856 64 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1804796 1804860 64 0.0
.text 1595340 1595404 64 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1726700 1726748 48 0.0
.text 1520396 1520444 48 0.0
light cy8ckit_062s2_43012 (read/write) 1645420 1645484 64 0.0
.text 1445836 1445900 64 0.0
lock cy8ckit_062s2_43012 (read/write) 1674108 1674172 64 0.0
.text 1447452 1447516 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1133316 1133356 40 0.0
.text 645696 645736 40 0.0
lock-app qpg6105+debug (read/write) 1093316 1093356 40 0.0
.text 605700 605740 40 0.0
stm32 light STM32WB5MM-DK (read/write) 604921 604969 48 0.0
.text 385528 385576 48 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 834086 834134 48 0.0
text 624770 624824 54 0.0
all-clusters-app tlsr9518adk80d (read/write) 1097308 1097364 56 0.0
text 798316 798372 56 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058772 1058828 56 0.0
text 772678 772734 56 0.0
bridge-app tlsr9518adk80d (read/write) 914156 914212 56 0.0
text 656024 656080 56 0.0
contact-sensor-app tlsr9528a_retention (read/write) 836114 836170 56 0.0
text 626876 626930 54 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 936908 936964 56 0.0
text 703542 703596 54 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090668 1090724 56 0.0
text 794132 794188 56 0.0
lock-app-dfu tlsr9528a (read/write) 911360 911416 56 0.0
text 660408 660462 54 0.0
ota-requestor-app tlsr9518adk80d (read/write) 933008 933064 56 0.0
text 675066 675122 56 0.0
pump-app tlsr9258a (read/write) 833760 833816 56 0.0
text 623972 624026 54 0.0
pump-controller-app tlsr9518adk80d (read/write) 799888 799936 48 0.0
text 598878 598932 54 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 843854 843902 48 0.0
text 633418 633472 54 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858673 858721 48 0.0
text 642362 642416 54 0.0
thermostat tlsr9518adk80d (read/write) 825436 825492 56 0.0
text 618434 618488 54 0.0
window-covering tlsr9258a (read/write) 838560 838616 56 0.0
text 626342 626396 54 0.0
Decreases (24 builds for bl602, bl702, bl702l, efr32, linux)
platform target config section 8a4dffc5 a19b540 change % change
bl602 lighting-app bl602 (read/write) 1443066 1442858 -208 -0.0
.text 1108384 1108174 -210 -0.0
bl602+mfd (read/write) 1457490 1457282 -208 -0.0
.text 1123702 1123492 -210 -0.0
bl602+rpc (read/write) 1490466 1490258 -208 -0.0
.text 1139774 1139564 -210 -0.0
bl702 lighting-app bl702 (read/write) 1209499 1209291 -208 -0.0
.text 978896 978686 -210 -0.0
bl702+mfd (read/write) 1220323 1220111 -212 -0.0
.text 990650 990440 -210 -0.0
bl702+rpc (read/write) 1300987 1300779 -208 -0.0
.text 1053604 1053394 -210 -0.0
bl706-eth (read/write) 1025205 1024993 -212 -0.0
.text 768400 768188 -212 -0.0
bl706-wifi (read/write) 1259866 1259646 -220 -0.0
.text 1000292 1000072 -220 -0.0
bl702l lighting-app bl702l (read/write) 1179336 1178612 -724 -0.1
.text 971750 971540 -210 -0.0
bl702l+mfd (read/write) 1190236 1190028 -208 -0.0
.text 984072 983862 -210 -0.0
efr32 lighting-app BRD4187C (read/write) 1069672 1069656 -16 -0.0
.text 886300 886260 -40 -0.0
linux air-purifier-app debug .rodata 185392 185360 -32 -0.0
all-clusters-app debug .rodata 352208 352176 -32 -0.0
all-clusters-minimal-app debug .rodata 290858 290826 -32 -0.0
bridge-app debug .rodata 231242 231210 -32 -0.0
chip-tool-ipv6only arm64 (read/write) 587408 586880 -528 -0.1
lighting-app debug+rpc+ui .rodata 355124 355092 -32 -0.0
lock-app debug .rodata 257034 257002 -32 -0.0
ota-provider-app debug .rodata 209642 209610 -32 -0.0
ota-requestor-app debug .rodata 215914 215882 -32 -0.0
shell debug .rodata 188576 188544 -32 -0.0
thermostat-no-ble arm64 (read/write) 245936 245488 -448 -0.2
tv-app debug .rodata 295466 295434 -32 -0.0
tv-casting-app debug .rodata 384760 384728 -32 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 8a4dffc5 a19b540 change % change
bl602 lighting-app bl602 (read/write) 1443066 1442858 -208 -0.0
.bss 85448 85448 0 0.0
.data 9512 9512 0 0.0
.rodata 159068 159068 0 0.0
.text 1108384 1108174 -210 -0.0
bl602+mfd (read/write) 1457490 1457282 -208 -0.0
.bss 85616 85616 0 0.0
.data 9488 9488 0 0.0
.rodata 158028 158028 0 0.0
.text 1123702 1123492 -210 -0.0
bl602+rpc (read/write) 1490466 1490258 -208 -0.0
.bss 93488 93488 0 0.0
.data 9888 9888 0 0.0
.rodata 166644 166644 0 0.0
.text 1139774 1139564 -210 -0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209499 1209291 -208 -0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108768 108768 0 0.0
.text 978896 978686 -210 -0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220323 1220111 -212 -0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107708 107708 0 0.0
.text 990650 990440 -210 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1300987 1300779 -208 -0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124140 124140 0 0.0
.text 1053604 1053394 -210 -0.0
bl706-eth (read/write) 1025205 1024993 -212 -0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101756 101756 0 0.0
.text 768400 768188 -212 -0.0
bl706-wifi (read/write) 1259866 1259646 -220 -0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122756 122756 0 0.0
.text 1000292 1000072 -220 -0.0
bl702l lighting-app bl702l (read/write) 1179336 1178612 -724 -0.1
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102772 102772 0 0.0
.text 971750 971540 -210 -0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190236 1190028 -208 -0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101712 101712 0 0.0
.text 984072 983862 -210 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 783724 783780 56 0.0
(read/write) 171660 171660 0 0.0
.bss 93604 93604 0 0.0
.data 3588 3588 0 0.0
.rodata 82932 82932 0 0.0
.text 700528 700580 52 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 799580 799628 48 0.0
(read/write) 182148 182148 0 0.0
.bss 104092 104092 0 0.0
.data 3588 3588 0 0.0
.rodata 76916 76916 0 0.0
.text 722396 722448 52 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 788476 788532 56 0.0
(read/write) 176268 176268 0 0.0
.bss 98212 98212 0 0.0
.data 3588 3588 0 0.0
.rodata 103836 103836 0 0.0
.text 684376 684428 52 0.0
pump-app LP_EM_CC1354P10_6 (read only) 740796 740852 56 0.0
(read/write) 170636 170636 0 0.0
.bss 92344 92344 0 0.0
.data 3580 3580 0 0.0
.rodata 78596 78596 0 0.0
.text 661936 661988 52 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 726420 726476 56 0.0
(read/write) 170844 170844 0 0.0
.bss 92568 92568 0 0.0
.data 3572 3572 0 0.0
.rodata 74372 74372 0 0.0
.text 651784 651836 52 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 586950 586998 48 0.0
(read/write) 208100 208100 0 0.0
.bss 201324 201324 0 0.0
.data 1652 1652 0 0.0
.rodata 87502 87502 0 0.0
.text 497324 497376 52 0.0
lock CC3235SF_LAUNCHXL (read only) 633142 633198 56 0.0
(read/write) 208364 208364 0 0.0
.bss 201728 201728 0 0.0
.data 1516 1516 0 0.0
.rodata 108190 108190 0 0.0
.text 522832 522884 52 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 570447 570487 40 0.0
.app_xip_area 460357 460397 40 0.0
.bss 64908 64908 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552663 552703 40 0.0
.app_xip_area 437901 437941 40 0.0
.bss 69572 69572 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573215 573263 48 0.0
.app_xip_area 464621 464669 48 0.0
.bss 63452 63452 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565727 565759 32 0.0
.app_xip_area 453949 453981 32 0.0
.bss 66556 66556 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1069672 1069656 -16 -0.0
.bss 179920 179944 24 0.0
.data 3432 3432 0 0.0
.text 886300 886260 -40 -0.0
lock-app BRD4338a (read/write) 962068 962140 72 0.0
.bss 210236 210260 24 0.0
.data 30288 30288 0 0.0
.text 702176 702224 48 0.0
window-app BRD4187C (read/write) 1136092 1136140 48 0.0
.bss 164520 164544 24 0.0
.data 3336 3336 0 0.0
.text 968216 968240 24 0.0
esp32 all-clusters-app c3devkit (read only) 1214260 1214324 64 0.0
(read/write) 1750696 1750696 0 0.0
.dram0.bss 74328 74328 0 0.0
.dram0.data 13636 13636 0 0.0
.flash.rodata 253192 253192 0 0.0
.flash.text 1214260 1214324 64 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1257015 1257079 64 0.0
(read/write) 537060 537060 0 0.0
.dram0.bss 81064 81064 0 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284896 284896 0 0.0
.flash.text 1250851 1250915 64 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2647317 2647797 480 0.0
(read/write) 130032 130032 0 0.0
.bss 46728 46728 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 75080 75080 0 0.0
.dynamic 608 608 0 0.0
.got 4520 4520 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 185392 185360 -32 -0.0
.text 2282933 2283445 512 0.0
all-clusters-app debug (read only) 5962073 5962553 480 0.0
(read/write) 481672 481672 0 0.0
.bss 135040 135040 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 334632 334632 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352208 352176 -32 -0.0
.text 5174723 5175235 512 0.0
all-clusters-minimal-app debug (read only) 5242049 5242529 480 0.0
(read/write) 237624 237624 0 0.0
.bss 127872 127872 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 98216 98216 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 290858 290826 -32 -0.0
.text 4714707 4715219 512 0.0
bridge-app debug (read only) 4634009 4634473 464 0.0
(read/write) 218536 218536 0 0.0
.bss 118400 118400 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 87168 87168 0 0.0
.dynamic 624 624 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 231242 231210 -32 -0.0
.text 4180707 4181203 496 0.0
chip-tool debug (read only) 12084753 12085297 544 0.0
(read/write) 523104 523104 0 0.0
.bss 94744 94744 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416000 416000 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 451449 451449 0 0.0
.text 10924947 10925491 544 0.0
chip-tool-ipv6only arm64 (read only) 11403796 11404324 528 0.0
(read/write) 587408 586880 -528 -0.1
.bss 103720 103720 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 455936 455936 0 0.0
.dynamic 512 512 0 0.0
.got 17112 17112 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 356260 356260 0 0.0
.text 10165848 10166376 528 0.0
lighting-app debug+rpc+ui (read only) 5558057 5558537 480 0.0
(read/write) 227304 227304 0 0.0
.bss 119344 119344 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 95536 95536 0 0.0
.dynamic 672 672 0 0.0
.got 5856 5856 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 355124 355092 -32 -0.0
.text 4954483 4954995 512 0.0
lock-app debug (read only) 4699857 4700337 480 0.0
(read/write) 205760 205760 0 0.0
.bss 113704 113704 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 81160 81160 0 0.0
.dynamic 624 624 0 0.0
.got 5168 5168 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 257034 257002 -32 -0.0
.text 4229827 4230339 512 0.0
ota-provider-app debug (read only) 4310161 4310641 480 0.0
(read/write) 194200 194232 32 0.0
.bss 113440 113472 32 0.0
.data 4368 4368 0 0.0
.data.rel.ro 70448 70448 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 209642 209610 -32 -0.0
.text 3906035 3906547 512 0.0
ota-requestor-app debug (read only) 4440993 4441457 464 0.0
(read/write) 198568 198600 32 0.0
.bss 114336 114368 32 0.0
.data 4768 4768 0 0.0
.data.rel.ro 73536 73536 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 215914 215882 -32 -0.0
.text 4026051 4026547 496 0.0
shell debug (read only) 2929913 2930409 496 0.0
(read/write) 157040 157040 0 0.0
.bss 62512 62512 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 87312 87312 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 188576 188544 -32 -0.0
.text 2566226 2566754 528 0.0
thermostat-no-ble arm64 (read only) 4433564 4434012 448 0.0
(read/write) 245936 245488 -448 -0.2
.bss 121976 121976 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 104424 104424 0 0.0
.dynamic 512 512 0 0.0
.got 8728 8728 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 160388 160388 0 0.0
.text 3936328 3936776 448 0.0
tv-app debug (read only) 5773513 5774089 576 0.0
(read/write) 353496 353496 0 0.0
.bss 244336 244336 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 95320 95320 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 295466 295434 -32 -0.0
.text 5234291 5234899 608 0.0
tv-casting-app debug (read only) 9898457 9898921 464 0.0
(read/write) 342720 342720 0 0.0
.bss 157976 157976 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 174848 174848 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 384760 384728 -32 -0.0
.text 9046819 9047315 496 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535696 2535760 64 0.0
.bss 220488 220488 0 0.0
.data 5216 5216 0 0.0
.text 1498380 1498444 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1065984 1066128 144 0.0
bss 133119 133143 24 0.0
rodata 103400 103400 0 0.0
text 782256 782264 8 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1226472 1226504 32 0.0
bss 127175 127175 0 0.0
rodata 151368 151368 0 0.0
text 797900 797932 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1013584 1013600 16 0.0
bss 131977 132001 24 0.0
rodata 90664 90664 0 0.0
text 743624 743632 8 0.0
nxp contact k32w0+release (read only) 575756 575772 16 0.0
(read/write) 80028 80028 0 0.0
.bss 67856 67856 0 0.0
.data 2188 2188 0 0.0
.text 575220 575236 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703028 703084 56 0.0
.bss 71200 71200 0 0.0
.data 2864 2864 0 0.0
.text 589584 589640 56 0.0
light k32w0+release (read only) 609776 609792 16 0.0
(read/write) 79488 79488 0 0.0
.bss 67296 67296 0 0.0
.data 2208 2208 0 0.0
.text 609240 609256 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 794968 795032 64 0.0
.bss 80744 80744 0 0.0
.data 2064 2064 0 0.0
.text 672792 672856 64 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832272 832272 0 0.0
(read/write) 1804796 1804860 64 0.0
.bss 198380 198380 0 0.0
.data 2688 2688 0 0.0
.text 1595340 1595404 64 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835424 835424 0 0.0
(read/write) 1726700 1726748 48 0.0
.bss 195260 195260 0 0.0
.data 2656 2656 0 0.0
.text 1520396 1520444 48 0.0
light cy8ckit_062s2_43012 (read only) 842144 842144 0 0.0
(read/write) 1645420 1645484 64 0.0
.bss 188724 188724 0 0.0
.data 2472 2472 0 0.0
.text 1445836 1445900 64 0.0
lock cy8ckit_062s2_43012 (read only) 815072 815072 0 0.0
(read/write) 1674108 1674172 64 0.0
.bss 215804 215804 0 0.0
.data 2464 2464 0 0.0
.text 1447452 1447516 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1133316 1133356 40 0.0
.bss 102588 102588 0 0.0
.data 856 856 0 0.0
.text 645696 645736 40 0.0
lock-app qpg6105+debug (read/write) 1093316 1093356 40 0.0
.bss 97260 97260 0 0.0
.data 860 860 0 0.0
.text 605700 605740 40 0.0
stm32 light STM32WB5MM-DK (read/write) 604921 604969 48 0.0
.bss 128444 128444 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 385528 385576 48 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834086 834134 48 0.0
bss 49856 49856 0 0.0
text 624770 624824 54 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1097308 1097364 56 0.0
bss 101540 101540 0 0.0
text 798316 798372 56 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058772 1058828 56 0.0
bss 109988 109988 0 0.0
text 772678 772734 56 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914156 914212 56 0.0
bss 92744 92744 0 0.0
text 656024 656080 56 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836114 836170 56 0.0
bss 49900 49900 0 0.0
text 626876 626930 54 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 936908 936964 56 0.0
bss 77512 77512 0 0.0
text 703542 703596 54 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090668 1090724 56 0.0
bss 99836 99836 0 0.0
text 794132 794188 56 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911360 911416 56 0.0
bss 69180 69180 0 0.0
text 660408 660462 54 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933008 933064 56 0.0
bss 92448 92448 0 0.0
text 675066 675122 56 0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 833760 833816 56 0.0
bss 58144 58144 0 0.0
text 623972 624026 54 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 799888 799936 48 0.0
bss 56072 56072 0 0.0
text 598878 598932 54 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676128 676128 0 0.0
bss 73424 73424 0 0.0
text 461864 461864 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 843854 843902 48 0.0
bss 51528 51528 0 0.0
text 633418 633472 54 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858673 858721 48 0.0
bss 59696 59696 0 0.0
text 642362 642416 54 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825436 825492 56 0.0
bss 56404 56404 0 0.0
text 618434 618488 54 0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838560 838616 56 0.0
bss 58360 58360 0 0.0
text 626342 626396 54 0.0

@mergify mergify bot merged commit 1174bdc into project-chip:master Apr 26, 2024
65 checks passed
@mwswartwout mwswartwout deleted the initialization_fiasco branch April 26, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants