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

Update Dockerfiles to ubuntu:24.04 #33637

Merged
merged 44 commits into from
Jun 17, 2024

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented May 28, 2024

Switch images to ubuntu 24.04

Changes

  • update base image to ubuntu 24.04
  • Add some extra do not rebuild flags to build-all to help me with my testing
  • to make the image smaller, use --no-install-recommends for apt installs
  • Fix various versions of installed packages
  • prefer system packages for gn (i.e. generate-ninja), node and various python packages
  • python 3.12 does not like system pip installs, so added --break-system-packages for now to allow such installations
  • Update make run argument as -j$(nproc) instead of -j8
  • Some formatting fixes
  • Case-by-case updates for several images, generally installing package prerequisites
  • ESP32 qemu checkout tag update (we were using a 3-year old version)
  • Remove cirque hardcoding of a specific python version

Testing

  • Ran locally DOCKER_BUILD_VERSION=test-ubuntu-24.04 ./build-all.sh
  • Observed most images are 300MB smaller, EXCEPT chip-build-minimal which is 70MB larger (however this should not be significant as the image itself is around 500 to start with)
  • Validated that ALL images compiled successfully
  • ran bootstra.sh successfully on the vscode image
  • Tested in vscode the following image compilations (using build_examples.py build command):
    • linux-x64-chip-tool
    • linux-arm64-chip-tool-clang
    • ameba-amebad-light
    • android-x64-tv-server
    • bouffalolab-bl602-night-light-light
    • cc32xx-lock
    • ti-cc13x4_26x4-lighting
    • efr32-brd4161a-switch
    • imx-lighting-app
    • nxp-k32w1-contact-sensor
    • mw320-all-clusters-app
    • qpg-qpg6105-thermostat (needed pip install -r scripts/setup/requirements.qpg.txt)
    • stm32-stm32wb5mm-dk-light
    • tizen-arm-light
    • telink-tlsr9528a-pump
    • openiotsdk-lock (error on imgtool not found, however this seems post-link and expected)

Failed builds:

  • genio-lighting-app (FAILS today in ToT on vscode as well with seemingly the same error)
  • mbed-cy8cproto_062_4343w-light (mbed-tools not installed in vscode image, same error on ToT)
  • rw61x-laundry-washer (complains about missing "lwipopts.h" ... identical error in ToT)
  • nrf-nrf52840dk-window-covering
    • required pip3 install -r ./scripts/setup/requirements.nrfconnect.txt)
    • Needs more fixes as /workspace/scripts/tools/nrfconnect/generate_nrfconnect_chip_factory_data.py has trouble importing qrcode (type 'typing.TypeVar' is not an acceptable base type)
  • nuttx-x64-light - says /bin/sh: 1: patch: not found, added patch to the chip-build image
    • still fails, likely compiler version errors (e.g. error: conflicting declaration ‘typedef struct __mbstate_t mbstate_t’)

Copy link

github-actions bot commented May 28, 2024

PR #33637: Size comparison from 533df0c to 9ea09a6

Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
platform target config section 533df0c 9ea09a6 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606462 606462 0 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 90198 90198 0 0.0
.text 514144 514144 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651742 651742 0 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 111078 111078 0 0.0
.text 538540 538540 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535784 2535784 0 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1498468 1498468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058788 1058788 0 0.0
bss 139209 139209 0 0.0
rodata 102788 102788 0 0.0
text 769516 769516 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1235720 1235720 0 0.0
bss 137637 137637 0 0.0
rodata 152224 152224 0 0.0
text 795816 795816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1006532 1006532 0 0.0
bss 138107 138107 0 0.0
rodata 90004 90004 0 0.0
text 731204 731204 0 0.0
qpg lighting-app qpg6105+debug (read/write) 838532 838532 0 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 649920 649920 0 0.0
lock-app qpg6105+debug (read/write) 798388 798388 0 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 609780 609780 0 0.0
stm32 light STM32WB5MM-DK (read/write) 622586 622586 0 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 82044 82044 0 0.0
.text 389192 389192 0 0.0

Copy link

github-actions bot commented May 28, 2024

PR #33637: Size comparison from 533df0c to 87ea25b

Full report (6 builds for cc32xx, mbed, qpg, stm32)
platform target config section 533df0c 87ea25b change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606462 606462 0 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 90198 90198 0 0.0
.text 514144 514144 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651742 651742 0 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 111078 111078 0 0.0
.text 538540 538540 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535784 2535784 0 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1498468 1498468 0 0.0
qpg lighting-app qpg6105+debug (read/write) 838532 838532 0 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 649920 649920 0 0.0
lock-app qpg6105+debug (read/write) 798388 798388 0 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 609780 609780 0 0.0
stm32 light STM32WB5MM-DK (read/write) 622586 622586 0 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 82044 82044 0 0.0
.text 389192 389192 0 0.0

Copy link

github-actions bot commented May 28, 2024

PR #33637: Size comparison from 533df0c to ecff592

Full report (14 builds for cc13x4_26x4, cc32xx, mbed, nrfconnect, qpg, stm32)
platform target config section 533df0c ecff592 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 797348 797348 0 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85876 85876 0 0.0
.text 711208 711208 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813048 813048 0 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 79352 79352 0 0.0
.text 733432 733432 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802396 802396 0 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106676 106676 0 0.0
.text 695456 695456 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755308 755308 0 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 81284 81284 0 0.0
.text 673760 673760 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740980 740980 0 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 77068 77068 0 0.0
.text 663648 663648 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606462 606462 0 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 90198 90198 0 0.0
.text 514144 514144 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651742 651742 0 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 111078 111078 0 0.0
.text 538540 538540 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535784 2535784 0 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1498468 1498468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058788 1058788 0 0.0
bss 139209 139209 0 0.0
rodata 102788 102788 0 0.0
text 769516 769516 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1235720 1235720 0 0.0
bss 137637 137637 0 0.0
rodata 152224 152224 0 0.0
text 795816 795816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1006532 1006532 0 0.0
bss 138107 138107 0 0.0
rodata 90004 90004 0 0.0
text 731204 731204 0 0.0
qpg lighting-app qpg6105+debug (read/write) 838532 838532 0 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 649920 649920 0 0.0
lock-app qpg6105+debug (read/write) 798388 798388 0 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 609780 609780 0 0.0
stm32 light STM32WB5MM-DK (read/write) 622586 622586 0 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 82044 82044 0 0.0
.text 389192 389192 0 0.0

Copy link

github-actions bot commented May 28, 2024

PR #33637: Size comparison from 533df0c to 7346363

Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
platform target config section 533df0c 7346363 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606462 606462 0 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 90198 90198 0 0.0
.text 514144 514144 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651742 651742 0 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 111078 111078 0 0.0
.text 538540 538540 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535784 2535784 0 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1498468 1498468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058788 1058788 0 0.0
bss 139209 139209 0 0.0
rodata 102788 102788 0 0.0
text 769516 769516 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1235720 1235720 0 0.0
bss 137637 137637 0 0.0
rodata 152224 152224 0 0.0
text 795816 795816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1006532 1006532 0 0.0
bss 138107 138107 0 0.0
rodata 90004 90004 0 0.0
text 731204 731204 0 0.0
qpg lighting-app qpg6105+debug (read/write) 838532 838532 0 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 649920 649920 0 0.0
lock-app qpg6105+debug (read/write) 798388 798388 0 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 609780 609780 0 0.0
stm32 light STM32WB5MM-DK (read/write) 622586 622586 0 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 82044 82044 0 0.0
.text 389192 389192 0 0.0

Copy link

github-actions bot commented May 28, 2024

PR #33637: Size comparison from 533df0c to 75bfebd

Decreases (3 builds for efr32)
platform target config section 533df0c 75bfebd change % change
efr32 lighting-app BRD4187C (read/write) 1070780 1070772 -8 -0.0
.text 887256 887248 -8 -0.0
lock-app BRD4338a (read/write) 962508 962500 -8 -0.0
.text 700432 700424 -8 -0.0
window-app BRD4187C (read/write) 1135112 1135104 -8 -0.0
.text 967156 967148 -8 -0.0
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 533df0c 75bfebd change % change
bl602 lighting-app bl602 (read/write) 1444642 1444642 0 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 160028 160028 0 0.0
.text 1108552 1108552 0 0.0
bl602+mfd (read/write) 1459082 1459082 0 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158988 158988 0 0.0
.text 1123870 1123870 0 0.0
bl602+rpc (read/write) 1492058 1492058 0 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167604 167604 0 0.0
.text 1139942 1139942 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210499 1210499 0 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109580 109580 0 0.0
.text 978956 978956 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1221587 1221587 0 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 108520 108520 0 0.0
.text 990966 990966 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301963 1301963 0 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124952 124952 0 0.0
.text 1053664 1053664 0 0.0
bl706-eth (read/write) 1027845 1027845 0 0.0
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102596 102596 0 0.0
.text 769760 769760 0 0.0
bl706-wifi (read/write) 1261758 1261758 0 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123716 123716 0 0.0
.text 1000766 1000766 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1180092 1180092 0 0.0
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103584 103584 0 0.0
.text 972086 972086 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1191496 1191496 0 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 102524 102524 0 0.0
.text 984408 984408 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 797348 797348 0 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85876 85876 0 0.0
.text 711208 711208 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813048 813048 0 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 79352 79352 0 0.0
.text 733432 733432 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802396 802396 0 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106676 106676 0 0.0
.text 695456 695456 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755308 755308 0 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 81284 81284 0 0.0
.text 673760 673760 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740980 740980 0 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 77068 77068 0 0.0
.text 663648 663648 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606462 606462 0 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 90198 90198 0 0.0
.text 514144 514144 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651742 651742 0 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 111078 111078 0 0.0
.text 538540 538540 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740507 740507 0 0.0
.app_xip_area 660453 660453 0 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) 762983 762983 0 0.0
.app_xip_area 680297 680297 0 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) 762983 762983 0 0.0
.app_xip_area 680297 680297 0 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) 712363 712363 0 0.0
.app_xip_area 637241 637241 0 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) 678699 678699 0 0.0
.app_xip_area 602941 602941 0 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) 700895 700895 0 0.0
.app_xip_area 622585 622585 0 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) 700895 700895 0 0.0
.app_xip_area 622585 622585 0 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) 697051 697051 0 0.0
.app_xip_area 618277 618277 0 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) 719319 719319 0 0.0
.app_xip_area 637993 637993 0 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) 719319 719319 0 0.0
.app_xip_area 637993 637993 0 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) 659811 659811 0 0.0
.app_xip_area 587069 587069 0 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) 682279 682279 0 0.0
.app_xip_area 606905 606905 0 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) 682279 682279 0 0.0
.app_xip_area 606905 606905 0 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) 1070780 1070772 -8 -0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 887256 887248 -8 -0.0
lock-app BRD4338a (read/write) 962508 962500 -8 -0.0
.bss 213260 213260 0 0.0
.data 29448 29448 0 0.0
.text 700432 700424 -8 -0.0
window-app BRD4187C (read/write) 1135112 1135104 -8 -0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967156 967148 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1210338 1210338 0 0.0
(read/write) 1752704 1752704 0 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 254768 254768 0 0.0
.flash.text 1210338 1210338 0 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1253399 1253399 0 0.0
(read/write) 537308 537308 0 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 286512 286512 0 0.0
.flash.text 1247235 1247235 0 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713885 2713885 0 0.0
(read/write) 133336 133336 0 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 77144 77144 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 188464 188464 0 0.0
.text 2341189 2341189 0 0.0
all-clusters-app debug (read only) 6002721 6002721 0 0.0
(read/write) 485968 485968 0 0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 337752 337752 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 355824 355824 0 0.0
.text 5205011 5205011 0 0.0
all-clusters-minimal-app debug (read only) 5290017 5290017 0 0.0
(read/write) 241728 241728 0 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 101112 101112 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 294634 294634 0 0.0
.text 4752595 4752595 0 0.0
bridge-app debug (read only) 4702073 4702073 0 0.0
(read/write) 221744 221744 0 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 89168 89168 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 235050 235050 0 0.0
.text 4240307 4240307 0 0.0
chip-tool debug (read only) 12175601 12175601 0 0.0
(read/write) 524872 524872 0 0.0
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417336 417336 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 459449 459449 0 0.0
.text 11004531 11004531 0 0.0
chip-tool-ipv6only arm64 (read only) 11506244 11506244 0 0.0
(read/write) 591896 591896 0 0.0
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457472 457472 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 361172 361172 0 0.0
.text 10259192 10259192 0 0.0
fabric-admin debug (read only) 11924177 11924177 0 0.0
(read/write) 517936 517936 0 0.0
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411528 411528 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 430521 430521 0 0.0
.text 10796835 10796835 0 0.0
fabric-bridge-app debug (read only) 4569697 4569697 0 0.0
(read/write) 213752 213752 0 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86896 86896 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 228426 228426 0 0.0
.text 4116899 4116899 0 0.0
lighting-app debug+rpc+ui (read only) 5615545 5615545 0 0.0
(read/write) 230960 230960 0 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 98016 98016 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 359284 359284 0 0.0
.text 5002323 5002323 0 0.0
lock-app debug (read only) 4757449 4757449 0 0.0
(read/write) 209128 209128 0 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 83416 83416 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 260906 260906 0 0.0
.text 4278467 4278467 0 0.0
ota-provider-app debug (read only) 4374321 4374321 0 0.0
(read/write) 197504 197504 0 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 72464 72464 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 212778 212778 0 0.0
.text 3962483 3962483 0 0.0
ota-requestor-app debug (read only) 4503137 4503137 0 0.0
(read/write) 201936 201936 0 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 75632 75632 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 218890 218890 0 0.0
.text 4080499 4080499 0 0.0
shell debug (read only) 2976793 2976793 0 0.0
(read/write) 158328 158328 0 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 90272 90272 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 192128 192128 0 0.0
.text 2602850 2602850 0 0.0
thermostat-no-ble arm64 (read only) 4491612 4491612 0 0.0
(read/write) 250536 250536 0 0.0
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106768 106768 0 0.0
.dynamic 512 512 0 0.0
.got 9144 9144 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162516 162516 0 0.0
.text 3985704 3985704 0 0.0
tv-app debug (read only) 5831465 5831465 0 0.0
(read/write) 350016 350016 0 0.0
.bss 238640 238640 0 0.0
.data 6592 6592 0 0.0
.data.rel.ro 97480 97480 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 302410 302410 0 0.0
.text 5280835 5280835 0 0.0
tv-casting-app debug (read only) 9987241 9987241 0 0.0
(read/write) 343952 343952 0 0.0
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 177200 177200 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 389464 389464 0 0.0
.text 9125251 9125251 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535784 2535784 0 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1498468 1498468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058788 1058788 0 0.0
bss 139209 139209 0 0.0
rodata 102788 102788 0 0.0
text 769516 769516 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1235720 1235720 0 0.0
bss 137637 137637 0 0.0
rodata 152224 152224 0 0.0
text 795816 795816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1006532 1006532 0 0.0
bss 138107 138107 0 0.0
rodata 90004 90004 0 0.0
text 731204 731204 0 0.0
nxp contact k32w0+release (read only) 575876 575876 0 0.0
(read/write) 83212 83212 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575340 575340 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703780 703780 0 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590256 590256 0 0.0
light k32w0+release (read only) 609760 609760 0 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 609224 609224 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795576 795576 0 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673312 673312 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1824420 1824420 0 0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1608820 1608820 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1745908 1745908 0 0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1533404 1533404 0 0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1665540 1665540 0 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1459756 1459756 0 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1694732 1694732 0 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1461884 1461884 0 0.0
qpg lighting-app qpg6105+debug (read/write) 838532 838532 0 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 649920 649920 0 0.0
lock-app qpg6105+debug (read/write) 798388 798388 0 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 609780 609780 0 0.0
stm32 light STM32WB5MM-DK (read/write) 622586 622586 0 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 82044 82044 0 0.0
.text 389192 389192 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834634 834634 0 0.0
bss 49944 49944 0 0.0
text 624564 624564 0 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 840076 840076 0 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 596928 596928 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1056684 1056684 0 0.0
bss 110132 110132 0 0.0
text 769292 769292 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915048 915048 0 0.0
bss 92888 92888 0 0.0
text 656062 656062 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836486 836486 0 0.0
bss 49988 49988 0 0.0
text 626370 626370 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 947520 947520 0 0.0
bss 76580 76580 0 0.0
text 713252 713252 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 770068 770068 0 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 555218 555218 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090216 1090216 0 0.0
bss 99980 99980 0 0.0
text 792648 792648 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911276 911276 0 0.0
bss 69268 69268 0 0.0
text 659414 659414 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933868 933868 0 0.0
bss 92620 92620 0 0.0
text 674946 674946 0 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 831576 831576 0 0.0
bss 58232 58232 0 0.0
text 621006 621006 0 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 606952 606952 0 0.0
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 450122 450122 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 675304 675304 0 0.0
bss 71852 71852 0 0.0
text 462250 462250 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844114 844114 0 0.0
bss 51616 51616 0 0.0
text 632770 632770 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 859621 859621 0 0.0
bss 59804 59804 0 0.0
text 642482 642482 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825712 825712 0 0.0
bss 56492 56492 0 0.0
text 617832 617832 0 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 835840 835840 0 0.0
bss 58448 58448 0 0.0
text 622772 622772 0 0.0

Copy link

github-actions bot commented May 28, 2024

PR #33637: Size comparison from 533df0c to 436b456

Increases (7 builds for cc32xx, esp32, linux, nxp, psoc6)
platform target config section 533df0c 436b456 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606462 606470 8 0.0
.rodata 90198 90206 8 0.0
lock CC3235SF_LAUNCHXL (read only) 651742 651750 8 0.0
.rodata 111078 111086 8 0.0
esp32 all-clusters-app c3devkit (read only) 1210338 1210344 6 0.0
.flash.text 1210338 1210344 6 0.0
linux shell debug .data.rel.ro 90272 90288 16 0.0
nxp light k32w0+release (read only) 609760 609768 8 0.0
(read/write) 82688 82696 8 0.0
.text 609224 609232 8 0.0
psoc6 light cy8ckit_062s2_43012 (read/write) 1665540 1665548 8 0.0
.text 1459756 1459764 8 0.0
lock cy8ckit_062s2_43012 (read/write) 1694732 1694740 8 0.0
.text 1461884 1461892 8 0.0
Decreases (63 builds for bl702, bl702l, cc13x4_26x4, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
platform target config section 533df0c 436b456 change % change
bl702 lighting-app bl702 (read/write) 1210499 1210491 -8 -0.0
.data 3720 3712 -8 -0.2
bl702+mfd (read/write) 1221587 1221563 -24 -0.0
.data 3696 3688 -8 -0.2
bl706-eth (read/write) 1027845 1027837 -8 -0.0
.data 3264 3256 -8 -0.2
bl706-wifi (read/write) 1261758 1261750 -8 -0.0
.data 3712 3704 -8 -0.2
bl702l lighting-app bl702l (read/write) 1180092 1180084 -8 -0.0
.data 5080 5072 -8 -0.2
bl702l+mfd (read/write) 1191496 1191488 -8 -0.0
.data 5064 5056 -8 -0.2
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 797348 797332 -16 -0.0
.rodata 85876 85868 -8 -0.0
.text 711208 711200 -8 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813048 813040 -8 -0.0
.rodata 79352 79344 -8 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802396 802380 -16 -0.0
.rodata 106676 106668 -8 -0.0
.text 695456 695448 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 755308 755292 -16 -0.0
.rodata 81284 81276 -8 -0.0
.text 673760 673752 -8 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740980 740964 -16 -0.0
.rodata 77068 77060 -8 -0.0
.text 663648 663640 -8 -0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740507 740491 -16 -0.0
.app_xip_area 660453 660437 -16 -0.0
CYW30739B2-P5-EVK-02 (read/write) 762983 762967 -16 -0.0
.app_xip_area 680297 680281 -16 -0.0
CYW30739B2-P5-EVK-03 (read/write) 762983 762967 -16 -0.0
.app_xip_area 680297 680281 -16 -0.0
CYW930739M2EVB-02 (read/write) 712363 712347 -16 -0.0
.app_xip_area 637241 637225 -16 -0.0
light-switch CYW30739B2-P5-EVK-01 (read/write) 678699 678683 -16 -0.0
.app_xip_area 602941 602925 -16 -0.0
CYW30739B2-P5-EVK-02 (read/write) 700895 700879 -16 -0.0
.app_xip_area 622585 622569 -16 -0.0
CYW30739B2-P5-EVK-03 (read/write) 700895 700879 -16 -0.0
.app_xip_area 622585 622569 -16 -0.0
lock CYW30739B2-P5-EVK-01 (read/write) 697051 697043 -8 -0.0
.app_xip_area 618277 618269 -8 -0.0
CYW30739B2-P5-EVK-02 (read/write) 719319 719311 -8 -0.0
.app_xip_area 637993 637985 -8 -0.0
CYW30739B2-P5-EVK-03 (read/write) 719319 719311 -8 -0.0
.app_xip_area 637993 637985 -8 -0.0
thermostat CYW30739B2-P5-EVK-01 (read/write) 659811 659795 -16 -0.0
.app_xip_area 587069 587053 -16 -0.0
CYW30739B2-P5-EVK-02 (read/write) 682279 682271 -8 -0.0
.app_xip_area 606905 606897 -8 -0.0
CYW30739B2-P5-EVK-03 (read/write) 682279 682271 -8 -0.0
.app_xip_area 606905 606897 -8 -0.0
efr32 lighting-app BRD4187C (read/write) 1070780 1070772 -8 -0.0
.text 887256 887248 -8 -0.0
window-app BRD4187C (read/write) 1135112 1135104 -8 -0.0
.text 967156 967148 -8 -0.0
esp32 all-clusters-app m5stack (read only) 1253399 1253367 -32 -0.0
(read/write) 537308 537292 -16 -0.0
.flash.rodata 286512 286496 -16 -0.0
.flash.text 1247235 1247203 -32 -0.0
linux air-purifier-app debug (read only) 2713885 2713701 -184 -0.0
(read/write) 133336 133328 -8 -0.0
.init_array 808 800 -8 -1.0
.rodata 188464 188400 -64 -0.0
.text 2341189 2341093 -96 -0.0
all-clusters-app debug (read only) 6002721 6002537 -184 -0.0
(read/write) 485968 485960 -8 -0.0
.init_array 1448 1440 -8 -0.6
.rodata 355824 355760 -64 -0.0
.text 5205011 5204915 -96 -0.0
all-clusters-minimal-app debug (read only) 5290017 5289833 -184 -0.0
(read/write) 241728 241720 -8 -0.0
.init_array 1176 1168 -8 -0.7
.rodata 294634 294570 -64 -0.0
.text 4752595 4752499 -96 -0.0
bridge-app debug (read only) 4702073 4701873 -200 -0.0
(read/write) 221744 221736 -8 -0.0
.init_array 872 864 -8 -0.9
.rodata 235050 234986 -64 -0.0
.text 4240307 4240195 -112 -0.0
chip-tool debug (read only) 12175601 12175417 -184 -0.0
(read/write) 524872 524800 -72 -0.0
.bss 95160 95128 -32 -0.0
.data.rel.ro 417336 417320 -16 -0.0
.init_array 840 832 -8 -1.0
.rodata 459449 459385 -64 -0.0
.text 11004531 11004435 -96 -0.0
fabric-admin debug (read only) 11924177 11924009 -168 -0.0
(read/write) 517936 517896 -40 -0.0
.bss 94520 94488 -32 -0.0
.init_array 752 744 -8 -1.1
.rodata 430521 430489 -32 -0.0
.text 10796835 10796723 -112 -0.0
fabric-bridge-app debug (read only) 4569697 4569513 -184 -0.0
(read/write) 213752 213744 -8 -0.0
.init_array 816 808 -8 -1.0
.rodata 228426 228362 -64 -0.0
.text 4116899 4116803 -96 -0.0
lighting-app debug+rpc+ui (read only) 5615545 5615361 -184 -0.0
(read/write) 230960 230920 -40 -0.0
.data.rel.ro 98016 98000 -16 -0.0
.init_array 984 976 -8 -0.8
.rodata 359284 359220 -64 -0.0
.text 5002323 5002227 -96 -0.0
lock-app debug (read only) 4757449 4757265 -184 -0.0
(read/write) 209128 209120 -8 -0.0
.init_array 888 880 -8 -0.9
.rodata 260906 260842 -64 -0.0
.text 4278467 4278371 -96 -0.0
ota-provider-app debug (read only) 4374321 4374153 -168 -0.0
(read/write) 197504 197464 -40 -0.0
.bss 114656 114624 -32 -0.0
.init_array 760 752 -8 -1.1
.rodata 212778 212746 -32 -0.0
.text 3962483 3962371 -112 -0.0
ota-requestor-app debug (read only) 4503137 4502953 -184 -0.0
(read/write) 201936 201896 -40 -0.0
.bss 115552 115520 -32 -0.0
.init_array 808 800 -8 -1.0
.rodata 218890 218826 -64 -0.0
.text 4080499 4080403 -96 -0.0
shell debug (read only) 2976793 2976001 -792 -0.0
(read/write) 158328 158320 -8 -0.0
.bss 60784 60752 -32 -0.1
.init_array 1120 1112 -8 -0.7
.rodata 192128 191456 -672 -0.3
.text 2602850 2602754 -96 -0.0
tv-app debug (read only) 5831465 5831281 -184 -0.0
(read/write) 350016 350008 -8 -0.0
.init_array 1192 1184 -8 -0.7
.rodata 302410 302346 -64 -0.0
.text 5280835 5280739 -96 -0.0
tv-casting-app debug (read only) 9987241 9987089 -152 -0.0
(read/write) 343952 343912 -40 -0.0
.bss 156760 156728 -32 -0.0
.init_array 1232 1224 -8 -0.6
.rodata 389464 389432 -32 -0.0
.text 9125251 9125155 -96 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2535784 2535776 -8 -0.0
.text 1498468 1498460 -8 -0.0
nxp light k32w1+release (read/write) 795576 795560 -16 -0.0
.text 673312 673296 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1824420 1824404 -16 -0.0
.text 1608820 1608804 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1745908 1745892 -16 -0.0
.text 1533404 1533388 -16 -0.0
qpg lock-app qpg6105+debug (read/write) 798388 798380 -8 -0.0
.text 609780 609772 -8 -0.0
stm32 light STM32WB5MM-DK (read/write) 622586 622570 -16 -0.0
.rodata 82044 82036 -8 -0.0
.text 389192 389184 -8 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 834634 834626 -8 -0.0
text 624564 624558 -6 -0.0
all-clusters-app tlsr9118bdk40d (read/write) 840076 840068 -8 -0.0
text 596928 596920 -8 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1056684 1056676 -8 -0.0
text 769292 769284 -8 -0.0
bridge-app tlsr9518adk80d (read/write) 915048 915040 -8 -0.0
text 656062 656056 -6 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 836486 836478 -8 -0.0
text 626370 626364 -6 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 947520 947512 -8 -0.0
text 713252 713244 -8 -0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read/write) 770068 770060 -8 -0.0
text 555218 555210 -8 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090216 1090208 -8 -0.0
text 792648 792640 -8 -0.0
lock-app-dfu tlsr9528a (read/write) 911276 911268 -8 -0.0
text 659414 659408 -6 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 933868 933860 -8 -0.0
text 674946 674938 -8 -0.0
pump-app tlsr9258a (read/write) 831576 831560 -16 -0.0
text 621006 620996 -10 -0.0
pump-controller-app tlsr9118bdk40d (read/write) 606952 606944 -8 -0.0
text 450122 450112 -10 -0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 844114 844106 -8 -0.0
text 632770 632764 -6 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 859621 859613 -8 -0.0
text 642482 642474 -8 -0.0
thermostat tlsr9518adk80d (read/write) 825712 825704 -8 -0.0
text 617832 617822 -10 -0.0
window-covering tlsr9258a (read/write) 835840 835832 -8 -0.0
text 622772 622766 -6 -0.0
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 533df0c 436b456 change % change
bl602 lighting-app bl602 (read/write) 1444642 1444642 0 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 160028 160028 0 0.0
.text 1108552 1108552 0 0.0
bl602+mfd (read/write) 1459082 1459082 0 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158988 158988 0 0.0
.text 1123870 1123870 0 0.0
bl602+rpc (read/write) 1492058 1492058 0 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167604 167604 0 0.0
.text 1139942 1139942 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210499 1210491 -8 -0.0
.bss 11185 11185 0 0.0
.data 3720 3712 -8 -0.2
.rodata 109580 109580 0 0.0
.text 978956 978956 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1221587 1221563 -24 -0.0
.bss 11361 11361 0 0.0
.data 3696 3688 -8 -0.2
.rodata 108520 108520 0 0.0
.text 990966 990966 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301963 1301963 0 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124952 124952 0 0.0
.text 1053664 1053664 0 0.0
bl706-eth (read/write) 1027845 1027837 -8 -0.0
.bss 23760 23760 0 0.0
.data 3264 3256 -8 -0.2
.rodata 102596 102596 0 0.0
.text 769760 769760 0 0.0
bl706-wifi (read/write) 1261758 1261750 -8 -0.0
.bss 10645 10645 0 0.0
.data 3712 3704 -8 -0.2
.rodata 123716 123716 0 0.0
.text 1000766 1000766 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1180092 1180084 -8 -0.0
.bss 16396 16396 0 0.0
.data 5080 5072 -8 -0.2
.rodata 103584 103584 0 0.0
.text 972086 972086 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1191496 1191488 -8 -0.0
.bss 16572 16572 0 0.0
.data 5064 5056 -8 -0.2
.rodata 102524 102524 0 0.0
.text 984408 984408 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 797348 797332 -16 -0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85876 85868 -8 -0.0
.text 711208 711200 -8 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813048 813040 -8 -0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 79352 79344 -8 -0.0
.text 733432 733432 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802396 802380 -16 -0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106676 106668 -8 -0.0
.text 695456 695448 -8 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 755308 755292 -16 -0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 81284 81276 -8 -0.0
.text 673760 673752 -8 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740980 740964 -16 -0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 77068 77060 -8 -0.0
.text 663648 663640 -8 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606462 606470 8 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 90198 90206 8 0.0
.text 514144 514144 0 0.0
lock CC3235SF_LAUNCHXL (read only) 651742 651750 8 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 111078 111086 8 0.0
.text 538540 538540 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 (read/write) 740507 740491 -16 -0.0
.app_xip_area 660453 660437 -16 -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) 762983 762967 -16 -0.0
.app_xip_area 680297 680281 -16 -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) 762983 762967 -16 -0.0
.app_xip_area 680297 680281 -16 -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) 712363 712347 -16 -0.0
.app_xip_area 637241 637225 -16 -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) 678699 678683 -16 -0.0
.app_xip_area 602941 602925 -16 -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) 700895 700879 -16 -0.0
.app_xip_area 622585 622569 -16 -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) 700895 700879 -16 -0.0
.app_xip_area 622585 622569 -16 -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) 697051 697043 -8 -0.0
.app_xip_area 618277 618269 -8 -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) 719319 719311 -8 -0.0
.app_xip_area 637993 637985 -8 -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) 719319 719311 -8 -0.0
.app_xip_area 637993 637985 -8 -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) 659811 659795 -16 -0.0
.app_xip_area 587069 587053 -16 -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) 682279 682271 -8 -0.0
.app_xip_area 606905 606897 -8 -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) 682279 682271 -8 -0.0
.app_xip_area 606905 606897 -8 -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) 1070780 1070772 -8 -0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 887256 887248 -8 -0.0
lock-app BRD4338a (read/write) 962508 962508 0 0.0
.bss 213260 213260 0 0.0
.data 29448 29448 0 0.0
.text 700432 700432 0 0.0
window-app BRD4187C (read/write) 1135112 1135104 -8 -0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967156 967148 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1210338 1210344 6 0.0
(read/write) 1752704 1752704 0 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 254768 254768 0 0.0
.flash.text 1210338 1210344 6 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1253399 1253367 -32 -0.0
(read/write) 537308 537292 -16 -0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 286512 286496 -16 -0.0
.flash.text 1247235 1247203 -32 -0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713885 2713701 -184 -0.0
(read/write) 133336 133328 -8 -0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 77144 77144 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 800 -8 -1.0
.rodata 188464 188400 -64 -0.0
.text 2341189 2341093 -96 -0.0
all-clusters-app debug (read only) 6002721 6002537 -184 -0.0
(read/write) 485968 485960 -8 -0.0
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 337752 337752 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1440 -8 -0.6
.rodata 355824 355760 -64 -0.0
.text 5205011 5204915 -96 -0.0
all-clusters-minimal-app debug (read only) 5290017 5289833 -184 -0.0
(read/write) 241728 241720 -8 -0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 101112 101112 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1168 -8 -0.7
.rodata 294634 294570 -64 -0.0
.text 4752595 4752499 -96 -0.0
bridge-app debug (read only) 4702073 4701873 -200 -0.0
(read/write) 221744 221736 -8 -0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 89168 89168 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 864 -8 -0.9
.rodata 235050 234986 -64 -0.0
.text 4240307 4240195 -112 -0.0
chip-tool debug (read only) 12175601 12175417 -184 -0.0
(read/write) 524872 524800 -72 -0.0
.bss 95160 95128 -32 -0.0
.data 5122 5122 0 0.0
.data.rel.ro 417336 417320 -16 -0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 832 -8 -1.0
.rodata 459449 459385 -64 -0.0
.text 11004531 11004435 -96 -0.0
chip-tool-ipv6only arm64 (read only) 11506244 11506244 0 0.0
(read/write) 591896 591896 0 0.0
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457472 457472 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 361172 361172 0 0.0
.text 10259192 10259192 0 0.0
fabric-admin debug (read only) 11924177 11924009 -168 -0.0
(read/write) 517936 517896 -40 -0.0
.bss 94520 94488 -32 -0.0
.data 4866 4866 0 0.0
.data.rel.ro 411528 411528 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 744 -8 -1.1
.rodata 430521 430489 -32 -0.0
.text 10796835 10796723 -112 -0.0
fabric-bridge-app debug (read only) 4569697 4569513 -184 -0.0
(read/write) 213752 213744 -8 -0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86896 86896 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 808 -8 -1.0
.rodata 228426 228362 -64 -0.0
.text 4116899 4116803 -96 -0.0
lighting-app debug+rpc+ui (read only) 5615545 5615361 -184 -0.0
(read/write) 230960 230920 -40 -0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 98016 98000 -16 -0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 976 -8 -0.8
.rodata 359284 359220 -64 -0.0
.text 5002323 5002227 -96 -0.0
lock-app debug (read only) 4757449 4757265 -184 -0.0
(read/write) 209128 209120 -8 -0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 83416 83416 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 880 -8 -0.9
.rodata 260906 260842 -64 -0.0
.text 4278467 4278371 -96 -0.0
ota-provider-app debug (read only) 4374321 4374153 -168 -0.0
(read/write) 197504 197464 -40 -0.0
.bss 114656 114624 -32 -0.0
.data 4400 4400 0 0.0
.data.rel.ro 72464 72464 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 752 -8 -1.1
.rodata 212778 212746 -32 -0.0
.text 3962483 3962371 -112 -0.0
ota-requestor-app debug (read only) 4503137 4502953 -184 -0.0
(read/write) 201936 201896 -40 -0.0
.bss 115552 115520 -32 -0.0
.data 4800 4800 0 0.0
.data.rel.ro 75632 75632 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 800 -8 -1.0
.rodata 218890 218826 -64 -0.0
.text 4080499 4080403 -96 -0.0
shell debug (read only) 2976793 2976001 -792 -0.0
(read/write) 158328 158320 -8 -0.0
.bss 60784 60752 -32 -0.1
.data 1424 1424 0 0.0
.data.rel.ro 90272 90288 16 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1112 -8 -0.7
.rodata 192128 191456 -672 -0.3
.text 2602850 2602754 -96 -0.0
thermostat-no-ble arm64 (read only) 4491612 4491612 0 0.0
(read/write) 250536 250536 0 0.0
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106768 106768 0 0.0
.dynamic 512 512 0 0.0
.got 9144 9144 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162516 162516 0 0.0
.text 3985704 3985704 0 0.0
tv-app debug (read only) 5831465 5831281 -184 -0.0
(read/write) 350016 350008 -8 -0.0
.bss 238640 238640 0 0.0
.data 6592 6592 0 0.0
.data.rel.ro 97480 97480 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1184 -8 -0.7
.rodata 302410 302346 -64 -0.0
.text 5280835 5280739 -96 -0.0
tv-casting-app debug (read only) 9987241 9987089 -152 -0.0
(read/write) 343952 343912 -40 -0.0
.bss 156760 156728 -32 -0.0
.data 3008 3008 0 0.0
.data.rel.ro 177200 177200 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1224 -8 -0.6
.rodata 389464 389432 -32 -0.0
.text 9125251 9125155 -96 -0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2535784 2535776 -8 -0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1498468 1498460 -8 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058788 1058788 0 0.0
bss 139209 139209 0 0.0
rodata 102788 102788 0 0.0
text 769516 769516 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1235720 1235720 0 0.0
bss 137637 137637 0 0.0
rodata 152224 152224 0 0.0
text 795816 795816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1006532 1006532 0 0.0
bss 138107 138107 0 0.0
rodata 90004 90004 0 0.0
text 731204 731204 0 0.0
nxp contact k32w0+release (read only) 575876 575876 0 0.0
(read/write) 83212 83212 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575340 575340 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 703780 703780 0 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590256 590256 0 0.0
light k32w0+release (read only) 609760 609768 8 0.0
(read/write) 82688 82696 8 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 609224 609232 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795576 795560 -16 -0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673312 673296 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826128 826128 0 0.0
(read/write) 1824420 1824404 -16 -0.0
.bss 204460 204460 0 0.0
.data 2752 2752 0 0.0
.text 1608820 1608804 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829224 829224 0 0.0
(read/write) 1745908 1745892 -16 -0.0
.bss 201388 201388 0 0.0
.data 2728 2728 0 0.0
.text 1533404 1533388 -16 -0.0
light cy8ckit_062s2_43012 (read only) 835944 835944 0 0.0
(read/write) 1665540 1665548 8 0.0
.bss 194852 194852 0 0.0
.data 2544 2544 0 0.0
.text 1459756 1459764 8 0.0
lock cy8ckit_062s2_43012 (read only) 808880 808880 0 0.0
(read/write) 1694732 1694740 8 0.0
.bss 221932 221932 0 0.0
.data 2528 2528 0 0.0
.text 1461884 1461892 8 0.0
qpg lighting-app qpg6105+debug (read/write) 838532 838532 0 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 649920 649920 0 0.0
lock-app qpg6105+debug (read/write) 798388 798380 -8 -0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 609780 609772 -8 -0.0
stm32 light STM32WB5MM-DK (read/write) 622586 622570 -16 -0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 82044 82036 -8 -0.0
.text 389192 389184 -8 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834634 834626 -8 -0.0
bss 49944 49944 0 0.0
text 624564 624558 -6 -0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 840076 840068 -8 -0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 596928 596920 -8 -0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1056684 1056676 -8 -0.0
bss 110132 110132 0 0.0
text 769292 769284 -8 -0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915048 915040 -8 -0.0
bss 92888 92888 0 0.0
text 656062 656056 -6 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836486 836478 -8 -0.0
bss 49988 49988 0 0.0
text 626370 626364 -6 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 947520 947512 -8 -0.0
bss 76580 76580 0 0.0
text 713252 713244 -8 -0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 770068 770060 -8 -0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 555218 555210 -8 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090216 1090208 -8 -0.0
bss 99980 99980 0 0.0
text 792648 792640 -8 -0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911276 911268 -8 -0.0
bss 69268 69268 0 0.0
text 659414 659408 -6 -0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933868 933860 -8 -0.0
bss 92620 92620 0 0.0
text 674946 674938 -8 -0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 831576 831560 -16 -0.0
bss 58232 58232 0 0.0
text 621006 620996 -10 -0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 606952 606944 -8 -0.0
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 450122 450112 -10 -0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 675304 675304 0 0.0
bss 71852 71852 0 0.0
text 462250 462250 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844114 844106 -8 -0.0
bss 51616 51616 0 0.0
text 632770 632764 -6 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 859621 859613 -8 -0.0
bss 59804 59804 0 0.0
text 642482 642474 -8 -0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825712 825704 -8 -0.0
bss 56492 56492 0 0.0
text 617832 617822 -10 -0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 835840 835832 -8 -0.0
bss 58448 58448 0 0.0
text 622772 622766 -6 -0.0

Copy link

github-actions bot commented Jun 14, 2024

PR #33637: Size comparison from 4a16aaa to 40d81df

Full report (20 builds for cc13x4_26x4, cc32xx, mbed, nrfconnect, nxp, qpg, stm32, tizen)
platform target config section 4a16aaa 40d81df change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 797864 797600 -264 -0.0
RAM 103088 103088 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 813668 813260 -408 -0.1
RAM 113568 113568 0 0.0
lock-mtd LP_EM_CC1354P10_6 FLASH 803056 802792 -264 -0.0
RAM 107688 107688 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 755552 755592 40 0.0
RAM 101788 101788 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 741184 741248 64 0.0
RAM 102036 102036 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 605378 605586 208 0.0
RAM 204512 204512 0 0.0
lock CC3235SF_LAUNCHXL FLASH 651166 651214 48 0.0
RAM 204772 204772 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497660 1497436 -224 -0.0
RAM 226072 226072 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 876604 875740 -864 -0.1
RAM 139129 139129 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 950224 948860 -1364 -0.1
RAM 137557 137557 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 822156 821952 -204 -0.0
RAM 138027 138027 0 0.0
nxp contact k32w0+release FLASH 575436 575228 -208 -0.0
RAM 70024 70024 0 0.0
k32w1+release FLASH 590552 590360 -192 -0.0
RAM 74056 74056 0 0.0
light k32w0+release FLASH 609384 609288 -96 -0.0
RAM 69500 69500 0 0.0
k32w1+release FLASH 673744 673760 16 0.0
RAM 82808 82808 0 0.0
qpg lighting-app qpg6105+debug FLASH 650352 650120 -232 -0.0
RAM 104556 104556 0 0.0
lock-app qpg6105+debug FLASH 610404 610252 -152 -0.0
RAM 99232 99232 0 0.0
stm32 light STM32WB5MM-DK FLASH 472260 471948 -312 -0.1
RAM 141652 141652 0 0.0
tizen all-clusters-app arm unknown 1548 1548 0 0.0
FLASH 1622328 1620576 -1752 -0.1
RAM 45412 45412 0 0.0
chip-tool-ubsan arm unknown 2360 2360 0 0.0
FLASH 15753178 15755658 2480 0.0
RAM 6912572 6913544 972 0.0

Copy link

github-actions bot commented Jun 14, 2024

PR #33637: Size comparison from 4a16aaa to defd85e

Full report (11 builds for cc32xx, mbed, nrfconnect, qpg, stm32, tizen)
platform target config section 4a16aaa defd85e change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 605378 605586 208 0.0
RAM 204512 204512 0 0.0
lock CC3235SF_LAUNCHXL FLASH 651166 651214 48 0.0
RAM 204772 204772 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497660 1497436 -224 -0.0
RAM 226072 226072 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 876604 875740 -864 -0.1
RAM 139129 139129 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 950224 948860 -1364 -0.1
RAM 137557 137557 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 822156 821952 -204 -0.0
RAM 138027 138027 0 0.0
qpg lighting-app qpg6105+debug FLASH 650352 650120 -232 -0.0
RAM 104556 104556 0 0.0
lock-app qpg6105+debug FLASH 610404 610252 -152 -0.0
RAM 99232 99232 0 0.0
stm32 light STM32WB5MM-DK FLASH 472260 471948 -312 -0.1
RAM 141652 141652 0 0.0
tizen all-clusters-app arm unknown 1548 1548 0 0.0
FLASH 1622328 1620576 -1752 -0.1
RAM 45412 45412 0 0.0
chip-tool-ubsan arm unknown 2360 2360 0 0.0
FLASH 15753178 15755658 2480 0.0
RAM 6912572 6913544 972 0.0

Copy link

github-actions bot commented Jun 14, 2024

PR #33637: Size comparison from 4a16aaa to 7151dc5

Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 4a16aaa 7151dc5 change % change
bl602 lighting-app bl602 FLASH 1268236 1269916 1680 0.1
RAM 95328 95328 0 0.0
bl602+mfd FLASH 1282514 1284194 1680 0.1
RAM 95480 95480 0 0.0
bl602+rpc FLASH 1307194 1309130 1936 0.1
RAM 103760 103760 0 0.0
bl702 lighting-app bl702 FLASH 1088876 1090556 1680 0.2
RAM 14897 14897 0 0.0
bl702+mfd FLASH 1099826 1101506 1680 0.2
RAM 15049 15049 0 0.0
bl702+rpc FLASH 1178956 1180636 1680 0.1
RAM 23925 23925 0 0.0
bl706-eth FLASH 872476 874156 1680 0.2
RAM 27016 27016 0 0.0
bl706-wifi FLASH 1124174 1126382 2208 0.2
RAM 14349 14349 0 0.0
bl702l lighting-app bl702l FLASH 1076018 1077698 1680 0.2
RAM 21468 21468 0 0.0
bl702l+mfd FLASH 1087280 1088960 1680 0.2
RAM 21628 21628 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 797864 797600 -264 -0.0
RAM 103088 103088 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 813668 813260 -408 -0.1
RAM 113568 113568 0 0.0
lock-mtd LP_EM_CC1354P10_6 FLASH 803056 802792 -264 -0.0
RAM 107688 107688 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 755552 755592 40 0.0
RAM 101788 101788 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 741184 741248 64 0.0
RAM 102036 102036 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 605378 605586 208 0.0
RAM 204512 204512 0 0.0
lock CC3235SF_LAUNCHXL FLASH 651166 651214 48 0.0
RAM 204772 204772 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 661413 661173 -240 -0.0
RAM 74512 74512 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 681265 681017 -248 -0.0
RAM 77144 77144 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 681265 681017 -248 -0.0
RAM 77144 77144 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 638201 637953 -248 -0.0
RAM 69580 69580 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 603589 603637 48 0.0
RAM 70216 70216 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 623233 623273 40 0.0
RAM 72768 72768 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 623233 623273 40 0.0
RAM 72768 72768 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 619373 619141 -232 -0.0
RAM 73232 73232 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 639097 638857 -240 -0.0
RAM 75784 75784 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 639097 638857 -240 -0.0
RAM 75784 75784 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 587629 587717 88 0.0
RAM 67200 67200 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 607473 607569 96 0.0
RAM 69832 69832 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 607473 607569 96 0.0
RAM 69832 69832 0 0.0
efr32 lighting-app BRD4187C FLASH 888024 887760 -264 -0.0
RAM 183424 183424 0 0.0
lock-app BRD4338a FLASH 702040 699880 -2160 -0.3
RAM 242708 242228 -480 -0.2
window-app BRD4187C FLASH 969084 969212 128 0.0
RAM 167856 167856 0 0.0
esp32 all-clusters-app c3devkit DRAM 88324 88324 0 0.0
FLASH 1469096 1468444 -652 -0.0
IRAM 75570 75570 0 0.0
m5stack DRAM 114796 114796 0 0.0
FLASH 1538019 1537607 -412 -0.0
IRAM 125403 125403 0 0.0
linux air-purifier-app debug unknown 4568 4568 0 0.0
FLASH 2533808 2533920 112 0.0
RAM 129072 129072 0 0.0
all-clusters-app debug unknown 5344 5344 0 0.0
FLASH 5583182 5579230 -3952 -0.1
RAM 483208 483240 32 0.0
all-clusters-minimal-app debug unknown 5264 5264 0 0.0
FLASH 5054184 5052920 -1264 -0.0
RAM 236792 236792 0 0.0
bridge-app debug unknown 5232 5232 0 0.0
FLASH 4479496 4479528 32 0.0
RAM 216752 216752 0 0.0
chip-tool debug unknown 5744 5744 0 0.0
FLASH 11520327 11521847 1520 0.0
RAM 535394 535426 32 0.0
chip-tool-ipv6only arm64 unknown 19816 19816 0 0.0
FLASH 10657860 10659316 1456 0.0
RAM 583416 583448 32 0.0
fabric-admin debug unknown 5600 5600 0 0.0
FLASH 11290503 11292023 1520 0.0
RAM 528978 529010 32 0.0
fabric-bridge-app debug unknown 5240 5240 0 0.0
FLASH 4349096 4349352 256 0.0
RAM 208800 208800 0 0.0
lighting-app debug+rpc+ui unknown 5864 5864 0 0.0
FLASH 5367554 5366722 -832 -0.0
RAM 225392 225392 0 0.0
lock-app debug unknown 5184 5184 0 0.0
FLASH 4544872 4543736 -1136 -0.0
RAM 204208 204208 0 0.0
ota-provider-app debug unknown 4552 4552 0 0.0
FLASH 4179352 4179640 288 0.0
RAM 193200 193200 0 0.0
ota-requestor-app debug unknown 4488 4488 0 0.0
FLASH 4303768 4303880 112 0.0
RAM 197840 197840 0 0.0
shell debug unknown 4112 4112 0 0.0
FLASH 2802765 2800733 -2032 -0.1
RAM 154392 154392 0 0.0
thermostat-no-ble arm64 unknown 9184 9184 0 0.0
FLASH 4151860 4152436 576 0.0
RAM 234584 234584 0 0.0
tv-app debug unknown 5472 5472 0 0.0
FLASH 5589176 5593928 4752 0.1
RAM 345640 345640 0 0.0
tv-casting-app debug unknown 5104 5104 0 0.0
FLASH 9568102 9568294 192 0.0
RAM 352800 352800 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1497660 1497436 -224 -0.0
RAM 226072 226072 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 876604 875740 -864 -0.1
RAM 139129 139129 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 950224 948860 -1364 -0.1
RAM 137557 137557 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 822156 821952 -204 -0.0
RAM 138027 138027 0 0.0
nxp contact k32w0+release FLASH 575436 575228 -208 -0.0
RAM 70024 70024 0 0.0
k32w1+release FLASH 590552 590360 -192 -0.0
RAM 74056 74056 0 0.0
light k32w0+release FLASH 609384 609288 -96 -0.0
RAM 69500 69500 0 0.0
k32w1+release FLASH 673744 673760 16 0.0
RAM 82808 82808 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1613772 1613260 -512 -0.0
RAM 207132 207132 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1534716 1534588 -128 -0.0
RAM 204036 204036 0 0.0
light cy8ckit_062s2_43012 FLASH 1460988 1460940 -48 -0.0
RAM 197316 197316 0 0.0
lock cy8ckit_062s2_43012 FLASH 1463300 1463268 -32 -0.0
RAM 224380 224380 0 0.0
qpg lighting-app qpg6105+debug FLASH 650352 650120 -232 -0.0
RAM 104556 104556 0 0.0
lock-app qpg6105+debug FLASH 610404 610252 -152 -0.0
RAM 99232 99232 0 0.0
stm32 light STM32WB5MM-DK FLASH 472260 471948 -312 -0.1
RAM 141652 141652 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 625418 625438 20 0.0
RAM 49904 49904 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 602942 602186 -756 -0.1
RAM 130288 130288 0 0.0
all-clusters-minimal-app tlsr9528a FLASH 770624 770328 -296 -0.0
RAM 110052 110052 0 0.0
bridge-app tlsr9258a FLASH 668544 668524 -20 -0.0
RAM 94672 94672 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 627170 627160 -10 -0.0
RAM 49948 49948 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 713008 712966 -42 -0.0
RAM 76540 76540 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 558150 557850 -300 -0.1
RAM 126544 126544 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 793212 792926 -286 -0.0
RAM 99900 99900 0 0.0
lock-app-dfu tlsr9528a FLASH 660474 660300 -174 -0.0
RAM 69228 69228 0 0.0
ota-requestor-app tlsr9258a FLASH 686880 686846 -34 -0.0
RAM 94396 94396 0 0.0
pump-app tlsr9518adk80d FLASH 609370 609344 -26 -0.0
RAM 56328 56328 0 0.0
pump-controller-app tlsr9518adk80d FLASH 599718 599730 12 0.0
RAM 56128 56128 0 0.0
shell tlsr9518adk80d FLASH 462614 462614 0 0.0
RAM 71852 71852 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 633552 633522 -30 -0.0
RAM 51576 51576 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 642556 642584 28 0.0
RAM 59764 59764 0 0.0
thermostat tlsr9518adk80d FLASH 618620 618620 0 0.0
RAM 56452 56452 0 0.0
window-covering tlsr9118bdk40d FLASH 464934 464848 -86 -0.0
RAM 82224 82224 0 0.0
tizen all-clusters-app arm unknown 1548 1548 0 0.0
FLASH 1622328 1620576 -1752 -0.1
RAM 45412 45412 0 0.0
chip-tool-ubsan arm unknown 2360 2360 0 0.0
FLASH 15753178 15755698 2520 0.0
RAM 6912572 6913544 972 0.0

@andy31415 andy31415 merged commit ffc5727 into project-chip:master Jun 17, 2024
69 of 71 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

8 participants