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

Fixes and additions of some of the bounds checks in SystemPacketBuffer::New() #33411

Merged
merged 2 commits into from May 25, 2024

Conversation

pidarped
Copy link
Contributor

With the data length types changed to size_t, the bounds checks for the lengths need to be appropriately modified so that we ensure that overflow does not happen and the buffer allocation is performed correctly as requested by the caller of the API.

Copy link

github-actions bot commented May 13, 2024

PR #33411: Size comparison from 3600a50 to 8256050

Increases above 0.2%:

platform target config section 3600a50 8256050 change % change
linux thermostat-no-ble arm64 (read/write) 245880 249640 3760 1.5
Increases (13 builds for linux, mbed, nrfconnect, nxp, qpg, stm32)
platform target config section 3600a50 8256050 change % change
linux chip-tool-ipv6only arm64 (read only) 11480364 11480700 336 0.0
.rodata 358396 358572 176 0.0
.text 10237256 10237416 160 0.0
thermostat-no-ble arm64 (read only) 4496108 4496428 320 0.0
(read/write) 245880 249640 3760 1.5
.rodata 162100 162276 176 0.1
.text 3992760 3992904 144 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536160 2536272 112 0.0
.text 1498844 1498956 112 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060784 1060912 128 0.0
rodata 101864 101976 112 0.1
text 772444 772464 20 0.0
nrf7002dk_nrf5340_cpuapp text 798920 798932 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1008424 1008568 144 0.0
rodata 89120 89232 112 0.1
text 733992 734012 20 0.0
nxp contact k32w0+release (read only) 575876 575892 16 0.0
.text 575340 575356 16 0.0
k32w1+release (read/write) 703740 703756 16 0.0
.text 590256 590272 16 0.0
light k32w0+release (read only) 610096 610112 16 0.0
.text 609560 609576 16 0.0
k32w1+release (read/write) 795672 795800 128 0.0
.text 673456 673584 128 0.0
qpg lighting-app qpg6105+debug (read/write) 1133764 1133884 120 0.0
.text 646144 646264 120 0.0
lock-app qpg6105+debug (read/write) 1093540 1093668 128 0.0
.text 605924 606052 128 0.0
stm32 light STM32WB5MM-DK (read/write) 606289 606417 128 0.0
.rodata 80700 80812 112 0.1
.text 386656 386672 16 0.0
Decreases (1 build for linux)
platform target config section 3600a50 8256050 change % change
linux chip-tool-ipv6only arm64 (read/write) 588992 588640 -352 -0.1
Full report (13 builds for linux, mbed, nrfconnect, nxp, qpg, stm32)
platform target config section 3600a50 8256050 change % change
linux chip-tool-ipv6only arm64 (read only) 11480364 11480700 336 0.0
(read/write) 588992 588640 -352 -0.1
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457024 457024 0 0.0
.dynamic 512 512 0 0.0
.got 17240 17240 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 358396 358572 176 0.0
.text 10237256 10237416 160 0.0
thermostat-no-ble arm64 (read only) 4496108 4496428 320 0.0
(read/write) 245880 249640 3760 1.5
.bss 123000 123000 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105920 105920 0 0.0
.dynamic 512 512 0 0.0
.got 8968 8968 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162100 162276 176 0.1
.text 3992760 3992904 144 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536160 2536272 112 0.0
.bss 220808 220808 0 0.0
.data 5216 5216 0 0.0
.text 1498844 1498956 112 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060784 1060912 128 0.0
bss 139161 139161 0 0.0
rodata 101864 101976 112 0.1
text 772444 772464 20 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237880 1237880 0 0.0
bss 137517 137517 0 0.0
rodata 151408 151408 0 0.0
text 798920 798932 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008424 1008568 144 0.0
bss 138059 138059 0 0.0
rodata 89120 89232 112 0.1
text 733992 734012 20 0.0
nxp contact k32w0+release (read only) 575876 575892 16 0.0
(read/write) 83180 83180 0 0.0
.bss 67888 67888 0 0.0
.data 2196 2196 0 0.0
.text 575340 575356 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703740 703756 16 0.0
.bss 71240 71240 0 0.0
.data 2864 2864 0 0.0
.text 590256 590272 16 0.0
light k32w0+release (read only) 610096 610112 16 0.0
(read/write) 82648 82648 0 0.0
.bss 67336 67336 0 0.0
.data 2216 2216 0 0.0
.text 609560 609576 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795672 795800 128 0.0
.bss 80776 80776 0 0.0
.data 2072 2072 0 0.0
.text 673456 673584 128 0.0
qpg lighting-app qpg6105+debug (read/write) 1133764 1133884 120 0.0
.bss 102636 102636 0 0.0
.data 856 856 0 0.0
.text 646144 646264 120 0.0
lock-app qpg6105+debug (read/write) 1093540 1093668 128 0.0
.bss 97308 97308 0 0.0
.data 868 868 0 0.0
.text 605924 606052 128 0.0
stm32 light STM32WB5MM-DK (read/write) 606289 606417 128 0.0
.bss 128500 128500 0 0.0
.data 688 688 0 0.0
.rodata 80700 80812 112 0.1
.text 386656 386672 16 0.0

Copy link

github-actions bot commented May 13, 2024

PR #33411: Size comparison from 3600a50 to ccd95c0

Increases above 0.2%:

platform target config section 3600a50 ccd95c0 change % change
linux thermostat-no-ble arm64 (read/write) 245880 249640 3760 1.5
Increases (81 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 3600a50 ccd95c0 change % change
bl602 lighting-app bl602 (read/write) 1443354 1443518 164 0.0
.rodata 159452 159568 116 0.1
.text 1107962 1108016 54 0.0
bl602+mfd (read/write) 1457786 1457958 172 0.0
.rodata 158412 158528 116 0.1
.text 1123280 1123334 54 0.0
bl602+rpc (read/write) 1490754 1490926 172 0.0
.rodata 167020 167136 116 0.1
.text 1139352 1139406 54 0.0
bl702 lighting-app bl702 (read/write) 1209267 1209431 164 0.0
.rodata 108964 109080 116 0.1
.text 978396 978444 48 0.0
bl702+mfd (read/write) 1220339 1220503 164 0.0
.rodata 107904 108020 116 0.1
.text 990406 990454 48 0.0
bl702+rpc (read/write) 1300987 1301151 164 0.0
.rodata 124336 124452 116 0.1
.text 1053360 1053408 48 0.0
bl706-eth (read/write) 1026617 1026789 172 0.0
.rodata 102056 102172 116 0.1
.text 769192 769246 54 0.0
bl706-wifi (read/write) 1260678 1260842 164 0.0
.rodata 123136 123252 116 0.1
.text 1000386 1000436 50 0.0
bl702l lighting-app bl702l (read/write) 1178844 1179008 164 0.0
.rodata 102968 103084 116 0.1
.text 971510 971558 48 0.0
bl702l+mfd .rodata 101908 102024 116 0.1
.text 983832 983880 48 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798180 798316 136 0.0
.rodata 85220 85332 112 0.1
.text 712696 712720 24 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813424 813560 136 0.0
.rodata 78800 78912 112 0.1
.text 734360 734384 24 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802748 802884 136 0.0
.rodata 106124 106236 112 0.1
.text 696360 696384 24 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755004 755140 136 0.0
.rodata 80884 80996 112 0.1
.text 673856 673880 24 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740724 740860 136 0.0
.rodata 76660 76772 112 0.1
.text 663800 663824 24 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606262 606430 168 0.0
.rodata 89742 89854 112 0.1
.text 514396 514452 56 0.0
lock CC3235SF_LAUNCHXL (read only) 652150 652318 168 0.0
.rodata 110502 110614 112 0.1
.text 539528 539584 56 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741835 741987 152 0.0
.app_xip_area 660077 660229 152 0.0
CYW30739B2-P5-EVK-02 (read/write) 757479 757623 144 0.0
.app_xip_area 672521 672665 144 0.0
CYW30739B2-P5-EVK-03 (read/write) 757479 757623 144 0.0
.app_xip_area 672521 672665 144 0.0
CYW930739M2EVB-02 (read/write) 713691 713843 152 0.0
.app_xip_area 636865 637017 152 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679363 679515 152 0.0
.app_xip_area 601893 602045 152 0.0
CYW30739B2-P5-EVK-02 (read/write) 694703 694847 144 0.0
.app_xip_area 614121 614265 144 0.0
CYW30739B2-P5-EVK-03 (read/write) 694703 694847 144 0.0
.app_xip_area 614121 614265 144 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697899 698051 152 0.0
.app_xip_area 617413 617565 152 0.0
CYW30739B2-P5-EVK-02 (read/write) 713311 713455 144 0.0
.app_xip_area 629713 629857 144 0.0
CYW30739B2-P5-EVK-03 (read/write) 713311 713455 144 0.0
.app_xip_area 629713 629857 144 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660435 660579 144 0.0
.app_xip_area 585981 586125 144 0.0
CYW30739B2-P5-EVK-02 (read/write) 676079 676223 144 0.0
.app_xip_area 598417 598561 144 0.0
CYW30739B2-P5-EVK-03 (read/write) 676079 676223 144 0.0
.app_xip_area 598417 598561 144 0.0
efr32 lighting-app BRD4187C (read/write) 1071604 1071740 136 0.0
.text 888136 888272 136 0.0
lock-app BRD4338a (read/write) 962004 962164 160 0.0
.text 700096 700256 160 0.0
window-app BRD4187C (read/write) 1135320 1135496 176 0.0
.text 967396 967572 176 0.0
esp32 all-clusters-app c3devkit (read only) 1214470 1214502 32 0.0
(read/write) 1751576 1751696 120 0.0
.flash.rodata 253768 253888 120 0.0
.flash.text 1214470 1214502 32 0.0
m5stack (read only) 1256195 1256231 36 0.0
(read/write) 538172 538284 112 0.0
.flash.rodata 285672 285784 112 0.0
.flash.text 1250031 1250067 36 0.0
linux air-purifier-app debug (read only) 2717693 2718045 352 0.0
.rodata 187312 187504 192 0.1
.text 2347397 2347557 160 0.0
all-clusters-app debug (read only) 6030457 6030793 336 0.0
.rodata 354160 354352 192 0.1
.text 5237603 5237747 144 0.0
all-clusters-minimal-app debug (read only) 5313817 5314169 352 0.0
.rodata 292938 293130 192 0.1
.text 4780995 4781155 160 0.0
bridge-app debug (read only) 4704361 4704697 336 0.0
.rodata 233322 233514 192 0.1
.text 4245571 4245715 144 0.0
chip-tool debug (read only) 12153425 12153761 336 0.0
.rodata 454297 454489 192 0.0
.text 10988419 10988563 144 0.0
chip-tool-ipv6only arm64 (read only) 11480364 11480700 336 0.0
.rodata 358396 358572 176 0.0
.text 10237256 10237416 160 0.0
fabric-bridge-app debug (read only) 4570649 4570985 336 0.0
.rodata 226762 226954 192 0.1
.text 4120915 4121059 144 0.0
lighting-app debug+rpc+ui (read only) 5627889 5628241 352 0.0
.rodata 357108 357300 192 0.1
.text 5018883 5019043 160 0.0
lock-app debug (read only) 4765433 4765785 352 0.0
.rodata 259210 259402 192 0.1
.text 4289827 4289987 160 0.0
ota-provider-app debug (read only) 4378105 4378457 352 0.0
.rodata 211594 211786 192 0.1
.text 3968771 3968931 160 0.0
ota-requestor-app debug (read only) 4508809 4509145 336 0.0
.rodata 217674 217866 192 0.1
.text 4088851 4088995 144 0.0
shell debug (read only) 3001625 3001961 336 0.0
.rodata 191040 191232 192 0.1
.text 2631554 2631698 144 0.0
thermostat-no-ble arm64 (read only) 4496108 4496428 320 0.0
(read/write) 245880 249640 3760 1.5
.rodata 162100 162276 176 0.1
.text 3992760 3992904 144 0.0
tv-app debug (read only) 5825809 5826145 336 0.0
.rodata 297802 297994 192 0.1
.text 5281731 5281875 144 0.0
tv-casting-app debug (read only) 9989073 9989409 336 0.0
.rodata 388088 388280 192 0.0
.text 9129971 9130115 144 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536160 2536272 112 0.0
.text 1498844 1498956 112 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060784 1060912 128 0.0
rodata 101864 101976 112 0.1
text 772444 772464 20 0.0
nrf7002dk_nrf5340_cpuapp text 798920 798932 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1008424 1008568 144 0.0
rodata 89120 89232 112 0.1
text 733992 734012 20 0.0
nxp contact k32w0+release (read only) 575876 575892 16 0.0
.text 575340 575356 16 0.0
k32w1+release (read/write) 703740 703756 16 0.0
.text 590256 590272 16 0.0
light k32w0+release (read only) 610096 610112 16 0.0
.text 609560 609576 16 0.0
k32w1+release (read/write) 795672 795800 128 0.0
.text 673456 673584 128 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1826812 1826980 168 0.0
.text 1611340 1611508 168 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748084 1748244 160 0.0
.text 1535708 1535868 160 0.0
light cy8ckit_062s2_43012 (read/write) 1666556 1666716 160 0.0
.text 1460900 1461060 160 0.0
lock cy8ckit_062s2_43012 (read/write) 1695220 1695380 160 0.0
.text 1462500 1462660 160 0.0
qpg lighting-app qpg6105+debug (read/write) 1133764 1133884 120 0.0
.text 646144 646264 120 0.0
lock-app qpg6105+debug (read/write) 1093540 1093668 128 0.0
.text 605924 606052 128 0.0
stm32 light STM32WB5MM-DK (read/write) 606289 606417 128 0.0
.rodata 80700 80812 112 0.1
.text 386656 386672 16 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 833674 833814 140 0.0
text 624172 624194 22 0.0
all-clusters-app tlsr9518adk80d (read/write) 1096064 1096204 140 0.0
text 796890 796918 28 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058556 1058696 140 0.0
text 772230 772258 28 0.0
bridge-app tlsr9518adk80d (read/write) 914196 914336 140 0.0
text 655824 655852 28 0.0
contact-sensor-app tlsr9528a_retention (read/write) 836034 836174 140 0.0
text 626592 626614 22 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 937032 937164 132 0.0
text 703238 703260 22 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090396 1090536 140 0.0
text 793698 793726 28 0.0
lock-app-dfu tlsr9528a (read/write) 911152 911284 132 0.0
text 659998 660020 22 0.0
ota-requestor-app tlsr9518adk80d (read/write) 933000 933148 148 0.0
text 674810 674838 28 0.0
pump-app tlsr9258a (read/write) 830632 830772 140 0.0
text 620636 620658 22 0.0
pump-controller-app tlsr9518adk80d (read/write) 799728 799868 140 0.0
text 598508 598530 22 0.0
shell tlsr9518adk80d (read/write) 676416 676560 144 0.0
text 461828 461856 28 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 843894 844034 140 0.0
text 633260 633282 22 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858553 858693 140 0.0
text 642048 642070 22 0.0
thermostat tlsr9518adk80d (read/write) 825284 825416 132 0.0
text 618070 618092 22 0.0
window-covering tlsr9258a (read/write) 835320 835460 140 0.0
text 622904 622926 22 0.0
Decreases (2 builds for bl702l, linux)
platform target config section 3600a50 ccd95c0 change % change
bl702l lighting-app bl702l+mfd (read/write) 1190760 1190412 -348 -0.0
linux chip-tool-ipv6only arm64 (read/write) 588992 588640 -352 -0.1
Full report (81 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 3600a50 ccd95c0 change % change
bl602 lighting-app bl602 (read/write) 1443354 1443518 164 0.0
.bss 85776 85776 0 0.0
.data 9504 9504 0 0.0
.rodata 159452 159568 116 0.1
.text 1107962 1108016 54 0.0
bl602+mfd (read/write) 1457786 1457958 172 0.0
.bss 85952 85952 0 0.0
.data 9480 9480 0 0.0
.rodata 158412 158528 116 0.1
.text 1123280 1123334 54 0.0
bl602+rpc (read/write) 1490754 1490926 172 0.0
.bss 93824 93824 0 0.0
.data 9888 9888 0 0.0
.rodata 167020 167136 116 0.1
.text 1139352 1139406 54 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1209267 1209431 164 0.0
.bss 11185 11185 0 0.0
.data 3712 3712 0 0.0
.rodata 108964 109080 116 0.1
.text 978396 978444 48 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220339 1220503 164 0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107904 108020 116 0.1
.text 990406 990454 48 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1300987 1301151 164 0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124336 124452 116 0.1
.text 1053360 1053408 48 0.0
bl706-eth (read/write) 1026617 1026789 172 0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 102056 102172 116 0.1
.text 769192 769246 54 0.0
bl706-wifi (read/write) 1260678 1260842 164 0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 123136 123252 116 0.1
.text 1000386 1000436 50 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1178844 1179008 164 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102968 103084 116 0.1
.text 971510 971558 48 0.0
bl702l+mfd (read/write) 1190760 1190412 -348 -0.0
.bss 16572 16572 0 0.0
.data 5056 5056 0 0.0
.rodata 101908 102024 116 0.1
.text 983832 983880 48 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798180 798316 136 0.0
(read/write) 177644 177644 0 0.0
.bss 99572 99572 0 0.0
.data 3596 3596 0 0.0
.rodata 85220 85332 112 0.1
.text 712696 712720 24 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813424 813560 136 0.0
(read/write) 188116 188116 0 0.0
.bss 110060 110060 0 0.0
.data 3588 3588 0 0.0
.rodata 78800 78912 112 0.1
.text 734360 734384 24 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802748 802884 136 0.0
(read/write) 182236 182236 0 0.0
.bss 104180 104180 0 0.0
.data 3588 3588 0 0.0
.rodata 106124 106236 112 0.1
.text 696360 696384 24 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755004 755140 136 0.0
(read/write) 176596 176596 0 0.0
.bss 98304 98304 0 0.0
.data 3580 3580 0 0.0
.rodata 80884 80996 112 0.1
.text 673856 673880 24 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740724 740860 136 0.0
(read/write) 176828 176828 0 0.0
.bss 98536 98536 0 0.0
.data 3580 3580 0 0.0
.rodata 76660 76772 112 0.1
.text 663800 663824 24 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606262 606430 168 0.0
(read/write) 209588 209588 0 0.0
.bss 202812 202812 0 0.0
.data 1652 1652 0 0.0
.rodata 89742 89854 112 0.1
.text 514396 514452 56 0.0
lock CC3235SF_LAUNCHXL (read only) 652150 652318 168 0.0
(read/write) 209844 209844 0 0.0
.bss 203208 203208 0 0.0
.data 1516 1516 0 0.0
.rodata 110502 110614 112 0.1
.text 539528 539584 56 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741835 741987 152 0.0
.app_xip_area 660077 660229 152 0.0
.bss 75364 75364 0 0.0
.data 932 932 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 757479 757623 144 0.0
.app_xip_area 672521 672665 144 0.0
.bss 77220 77220 0 0.0
.data 2276 2276 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 757479 757623 144 0.0
.app_xip_area 672521 672665 144 0.0
.bss 77220 77220 0 0.0
.data 2276 2276 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713691 713843 152 0.0
.app_xip_area 636865 637017 152 0.0
.bss 70488 70488 0 0.0
.data 876 876 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679363 679515 152 0.0
.app_xip_area 601893 602045 152 0.0
.bss 70956 70956 0 0.0
.data 1052 1052 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 694703 694847 144 0.0
.app_xip_area 614121 614265 144 0.0
.bss 72812 72812 0 0.0
.data 2308 2308 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 694703 694847 144 0.0
.app_xip_area 614121 614265 144 0.0
.bss 72812 72812 0 0.0
.data 2308 2308 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697899 698051 152 0.0
.app_xip_area 617413 617565 152 0.0
.bss 74004 74004 0 0.0
.data 1020 1020 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 713311 713455 144 0.0
.app_xip_area 629713 629857 144 0.0
.bss 75860 75860 0 0.0
.data 2276 2276 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 713311 713455 144 0.0
.app_xip_area 629713 629857 144 0.0
.bss 75860 75860 0 0.0
.data 2276 2276 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660435 660579 144 0.0
.app_xip_area 585981 586125 144 0.0
.bss 68164 68164 0 0.0
.data 828 828 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 676079 676223 144 0.0
.app_xip_area 598417 598561 144 0.0
.bss 70028 70028 0 0.0
.data 2172 2172 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 676079 676223 144 0.0
.app_xip_area 598417 598561 144 0.0
.bss 70028 70028 0 0.0
.data 2172 2172 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1071604 1071740 136 0.0
.bss 180008 180008 0 0.0
.data 3440 3440 0 0.0
.text 888136 888272 136 0.0
lock-app BRD4338a (read/write) 962004 962164 160 0.0
.bss 213092 213092 0 0.0
.data 29448 29448 0 0.0
.text 700096 700256 160 0.0
window-app BRD4187C (read/write) 1135320 1135496 176 0.0
.bss 164560 164560 0 0.0
.data 3344 3344 0 0.0
.text 967396 967572 176 0.0
esp32 all-clusters-app c3devkit (read only) 1214470 1214502 32 0.0
(read/write) 1751576 1751696 120 0.0
.dram0.bss 74624 74624 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253768 253888 120 0.0
.flash.text 1214470 1214502 32 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256195 1256231 36 0.0
(read/write) 538172 538284 112 0.0
.dram0.bss 81384 81384 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285672 285784 112 0.0
.flash.text 1250031 1250067 36 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2717693 2718045 352 0.0
(read/write) 132496 132496 0 0.0
.bss 47752 47752 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76456 76456 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 187312 187504 192 0.1
.text 2347397 2347557 160 0.0
all-clusters-app debug (read only) 6030457 6030793 336 0.0
(read/write) 484008 484008 0 0.0
.bss 136032 136032 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335976 335976 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 354160 354352 192 0.1
.text 5237603 5237747 144 0.0
all-clusters-minimal-app debug (read only) 5313817 5314169 352 0.0
(read/write) 239960 239960 0 0.0
.bss 128896 128896 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99512 99512 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 292938 293130 192 0.1
.text 4780995 4781155 160 0.0
bridge-app debug (read only) 4704361 4704697 336 0.0
(read/write) 220872 220872 0 0.0
.bss 119424 119424 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88480 88480 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 233322 233514 192 0.1
.text 4245571 4245715 144 0.0
chip-tool debug (read only) 12153425 12153761 336 0.0
(read/write) 524288 524288 0 0.0
.bss 95000 95000 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416928 416928 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 454297 454489 192 0.0
.text 10988419 10988563 144 0.0
chip-tool-ipv6only arm64 (read only) 11480364 11480700 336 0.0
(read/write) 588992 588640 -352 -0.1
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457024 457024 0 0.0
.dynamic 512 512 0 0.0
.got 17240 17240 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 358396 358572 176 0.0
.text 10237256 10237416 160 0.0
fabric-bridge-app debug (read only) 4570649 4570985 336 0.0
(read/write) 212880 212880 0 0.0
.bss 114976 114976 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86160 86160 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 226762 226954 192 0.1
.text 4120915 4121059 144 0.0
lighting-app debug+rpc+ui (read only) 5627889 5628241 352 0.0
(read/write) 229704 229704 0 0.0
.bss 120368 120368 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96912 96912 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 357108 357300 192 0.1
.text 5018883 5019043 160 0.0
lock-app debug (read only) 4765433 4765785 352 0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 259210 259402 192 0.1
.text 4289827 4289987 160 0.0
ota-provider-app debug (read only) 4378105 4378457 352 0.0
(read/write) 196600 196600 0 0.0
.bss 114528 114528 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71728 71728 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211594 211786 192 0.1
.text 3968771 3968931 160 0.0
ota-requestor-app debug (read only) 4508809 4509145 336 0.0
(read/write) 200968 200968 0 0.0
.bss 115424 115424 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74848 74848 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217674 217866 192 0.1
.text 4088851 4088995 144 0.0
shell debug (read only) 3001625 3001961 336 0.0
(read/write) 159440 159440 0 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88672 88672 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 191040 191232 192 0.1
.text 2631554 2631698 144 0.0
thermostat-no-ble arm64 (read only) 4496108 4496428 320 0.0
(read/write) 245880 249640 3760 1.5
.bss 123000 123000 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105920 105920 0 0.0
.dynamic 512 512 0 0.0
.got 8968 8968 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162100 162276 176 0.1
.text 3992760 3992904 144 0.0
tv-app debug (read only) 5825809 5826145 336 0.0
(read/write) 355288 355288 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96312 96312 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 297802 297994 192 0.1
.text 5281731 5281875 144 0.0
tv-casting-app debug (read only) 9989073 9989409 336 0.0
(read/write) 345768 345768 0 0.0
.bss 159512 159512 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176272 176272 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1224 1224 0 0.0
.rodata 388088 388280 192 0.0
.text 9129971 9130115 144 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536160 2536272 112 0.0
.bss 220808 220808 0 0.0
.data 5216 5216 0 0.0
.text 1498844 1498956 112 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060784 1060912 128 0.0
bss 139161 139161 0 0.0
rodata 101864 101976 112 0.1
text 772444 772464 20 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237880 1237880 0 0.0
bss 137517 137517 0 0.0
rodata 151408 151408 0 0.0
text 798920 798932 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008424 1008568 144 0.0
bss 138059 138059 0 0.0
rodata 89120 89232 112 0.1
text 733992 734012 20 0.0
nxp contact k32w0+release (read only) 575876 575892 16 0.0
(read/write) 83180 83180 0 0.0
.bss 67888 67888 0 0.0
.data 2196 2196 0 0.0
.text 575340 575356 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703740 703756 16 0.0
.bss 71240 71240 0 0.0
.data 2864 2864 0 0.0
.text 590256 590272 16 0.0
light k32w0+release (read only) 610096 610112 16 0.0
(read/write) 82648 82648 0 0.0
.bss 67336 67336 0 0.0
.data 2216 2216 0 0.0
.text 609560 609576 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795672 795800 128 0.0
.bss 80776 80776 0 0.0
.data 2072 2072 0 0.0
.text 673456 673584 128 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826256 826256 0 0.0
(read/write) 1826812 1826980 168 0.0
.bss 204340 204340 0 0.0
.data 2744 2744 0 0.0
.text 1611340 1611508 168 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829352 829352 0 0.0
(read/write) 1748084 1748244 160 0.0
.bss 201268 201268 0 0.0
.data 2720 2720 0 0.0
.text 1535708 1535868 160 0.0
light cy8ckit_062s2_43012 (read only) 836072 836072 0 0.0
(read/write) 1666556 1666716 160 0.0
.bss 194732 194732 0 0.0
.data 2536 2536 0 0.0
.text 1460900 1461060 160 0.0
lock cy8ckit_062s2_43012 (read only) 809008 809008 0 0.0
(read/write) 1695220 1695380 160 0.0
.bss 221812 221812 0 0.0
.data 2520 2520 0 0.0
.text 1462500 1462660 160 0.0
qpg lighting-app qpg6105+debug (read/write) 1133764 1133884 120 0.0
.bss 102636 102636 0 0.0
.data 856 856 0 0.0
.text 646144 646264 120 0.0
lock-app qpg6105+debug (read/write) 1093540 1093668 128 0.0
.bss 97308 97308 0 0.0
.data 868 868 0 0.0
.text 605924 606052 128 0.0
stm32 light STM32WB5MM-DK (read/write) 606289 606417 128 0.0
.bss 128500 128500 0 0.0
.data 688 688 0 0.0
.rodata 80700 80812 112 0.1
.text 386656 386672 16 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833674 833814 140 0.0
bss 49884 49884 0 0.0
text 624172 624194 22 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096064 1096204 140 0.0
bss 101552 101552 0 0.0
text 796890 796918 28 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058556 1058696 140 0.0
bss 110048 110048 0 0.0
text 772230 772258 28 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914196 914336 140 0.0
bss 92804 92804 0 0.0
text 655824 655852 28 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836034 836174 140 0.0
bss 49928 49928 0 0.0
text 626592 626614 22 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937032 937164 132 0.0
bss 77540 77540 0 0.0
text 703238 703260 22 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090396 1090536 140 0.0
bss 99876 99876 0 0.0
text 793698 793726 28 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911152 911284 132 0.0
bss 69208 69208 0 0.0
text 659998 660020 22 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933000 933148 148 0.0
bss 92516 92516 0 0.0
text 674810 674838 28 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 830632 830772 140 0.0
bss 58172 58172 0 0.0
text 620636 620658 22 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 799728 799868 140 0.0
bss 56108 56108 0 0.0
text 598508 598530 22 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676416 676560 144 0.0
bss 73388 73388 0 0.0
text 461828 461856 28 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 843894 844034 140 0.0
bss 51556 51556 0 0.0
text 633260 633282 22 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858553 858693 140 0.0
bss 59724 59724 0 0.0
text 642048 642070 22 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825284 825416 132 0.0
bss 56432 56432 0 0.0
text 618070 618092 22 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 835320 835460 140 0.0
bss 58388 58388 0 0.0
text 622904 622926 22 0.0

src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
Copy link

github-actions bot commented May 17, 2024

PR #33411: Size comparison from 320f83e to dbf8bc2

Increases (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
platform target config section 320f83e dbf8bc2 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606974 256 0.0
.rodata 89766 89926 160 0.2
.text 514832 514928 96 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652870 256 0.0
.rodata 110526 110686 160 0.1
.text 539964 540060 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536904 224 0.0
.text 1499364 1499588 224 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061600 208 0.0
rodata 101840 102000 160 0.2
text 773072 773112 40 0.0
nrf7002dk_nrf5340_cpuapp text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009288 208 0.0
rodata 89096 89256 160 0.2
text 734660 734700 40 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134452 192 0.0
.text 646640 646832 192 0.0
lock-app qpg6105+debug (read/write) 1094076 1094268 192 0.0
.text 606460 606652 192 0.0
stm32 light STM32WB5MM-DK (read/write) 606849 607041 192 0.0
.rodata 80668 80828 160 0.2
.text 387192 387224 32 0.0
Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
platform target config section 320f83e dbf8bc2 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606974 256 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89926 160 0.2
.text 514832 514928 96 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652870 256 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110686 160 0.1
.text 539964 540060 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536904 224 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499588 224 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061600 208 0.0
bss 139209 139209 0 0.0
rodata 101840 102000 160 0.2
text 773072 773112 40 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238556 0 0.0
bss 137637 137637 0 0.0
rodata 151444 151444 0 0.0
text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009288 208 0.0
bss 138107 138107 0 0.0
rodata 89096 89256 160 0.2
text 734660 734700 40 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134452 192 0.0
.bss 102676 102676 0 0.0
.data 864 864 0 0.0
.text 646640 646832 192 0.0
lock-app qpg6105+debug (read/write) 1094076 1094268 192 0.0
.bss 97340 97340 0 0.0
.data 876 876 0 0.0
.text 606460 606652 192 0.0
stm32 light STM32WB5MM-DK (read/write) 606849 607041 192 0.0
.bss 128548 128548 0 0.0
.data 696 696 0 0.0
.rodata 80668 80828 160 0.2
.text 387192 387224 32 0.0

Copy link

github-actions bot commented May 17, 2024

PR #33411: Size comparison from 320f83e to 0c96052

Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 320f83e 0c96052 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446462 248 0.0
.rodata 159472 159632 160 0.1
.text 1110674 1110762 88 0.0
bl602+mfd (read/write) 1460646 1460894 248 0.0
.rodata 158432 158592 160 0.1
.text 1125992 1126080 88 0.0
bl602+rpc (read/write) 1493878 1494126 248 0.0
.rodata 167048 167208 160 0.1
.text 1142320 1142408 88 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212331 224 0.0
.rodata 109024 109184 160 0.1
.text 981120 981182 62 0.0
bl702+mfd (read/write) 1223195 1223415 220 0.0
.rodata 107964 108124 160 0.1
.text 993130 993192 62 0.0
bl702+rpc (read/write) 1303571 1303795 224 0.0
.rodata 124396 124556 160 0.1
.text 1055828 1055890 62 0.0
bl706-eth (read/write) 1029213 1029461 248 0.0
.rodata 102080 102240 160 0.2
.text 771642 771730 88 0.0
bl706-wifi (read/write) 1263286 1263542 256 0.0
.rodata 123160 123320 160 0.1
.text 1002852 1002946 94 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182416 732 0.1
.rodata 103028 103188 160 0.2
.text 974234 974296 62 0.0
bl702l+mfd (read/write) 1193600 1193824 224 0.0
.rodata 101968 102128 160 0.2
.text 986556 986618 62 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798924 184 0.0
.rodata 85204 85356 152 0.2
.text 713272 713304 32 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814152 192 0.0
.rodata 78776 78936 160 0.2
.text 734920 734952 32 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803508 200 0.0
.rodata 106100 106260 160 0.2
.text 696944 696984 40 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755812 200 0.0
.rodata 80852 81012 160 0.2
.text 674496 674536 40 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741468 184 0.0
.rodata 76636 76788 152 0.2
.text 664384 664416 32 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606966 248 0.0
.rodata 89766 89926 160 0.2
.text 514832 514920 88 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652862 248 0.0
.rodata 110526 110686 160 0.1
.text 539964 540052 88 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740195 740387 192 0.0
.app_xip_area 660205 660397 192 0.0
CYW30739B2-P5-EVK-02 (read/write) 755831 756031 200 0.0
.app_xip_area 672641 672841 200 0.0
CYW30739B2-P5-EVK-03 (read/write) 755831 756031 200 0.0
.app_xip_area 672641 672841 200 0.0
CYW930739M2EVB-02 (read/write) 712051 712251 200 0.0
.app_xip_area 636993 637193 200 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 677731 677931 200 0.0
.app_xip_area 602029 602229 200 0.0
CYW30739B2-P5-EVK-02 (read/write) 693063 693263 200 0.0
.app_xip_area 614249 614449 200 0.0
CYW30739B2-P5-EVK-03 (read/write) 693063 693263 200 0.0
.app_xip_area 614249 614449 200 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 696251 696451 200 0.0
.app_xip_area 617533 617733 200 0.0
CYW30739B2-P5-EVK-02 (read/write) 711655 711863 208 0.0
.app_xip_area 629825 630033 208 0.0
CYW30739B2-P5-EVK-03 (read/write) 711655 711863 208 0.0
.app_xip_area 629825 630033 208 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 658771 658971 200 0.0
.app_xip_area 586093 586293 200 0.0
CYW30739B2-P5-EVK-02 (read/write) 674415 674615 200 0.0
.app_xip_area 598529 598729 200 0.0
CYW30739B2-P5-EVK-03 (read/write) 674415 674615 200 0.0
.app_xip_area 598529 598729 200 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072364 184 0.0
.text 888656 888840 184 0.0
lock-app BRD4338a (read/write) 962580 962820 240 0.0
.text 700560 700800 240 0.0
window-app BRD4187C (read/write) 1135888 1136104 216 0.0
.text 967932 968148 216 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215194 40 0.0
(read/write) 1751704 1751864 160 0.0
.flash.rodata 253768 253928 160 0.1
.flash.text 1215154 1215194 40 0.0
m5stack (read only) 1256495 1256539 44 0.0
(read/write) 536308 536460 152 0.0
.flash.rodata 285512 285664 152 0.1
.flash.text 1250331 1250375 44 0.0
linux air-purifier-app debug (read only) 2722261 2722757 496 0.0
.rodata 187888 188144 256 0.1
.text 2351221 2351461 240 0.0
all-clusters-app debug (read only) 6034705 6035121 416 0.0
.rodata 354320 354576 256 0.1
.text 5241523 5241683 160 0.0
all-clusters-minimal-app debug (read only) 5318145 5318641 496 0.0
.rodata 293130 293386 256 0.1
.text 4784963 4785203 240 0.0
bridge-app debug (read only) 4708561 4709041 480 0.0
.rodata 233514 233770 256 0.1
.text 4249411 4249635 224 0.0
chip-tool debug (read only) 12166577 12166993 416 0.0
.rodata 455897 456153 256 0.1
.text 10999203 10999363 160 0.0
chip-tool-ipv6only arm64 (read only) 11498604 11499004 400 0.0
.rodata 358828 359068 240 0.1
.text 10254040 10254200 160 0.0
fabric-admin debug (read only) 11915233 11915649 416 0.0
.rodata 427065 427321 256 0.1
.text 10791491 10791651 160 0.0
fabric-bridge-app debug (read only) 4574817 4575297 480 0.0
.rodata 226922 227178 256 0.1
.text 4124755 4124979 224 0.0
lighting-app debug+rpc+ui (read only) 5632537 5633033 496 0.0
.rodata 357748 358004 256 0.1
.text 5022723 5022963 240 0.0
lock-app debug (read only) 4769617 4770097 480 0.0
.rodata 259370 259626 256 0.1
.text 4293683 4293907 224 0.0
ota-provider-app debug (read only) 4382353 4382833 480 0.0
.rodata 211754 212010 256 0.1
.text 3972691 3972915 224 0.0
ota-requestor-app debug (read only) 4513041 4513521 480 0.0
.rodata 217834 218090 256 0.1
.text 4092755 4092979 224 0.0
shell debug (read only) 3005345 3005841 496 0.0
.rodata 191072 191328 256 0.1
.text 2635122 2635362 240 0.0
thermostat-no-ble arm64 (read only) 4500476 4500908 432 0.0
.rodata 162164 162404 240 0.1
.text 3996776 3996968 192 0.0
tv-app debug (read only) 5830121 5830617 496 0.0
.rodata 297834 298090 256 0.1
.text 5285891 5286131 240 0.0
tv-casting-app debug (read only) 9997705 9998121 416 0.0
.rodata 388152 388408 256 0.1
.text 9138419 9138579 160 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536896 216 0.0
.text 1499364 1499580 216 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061580 188 0.0
rodata 101840 101996 156 0.2
text 773072 773104 32 0.0
nrf7002dk_nrf5340_cpuapp text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009268 188 0.0
rodata 89096 89252 156 0.2
text 734660 734692 32 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
.text 575908 575924 16 0.0
k32w1+release (read/write) 704308 704324 16 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
.text 610088 610120 32 0.0
k32w1+release (read/write) 796256 796432 176 0.0
.text 673992 674168 176 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827684 240 0.0
.text 1611844 1612084 240 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1748956 240 0.0
.text 1536212 1536452 240 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667396 240 0.0
.text 1461372 1461612 240 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696060 240 0.0
.text 1462972 1463212 240 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134444 184 0.0
.text 646640 646824 184 0.0
lock-app qpg6105+debug (read/write) 1094076 1094260 184 0.0
.text 606460 606644 184 0.0
stm32 light STM32WB5MM-DK (read/write) 606849 607033 184 0.0
.rodata 80668 80828 160 0.2
.text 387192 387216 24 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835362 192 0.0
text 625530 625564 34 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843752 200 0.0
text 601330 601370 40 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060300 200 0.0
text 773616 773656 40 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915844 200 0.0
text 657116 657156 40 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837722 192 0.0
text 627948 627982 34 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948812 200 0.0
text 714900 714934 34 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772260 200 0.0
text 557886 557926 40 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092416 200 0.0
text 795316 795356 40 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912816 192 0.0
text 661336 661370 34 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935036 200 0.0
text 676424 676464 40 0.0
pump-app tlsr9258a (read/write) 832104 832304 200 0.0
text 621972 622006 34 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607680 192 0.0
text 451088 451122 34 0.0
shell tlsr9518adk80d (read/write) 674948 675148 200 0.0
text 462082 462122 40 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845574 192 0.0
text 634614 634648 34 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860417 192 0.0
text 643542 643576 34 0.0
thermostat tlsr9518adk80d (read/write) 826756 826948 192 0.0
text 619410 619444 34 0.0
window-covering tlsr9258a (read/write) 836808 837008 200 0.0
text 624256 624290 34 0.0
Decreases (2 builds for linux)
platform target config section 320f83e 0c96052 change % change
linux chip-tool-ipv6only arm64 (read/write) 591352 590936 -416 -0.1
thermostat-no-ble arm64 (read/write) 249888 249440 -448 -0.2
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 320f83e 0c96052 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446462 248 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159632 160 0.1
.text 1110674 1110762 88 0.0
bl602+mfd (read/write) 1460646 1460894 248 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158592 160 0.1
.text 1125992 1126080 88 0.0
bl602+rpc (read/write) 1493878 1494126 248 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167208 160 0.1
.text 1142320 1142408 88 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212331 224 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109184 160 0.1
.text 981120 981182 62 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223415 220 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 108124 160 0.1
.text 993130 993192 62 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303795 224 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124556 160 0.1
.text 1055828 1055890 62 0.0
bl706-eth (read/write) 1029213 1029461 248 0.0
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102240 160 0.2
.text 771642 771730 88 0.0
bl706-wifi (read/write) 1263286 1263542 256 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123320 160 0.1
.text 1002852 1002946 94 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182416 732 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103188 160 0.2
.text 974234 974296 62 0.0
bl702l+mfd (read/write) 1193600 1193824 224 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 102128 160 0.2
.text 986556 986618 62 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798924 184 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85356 152 0.2
.text 713272 713304 32 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814152 192 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78936 160 0.2
.text 734920 734952 32 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803508 200 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106260 160 0.2
.text 696944 696984 40 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755812 200 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 81012 160 0.2
.text 674496 674536 40 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741468 184 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76788 152 0.2
.text 664384 664416 32 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606966 248 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89926 160 0.2
.text 514832 514920 88 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652862 248 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110686 160 0.1
.text 539964 540052 88 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740195 740387 192 0.0
.app_xip_area 660205 660397 192 0.0
.bss 73588 73588 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 755831 756031 200 0.0
.app_xip_area 672641 672841 200 0.0
.bss 75444 75444 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 755831 756031 200 0.0
.app_xip_area 672641 672841 200 0.0
.bss 75444 75444 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 712051 712251 200 0.0
.app_xip_area 636993 637193 200 0.0
.bss 68712 68712 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 677731 677931 200 0.0
.app_xip_area 602029 602229 200 0.0
.bss 69180 69180 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 693063 693263 200 0.0
.app_xip_area 614249 614449 200 0.0
.bss 71036 71036 0 0.0
.data 2316 2316 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 693063 693263 200 0.0
.app_xip_area 614249 614449 200 0.0
.bss 71036 71036 0 0.0
.data 2316 2316 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 696251 696451 200 0.0
.app_xip_area 617533 617733 200 0.0
.bss 72228 72228 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 711655 711863 208 0.0
.app_xip_area 629825 630033 208 0.0
.bss 74084 74084 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 711655 711863 208 0.0
.app_xip_area 629825 630033 208 0.0
.bss 74084 74084 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 658771 658971 200 0.0
.app_xip_area 586093 586293 200 0.0
.bss 66380 66380 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 674415 674615 200 0.0
.app_xip_area 598529 598729 200 0.0
.bss 68244 68244 0 0.0
.data 2180 2180 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 674415 674615 200 0.0
.app_xip_area 598529 598729 200 0.0
.bss 68244 68244 0 0.0
.data 2180 2180 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072364 184 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888840 184 0.0
lock-app BRD4338a (read/write) 962580 962820 240 0.0
.bss 213204 213204 0 0.0
.data 29448 29448 0 0.0
.text 700560 700800 240 0.0
window-app BRD4187C (read/write) 1135888 1136104 216 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968148 216 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215194 40 0.0
(read/write) 1751704 1751864 160 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253928 160 0.1
.flash.text 1215154 1215194 40 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256495 1256539 44 0.0
(read/write) 536308 536460 152 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285664 152 0.1
.flash.text 1250331 1250375 44 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722261 2722757 496 0.0
(read/write) 132728 132728 0 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76536 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 187888 188144 256 0.1
.text 2351221 2351461 240 0.0
all-clusters-app debug (read only) 6034705 6035121 416 0.0
(read/write) 484272 484272 0 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336072 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 354320 354576 256 0.1
.text 5241523 5241683 160 0.0
all-clusters-minimal-app debug (read only) 5318145 5318641 496 0.0
(read/write) 240224 240224 0 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99608 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 293130 293386 256 0.1
.text 4784963 4785203 240 0.0
bridge-app debug (read only) 4708561 4709041 480 0.0
(read/write) 221136 221136 0 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88576 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 233514 233770 256 0.1
.text 4249411 4249635 224 0.0
chip-tool debug (read only) 12166577 12166993 416 0.0
(read/write) 524808 524808 0 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417272 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 455897 456153 256 0.1
.text 10999203 10999363 160 0.0
chip-tool-ipv6only arm64 (read only) 11498604 11499004 400 0.0
(read/write) 591352 590936 -416 -0.1
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457424 0 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 358828 359068 240 0.1
.text 10254040 10254200 160 0.0
fabric-admin debug (read only) 11915233 11915649 416 0.0
(read/write) 517872 517872 0 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411480 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 427065 427321 256 0.1
.text 10791491 10791651 160 0.0
fabric-bridge-app debug (read only) 4574817 4575297 480 0.0
(read/write) 213112 213112 0 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86256 86256 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 226922 227178 256 0.1
.text 4124755 4124979 224 0.0
lighting-app debug+rpc+ui (read only) 5632537 5633033 496 0.0
(read/write) 229936 229936 0 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 96992 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 357748 358004 256 0.1
.text 5022723 5022963 240 0.0
lock-app debug (read only) 4769617 4770097 480 0.0
(read/write) 208264 208264 0 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82568 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 259370 259626 256 0.1
.text 4293683 4293907 224 0.0
ota-provider-app debug (read only) 4382353 4382833 480 0.0
(read/write) 196864 196864 0 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71824 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 211754 212010 256 0.1
.text 3972691 3972915 224 0.0
ota-requestor-app debug (read only) 4513041 4513521 480 0.0
(read/write) 201232 201232 0 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74928 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 217834 218090 256 0.1
.text 4092755 4092979 224 0.0
shell debug (read only) 3005345 3005841 496 0.0
(read/write) 156856 156856 0 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88792 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191072 191328 256 0.1
.text 2635122 2635362 240 0.0
thermostat-no-ble arm64 (read only) 4500476 4500908 432 0.0
(read/write) 249888 249440 -448 -0.2
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106008 0 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162164 162404 240 0.1
.text 3996776 3996968 192 0.0
tv-app debug (read only) 5830121 5830617 496 0.0
(read/write) 352992 352992 0 0.0
.bss 242672 242672 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96472 96472 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 297834 298090 256 0.1
.text 5285891 5286131 240 0.0
tv-casting-app debug (read only) 9997705 9998121 416 0.0
(read/write) 343184 343184 0 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176432 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 388152 388408 256 0.1
.text 9138419 9138579 160 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536896 216 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499580 216 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061580 188 0.0
bss 139209 139209 0 0.0
rodata 101840 101996 156 0.2
text 773072 773104 32 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238556 0 0.0
bss 137637 137637 0 0.0
rodata 151444 151444 0 0.0
text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009268 188 0.0
bss 138107 138107 0 0.0
rodata 89096 89252 156 0.2
text 734660 734692 32 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 575924 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704324 16 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610120 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796432 176 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674168 176 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827684 240 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612084 240 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1748956 240 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536452 240 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667396 240 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461612 240 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696060 240 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463212 240 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134444 184 0.0
.bss 102676 102676 0 0.0
.data 864 864 0 0.0
.text 646640 646824 184 0.0
lock-app qpg6105+debug (read/write) 1094076 1094260 184 0.0
.bss 97340 97340 0 0.0
.data 876 876 0 0.0
.text 606460 606644 184 0.0
stm32 light STM32WB5MM-DK (read/write) 606849 607033 184 0.0
.bss 128548 128548 0 0.0
.data 696 696 0 0.0
.rodata 80668 80828 160 0.2
.text 387192 387216 24 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835362 192 0.0
bss 49944 49944 0 0.0
text 625530 625564 34 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843752 200 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601370 40 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060300 200 0.0
bss 110132 110132 0 0.0
text 773616 773656 40 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915844 200 0.0
bss 92888 92888 0 0.0
text 657116 657156 40 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837722 192 0.0
bss 49988 49988 0 0.0
text 627948 627982 34 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948812 200 0.0
bss 76580 76580 0 0.0
text 714900 714934 34 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772260 200 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 557926 40 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092416 200 0.0
bss 99980 99980 0 0.0
text 795316 795356 40 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912816 192 0.0
bss 69268 69268 0 0.0
text 661336 661370 34 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935036 200 0.0
bss 92620 92620 0 0.0
text 676424 676464 40 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832304 200 0.0
bss 58232 58232 0 0.0
text 621972 622006 34 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607680 192 0.0
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451122 34 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675148 200 0.0
bss 71852 71852 0 0.0
text 462082 462122 40 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845574 192 0.0
bss 51616 51616 0 0.0
text 634614 634648 34 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860417 192 0.0
bss 59804 59804 0 0.0
text 643542 643576 34 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 826948 192 0.0
bss 56492 56492 0 0.0
text 619410 619444 34 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837008 200 0.0
bss 58448 58448 0 0.0
text 624256 624290 34 0.0

Copy link

github-actions bot commented May 21, 2024

PR #33411: Size comparison from bd2e2b9 to a480853

Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section bd2e2b9 a480853 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446462 248 0.0
.rodata 159472 159632 160 0.1
.text 1110674 1110762 88 0.0
bl602+mfd (read/write) 1460646 1460894 248 0.0
.rodata 158432 158592 160 0.1
.text 1125992 1126080 88 0.0
bl602+rpc (read/write) 1493878 1494126 248 0.0
.rodata 167048 167208 160 0.1
.text 1142320 1142408 88 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212331 224 0.0
.rodata 109024 109184 160 0.1
.text 981120 981182 62 0.0
bl702+mfd (read/write) 1223195 1223415 220 0.0
.rodata 107964 108124 160 0.1
.text 993130 993192 62 0.0
bl702+rpc (read/write) 1303571 1303795 224 0.0
.rodata 124396 124556 160 0.1
.text 1055828 1055890 62 0.0
bl706-eth (read/write) 1029213 1029461 248 0.0
.rodata 102080 102240 160 0.2
.text 771642 771730 88 0.0
bl706-wifi (read/write) 1263286 1263542 256 0.0
.rodata 123160 123320 160 0.1
.text 1002852 1002946 94 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182416 732 0.1
.rodata 103028 103188 160 0.2
.text 974234 974296 62 0.0
bl702l+mfd (read/write) 1193600 1193824 224 0.0
.rodata 101968 102128 160 0.2
.text 986556 986618 62 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798924 184 0.0
.rodata 85204 85356 152 0.2
.text 713272 713304 32 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814152 192 0.0
.rodata 78776 78936 160 0.2
.text 734920 734952 32 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803508 200 0.0
.rodata 106100 106260 160 0.2
.text 696944 696984 40 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755812 200 0.0
.rodata 80852 81012 160 0.2
.text 674496 674536 40 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741468 184 0.0
.rodata 76636 76788 152 0.2
.text 664384 664416 32 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606966 248 0.0
.rodata 89766 89926 160 0.2
.text 514832 514920 88 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652862 248 0.0
.rodata 110526 110686 160 0.1
.text 539964 540052 88 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740195 740387 192 0.0
.app_xip_area 660205 660397 192 0.0
CYW30739B2-P5-EVK-02 (read/write) 755831 756031 200 0.0
.app_xip_area 672641 672841 200 0.0
CYW30739B2-P5-EVK-03 (read/write) 755831 756031 200 0.0
.app_xip_area 672641 672841 200 0.0
CYW930739M2EVB-02 (read/write) 712051 712251 200 0.0
.app_xip_area 636993 637193 200 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 677731 677931 200 0.0
.app_xip_area 602029 602229 200 0.0
CYW30739B2-P5-EVK-02 (read/write) 693063 693263 200 0.0
.app_xip_area 614249 614449 200 0.0
CYW30739B2-P5-EVK-03 (read/write) 693063 693263 200 0.0
.app_xip_area 614249 614449 200 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 696251 696451 200 0.0
.app_xip_area 617533 617733 200 0.0
CYW30739B2-P5-EVK-02 (read/write) 711655 711863 208 0.0
.app_xip_area 629825 630033 208 0.0
CYW30739B2-P5-EVK-03 (read/write) 711655 711863 208 0.0
.app_xip_area 629825 630033 208 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 658771 658971 200 0.0
.app_xip_area 586093 586293 200 0.0
CYW30739B2-P5-EVK-02 (read/write) 674415 674615 200 0.0
.app_xip_area 598529 598729 200 0.0
CYW30739B2-P5-EVK-03 (read/write) 674415 674615 200 0.0
.app_xip_area 598529 598729 200 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072364 184 0.0
.text 888656 888840 184 0.0
lock-app BRD4338a (read/write) 962580 962820 240 0.0
.text 700560 700800 240 0.0
window-app BRD4187C (read/write) 1135888 1136104 216 0.0
.text 967932 968148 216 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215194 40 0.0
(read/write) 1751704 1751864 160 0.0
.flash.rodata 253768 253928 160 0.1
.flash.text 1215154 1215194 40 0.0
m5stack (read only) 1256487 1256531 44 0.0
(read/write) 536308 536460 152 0.0
.flash.rodata 285512 285664 152 0.1
.flash.text 1250323 1250367 44 0.0
linux air-purifier-app debug (read only) 2722517 2723013 496 0.0
.rodata 188144 188400 256 0.1
.text 2351221 2351461 240 0.0
all-clusters-app debug (read only) 6036865 6037281 416 0.0
.rodata 355536 355792 256 0.1
.text 5242467 5242627 160 0.0
all-clusters-minimal-app debug (read only) 5320305 5320801 496 0.0
.rodata 294346 294602 256 0.1
.text 4785907 4786147 240 0.0
bridge-app debug (read only) 4710721 4711201 480 0.0
.rodata 234730 234986 256 0.1
.text 4250355 4250579 224 0.0
chip-tool debug (read only) 12173457 12173873 416 0.0
.rodata 459129 459385 256 0.1
.text 11002851 11003011 160 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11504516 400 0.0
.rodata 360916 361156 240 0.1
.text 10257464 10257624 160 0.0
fabric-admin debug (read only) 11922049 11922465 416 0.0
.rodata 430233 430489 256 0.1
.text 10795139 10795299 160 0.0
fabric-bridge-app debug (read only) 4576977 4577457 480 0.0
.rodata 228138 228394 256 0.1
.text 4125699 4125923 224 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635177 480 0.0
.rodata 358964 359220 256 0.1
.text 5023667 5023891 224 0.0
lock-app debug (read only) 4771777 4772257 480 0.0
.rodata 260586 260842 256 0.1
.text 4294627 4294851 224 0.0
ota-provider-app debug (read only) 4384209 4384689 480 0.0
.rodata 212490 212746 256 0.1
.text 3973811 3974035 224 0.0
ota-requestor-app debug (read only) 4514897 4515377 480 0.0
.rodata 218570 218826 256 0.1
.text 4093875 4094099 224 0.0
shell debug (read only) 3006113 3006609 496 0.0
.rodata 191840 192096 256 0.1
.text 2635122 2635362 240 0.0
thermostat-no-ble arm64 (read only) 4501580 4501996 416 0.0
.rodata 162260 162500 240 0.1
.text 3997784 3997960 176 0.0
tv-app debug (read only) 5836345 5836825 480 0.0
.rodata 301514 301770 256 0.1
.text 5288435 5288659 224 0.0
tv-casting-app debug (read only) 9999641 10000057 416 0.0
.rodata 389144 389400 256 0.1
.text 9139363 9139523 160 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536896 216 0.0
.text 1499364 1499580 216 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061580 188 0.0
rodata 101840 101996 156 0.2
text 773072 773104 32 0.0
nrf7002dk_nrf5340_cpuapp text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009268 188 0.0
rodata 89096 89252 156 0.2
text 734660 734692 32 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
.text 575908 575924 16 0.0
k32w1+release (read/write) 704308 704324 16 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
.text 610088 610120 32 0.0
k32w1+release (read/write) 796256 796432 176 0.0
.text 673992 674168 176 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827684 240 0.0
.text 1611844 1612084 240 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1748956 240 0.0
.text 1536212 1536452 240 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667396 240 0.0
.text 1461372 1461612 240 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696060 240 0.0
.text 1462972 1463212 240 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134444 184 0.0
.text 646640 646824 184 0.0
lock-app qpg6105+debug (read/write) 1094076 1094260 184 0.0
.text 606460 606644 184 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624234 176 0.0
.rodata 81372 81524 152 0.2
.text 391336 391360 24 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835362 192 0.0
text 625530 625564 34 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843752 200 0.0
text 601330 601370 40 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060300 200 0.0
text 773616 773656 40 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915844 200 0.0
text 657116 657156 40 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837722 192 0.0
text 627948 627982 34 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948812 200 0.0
text 714900 714934 34 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772260 200 0.0
text 557886 557926 40 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092416 200 0.0
text 795316 795356 40 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912816 192 0.0
text 661336 661370 34 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935036 200 0.0
text 676424 676464 40 0.0
pump-app tlsr9258a (read/write) 832104 832304 200 0.0
text 621972 622006 34 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607680 192 0.0
text 451088 451122 34 0.0
shell tlsr9518adk80d (read/write) 674948 675148 200 0.0
text 462082 462122 40 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845574 192 0.0
text 634614 634648 34 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860417 192 0.0
text 643542 643576 34 0.0
thermostat tlsr9518adk80d (read/write) 826756 826948 192 0.0
text 619410 619444 34 0.0
window-covering tlsr9258a (read/write) 836808 837008 200 0.0
text 624256 624290 34 0.0
Decreases (2 builds for linux)
platform target config section bd2e2b9 a480853 change % change
linux chip-tool-ipv6only arm64 (read/write) 589912 589496 -416 -0.1
thermostat-no-ble arm64 (read/write) 248752 248320 -432 -0.2
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section bd2e2b9 a480853 change % change
bl602 lighting-app bl602 (read/write) 1446214 1446462 248 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159632 160 0.1
.text 1110674 1110762 88 0.0
bl602+mfd (read/write) 1460646 1460894 248 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158592 160 0.1
.text 1125992 1126080 88 0.0
bl602+rpc (read/write) 1493878 1494126 248 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167208 160 0.1
.text 1142320 1142408 88 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212331 224 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109184 160 0.1
.text 981120 981182 62 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223415 220 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 108124 160 0.1
.text 993130 993192 62 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303795 224 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124556 160 0.1
.text 1055828 1055890 62 0.0
bl706-eth (read/write) 1029213 1029461 248 0.0
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102240 160 0.2
.text 771642 771730 88 0.0
bl706-wifi (read/write) 1263286 1263542 256 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123320 160 0.1
.text 1002852 1002946 94 0.0
bl702l lighting-app bl702l (read/write) 1181684 1182416 732 0.1
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103188 160 0.2
.text 974234 974296 62 0.0
bl702l+mfd (read/write) 1193600 1193824 224 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 102128 160 0.2
.text 986556 986618 62 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798924 184 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85356 152 0.2
.text 713272 713304 32 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814152 192 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78936 160 0.2
.text 734920 734952 32 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803508 200 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106260 160 0.2
.text 696944 696984 40 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755812 200 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 81012 160 0.2
.text 674496 674536 40 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741468 184 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76788 152 0.2
.text 664384 664416 32 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606966 248 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89926 160 0.2
.text 514832 514920 88 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652862 248 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110686 160 0.1
.text 539964 540052 88 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740195 740387 192 0.0
.app_xip_area 660205 660397 192 0.0
.bss 73588 73588 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 755831 756031 200 0.0
.app_xip_area 672641 672841 200 0.0
.bss 75444 75444 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 755831 756031 200 0.0
.app_xip_area 672641 672841 200 0.0
.bss 75444 75444 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 712051 712251 200 0.0
.app_xip_area 636993 637193 200 0.0
.bss 68712 68712 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 677731 677931 200 0.0
.app_xip_area 602029 602229 200 0.0
.bss 69180 69180 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 693063 693263 200 0.0
.app_xip_area 614249 614449 200 0.0
.bss 71036 71036 0 0.0
.data 2316 2316 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 693063 693263 200 0.0
.app_xip_area 614249 614449 200 0.0
.bss 71036 71036 0 0.0
.data 2316 2316 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 696251 696451 200 0.0
.app_xip_area 617533 617733 200 0.0
.bss 72228 72228 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 711655 711863 208 0.0
.app_xip_area 629825 630033 208 0.0
.bss 74084 74084 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 711655 711863 208 0.0
.app_xip_area 629825 630033 208 0.0
.bss 74084 74084 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 658771 658971 200 0.0
.app_xip_area 586093 586293 200 0.0
.bss 66380 66380 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 674415 674615 200 0.0
.app_xip_area 598529 598729 200 0.0
.bss 68244 68244 0 0.0
.data 2180 2180 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 674415 674615 200 0.0
.app_xip_area 598529 598729 200 0.0
.bss 68244 68244 0 0.0
.data 2180 2180 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072364 184 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888840 184 0.0
lock-app BRD4338a (read/write) 962580 962820 240 0.0
.bss 213204 213204 0 0.0
.data 29448 29448 0 0.0
.text 700560 700800 240 0.0
window-app BRD4187C (read/write) 1135888 1136104 216 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968148 216 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215194 40 0.0
(read/write) 1751704 1751864 160 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253928 160 0.1
.flash.text 1215154 1215194 40 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256531 44 0.0
(read/write) 536308 536460 152 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285664 152 0.1
.flash.text 1250323 1250367 44 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2723013 496 0.0
(read/write) 132728 132728 0 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76536 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188400 256 0.1
.text 2351221 2351461 240 0.0
all-clusters-app debug (read only) 6036865 6037281 416 0.0
(read/write) 484272 484272 0 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336072 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355792 256 0.1
.text 5242467 5242627 160 0.0
all-clusters-minimal-app debug (read only) 5320305 5320801 496 0.0
(read/write) 240224 240224 0 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99608 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294602 256 0.1
.text 4785907 4786147 240 0.0
bridge-app debug (read only) 4710721 4711201 480 0.0
(read/write) 221136 221136 0 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88576 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234986 256 0.1
.text 4250355 4250579 224 0.0
chip-tool debug (read only) 12173457 12173873 416 0.0
(read/write) 524808 524808 0 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417272 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459385 256 0.1
.text 11002851 11003011 160 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11504516 400 0.0
(read/write) 589912 589496 -416 -0.1
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457424 0 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 361156 240 0.1
.text 10257464 10257624 160 0.0
fabric-admin debug (read only) 11922049 11922465 416 0.0
(read/write) 517872 517872 0 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411480 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430233 430489 256 0.1
.text 10795139 10795299 160 0.0
fabric-bridge-app debug (read only) 4576977 4577457 480 0.0
(read/write) 213112 213112 0 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86256 86256 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228138 228394 256 0.1
.text 4125699 4125923 224 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635177 480 0.0
(read/write) 229936 229936 0 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 96992 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 359220 256 0.1
.text 5023667 5023891 224 0.0
lock-app debug (read only) 4771777 4772257 480 0.0
(read/write) 208264 208264 0 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82568 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260842 256 0.1
.text 4294627 4294851 224 0.0
ota-provider-app debug (read only) 4384209 4384689 480 0.0
(read/write) 196864 196864 0 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71824 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212746 256 0.1
.text 3973811 3974035 224 0.0
ota-requestor-app debug (read only) 4514897 4515377 480 0.0
(read/write) 201232 201232 0 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74928 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218826 256 0.1
.text 4093875 4094099 224 0.0
shell debug (read only) 3006113 3006609 496 0.0
(read/write) 156856 156856 0 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88792 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 192096 256 0.1
.text 2635122 2635362 240 0.0
thermostat-no-ble arm64 (read only) 4501580 4501996 416 0.0
(read/write) 248752 248320 -432 -0.2
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106008 0 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162500 240 0.1
.text 3997784 3997960 176 0.0
tv-app debug (read only) 5836345 5836825 480 0.0
(read/write) 352992 352992 0 0.0
.bss 242672 242672 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96472 96472 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 301514 301770 256 0.1
.text 5288435 5288659 224 0.0
tv-casting-app debug (read only) 9999641 10000057 416 0.0
(read/write) 343184 343184 0 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176432 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389400 256 0.1
.text 9139363 9139523 160 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536896 216 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499580 216 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061580 188 0.0
bss 139209 139209 0 0.0
rodata 101840 101996 156 0.2
text 773072 773104 32 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238556 0 0.0
bss 137637 137637 0 0.0
rodata 151444 151444 0 0.0
text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009268 188 0.0
bss 138107 138107 0 0.0
rodata 89096 89252 156 0.2
text 734660 734692 32 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 575924 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704324 16 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610120 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796432 176 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674168 176 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827684 240 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612084 240 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1748956 240 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536452 240 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667396 240 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461612 240 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696060 240 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463212 240 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134444 184 0.0
.bss 102676 102676 0 0.0
.data 864 864 0 0.0
.text 646640 646824 184 0.0
lock-app qpg6105+debug (read/write) 1094076 1094260 184 0.0
.bss 97340 97340 0 0.0
.data 876 876 0 0.0
.text 606460 606644 184 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624234 176 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81524 152 0.2
.text 391336 391360 24 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835362 192 0.0
bss 49944 49944 0 0.0
text 625530 625564 34 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843752 200 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601370 40 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060300 200 0.0
bss 110132 110132 0 0.0
text 773616 773656 40 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915844 200 0.0
bss 92888 92888 0 0.0
text 657116 657156 40 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837722 192 0.0
bss 49988 49988 0 0.0
text 627948 627982 34 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948812 200 0.0
bss 76580 76580 0 0.0
text 714900 714934 34 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772260 200 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 557926 40 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092416 200 0.0
bss 99980 99980 0 0.0
text 795316 795356 40 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912816 192 0.0
bss 69268 69268 0 0.0
text 661336 661370 34 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935036 200 0.0
bss 92620 92620 0 0.0
text 676424 676464 40 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832304 200 0.0
bss 58232 58232 0 0.0
text 621972 622006 34 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607680 192 0.0
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451122 34 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675148 200 0.0
bss 71852 71852 0 0.0
text 462082 462122 40 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845574 192 0.0
bss 51616 51616 0 0.0
text 634614 634648 34 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860417 192 0.0
bss 59804 59804 0 0.0
text 643542 643576 34 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 826948 192 0.0
bss 56492 56492 0 0.0
text 619410 619444 34 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837008 200 0.0
bss 58448 58448 0 0.0
text 624256 624290 34 0.0

Copy link

github-actions bot commented May 22, 2024

PR #33411: Size comparison from dd55376 to f65c05a

Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section dd55376 f65c05a change % change
bl602 lighting-app bl602 (read/write) 1446214 1446478 264 0.0
.rodata 159472 159648 176 0.1
.text 1110674 1110766 92 0.0
bl602+mfd (read/write) 1460646 1460918 272 0.0
.rodata 158432 158608 176 0.1
.text 1125992 1126084 92 0.0
bl602+rpc (read/write) 1493878 1494150 272 0.0
.rodata 167048 167224 176 0.1
.text 1142320 1142412 92 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212351 244 0.0
.rodata 109024 109200 176 0.2
.text 981120 981186 66 0.0
bl702+mfd (read/write) 1223195 1223435 240 0.0
.rodata 107964 108140 176 0.2
.text 993130 993196 66 0.0
bl702+rpc (read/write) 1303571 1303815 244 0.0
.rodata 124396 124572 176 0.1
.text 1055828 1055894 66 0.0
bl706-eth (read/write) 1029213 1029481 268 0.0
.rodata 102080 102256 176 0.2
.text 771642 771734 92 0.0
bl706-wifi (read/write) 1263286 1263562 276 0.0
.rodata 123160 123336 176 0.1
.text 1002852 1002950 98 0.0
bl702l lighting-app bl702l (read/write) 1181684 1181924 240 0.0
.rodata 103028 103204 176 0.2
.text 974234 974300 66 0.0
bl702l+mfd .rodata 101968 102144 176 0.2
.text 986556 986622 66 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798948 208 0.0
.rodata 85204 85372 168 0.2
.text 713272 713312 40 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814176 216 0.0
.rodata 78776 78952 176 0.2
.text 734920 734960 40 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803532 224 0.0
.rodata 106100 106276 176 0.2
.text 696944 696992 48 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755836 224 0.0
.rodata 80852 81028 176 0.2
.text 674496 674544 48 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741492 208 0.0
.rodata 76636 76804 168 0.2
.text 664384 664424 40 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606990 272 0.0
.rodata 89766 89942 176 0.2
.text 514832 514928 96 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652886 272 0.0
.rodata 110526 110702 176 0.2
.text 539964 540060 96 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740195 740411 216 0.0
.app_xip_area 660205 660421 216 0.0
CYW30739B2-P5-EVK-02 (read/write) 755831 756055 224 0.0
.app_xip_area 672641 672865 224 0.0
CYW30739B2-P5-EVK-03 (read/write) 755831 756055 224 0.0
.app_xip_area 672641 672865 224 0.0
CYW930739M2EVB-02 (read/write) 712051 712275 224 0.0
.app_xip_area 636993 637217 224 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 677731 677955 224 0.0
.app_xip_area 602029 602253 224 0.0
CYW30739B2-P5-EVK-02 (read/write) 693063 693287 224 0.0
.app_xip_area 614249 614473 224 0.0
CYW30739B2-P5-EVK-03 (read/write) 693063 693287 224 0.0
.app_xip_area 614249 614473 224 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 696251 696475 224 0.0
.app_xip_area 617533 617757 224 0.0
CYW30739B2-P5-EVK-02 (read/write) 711655 711887 232 0.0
.app_xip_area 629825 630057 232 0.0
CYW30739B2-P5-EVK-03 (read/write) 711655 711887 232 0.0
.app_xip_area 629825 630057 232 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 658771 658995 224 0.0
.app_xip_area 586093 586317 224 0.0
CYW30739B2-P5-EVK-02 (read/write) 674415 674639 224 0.0
.app_xip_area 598529 598753 224 0.0
CYW30739B2-P5-EVK-03 (read/write) 674415 674639 224 0.0
.app_xip_area 598529 598753 224 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072380 200 0.0
.text 888656 888856 200 0.0
lock-app BRD4338a (read/write) 962580 962836 256 0.0
.text 700560 700816 256 0.0
window-app BRD4187C (read/write) 1135888 1136152 264 0.0
.text 967932 968196 264 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215198 44 0.0
(read/write) 1751704 1751880 176 0.0
.flash.rodata 253768 253944 176 0.1
.flash.text 1215154 1215198 44 0.0
m5stack (read only) 1256487 1256535 48 0.0
(read/write) 536308 536476 168 0.0
.flash.rodata 285512 285680 168 0.1
.flash.text 1250323 1250371 48 0.0
linux air-purifier-app debug (read only) 2722517 2723077 560 0.0
.rodata 188144 188432 288 0.2
.text 2351221 2351493 272 0.0
all-clusters-app debug (read only) 6036865 6037329 464 0.0
.rodata 355536 355792 256 0.1
.text 5242467 5242675 208 0.0
all-clusters-minimal-app debug (read only) 5320305 5320849 544 0.0
.rodata 294346 294602 256 0.1
.text 4785907 4786195 288 0.0
bridge-app debug (read only) 4710721 4711249 528 0.0
.rodata 234730 234986 256 0.1
.text 4250355 4250627 272 0.0
chip-tool debug (read only) 12173457 1217392 464 0.0
.rodata 459129 459385 256 0.1
.text 11002851 11003059 208 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11504564 448 0.0
.rodata 360916 361172 256 0.1
.text 10257464 10257656 192 0.0
fabric-admin debug (read only) 11922049 11922545 496 0.0
.rodata 430233 430521 288 0.1
.text 10795139 10795347 208 0.0
fabric-bridge-app debug (read only) 4576977 4577505 528 0.0
.rodata 228138 228394 256 0.1
.text 4125699 4125971 272 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635225 528 0.0
.rodata 358964 359220 256 0.1
.text 5023667 5023939 272 0.0
lock-app debug (read only) 4771777 4772337 560 0.0
.rodata 260586 260874 288 0.1
.text 4294627 4294899 272 0.0
ota-provider-app debug (read only) 4384209 4384737 528 0.0
.rodata 212490 212746 256 0.1
.text 3973811 3974083 272 0.0
ota-requestor-app debug (read only) 4514897 4515425 528 0.0
.rodata 218570 218826 256 0.1
.text 4093875 4094147 272 0.0
shell debug (read only) 3006113 3006641 528 0.0
.rodata 191840 192096 256 0.1
.text 2635122 2635394 272 0.0
thermostat-no-ble arm64 (read only) 4501580 4502060 480 0.0
.rodata 162260 162516 256 0.2
.text 3997784 3998008 224 0.0
tv-app debug (read only) 5836345 5836905 560 0.0
.rodata 301514 301802 288 0.1
.text 5288435 5288707 272 0.0
tv-casting-app debug (read only) 9999641 10000137 496 0.0
.rodata 389144 389432 288 0.1
.text 9139363 9139571 208 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536912 232 0.0
.text 1499364 1499596 232 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061608 216 0.0
rodata 101840 102008 168 0.2
text 773072 773112 40 0.0
nrf7002dk_nrf5340_cpuapp text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009296 216 0.0
rodata 89096 89264 168 0.2
text 734660 734700 40 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
.text 575908 575924 16 0.0
k32w1+release (read/write) 704308 704324 16 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
.text 610088 610120 32 0.0
k32w1+release (read/write) 796256 796456 200 0.0
.text 673992 674192 200 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827700 256 0.0
.text 1611844 1612100 256 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1748972 256 0.0
.text 1536212 1536468 256 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667412 256 0.0
.text 1461372 1461628 256 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696076 256 0.0
.text 1462972 1463228 256 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134468 208 0.0
.text 646640 646848 208 0.0
lock-app qpg6105+debug (read/write) 1094076 1094284 208 0.0
.text 606460 606668 208 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624258 200 0.0
.rodata 81372 81540 168 0.2
.text 391336 391368 32 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835374 204 0.0
text 625530 625568 38 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843764 212 0.0
text 601330 601374 44 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060312 212 0.0
text 773616 773660 44 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915864 220 0.0
text 657116 657160 44 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837742 212 0.0
text 627948 627986 38 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948824 212 0.0
text 714900 714938 38 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772280 220 0.0
text 557886 557930 44 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092428 212 0.0
text 795316 795360 44 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912836 212 0.0
text 661336 661374 38 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935048 212 0.0
text 676424 676468 44 0.0
pump-app tlsr9258a (read/write) 832104 832316 212 0.0
text 621972 622010 38 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607700 212 0.0
text 451088 451126 38 0.0
shell tlsr9518adk80d (read/write) 674948 675164 216 0.0
text 462082 462126 44 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845594 212 0.0
text 634614 634652 38 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860437 212 0.0
text 643542 643580 38 0.0
thermostat tlsr9518adk80d (read/write) 826756 826968 212 0.0
text 619410 619448 38 0.0
window-covering tlsr9258a (read/write) 836808 837020 212 0.0
text 624256 624294 38 0.0
Decreases (3 builds for bl702l, linux)
platform target config section dd55376 f65c05a change % change
bl702l lighting-app bl702l+mfd (read/write) 1193600 206196 -987404 -82.7
linux chip-tool-ipv6only arm64 (read/write) 589912 589464 -448 -0.1
thermostat-no-ble arm64 (read/write) 248752 248272 -480 -0.2
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section dd55376 f65c05a change % change
bl602 lighting-app bl602 (read/write) 1446214 1446478 264 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159648 176 0.1
.text 1110674 1110766 92 0.0
bl602+mfd (read/write) 1460646 1460918 272 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158608 176 0.1
.text 1125992 1126084 92 0.0
bl602+rpc (read/write) 1493878 1494150 272 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167224 176 0.1
.text 1142320 1142412 92 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212351 244 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109200 176 0.2
.text 981120 981186 66 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223435 240 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 108140 176 0.2
.text 993130 993196 66 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303815 244 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124572 176 0.1
.text 1055828 1055894 66 0.0
bl706-eth (read/write) 1029213 1029481 268 0.0
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102256 176 0.2
.text 771642 771734 92 0.0
bl706-wifi (read/write) 1263286 1263562 276 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123336 176 0.1
.text 1002852 1002950 98 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1181684 1181924 240 0.0
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103204 176 0.2
.text 974234 974300 66 0.0
bl702l+mfd (read/write) 1193600 206196 -987404 -82.7
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 102144 176 0.2
.text 986556 986622 66 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798948 208 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85372 168 0.2
.text 713272 713312 40 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814176 216 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78952 176 0.2
.text 734920 734960 40 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803532 224 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106276 176 0.2
.text 696944 696992 48 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755836 224 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 81028 176 0.2
.text 674496 674544 48 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741492 208 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76804 168 0.2
.text 664384 664424 40 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606990 272 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89942 176 0.2
.text 514832 514928 96 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652886 272 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110702 176 0.2
.text 539964 540060 96 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740195 740411 216 0.0
.app_xip_area 660205 660421 216 0.0
.bss 73588 73588 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 755831 756055 224 0.0
.app_xip_area 672641 672865 224 0.0
.bss 75444 75444 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 755831 756055 224 0.0
.app_xip_area 672641 672865 224 0.0
.bss 75444 75444 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 712051 712275 224 0.0
.app_xip_area 636993 637217 224 0.0
.bss 68712 68712 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 677731 677955 224 0.0
.app_xip_area 602029 602253 224 0.0
.bss 69180 69180 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 693063 693287 224 0.0
.app_xip_area 614249 614473 224 0.0
.bss 71036 71036 0 0.0
.data 2316 2316 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 693063 693287 224 0.0
.app_xip_area 614249 614473 224 0.0
.bss 71036 71036 0 0.0
.data 2316 2316 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 696251 696475 224 0.0
.app_xip_area 617533 617757 224 0.0
.bss 72228 72228 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 711655 711887 232 0.0
.app_xip_area 629825 630057 232 0.0
.bss 74084 74084 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 711655 711887 232 0.0
.app_xip_area 629825 630057 232 0.0
.bss 74084 74084 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 658771 658995 224 0.0
.app_xip_area 586093 586317 224 0.0
.bss 66380 66380 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 674415 674639 224 0.0
.app_xip_area 598529 598753 224 0.0
.bss 68244 68244 0 0.0
.data 2180 2180 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 674415 674639 224 0.0
.app_xip_area 598529 598753 224 0.0
.bss 68244 68244 0 0.0
.data 2180 2180 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072380 200 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888856 200 0.0
lock-app BRD4338a (read/write) 962580 962836 256 0.0
.bss 213204 213204 0 0.0
.data 29448 29448 0 0.0
.text 700560 700816 256 0.0
window-app BRD4187C (read/write) 1135888 1136152 264 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968196 264 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215198 44 0.0
(read/write) 1751704 1751880 176 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253944 176 0.1
.flash.text 1215154 1215198 44 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256535 48 0.0
(read/write) 536308 536476 168 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285680 168 0.1
.flash.text 1250323 1250371 48 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2723077 560 0.0
(read/write) 132728 132728 0 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76536 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188432 288 0.2
.text 2351221 2351493 272 0.0
all-clusters-app debug (read only) 6036865 6037329 464 0.0
(read/write) 484272 484272 0 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336072 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355792 256 0.1
.text 5242467 5242675 208 0.0
all-clusters-minimal-app debug (read only) 5320305 5320849 544 0.0
(read/write) 240224 240224 0 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99608 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294602 256 0.1
.text 4785907 4786195 288 0.0
bridge-app debug (read only) 4710721 4711249 528 0.0
(read/write) 221136 221136 0 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88576 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234986 256 0.1
.text 4250355 4250627 272 0.0
chip-tool debug (read only) 12173457 1217392 464 0.0
(read/write) 524808 524808 0 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417272 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459385 256 0.1
.text 11002851 11003059 208 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11504564 448 0.0
(read/write) 589912 589464 -448 -0.1
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457424 0 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 361172 256 0.1
.text 10257464 10257656 192 0.0
fabric-admin debug (read only) 11922049 11922545 496 0.0
(read/write) 517872 517872 0 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411480 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430233 430521 288 0.1
.text 10795139 10795347 208 0.0
fabric-bridge-app debug (read only) 4576977 4577505 528 0.0
(read/write) 213112 213112 0 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86256 86256 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228138 228394 256 0.1
.text 4125699 4125971 272 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635225 528 0.0
(read/write) 229936 229936 0 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 96992 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 359220 256 0.1
.text 5023667 5023939 272 0.0
lock-app debug (read only) 4771777 4772337 560 0.0
(read/write) 208264 208264 0 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82568 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260874 288 0.1
.text 4294627 4294899 272 0.0
ota-provider-app debug (read only) 4384209 4384737 528 0.0
(read/write) 196864 196864 0 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71824 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212746 256 0.1
.text 3973811 3974083 272 0.0
ota-requestor-app debug (read only) 4514897 4515425 528 0.0
(read/write) 201232 201232 0 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74928 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218826 256 0.1
.text 4093875 4094147 272 0.0
shell debug (read only) 3006113 3006641 528 0.0
(read/write) 156856 156856 0 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88792 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 192096 256 0.1
.text 2635122 2635394 272 0.0
thermostat-no-ble arm64 (read only) 4501580 4502060 480 0.0
(read/write) 248752 248272 -480 -0.2
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106008 0 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162516 256 0.2
.text 3997784 3998008 224 0.0
tv-app debug (read only) 5836345 5836905 560 0.0
(read/write) 352992 352992 0 0.0
.bss 242672 242672 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96472 96472 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 301514 301802 288 0.1
.text 5288435 5288707 272 0.0
tv-casting-app debug (read only) 9999641 10000137 496 0.0
(read/write) 343184 343184 0 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176432 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389432 288 0.1
.text 9139363 9139571 208 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536912 232 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499596 232 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061608 216 0.0
bss 139209 139209 0 0.0
rodata 101840 102008 168 0.2
text 773072 773112 40 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238556 0 0.0
bss 137637 137637 0 0.0
rodata 151444 151444 0 0.0
text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009296 216 0.0
bss 138107 138107 0 0.0
rodata 89096 89264 168 0.2
text 734660 734700 40 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 575924 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704324 16 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610120 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796456 200 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674192 200 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827700 256 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612100 256 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1748972 256 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536468 256 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667412 256 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461628 256 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696076 256 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463228 256 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134468 208 0.0
.bss 102676 102676 0 0.0
.data 864 864 0 0.0
.text 646640 646848 208 0.0
lock-app qpg6105+debug (read/write) 1094076 1094284 208 0.0
.bss 97340 97340 0 0.0
.data 876 876 0 0.0
.text 606460 606668 208 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624258 200 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81540 168 0.2
.text 391336 391368 32 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835374 204 0.0
bss 49944 49944 0 0.0
text 625530 625568 38 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843764 212 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601374 44 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060312 212 0.0
bss 110132 110132 0 0.0
text 773616 773660 44 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915864 220 0.0
bss 92888 92888 0 0.0
text 657116 657160 44 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837742 212 0.0
bss 49988 49988 0 0.0
text 627948 627986 38 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948824 212 0.0
bss 76580 76580 0 0.0
text 714900 714938 38 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772280 220 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 557930 44 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092428 212 0.0
bss 99980 99980 0 0.0
text 795316 795360 44 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912836 212 0.0
bss 69268 69268 0 0.0
text 661336 661374 38 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935048 212 0.0
bss 92620 92620 0 0.0
text 676424 676468 44 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832316 212 0.0
bss 58232 58232 0 0.0
text 621972 622010 38 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607700 212 0.0
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451126 38 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675164 216 0.0
bss 71852 71852 0 0.0
text 462082 462126 44 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845594 212 0.0
bss 51616 51616 0 0.0
text 634614 634652 38 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860437 212 0.0
bss 59804 59804 0 0.0
text 643542 643580 38 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 826968 212 0.0
bss 56492 56492 0 0.0
text 619410 619448 38 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837020 212 0.0
bss 58448 58448 0 0.0
text 624256 624294 38 0.0

Copy link

github-actions bot commented May 22, 2024

PR #33411: Size comparison from 9b6bb5b to 5468b1c

Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 9b6bb5b 5468b1c change % change
bl602 lighting-app bl602 (read/write) 1446214 1446478 264 0.0
.rodata 159472 159648 176 0.1
.text 1110674 1110766 92 0.0
bl602+mfd (read/write) 1460646 1460918 272 0.0
.rodata 158432 158608 176 0.1
.text 1125992 1126084 92 0.0
bl602+rpc (read/write) 1493878 1494150 272 0.0
.rodata 167048 167224 176 0.1
.text 1142320 1142412 92 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212351 244 0.0
.rodata 109024 109200 176 0.2
.text 981120 981186 66 0.0
bl702+mfd (read/write) 1223195 1223435 240 0.0
.rodata 107964 108140 176 0.2
.text 993130 993196 66 0.0
bl702+rpc (read/write) 1303571 1303815 244 0.0
.rodata 124396 124572 176 0.1
.text 1055828 1055894 66 0.0
bl706-eth (read/write) 1029213 1029481 268 0.0
.rodata 102080 102256 176 0.2
.text 771642 771734 92 0.0
bl706-wifi (read/write) 1263286 1263562 276 0.0
.rodata 123160 123336 176 0.1
.text 1002852 1002950 98 0.0
bl702l lighting-app bl702l (read/write) 1181684 1181924 240 0.0
.rodata 103028 103204 176 0.2
.text 974234 974300 66 0.0
bl702l+mfd .rodata 101968 102144 176 0.2
.text 986556 986622 66 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798948 208 0.0
.rodata 85204 85372 168 0.2
.text 713272 713312 40 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814176 216 0.0
.rodata 78776 78952 176 0.2
.text 734920 734960 40 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803532 224 0.0
.rodata 106100 106276 176 0.2
.text 696944 696992 48 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755836 224 0.0
.rodata 80852 81028 176 0.2
.text 674496 674544 48 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741492 208 0.0
.rodata 76636 76804 168 0.2
.text 664384 664424 40 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606990 272 0.0
.rodata 89766 89942 176 0.2
.text 514832 514928 96 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652886 272 0.0
.rodata 110526 110702 176 0.2
.text 539964 540060 96 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740195 740411 216 0.0
.app_xip_area 660205 660421 216 0.0
CYW30739B2-P5-EVK-02 (read/write) 755831 756055 224 0.0
.app_xip_area 672641 672865 224 0.0
CYW30739B2-P5-EVK-03 (read/write) 755831 756055 224 0.0
.app_xip_area 672641 672865 224 0.0
CYW930739M2EVB-02 (read/write) 712051 712275 224 0.0
.app_xip_area 636993 637217 224 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 677731 677955 224 0.0
.app_xip_area 602029 602253 224 0.0
CYW30739B2-P5-EVK-02 (read/write) 693063 693287 224 0.0
.app_xip_area 614249 614473 224 0.0
CYW30739B2-P5-EVK-03 (read/write) 693063 693287 224 0.0
.app_xip_area 614249 614473 224 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 696251 696475 224 0.0
.app_xip_area 617533 617757 224 0.0
CYW30739B2-P5-EVK-02 (read/write) 711655 711887 232 0.0
.app_xip_area 629825 630057 232 0.0
CYW30739B2-P5-EVK-03 (read/write) 711655 711887 232 0.0
.app_xip_area 629825 630057 232 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 658771 658995 224 0.0
.app_xip_area 586093 586317 224 0.0
CYW30739B2-P5-EVK-02 (read/write) 674415 674639 224 0.0
.app_xip_area 598529 598753 224 0.0
CYW30739B2-P5-EVK-03 (read/write) 674415 674639 224 0.0
.app_xip_area 598529 598753 224 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072380 200 0.0
.text 888656 888856 200 0.0
lock-app BRD4338a (read/write) 962580 962836 256 0.0
.text 700560 700816 256 0.0
window-app BRD4187C (read/write) 1135888 1136152 264 0.0
.text 967932 968196 264 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215198 44 0.0
(read/write) 1751704 1751880 176 0.0
.flash.rodata 253768 253944 176 0.1
.flash.text 1215154 1215198 44 0.0
m5stack (read only) 1256487 1256535 48 0.0
(read/write) 536308 536476 168 0.0
.flash.rodata 285512 285680 168 0.1
.flash.text 1250323 1250371 48 0.0
linux air-purifier-app debug (read only) 2722517 2723077 560 0.0
.rodata 188144 188432 288 0.2
.text 2351221 2351493 272 0.0
all-clusters-app debug (read only) 6036865 6037329 464 0.0
.rodata 355536 355792 256 0.1
.text 5242467 5242675 208 0.0
all-clusters-minimal-app debug (read only) 5320305 5320849 544 0.0
.rodata 294346 294602 256 0.1
.text 4785907 4786195 288 0.0
bridge-app debug (read only) 4710721 4711249 528 0.0
.rodata 234730 234986 256 0.1
.text 4250355 4250627 272 0.0
chip-tool debug (read only) 12173457 1217392 464 0.0
.rodata 459129 459385 256 0.1
.text 11002851 11003059 208 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11504564 448 0.0
.rodata 360916 361172 256 0.1
.text 10257464 10257656 192 0.0
fabric-admin debug (read only) 11922049 11922545 496 0.0
.rodata 430233 430521 288 0.1
.text 10795139 10795347 208 0.0
fabric-bridge-app debug (read only) 4576977 4577505 528 0.0
.rodata 228138 228394 256 0.1
.text 4125699 4125971 272 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635225 528 0.0
.rodata 358964 359220 256 0.1
.text 5023667 5023939 272 0.0
lock-app debug (read only) 4771777 4772337 560 0.0
.rodata 260586 260874 288 0.1
.text 4294627 4294899 272 0.0
ota-provider-app debug (read only) 4384209 4384737 528 0.0
.rodata 212490 212746 256 0.1
.text 3973811 3974083 272 0.0
ota-requestor-app debug (read only) 4514897 4515425 528 0.0
.rodata 218570 218826 256 0.1
.text 4093875 4094147 272 0.0
shell debug (read only) 3006113 3006641 528 0.0
.rodata 191840 192096 256 0.1
.text 2635122 2635394 272 0.0
thermostat-no-ble arm64 (read only) 4501580 4502060 480 0.0
.rodata 162260 162516 256 0.2
.text 3997784 3998008 224 0.0
tv-app debug (read only) 5836345 5836905 560 0.0
.rodata 301514 301802 288 0.1
.text 5288435 5288707 272 0.0
tv-casting-app debug (read only) 9999641 10000137 496 0.0
.rodata 389144 389432 288 0.1
.text 9139363 9139571 208 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536912 232 0.0
.text 1499364 1499596 232 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061608 216 0.0
rodata 101840 102008 168 0.2
text 773072 773112 40 0.0
nrf7002dk_nrf5340_cpuapp text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009296 216 0.0
rodata 89096 89264 168 0.2
text 734660 734700 40 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
.text 575908 575924 16 0.0
k32w1+release (read/write) 704308 704324 16 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
.text 610088 610120 32 0.0
k32w1+release (read/write) 796256 796456 200 0.0
.text 673992 674192 200 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827700 256 0.0
.text 1611844 1612100 256 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1748972 256 0.0
.text 1536212 1536468 256 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667412 256 0.0
.text 1461372 1461628 256 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696076 256 0.0
.text 1462972 1463228 256 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134468 208 0.0
.text 646640 646848 208 0.0
lock-app qpg6105+debug (read/write) 1094076 1094284 208 0.0
.text 606460 606668 208 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624258 200 0.0
.rodata 81372 81540 168 0.2
.text 391336 391368 32 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835374 204 0.0
text 625530 625568 38 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843764 212 0.0
text 601330 601374 44 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060312 212 0.0
text 773616 773660 44 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915864 220 0.0
text 657116 657160 44 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837742 212 0.0
text 627948 627986 38 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948824 212 0.0
text 714900 714938 38 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772280 220 0.0
text 557886 557930 44 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092428 212 0.0
text 795316 795360 44 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912836 212 0.0
text 661336 661374 38 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935048 212 0.0
text 676424 676468 44 0.0
pump-app tlsr9258a (read/write) 832104 832316 212 0.0
text 621972 622010 38 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607700 212 0.0
text 451088 451126 38 0.0
shell tlsr9518adk80d (read/write) 674948 675164 216 0.0
text 462082 462126 44 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845594 212 0.0
text 634614 634652 38 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860437 212 0.0
text 643542 643580 38 0.0
thermostat tlsr9518adk80d (read/write) 826756 826968 212 0.0
text 619410 619448 38 0.0
window-covering tlsr9258a (read/write) 836808 837020 212 0.0
text 624256 624294 38 0.0
Decreases (3 builds for bl702l, linux)
platform target config section 9b6bb5b 5468b1c change % change
bl702l lighting-app bl702l+mfd (read/write) 1193600 206196 -987404 -82.7
linux chip-tool-ipv6only arm64 (read/write) 589912 589464 -448 -0.1
thermostat-no-ble arm64 (read/write) 248752 248272 -480 -0.2
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 9b6bb5b 5468b1c change % change
bl602 lighting-app bl602 (read/write) 1446214 1446478 264 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159648 176 0.1
.text 1110674 1110766 92 0.0
bl602+mfd (read/write) 1460646 1460918 272 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158608 176 0.1
.text 1125992 1126084 92 0.0
bl602+rpc (read/write) 1493878 1494150 272 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167224 176 0.1
.text 1142320 1142412 92 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212351 244 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109200 176 0.2
.text 981120 981186 66 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223435 240 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 108140 176 0.2
.text 993130 993196 66 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303815 244 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124572 176 0.1
.text 1055828 1055894 66 0.0
bl706-eth (read/write) 1029213 1029481 268 0.0
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102256 176 0.2
.text 771642 771734 92 0.0
bl706-wifi (read/write) 1263286 1263562 276 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123336 176 0.1
.text 1002852 1002950 98 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1181684 1181924 240 0.0
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103204 176 0.2
.text 974234 974300 66 0.0
bl702l+mfd (read/write) 1193600 206196 -987404 -82.7
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 102144 176 0.2
.text 986556 986622 66 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798948 208 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85372 168 0.2
.text 713272 713312 40 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814176 216 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78952 176 0.2
.text 734920 734960 40 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803532 224 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106276 176 0.2
.text 696944 696992 48 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755836 224 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 81028 176 0.2
.text 674496 674544 48 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741492 208 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76804 168 0.2
.text 664384 664424 40 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606990 272 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89942 176 0.2
.text 514832 514928 96 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652886 272 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110702 176 0.2
.text 539964 540060 96 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740195 740411 216 0.0
.app_xip_area 660205 660421 216 0.0
.bss 73588 73588 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 755831 756055 224 0.0
.app_xip_area 672641 672865 224 0.0
.bss 75444 75444 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 755831 756055 224 0.0
.app_xip_area 672641 672865 224 0.0
.bss 75444 75444 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 712051 712275 224 0.0
.app_xip_area 636993 637217 224 0.0
.bss 68712 68712 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 677731 677955 224 0.0
.app_xip_area 602029 602253 224 0.0
.bss 69180 69180 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 693063 693287 224 0.0
.app_xip_area 614249 614473 224 0.0
.bss 71036 71036 0 0.0
.data 2316 2316 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 693063 693287 224 0.0
.app_xip_area 614249 614473 224 0.0
.bss 71036 71036 0 0.0
.data 2316 2316 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 696251 696475 224 0.0
.app_xip_area 617533 617757 224 0.0
.bss 72228 72228 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 711655 711887 232 0.0
.app_xip_area 629825 630057 232 0.0
.bss 74084 74084 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 711655 711887 232 0.0
.app_xip_area 629825 630057 232 0.0
.bss 74084 74084 0 0.0
.data 2284 2284 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 658771 658995 224 0.0
.app_xip_area 586093 586317 224 0.0
.bss 66380 66380 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 674415 674639 224 0.0
.app_xip_area 598529 598753 224 0.0
.bss 68244 68244 0 0.0
.data 2180 2180 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 674415 674639 224 0.0
.app_xip_area 598529 598753 224 0.0
.bss 68244 68244 0 0.0
.data 2180 2180 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072380 200 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888856 200 0.0
lock-app BRD4338a (read/write) 962580 962836 256 0.0
.bss 213204 213204 0 0.0
.data 29448 29448 0 0.0
.text 700560 700816 256 0.0
window-app BRD4187C (read/write) 1135888 1136152 264 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968196 264 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215198 44 0.0
(read/write) 1751704 1751880 176 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253944 176 0.1
.flash.text 1215154 1215198 44 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256535 48 0.0
(read/write) 536308 536476 168 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285680 168 0.1
.flash.text 1250323 1250371 48 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2723077 560 0.0
(read/write) 132728 132728 0 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76536 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188432 288 0.2
.text 2351221 2351493 272 0.0
all-clusters-app debug (read only) 6036865 6037329 464 0.0
(read/write) 484272 484272 0 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336072 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355792 256 0.1
.text 5242467 5242675 208 0.0
all-clusters-minimal-app debug (read only) 5320305 5320849 544 0.0
(read/write) 240224 240224 0 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99608 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294602 256 0.1
.text 4785907 4786195 288 0.0
bridge-app debug (read only) 4710721 4711249 528 0.0
(read/write) 221136 221136 0 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88576 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234986 256 0.1
.text 4250355 4250627 272 0.0
chip-tool debug (read only) 12173457 1217392 464 0.0
(read/write) 524808 524808 0 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417272 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459385 256 0.1
.text 11002851 11003059 208 0.0
chip-tool-ipv6only arm64 (read only) 11504116 11504564 448 0.0
(read/write) 589912 589464 -448 -0.1
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457424 0 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 361172 256 0.1
.text 10257464 10257656 192 0.0
fabric-admin debug (read only) 11922049 11922545 496 0.0
(read/write) 517872 517872 0 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411480 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430233 430521 288 0.1
.text 10795139 10795347 208 0.0
fabric-bridge-app debug (read only) 4576977 4577505 528 0.0
(read/write) 213112 213112 0 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86256 86256 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228138 228394 256 0.1
.text 4125699 4125971 272 0.0
lighting-app debug+rpc+ui (read only) 5634697 5635225 528 0.0
(read/write) 229936 229936 0 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 96992 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 359220 256 0.1
.text 5023667 5023939 272 0.0
lock-app debug (read only) 4771777 4772337 560 0.0
(read/write) 208264 208264 0 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82568 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260874 288 0.1
.text 4294627 4294899 272 0.0
ota-provider-app debug (read only) 4384209 4384737 528 0.0
(read/write) 196864 196864 0 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71824 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212746 256 0.1
.text 3973811 3974083 272 0.0
ota-requestor-app debug (read only) 4514897 4515425 528 0.0
(read/write) 201232 201232 0 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74928 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218826 256 0.1
.text 4093875 4094147 272 0.0
shell debug (read only) 3006113 3006641 528 0.0
(read/write) 156856 156856 0 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88792 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 192096 256 0.1
.text 2635122 2635394 272 0.0
thermostat-no-ble arm64 (read only) 4501580 4502060 480 0.0
(read/write) 248752 248272 -480 -0.2
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106008 0 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162516 256 0.2
.text 3997784 3998008 224 0.0
tv-app debug (read only) 5836345 5836905 560 0.0
(read/write) 352992 352992 0 0.0
.bss 242672 242672 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96472 96472 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 301514 301802 288 0.1
.text 5288435 5288707 272 0.0
tv-casting-app debug (read only) 9999641 10000137 496 0.0
(read/write) 343184 343184 0 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176432 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389432 288 0.1
.text 9139363 9139571 208 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536912 232 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499596 232 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061608 216 0.0
bss 139209 139209 0 0.0
rodata 101840 102008 168 0.2
text 773072 773112 40 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238556 0 0.0
bss 137637 137637 0 0.0
rodata 151444 151444 0 0.0
text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009296 216 0.0
bss 138107 138107 0 0.0
rodata 89096 89264 168 0.2
text 734660 734700 40 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 575924 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704324 16 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610120 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796456 200 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674192 200 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827700 256 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612100 256 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1748972 256 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536468 256 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667412 256 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461628 256 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696076 256 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463228 256 0.0
qpg lighting-app qpg6105+debug (read/write) 1134260 1134468 208 0.0
.bss 102676 102676 0 0.0
.data 864 864 0 0.0
.text 646640 646848 208 0.0
lock-app qpg6105+debug (read/write) 1094076 1094284 208 0.0
.bss 97340 97340 0 0.0
.data 876 876 0 0.0
.text 606460 606668 208 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624258 200 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81540 168 0.2
.text 391336 391368 32 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835374 204 0.0
bss 49944 49944 0 0.0
text 625530 625568 38 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843764 212 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601374 44 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060312 212 0.0
bss 110132 110132 0 0.0
text 773616 773660 44 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915864 220 0.0
bss 92888 92888 0 0.0
text 657116 657160 44 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837742 212 0.0
bss 49988 49988 0 0.0
text 627948 627986 38 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948824 212 0.0
bss 76580 76580 0 0.0
text 714900 714938 38 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772280 220 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 557930 44 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092428 212 0.0
bss 99980 99980 0 0.0
text 795316 795360 44 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912836 212 0.0
bss 69268 69268 0 0.0
text 661336 661374 38 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935048 212 0.0
bss 92620 92620 0 0.0
text 676424 676468 44 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832316 212 0.0
bss 58232 58232 0 0.0
text 621972 622010 38 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607700 212 0.0
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451126 38 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675164 216 0.0
bss 71852 71852 0 0.0
text 462082 462126 44 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845594 212 0.0
bss 51616 51616 0 0.0
text 634614 634652 38 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860437 212 0.0
bss 59804 59804 0 0.0
text 643542 643580 38 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 826968 212 0.0
bss 56492 56492 0 0.0
text 619410 619448 38 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837020 212 0.0
bss 58448 58448 0 0.0
text 624256 624294 38 0.0

src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
src/system/SystemPacketBuffer.cpp Outdated Show resolved Hide resolved
pidarped and others added 2 commits May 24, 2024 13:55
SystemPacketBuffer::New().

With the data length types changed to size_t, the bounds checks for the lengths
need to be appropriately modified so that we ensure that overflow does
not happen and the buffer allocation is performed correctly as requested
by the caller of the API.
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Copy link

github-actions bot commented May 24, 2024

PR #33411: Size comparison from b81370b to 68fd23b

Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section b81370b 68fd23b change % change
bl602 lighting-app bl602 (read/write) 1446214 1446478 264 0.0
.rodata 159472 159648 176 0.1
.text 1110674 1110766 92 0.0
bl602+mfd (read/write) 1460646 1460918 272 0.0
.rodata 158432 158608 176 0.1
.text 1125992 1126084 92 0.0
bl602+rpc (read/write) 1493878 1494150 272 0.0
.rodata 167048 167224 176 0.1
.text 1142320 1142412 92 0.0
bl702 lighting-app bl702 (read/write) 1212107 1212351 244 0.0
.rodata 109024 109200 176 0.2
.text 981120 981186 66 0.0
bl702+mfd (read/write) 1223195 1223435 240 0.0
.rodata 107964 108140 176 0.2
.text 993130 993196 66 0.0
bl702+rpc (read/write) 1303571 1303815 244 0.0
.rodata 124396 124572 176 0.1
.text 1055828 1055894 66 0.0
bl706-eth (read/write) 1029213 1029481 268 0.0
.rodata 102080 102256 176 0.2
.text 771642 771734 92 0.0
bl706-wifi (read/write) 1263286 1263562 276 0.0
.rodata 123160 123336 176 0.1
.text 1002852 1002950 98 0.0
bl702l lighting-app bl702l (read/write) 1181684 1181924 240 0.0
.rodata 103028 103204 176 0.2
.text 974234 974300 66 0.0
bl702l+mfd .rodata 101968 102144 176 0.2
.text 986556 986622 66 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798948 208 0.0
.rodata 85204 85372 168 0.2
.text 713272 713312 40 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814176 216 0.0
.rodata 78776 78952 176 0.2
.text 734920 734960 40 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803532 224 0.0
.rodata 106100 106276 176 0.2
.text 696944 696992 48 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755836 224 0.0
.rodata 80852 81028 176 0.2
.text 674496 674544 48 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741492 208 0.0
.rodata 76636 76804 168 0.2
.text 664384 664424 40 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606990 272 0.0
.rodata 89766 89942 176 0.2
.text 514832 514928 96 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652886 272 0.0
.rodata 110526 110702 176 0.2
.text 539964 540060 96 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742139 224 0.0
.app_xip_area 661861 662085 224 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764615 224 0.0
.app_xip_area 681705 681929 224 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764615 224 0.0
.app_xip_area 681705 681929 224 0.0
CYW930739M2EVB-02 (read/write) 713771 713987 216 0.0
.app_xip_area 638649 638865 216 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679659 224 0.0
.app_xip_area 603677 603901 224 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701855 232 0.0
.app_xip_area 623313 623545 232 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701855 232 0.0
.app_xip_area 623313 623545 232 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698179 216 0.0
.app_xip_area 619189 619405 216 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720447 216 0.0
.app_xip_area 638905 639121 216 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720447 216 0.0
.app_xip_area 638905 639121 216 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660723 224 0.0
.app_xip_area 587757 587981 224 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683199 232 0.0
.app_xip_area 607593 607825 232 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683199 232 0.0
.app_xip_area 607593 607825 232 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072380 200 0.0
.text 888656 888856 200 0.0
lock-app BRD4338a (read/write) 963588 963844 256 0.0
.text 701512 701768 256 0.0
window-app BRD4187C (read/write) 1135888 1136152 264 0.0
.text 967932 968196 264 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215198 44 0.0
(read/write) 1751704 1751880 176 0.0
.flash.rodata 253768 253944 176 0.1
.flash.text 1215154 1215198 44 0.0
m5stack (read only) 1256487 1256535 48 0.0
(read/write) 536308 536476 168 0.0
.flash.rodata 285512 285680 168 0.1
.flash.text 1250323 1250371 48 0.0
linux air-purifier-app debug (read only) 2722789 2723349 560 0.0
.rodata 188144 188432 288 0.2
.text 2351493 2351765 272 0.0
all-clusters-app debug (read only) 6037121 6037585 464 0.0
.rodata 355536 355792 256 0.1
.text 5242723 5242931 208 0.0
all-clusters-minimal-app debug (read only) 5320577 5321105 528 0.0
.rodata 294346 294602 256 0.1
.text 4786179 4786451 272 0.0
bridge-app debug (read only) 4710977 4711521 544 0.0
.rodata 234730 234986 256 0.1
.text 4250611 4250899 288 0.0
chip-tool debug (read only) 12173729 12174193 464 0.0
.rodata 459129 459385 256 0.1
.text 11003123 11003331 208 0.0
chip-tool-ipv6only arm64 (read only) 11504356 11504820 464 0.0
.rodata 360916 361172 256 0.1
.text 10257704 10257912 208 0.0
fabric-admin debug (read only) 11922289 11922785 496 0.0
.rodata 430201 430489 288 0.1
.text 10795411 10795619 208 0.0
fabric-bridge-app debug (read only) 4578601 4579145 544 0.0
.rodata 228106 228362 256 0.1
.text 4127203 4127491 288 0.0
lighting-app debug+rpc+ui (read only) 5634953 5635497 544 0.0
.rodata 358964 359220 256 0.1
.text 5023923 5024211 288 0.0
lock-app debug (read only) 4772033 4772593 560 0.0
.rodata 260586 260874 288 0.1
.text 4294883 4295155 272 0.0
ota-provider-app debug (read only) 4384209 4384737 528 0.0
.rodata 212490 212746 256 0.1
.text 3973811 3974083 272 0.0
ota-requestor-app debug (read only) 4514897 4515425 528 0.0
.rodata 218570 218826 256 0.1
.text 4093875 4094147 272 0.0
shell debug (read only) 3006385 3006913 528 0.0
.rodata 191840 192096 256 0.1
.text 2635394 2635666 272 0.0
thermostat-no-ble arm64 (read only) 4501580 4502060 480 0.0
.rodata 162260 162516 256 0.2
.text 3997784 3998008 224 0.0
tv-app debug (read only) 5847937 5848497 560 0.0
.rodata 302090 302378 288 0.1
.text 5299283 5299555 272 0.0
tv-casting-app debug (read only) 9999897 10000393 496 0.0
.rodata 389144 389432 288 0.1
.text 9139619 9139827 208 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536680 2536912 232 0.0
.text 1499364 1499596 232 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061608 216 0.0
rodata 101840 102008 168 0.2
text 773072 773112 40 0.0
nrf7002dk_nrf5340_cpuapp text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1009080 1009296 216 0.0
rodata 89096 89264 168 0.2
text 734660 734700 40 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
.text 575908 575924 16 0.0
k32w1+release (read/write) 704308 704324 16 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
.text 610088 610120 32 0.0
k32w1+release (read/write) 796256 796456 200 0.0
.text 673992 674192 200 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1827444 1827700 256 0.0
.text 1611844 1612100 256 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748716 1748972 256 0.0
.text 1536212 1536468 256 0.0
light cy8ckit_062s2_43012 (read/write) 1667156 1667412 256 0.0
.text 1461372 1461628 256 0.0
lock cy8ckit_062s2_43012 (read/write) 1695820 1696076 256 0.0
.text 1462972 1463228 256 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839452 208 0.0
.text 650632 650840 208 0.0
lock-app qpg6105+debug (read/write) 799364 799572 208 0.0
.text 610756 610964 208 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624258 200 0.0
.rodata 81372 81540 168 0.2
.text 391336 391368 32 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 835170 835374 204 0.0
text 625530 625568 38 0.0
all-clusters-app tlsr9118bdk40d (read/write) 843552 843764 212 0.0
text 601330 601374 44 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1060100 1060312 212 0.0
text 773616 773660 44 0.0
bridge-app tlsr9518adk80d (read/write) 915644 915864 220 0.0
text 657116 657160 44 0.0
contact-sensor-app tlsr9528a_retention (read/write) 837530 837742 212 0.0
text 627948 627986 38 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 948612 948824 212 0.0
text 714900 714938 38 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 772060 772280 220 0.0
text 557886 557930 44 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1092216 1092428 212 0.0
text 795316 795360 44 0.0
lock-app-dfu tlsr9528a (read/write) 912624 912836 212 0.0
text 661336 661374 38 0.0
ota-requestor-app tlsr9518adk80d (read/write) 934836 935048 212 0.0
text 676424 676468 44 0.0
pump-app tlsr9258a (read/write) 832104 832316 212 0.0
text 621972 622010 38 0.0
pump-controller-app tlsr9118bdk40d (read/write) 607488 607700 212 0.0
text 451088 451126 38 0.0
shell tlsr9518adk80d (read/write) 674948 675164 216 0.0
text 462082 462126 44 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 845382 845594 212 0.0
text 634614 634652 38 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 860225 860437 212 0.0
text 643542 643580 38 0.0
thermostat tlsr9518adk80d (read/write) 826756 826968 212 0.0
text 619410 619448 38 0.0
window-covering tlsr9258a (read/write) 836808 837020 212 0.0
text 624256 624294 38 0.0
Decreases (3 builds for bl702l, linux)
platform target config section b81370b 68fd23b change % change
bl702l lighting-app bl702l+mfd (read/write) 1193600 206196 -987404 -82.7
linux chip-tool-ipv6only arm64 (read/write) 589672 589208 -464 -0.1
thermostat-no-ble arm64 (read/write) 248752 248272 -480 -0.2
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section b81370b 68fd23b change % change
bl602 lighting-app bl602 (read/write) 1446214 1446478 264 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159648 176 0.1
.text 1110674 1110766 92 0.0
bl602+mfd (read/write) 1460646 1460918 272 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158608 176 0.1
.text 1125992 1126084 92 0.0
bl602+rpc (read/write) 1493878 1494150 272 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167224 176 0.1
.text 1142320 1142412 92 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212351 244 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109200 176 0.2
.text 981120 981186 66 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223435 240 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 108140 176 0.2
.text 993130 993196 66 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303815 244 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124572 176 0.1
.text 1055828 1055894 66 0.0
bl706-eth (read/write) 1029213 1029481 268 0.0
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102256 176 0.2
.text 771642 771734 92 0.0
bl706-wifi (read/write) 1263286 1263562 276 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123336 176 0.1
.text 1002852 1002950 98 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1181684 1181924 240 0.0
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103204 176 0.2
.text 974234 974300 66 0.0
bl702l+mfd (read/write) 1193600 206196 -987404 -82.7
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 102144 176 0.2
.text 986556 986622 66 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798948 208 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85372 168 0.2
.text 713272 713312 40 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 814176 216 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78952 176 0.2
.text 734920 734960 40 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803532 224 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106276 176 0.2
.text 696944 696992 48 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755836 224 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 81028 176 0.2
.text 674496 674544 48 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741492 208 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76804 168 0.2
.text 664384 664424 40 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606990 272 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89942 176 0.2
.text 514832 514928 96 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652886 272 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110702 176 0.2
.text 539964 540060 96 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 741915 742139 224 0.0
.app_xip_area 661861 662085 224 0.0
.bss 73652 73652 0 0.0
.data 940 940 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 764391 764615 224 0.0
.app_xip_area 681705 681929 224 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 764391 764615 224 0.0
.app_xip_area 681705 681929 224 0.0
.bss 75516 75516 0 0.0
.data 1708 1708 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW930739M2EVB-02 (read/write) 713771 713987 216 0.0
.app_xip_area 638649 638865 216 0.0
.bss 68776 68776 0 0.0
.data 884 884 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 679435 679659 224 0.0
.app_xip_area 603677 603901 224 0.0
.bss 69236 69236 0 0.0
.data 1060 1060 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 701623 701855 232 0.0
.app_xip_area 623313 623545 232 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 701623 701855 232 0.0
.app_xip_area 623313 623545 232 0.0
.bss 71100 71100 0 0.0
.data 1748 1748 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697963 698179 216 0.0
.app_xip_area 619189 619405 216 0.0
.bss 72284 72284 0 0.0
.data 1028 1028 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 720231 720447 216 0.0
.app_xip_area 638905 639121 216 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 720231 720447 216 0.0
.app_xip_area 638905 639121 216 0.0
.bss 74148 74148 0 0.0
.data 1716 1716 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 660499 660723 224 0.0
.app_xip_area 587757 587981 224 0.0
.bss 66444 66444 0 0.0
.data 836 836 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-02 (read/write) 682967 683199 232 0.0
.app_xip_area 607593 607825 232 0.0
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
CYW30739B2-P5-EVK-03 (read/write) 682967 683199 232 0.0
.app_xip_area 607593 607825 232 0.0
.bss 68308 68308 0 0.0
.data 1604 1604 0 0.0
.rodata 0 0 0 0.0
.text 2040 2040 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072380 200 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888856 200 0.0
lock-app BRD4338a (read/write) 963588 963844 256 0.0
.bss 213260 213260 0 0.0
.data 29448 29448 0 0.0
.text 701512 701768 256 0.0
window-app BRD4187C (read/write) 1135888 1136152 264 0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 968196 264 0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215198 44 0.0
(read/write) 1751704 1751880 176 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253944 176 0.1
.flash.text 1215154 1215198 44 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256535 48 0.0
(read/write) 536308 536476 168 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285680 168 0.1
.flash.text 1250323 1250371 48 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722789 2723349 560 0.0
(read/write) 132728 132728 0 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76536 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188432 288 0.2
.text 2351493 2351765 272 0.0
all-clusters-app debug (read only) 6037121 6037585 464 0.0
(read/write) 484272 484272 0 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 336072 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355792 256 0.1
.text 5242723 5242931 208 0.0
all-clusters-minimal-app debug (read only) 5320577 5321105 528 0.0
(read/write) 240224 240224 0 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99608 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294602 256 0.1
.text 4786179 4786451 272 0.0
bridge-app debug (read only) 4710977 4711521 544 0.0
(read/write) 221136 221136 0 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88576 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234986 256 0.1
.text 4250611 4250899 288 0.0
chip-tool debug (read only) 12173729 12174193 464 0.0
(read/write) 524808 524808 0 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 417272 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 459385 256 0.1
.text 11003123 11003331 208 0.0
chip-tool-ipv6only arm64 (read only) 11504356 11504820 464 0.0
(read/write) 589672 589208 -464 -0.1
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 457424 0 0.0
.dynamic 512 512 0 0.0
.got 17280 17280 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 361172 256 0.1
.text 10257704 10257912 208 0.0
fabric-admin debug (read only) 11922289 11922785 496 0.0
(read/write) 517872 517872 0 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 411480 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430201 430489 288 0.1
.text 10795411 10795619 208 0.0
fabric-bridge-app debug (read only) 4578601 4579145 544 0.0
(read/write) 213176 213176 0 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86304 86304 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228106 228362 256 0.1
.text 4127203 4127491 288 0.0
lighting-app debug+rpc+ui (read only) 5634953 5635497 544 0.0
(read/write) 229936 229936 0 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 96992 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 359220 256 0.1
.text 5023923 5024211 288 0.0
lock-app debug (read only) 4772033 4772593 560 0.0
(read/write) 208264 208264 0 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82568 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260874 288 0.1
.text 4294883 4295155 272 0.0
ota-provider-app debug (read only) 4384209 4384737 528 0.0
(read/write) 196864 196864 0 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71824 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212746 256 0.1
.text 3973811 3974083 272 0.0
ota-requestor-app debug (read only) 4514897 4515425 528 0.0
(read/write) 201232 201232 0 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74928 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218826 256 0.1
.text 4093875 4094147 272 0.0
shell debug (read only) 3006385 3006913 528 0.0
(read/write) 156856 156856 0 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88792 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 192096 256 0.1
.text 2635394 2635666 272 0.0
thermostat-no-ble arm64 (read only) 4501580 4502060 480 0.0
(read/write) 248752 248272 -480 -0.2
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106008 0 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162516 256 0.2
.text 3997784 3998008 224 0.0
tv-app debug (read only) 5847937 5848497 560 0.0
(read/write) 349088 349088 0 0.0
.bss 238640 238640 0 0.0
.data 6592 6592 0 0.0
.data.rel.ro 96568 96568 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 302090 302378 288 0.1
.text 5299283 5299555 272 0.0
tv-casting-app debug (read only) 9999897 10000393 496 0.0
(read/write) 343184 343184 0 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 176432 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 389432 288 0.1
.text 9139619 9139827 208 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536912 232 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499596 232 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061608 216 0.0
bss 139209 139209 0 0.0
rodata 101840 102008 168 0.2
text 773072 773112 40 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238556 0 0.0
bss 137637 137637 0 0.0
rodata 151444 151444 0 0.0
text 799432 799444 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009296 216 0.0
bss 138107 138107 0 0.0
rodata 89096 89264 168 0.2
text 734660 734700 40 0.0
nxp contact k32w0+release (read only) 576444 576460 16 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 575924 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704324 16 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 590800 16 0.0
light k32w0+release (read only) 610624 610656 32 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610120 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796456 200 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 674192 200 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1827444 1827700 256 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1611844 1612100 256 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1748716 1748972 256 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1536212 1536468 256 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1667156 1667412 256 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1461372 1461628 256 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1695820 1696076 256 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1462972 1463228 256 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839452 208 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 650632 650840 208 0.0
lock-app qpg6105+debug (read/write) 799364 799572 208 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 610756 610964 208 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624258 200 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81540 168 0.2
.text 391336 391368 32 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835374 204 0.0
bss 49944 49944 0 0.0
text 625530 625568 38 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843764 212 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601374 44 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060312 212 0.0
bss 110132 110132 0 0.0
text 773616 773660 44 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915864 220 0.0
bss 92888 92888 0 0.0
text 657116 657160 44 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837742 212 0.0
bss 49988 49988 0 0.0
text 627948 627986 38 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948824 212 0.0
bss 76580 76580 0 0.0
text 714900 714938 38 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772280 220 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 557930 44 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092428 212 0.0
bss 99980 99980 0 0.0
text 795316 795360 44 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912836 212 0.0
bss 69268 69268 0 0.0
text 661336 661374 38 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 935048 212 0.0
bss 92620 92620 0 0.0
text 676424 676468 44 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832316 212 0.0
bss 58232 58232 0 0.0
text 621972 622010 38 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607700 212 0.0
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451126 38 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 675164 216 0.0
bss 71852 71852 0 0.0
text 462082 462126 44 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845594 212 0.0
bss 51616 51616 0 0.0
text 634614 634652 38 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860437 212 0.0
bss 59804 59804 0 0.0
text 643542 643580 38 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 826968 212 0.0
bss 56492 56492 0 0.0
text 619410 619448 38 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 837020 212 0.0
bss 58448 58448 0 0.0
text 624256 624294 38 0.0

@mergify mergify bot merged commit 3718e99 into project-chip:master May 25, 2024
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants