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

V1.3 nrf cherry picks #33134

Merged

Conversation

kkasperczyk-no
Copy link
Contributor

@kkasperczyk-no kkasperczyk-no commented Apr 24, 2024

Cherrypicked commits from master branch into the 1.3 branch that contain beneficial features and fixes for the nrfconnect platform.

ArekBalysNordic and others added 8 commits April 24, 2024 10:27
… 2.6.0 (project-chip#32711)

* [nrfconnect] wifi: avoid unwanted connect request

It's pointless to issue a connect request in case
no valid SSID has been found.

Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>

* [nrfconnect] wifi: Fix 5GHz association

Wi-Fi stack recently introduced a check for valid band value and the
default value of 0 (memset) means only 2.4GHz, so, 5GHz Wi-Fi
associations will fail.

Fix the default to Unknown to scan all supported bands.

* [zephyr][nrfconnect] Make Wi-Fi manager use Wi-Fi interface only

Find the Wi-Fi interface at the Wi-Fi manager initialization
and use that interface instead of the default interface when
calling Wi-Fi management functions.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>

* [nrfconnect] fix handling of LastNetworkID in Wi-Fi driver

This commit makes sure that correct Network ID is provided to the
Network Commissioning cluster from the platform's Wi-Fi driver.

Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>

* [inet] Combine platform handlers for joining/leaving mcast group

Instead, use a single handler for both joining and leaving
a multicast group to reduce the code duplication.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>

* [zephyr][nrfconnect] Move handler for joining/leaving mcast group

Move the platform handler for joining and leaving a multicast
group to ConnectivityManagerImpl to support Matter stack on
a system with multiple network interfaces (Thread + Wi-Fi).

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>

* [nrfconnect] Added DNS server refresh after adding new IPv6 address

The Wi-Fi device does not update mDNS queries after obtaining
new IPv6 GUA address, so for some time after assigning prefix,
the Thread Border Routers still use cached link-local address,
which is not routable.

Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>

* [nrfconnect] [zephyr] Disable synchronous printk

Disable synchronous printk to avoid blocking IRQs which
may affect time sensitive components (like 15.4 radio).

Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>

* [nrfconnect] Fix various Wi-Fi issues with error code handling

This commit handles a few issues with Wi-Fi connection or scanning:
 - Use wifi_status structure instead of incompatible WiFiRequestStatus
 - On connect error value > 2 do not report success
 - On scan error value > 1 do not report success
 - Provide value of mandatory LastConnectErrorValue attribute

Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>

* [nrfconnect] Minor Wi-Fi refinements

* error code handling unification
* added GetWantedNetwork getter
  and use it when handling network status change
* minor refactoring

Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>

* Restyled by clang-format

* [nrfconnect] Provide a workaround for nrfconnect Posix unit tests.

We need to disable all dependencies to the Zephyr net_if module until
we switch unit tests to it.

* Restyled by gn

* Use Enum to indicate an operation instead of bool in MulticastGroupHandler

---------

Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
Co-authored-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
Co-authored-by: Damian Krolik <damian.krolik@nordicsemi.no>
Co-authored-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
Co-authored-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
Co-authored-by: Restyled.io <commits@restyled.io>
- Enabled the full SHELL option when memory profiling is enabled.
…p#32829)

Add Resolver::SetInstance() and ServiceAdvertiser::SetInstance()
methods for dynamically changing the system-wide DNS-SD
implementation used by Matter.

Also, allow for building "minimal" and "platform" DNS-SD
implementations together.

Co-authored-by: Damian Krolik <damian.krolik@nordicsemi.no>
…2892)

The factory_data.hex file is not generated as an intermediate
product of factory generation process. In result, factory
generation works only if merging with firmware is used or
scripts are manually invoked.

Added optional --size and --offset arguments to
generate_nrfconnect_chip_factory_data.py script that results in
calling nrfconnect_generate_partition.py internally. It solves
an issue and additionally simplifies manual generation process
(if selected).
…oject-chip#32962)

* Added generation of optional events from WiFiNetworkDiagnostics
cluster.
* Improved handler methods to validate the input data size
…ip#33004)

Currently the CHIPDevicePlatformEvent depends on the
SystemPacketBuffer which is included
in the CHIPDeviceEvent.h too late.

The problem is silently worked around in the application
when the <platform/PlatformManager.h> include is preceded
by other headers that pull in SystemPacketBuffer.h, but we need
a proper fix.

Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
…ip#33005)

This commit implements platform solution for a Bluetooth LE
extended advertising.

Additionally, for the CommissioningWindowManager types were
changed from Seconds16 to Seconds32, because the current
implementation overflows for 48h duration.

Co-authored-by: Patryk Lipinski <patryk.lipinski@nordicsemi.no>
Added ThreadDiagnosticDelegate to enable generation of optional
events from ThreadNetworkDiagnostics cluster.

Additionally implemented generation of ConnectionStatus
and NetworkFaultChanged events when Thread link state
is changed.
Copy link

github-actions bot commented Apr 24, 2024

PR #33134: Size comparison from 530dec2 to 99cff59

Increases above 0.2%:

platform target config section 530dec2 99cff59 change % change
bl702 lighting-app bl702 .rodata 107796 108132 336 0.3
bl702+mfd .data 3664 3680 16 0.4
.rodata 106736 107072 336 0.3
bl702+rpc .data 4224 4240 16 0.4
.rodata 123168 123504 336 0.3
bl702l lighting-app bl702l .data 5048 5064 16 0.3
.rodata 101800 102136 336 0.3
bl702l+mfd .rodata 100740 101076 336 0.3
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 .data 3568 3580 12 0.3
.rodata 81844 82148 304 0.4
lock-ftd LP_EM_CC1354P10_6 .rodata 76020 76220 200 0.3
lock-mtd LP_EM_CC1354P10_6 .rodata 102772 103076 304 0.3
pump-app LP_EM_CC1354P10_6 .rodata 77500 77804 304 0.4
pump-controller-app LP_EM_CC1354P10_6 .data 3552 3564 12 0.3
.rodata 73276 73580 304 0.4
cc32xx lock CC3235SF_LAUNCHXL .data 1504 1516 12 0.8
.rodata 107074 107410 336 0.3
cyw30739 light cyw930739m2evb_01 .data 752 760 8 1.1
lock cyw930739m2evb_01 .data 760 768 8 1.1
ota-requestor cyw930739m2evb_01 .data 712 720 8 1.1
switch cyw930739m2evb_01 .data 792 800 8 1.0
efr32 lighting-app BRD4161A+rs9116 .data 1404 1412 8 0.6
lock-app BRD4161A+wf200 .data 2808 2816 8 0.3
k32w contact k32w0+release .data 2188 2196 8 0.4
k32w1+release .data 2856 2864 8 0.3
light k32w0+release .data 2192 2200 8 0.4
k32w1+release .data 2056 2064 8 0.4
linux bridge-app debug .data.rel.ro 86208 86400 192 0.2
lighting-app debug+rpc+ui .data 4864 4896 32 0.7
lock-app debug .data 4160 4192 32 0.8
shell debug .rodata 185408 185824 416 0.2
thermostat-no-ble arm64 .data 3392 3408 16 0.5
.got 8624 8656 32 0.4
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 102600 102948 348 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 rodata 89864 90212 348 0.4
light-switch-app nrf52840dk_nrf52840 rodata 79300 79648 348 0.4
lighting-app nrf52840dk_nrf52840+rpc rodata 85036 85384 348 0.4
nrf52840dongle_nrf52840 rodata 74960 75308 348 0.5
nrf5340dk_nrf5340_cpuapp rodata 80828 81176 348 0.4
lock-app nrf52840dk_nrf52840 rodata 98860 99208 348 0.4
nrf5340dk_nrf5340_cpuapp rodata 100284 100632 348 0.3
pump-app nrf52840dk_nrf52840 rodata 74384 74732 348 0.5
pump-controller-app nrf52840dk_nrf52840 rodata 71120 71468 348 0.5
psoc6 light cy8ckit_062s2_43012 .data 2456 2464 8 0.3
lock cy8ckit_062s2_43012 .data 2456 2464 8 0.3
qpg lighting-app qpg6105+debug .data 836 848 12 1.4
lock-app qpg6105+debug .data 856 860 4 0.5
stm32 light STM32WB5MM-DK .data 676 688 12 1.8
.rodata 79716 80020 304 0.4
Increases (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 530dec2 99cff59 change % change
bl602 lighting-app bl602 (read/write) 1438722 1438818 96 0.0
.bss 85360 85368 8 0.0
.data 9504 9512 8 0.1
.text 1104762 1104848 86 0.0
bl602+mfd (read/write) 1453138 1453242 104 0.0
.bss 85520 85536 16 0.0
.data 9480 9488 8 0.1
.text 1120080 1120166 86 0.0
bl602+rpc (read/write) 1486362 1486482 120 0.0
.bss 93392 93416 24 0.0
.data 9880 9888 8 0.1
.text 1136408 1136494 86 0.0
bl702 lighting-app bl702 (read/write) 1202771 1204463 1692 0.1
.data 3688 3696 8 0.2
.rodata 107796 108132 336 0.3
.text 973280 974578 1298 0.1
bl702+mfd (read/write) 1213843 1215539 1696 0.1
.data 3664 3680 16 0.4
.rodata 106736 107072 336 0.3
.text 985290 986588 1298 0.1
bl702+rpc (read/write) 1294519 1296203 1684 0.1
.data 4224 4240 16 0.4
.rodata 123168 123504 336 0.3
.text 1048244 1049542 1298 0.1
bl706-eth (read/write) 1020857 1020985 128 0.0
.text 764778 764876 98 0.0
bl706-wifi (read/write) 1255486 1255622 136 0.0
.data 3696 3704 8 0.2
.text 996654 996766 112 0.0
bl702l lighting-app bl702l (read/write) 1172360 1174540 2180 0.2
.data 5048 5064 16 0.3
.rodata 101800 102136 336 0.3
.text 966390 967676 1286 0.1
bl702l+mfd (read/write) 1183508 1185940 2432 0.2
.data 5032 5040 8 0.2
.rodata 100740 101076 336 0.3
.text 978456 979998 1542 0.2
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 774364 775324 960 0.1
(read/write) 168648 168692 44 0.0
.bss 90636 90656 20 0.0
.data 3568 3580 12 0.3
.rodata 81844 82148 304 0.4
.text 692252 692908 656 0.1
lock-ftd LP_EM_CC1354P10_6 (read only) 790724 791548 824 0.1
(read/write) 178896 178924 28 0.0
.bss 100884 100904 20 0.0
.data 3568 3572 4 0.1
.rodata 76020 76220 200 0.3
.text 714436 715064 628 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 779404 780364 960 0.1
(read/write) 173336 173364 28 0.0
.bss 95324 95344 20 0.0
.data 3568 3572 4 0.1
.rodata 102772 103076 304 0.3
.text 676364 677020 656 0.1
pump-app LP_EM_CC1354P10_6 (read only) 731612 732564 952 0.1
(read/write) 167616 167652 36 0.0
.bss 89368 89388 20 0.0
.data 3560 3564 4 0.1
.rodata 77500 77804 304 0.4
.text 653844 654492 648 0.1
pump-controller-app LP_EM_CC1354P10_6 (read only) 717212 718172 960 0.1
(read/write) 167824 167876 52 0.0
.bss 89592 89612 20 0.0
.data 3552 3564 12 0.3
.rodata 73276 73580 304 0.4
.text 643668 644324 656 0.1
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 584058 584194 136 0.0
(read/write) 208000 208020 20 0.0
.bss 201228 201244 16 0.0
.data 1648 1652 4 0.2
.text 495308 495448 140 0.0
lock CC3235SF_LAUNCHXL (read only) 629306 630826 1520 0.2
(read/write) 208344 208372 28 0.0
.bss 201720 201736 16 0.0
.data 1504 1516 12 0.8
.rodata 107074 107410 336 0.3
.text 520108 521296 1188 0.2
cyw30739 light cyw930739m2evb_01 (read/write) 569515 570215 700 0.1
.app_xip_area 459253 459925 672 0.1
.bss 65088 65108 20 0.0
.data 752 760 8 1.1
lock cyw930739m2evb_01 (read/write) 552163 552879 716 0.1
.app_xip_area 437141 437829 688 0.2
.bss 69840 69860 20 0.0
.data 760 768 8 1.1
ota-requestor cyw930739m2evb_01 (read/write) 572299 572447 148 0.0
.app_xip_area 463541 463661 120 0.0
.bss 63624 63644 20 0.0
.data 712 720 8 1.1
switch cyw930739m2evb_01 (read/write) 565227 565935 708 0.1
.app_xip_area 453189 453869 680 0.2
.bss 66824 66844 20 0.0
.data 792 800 8 1.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 934800 934944 144 0.0
.bss 197976 197992 16 0.0
.data 1404 1412 8 0.6
.text 735396 735516 120 0.0
BRD4187C (read/write) 1111336 1112368 1032 0.1
.bss 195184 195208 24 0.0
.data 3424 3432 8 0.2
.text 912708 913708 1000 0.1
lock-app BRD4161A+wf200 (read/write) 1123860 1124484 624 0.1
.bss 186804 186820 16 0.0
.data 2808 2816 8 0.3
.text 934228 934828 600 0.1
window-app BRD4187C (read/write) 1158696 1160304 1608 0.1
.bss 167592 167616 24 0.0
.data 3336 3344 8 0.2
.text 987748 989324 1576 0.2
esp32 all-clusters-app c3devkit (read only) 1212086 1212732 646 0.1
(read/write) 1749824 1750168 344 0.0
.dram0.bss 74328 74344 16 0.0
.dram0.data 13628 13636 8 0.1
.flash.rodata 252336 252648 312 0.1
.flash.text 1212086 1212732 646 0.1
m5stack (read only) 1254143 1254747 604 0.0
(read/write) 536424 536744 320 0.1
.dram0.bss 81264 81280 16 0.0
.flash.rodata 284060 284364 304 0.1
.flash.text 1247979 1248583 604 0.0
k32w contact k32w0+release (read only) 605216 605968 752 0.1
(read/write) 79480 79516 36 0.0
.bss 67308 67336 28 0.0
.data 2188 2196 8 0.4
.text 604680 605432 752 0.1
k32w1+release (read/write) 700108 700932 824 0.1
.bss 71156 71184 28 0.0
.data 2856 2864 8 0.3
.text 586712 587504 792 0.1
light k32w0+release (read only) 607160 607928 768 0.1
(read/write) 79340 79368 28 0.0
.bss 67164 67184 20 0.0
.data 2192 2200 8 0.4
.text 606624 607392 768 0.1
k32w1+release (read/write) 791512 792536 1024 0.1
.bss 80636 80664 28 0.0
.data 2056 2064 8 0.4
.text 669456 670448 992 0.1
linux air-purifier-app debug (read only) 2624333 2624653 320 0.0
.text 2262069 2262389 320 0.0
all-clusters-app debug (read only) 5930513 5935913 5400 0.1
(read/write) 480520 480680 160 0.0
.data.rel.ro 333688 333848 160 0.0
.rodata 349456 349904 448 0.1
.text 5147571 5152163 4592 0.1
all-clusters-minimal-app debug (read only) 5211361 5216809 5448 0.1
(read/write) 236472 236632 160 0.1
.data.rel.ro 97272 97432 160 0.2
.rodata 288490 288938 448 0.2
.text 4688051 4692691 4640 0.1
bridge-app debug (read only) 4605729 4611273 5544 0.1
(read/write) 217384 217576 192 0.1
.data.rel.ro 86208 86400 192 0.2
.rodata 229066 229514 448 0.2
.text 4156259 4160995 4736 0.1
chip-tool debug (read only) 12055489 12055585 96 0.0
(read/write) 522016 522048 32 0.0
.bss 94424 94456 32 0.0
.text 10899027 10899123 96 0.0
chip-tool-ipv6only arm64 (read only) 11374100 11374276 176 0.0
.bss 103528 103544 16 0.0
.data 4512 4520 8 0.2
.got 17000 17016 16 0.1
.text 10139448 10139576 128 0.0
lighting-app debug+rpc+ui (read only) 5529305 5534817 5512 0.1
(read/write) 226112 226304 192 0.1
.data 4864 4896 32 0.7
.data.rel.ro 94576 94736 160 0.2
.rodata 354068 354516 448 0.1
.text 4928451 4933155 4704 0.1
lock-app debug (read only) 4673041 4678537 5496 0.1
(read/write) 204936 205128 192 0.1
.data 4160 4192 32 0.8
.data.rel.ro 80456 80616 160 0.2
.rodata 254986 255434 448 0.2
.text 4206291 4210979 4688 0.1
ota-provider-app debug (read only) 4300529 4300881 352 0.0
(read/write) 193432 193464 32 0.0
.bss 113312 113344 32 0.0
.text 3899203 3899555 352 0.0
ota-requestor-app debug (read only) 4429953 4430321 368 0.0
(read/write) 197800 197832 32 0.0
.bss 114208 114240 32 0.0
.text 4017971 4018339 368 0.0
shell debug (read only) 2898569 2904033 5464 0.2
(read/write) 156472 156632 160 0.1
.data.rel.ro 86496 86656 160 0.2
.rodata 185408 185824 416 0.2
.text 2539730 2544418 4688 0.2
thermostat-no-ble arm64 (read only) 4419140 4423780 4640 0.1
.bss 121832 121848 16 0.0
.data 3392 3408 16 0.5
.data.rel.ro 103680 103808 128 0.1
.got 8624 8656 32 0.4
.rodata 159484 159724 240 0.2
.text 3924792 3928840 4048 0.1
tv-app debug (read only) 5737937 5743465 5528 0.1
(read/write) 352832 352992 160 0.0
.data.rel.ro 94584 94744 160 0.2
.rodata 291882 292330 448 0.2
.text 5203667 5208387 4720 0.1
tv-casting-app debug (read only) 9873033 9873417 384 0.0
(read/write) 340416 340448 32 0.0
.bss 156272 156304 32 0.0
.text 9024499 9024883 384 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2532864 2533808 944 0.0
.bss 220480 220496 16 0.0
.text 1495548 1496492 944 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1062792 1064140 1348 0.1
bss 133119 133135 16 0.0
rodata 102600 102948 348 0.3
text 779872 780724 852 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1224428 1225348 920 0.1
bss 127155 127191 36 0.0
rodata 151200 151236 36 0.0
text 796044 796896 852 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1010368 1011580 1212 0.1
bss 131977 131993 16 0.0
rodata 89864 90212 348 0.4
text 741208 742060 852 0.1
light-switch-app nrf52840dk_nrf52840 (read/write) 961852 963056 1204 0.1
bss 126014 126030 16 0.0
rodata 79300 79648 348 0.4
text 709380 710232 852 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1196420 1197736 1316 0.1
bss 119331 119367 36 0.0
rodata 177728 178048 320 0.2
text 745196 746184 988 0.1
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1061980 1063176 1196 0.1
bss 137789 137805 16 0.0
rodata 85036 85384 348 0.4
text 788872 789724 852 0.1
nrf52840dongle_nrf52840 (read/write) 1016920 1018124 1204 0.1
bss 145794 145810 16 0.0
rodata 74960 75308 348 0.5
text 741040 741892 852 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 959980 961176 1196 0.1
bss 136595 136611 16 0.0
rodata 80828 81176 348 0.4
text 690576 691428 852 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1196420 1197736 1316 0.1
bss 119331 119367 36 0.0
rodata 177728 178048 320 0.2
text 745196 746184 988 0.1
lock-app nrf52840dk_nrf52840 (read/write) 974212 975408 1196 0.1
bss 126545 126561 16 0.0
rodata 98860 99208 348 0.4
text 701712 702564 852 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 904452 905648 1196 0.1
bss 126611 126627 16 0.0
rodata 100284 100632 348 0.3
text 625564 626416 852 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1209656 1211044 1388 0.1
bss 119862 119898 36 0.0
rodata 197280 197616 336 0.2
text 738424 739412 988 0.1
pump-app nrf52840dk_nrf52840 (read/write) 925584 926788 1204 0.1
bss 125246 125262 16 0.0
rodata 74384 74732 348 0.5
text 678880 679732 852 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 911888 913220 1332 0.1
bss 125045 125061 16 0.0
rodata 71120 71468 348 0.5
text 668720 669572 852 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1799564 1801108 1544 0.1
.bss 198292 198316 24 0.0
.text 1590204 1591724 1520 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1721628 1723156 1528 0.1
.bss 195172 195196 24 0.0
.text 1515420 1516924 1504 0.1
light cy8ckit_062s2_43012 (read/write) 1640732 1642300 1568 0.1
.bss 188636 188660 24 0.0
.data 2456 2464 8 0.3
.text 1441252 1442788 1536 0.1
lock cy8ckit_062s2_43012 (read/write) 1670348 1671884 1536 0.1
.bss 215796 215820 24 0.0
.data 2456 2464 8 0.3
.text 1443708 1445212 1504 0.1
qpg lighting-app qpg6105+debug (read/write) 1130320 1131308 988 0.1
.bss 102488 102508 20 0.0
.data 836 848 12 1.4
.text 642704 643688 984 0.2
lock-app qpg6105+debug (read/write) 1090296 1091252 956 0.1
.bss 97232 97252 20 0.0
.data 856 860 4 0.5
.text 602676 603636 960 0.2
stm32 light STM32WB5MM-DK (read/write) 601549 602577 1028 0.2
.bss 128352 128380 28 0.0
.data 676 688 12 1.8
.rodata 79716 80020 304 0.4
.text 383072 383752 680 0.2
telink air-quality-sensor-app tlsr9528a_retention (read/write) 824350 825434 1084 0.1
bss 49692 49720 28 0.1
text 617120 617850 730 0.1
all-clusters-app tlsr9518adk80d (read/write) 1093212 1094288 1076 0.1
bss 101812 101840 28 0.0
text 794242 794968 726 0.1
all-clusters-minimal-app tlsr9528a (read/write) 1050676 1051744 1068 0.1
bss 110116 110136 20 0.0
text 765556 766286 730 0.1
bridge-app tlsr9518adk80d (read/write) 911396 912464 1068 0.1
bss 93148 93176 28 0.0
text 653040 653766 726 0.1
contact-sensor-app tlsr9528a_retention (read/write) 825982 827042 1060 0.1
bss 49740 49760 20 0.0
text 618810 619540 730 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 931700 932776 1076 0.1
bss 77740 77760 20 0.0
text 698960 699694 734 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1074568 1075636 1068 0.1
bss 100228 100248 20 0.0
text 778424 779150 726 0.1
lock-app-dfu tlsr9528a (read/write) 904084 905168 1084 0.1
bss 69204 69232 28 0.0
text 654214 654948 734 0.1
ota-requestor-app tlsr9518adk80d (read/write) 930368 930500 132 0.0
bss 92728 92748 20 0.0
text 672118 672226 108 0.0
pump-app tlsr9258a_retention (read/write) 828714 829782 1068 0.1
bss 49848 49868 20 0.0
text 621872 622602 730 0.1
pump-controller-app tlsr9518adk80d (read/write) 792288 793348 1060 0.1
bss 56048 56068 20 0.0
text 592550 593280 730 0.1
shell tlsr9518adk80d (read/write) 677312 677448 136 0.0
bss 73672 73684 12 0.0
text 462570 462696 126 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 833518 834602 1084 0.1
bss 51372 51400 28 0.1
text 625180 625914 734 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 852249 852381 132 0.0
bss 59524 59544 20 0.0
text 637260 637372 112 0.0
thermostat tlsr9518adk80d (read/write) 817936 819012 1076 0.1
bss 56336 56364 28 0.0
text 612234 612968 734 0.1
window-covering tlsr9258a (read/write) 836028 837104 1076 0.1
bss 68112 68140 28 0.0
text 627492 628226 734 0.1
Decreases (6 builds for linux, psoc6)
platform target config section 530dec2 99cff59 change % change
linux chip-tool-ipv6only arm64 (read/write) 588248 588136 -112 -0.0
thermostat-no-ble arm64 (read/write) 243808 243312 -496 -0.2
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832368 832344 -24 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835520 835496 -24 -0.0
light cy8ckit_062s2_43012 (read only) 842248 842216 -32 -0.0
lock cy8ckit_062s2_43012 (read only) 815088 815056 -32 -0.0
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 530dec2 99cff59 change % change
bl602 lighting-app bl602 (read/write) 1438722 1438818 96 0.0
.bss 85360 85368 8 0.0
.data 9504 9512 8 0.1
.rodata 158444 158444 0 0.0
.text 1104762 1104848 86 0.0
bl602+mfd (read/write) 1453138 1453242 104 0.0
.bss 85520 85536 16 0.0
.data 9480 9488 8 0.1
.rodata 157404 157404 0 0.0
.text 1120080 1120166 86 0.0
bl602+rpc (read/write) 1486362 1486482 120 0.0
.bss 93392 93416 24 0.0
.data 9880 9888 8 0.1
.rodata 166012 166012 0 0.0
.text 1136408 1136494 86 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1202771 1204463 1692 0.1
.bss 11133 11133 0 0.0
.data 3688 3696 8 0.2
.rodata 107796 108132 336 0.3
.text 973280 974578 1298 0.1
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1213843 1215539 1696 0.1
.bss 11309 11309 0 0.0
.data 3664 3680 16 0.4
.rodata 106736 107072 336 0.3
.text 985290 986588 1298 0.1
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1294519 1296203 1684 0.1
.bss 19613 19613 0 0.0
.data 4224 4240 16 0.4
.rodata 123168 123504 336 0.3
.text 1048244 1049542 1298 0.1
bl706-eth (read/write) 1020857 1020985 128 0.0
.bss 23708 23708 0 0.0
.data 3264 3264 0 0.0
.rodata 101128 101128 0 0.0
.text 764778 764876 98 0.0
bl706-wifi (read/write) 1255486 1255622 136 0.0
.bss 10577 10577 0 0.0
.data 3696 3704 8 0.2
.rodata 122128 122128 0 0.0
.text 996654 996766 112 0.0
bl702l lighting-app bl702l (read/write) 1172360 1174540 2180 0.2
.bss 16328 16328 0 0.0
.data 5048 5064 16 0.3
.rodata 101800 102136 336 0.3
.text 966390 967676 1286 0.1
bl702l+mfd (read/write) 1183508 1185940 2432 0.2
.bss 16504 16504 0 0.0
.data 5032 5040 8 0.2
.rodata 100740 101076 336 0.3
.text 978456 979998 1542 0.2
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 774364 775324 960 0.1
(read/write) 168648 168692 44 0.0
.bss 90636 90656 20 0.0
.data 3568 3580 12 0.3
.rodata 81844 82148 304 0.4
.text 692252 692908 656 0.1
lock-ftd LP_EM_CC1354P10_6 (read only) 790724 791548 824 0.1
(read/write) 178896 178924 28 0.0
.bss 100884 100904 20 0.0
.data 3568 3572 4 0.1
.rodata 76020 76220 200 0.3
.text 714436 715064 628 0.1
lock-mtd LP_EM_CC1354P10_6 (read only) 779404 780364 960 0.1
(read/write) 173336 173364 28 0.0
.bss 95324 95344 20 0.0
.data 3568 3572 4 0.1
.rodata 102772 103076 304 0.3
.text 676364 677020 656 0.1
pump-app LP_EM_CC1354P10_6 (read only) 731612 732564 952 0.1
(read/write) 167616 167652 36 0.0
.bss 89368 89388 20 0.0
.data 3560 3564 4 0.1
.rodata 77500 77804 304 0.4
.text 653844 654492 648 0.1
pump-controller-app LP_EM_CC1354P10_6 (read only) 717212 718172 960 0.1
(read/write) 167824 167876 52 0.0
.bss 89592 89612 20 0.0
.data 3552 3564 12 0.3
.rodata 73276 73580 304 0.4
.text 643668 644324 656 0.1
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 584058 584194 136 0.0
(read/write) 208000 208020 20 0.0
.bss 201228 201244 16 0.0
.data 1648 1652 4 0.2
.rodata 86626 86626 0 0.0
.text 495308 495448 140 0.0
lock CC3235SF_LAUNCHXL (read only) 629306 630826 1520 0.2
(read/write) 208344 208372 28 0.0
.bss 201720 201736 16 0.0
.data 1504 1516 12 0.8
.rodata 107074 107410 336 0.3
.text 520108 521296 1188 0.2
cyw30739 light cyw930739m2evb_01 (read/write) 569515 570215 700 0.1
.app_xip_area 459253 459925 672 0.1
.bss 65088 65108 20 0.0
.data 752 760 8 1.1
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 552163 552879 716 0.1
.app_xip_area 437141 437829 688 0.2
.bss 69840 69860 20 0.0
.data 760 768 8 1.1
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572299 572447 148 0.0
.app_xip_area 463541 463661 120 0.0
.bss 63624 63644 20 0.0
.data 712 720 8 1.1
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 565227 565935 708 0.1
.app_xip_area 453189 453869 680 0.2
.bss 66824 66844 20 0.0
.data 792 800 8 1.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 934800 934944 144 0.0
.bss 197976 197992 16 0.0
.data 1404 1412 8 0.6
.text 735396 735516 120 0.0
BRD4187C (read/write) 1111336 1112368 1032 0.1
.bss 195184 195208 24 0.0
.data 3424 3432 8 0.2
.text 912708 913708 1000 0.1
lock-app BRD4161A+wf200 (read/write) 1123860 1124484 624 0.1
.bss 186804 186820 16 0.0
.data 2808 2816 8 0.3
.text 934228 934828 600 0.1
window-app BRD4187C (read/write) 1158696 1160304 1608 0.1
.bss 167592 167616 24 0.0
.data 3336 3344 8 0.2
.text 987748 989324 1576 0.2
esp32 all-clusters-app c3devkit (read only) 1212086 1212732 646 0.1
(read/write) 1749824 1750168 344 0.0
.dram0.bss 74328 74344 16 0.0
.dram0.data 13628 13636 8 0.1
.flash.rodata 252336 252648 312 0.1
.flash.text 1212086 1212732 646 0.1
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1254143 1254747 604 0.0
(read/write) 536424 536744 320 0.1
.dram0.bss 81264 81280 16 0.0
.dram0.data 35180 35180 0 0.0
.flash.rodata 284060 284364 304 0.1
.flash.text 1247979 1248583 604 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 605216 605968 752 0.1
(read/write) 79480 79516 36 0.0
.bss 67308 67336 28 0.0
.data 2188 2196 8 0.4
.text 604680 605432 752 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 700108 700932 824 0.1
.bss 71156 71184 28 0.0
.data 2856 2864 8 0.3
.text 586712 587504 792 0.1
light k32w0+release (read only) 607160 607928 768 0.1
(read/write) 79340 79368 28 0.0
.bss 67164 67184 20 0.0
.data 2192 2200 8 0.4
.text 606624 607392 768 0.1
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 791512 792536 1024 0.1
.bss 80636 80664 28 0.0
.data 2056 2064 8 0.4
.text 669456 670448 992 0.1
linux air-purifier-app debug (read only) 2624333 2624653 320 0.0
(read/write) 129048 129048 0 0.0
.bss 46544 46544 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 74312 74312 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 184688 184688 0 0.0
.text 2262069 2262389 320 0.0
all-clusters-app debug (read only) 5930513 5935913 5400 0.1
(read/write) 480520 480680 160 0.0
.bss 134848 134848 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 333688 333848 160 0.0
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1408 1408 0 0.0
.rodata 349456 349904 448 0.1
.text 5147571 5152163 4592 0.1
all-clusters-minimal-app debug (read only) 5211361 5216809 5448 0.1
(read/write) 236472 236632 160 0.1
.bss 127680 127680 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 97272 97432 160 0.2
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 288490 288938 448 0.2
.text 4688051 4692691 4640 0.1
bridge-app debug (read only) 4605729 4611273 5544 0.1
(read/write) 217384 217576 192 0.1
.bss 118208 118208 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 86208 86400 192 0.2
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 229066 229514 448 0.2
.text 4156259 4160995 4736 0.1
chip-tool debug (read only) 12055489 12055585 96 0.0
(read/write) 522016 522048 32 0.0
.bss 94424 94456 32 0.0
.data 5122 5122 0 0.0
.data.rel.ro 415240 415240 0 0.0
.dynamic 624 624 0 0.0
.got 5760 5760 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 449401 449401 0 0.0
.text 10899027 10899123 96 0.0
chip-tool-ipv6only arm64 (read only) 11374100 11374276 176 0.0
(read/write) 588248 588136 -112 -0.0
.bss 103528 103544 16 0.0
.data 4512 4520 8 0.2
.data.rel.ro 455128 455128 0 0.0
.dynamic 512 512 0 0.0
.got 17000 17016 16 0.1
.init 24 24 0 0.0
.init_array 264 264 0 0.0
.rodata 354836 354836 0 0.0
.text 10139448 10139576 128 0.0
lighting-app debug+rpc+ui (read only) 5529305 5534817 5512 0.1
(read/write) 226112 226304 192 0.1
.bss 119144 119144 0 0.0
.data 4864 4896 32 0.7
.data.rel.ro 94576 94736 160 0.2
.dynamic 672 672 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 354068 354516 448 0.1
.text 4928451 4933155 4704 0.1
lock-app debug (read only) 4673041 4678537 5496 0.1
(read/write) 204936 205128 192 0.1
.bss 113632 113632 0 0.0
.data 4160 4192 32 0.8
.data.rel.ro 80456 80616 160 0.2
.dynamic 624 624 0 0.0
.got 5192 5192 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 254986 255434 448 0.2
.text 4206291 4210979 4688 0.1
ota-provider-app debug (read only) 4300529 4300881 352 0.0
(read/write) 193432 193464 32 0.0
.bss 113312 113344 32 0.0
.data 4368 4368 0 0.0
.data.rel.ro 69840 69840 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 208138 208138 0 0.0
.text 3899203 3899555 352 0.0
ota-requestor-app debug (read only) 4429953 4430321 368 0.0
(read/write) 197800 197832 32 0.0
.bss 114208 114240 32 0.0
.data 4768 4768 0 0.0
.data.rel.ro 72944 72944 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 214250 214250 0 0.0
.text 4017971 4018339 368 0.0
shell debug (read only) 2898569 2904033 5464 0.2
(read/write) 156472 156632 160 0.1
.bss 62768 62768 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 86496 86656 160 0.2
.dynamic 592 592 0 0.0
.got 4064 4064 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 185408 185824 416 0.2
.text 2539730 2544418 4688 0.2
thermostat-no-ble arm64 (read only) 4419140 4423780 4640 0.1
(read/write) 243808 243312 -496 -0.2
.bss 121832 121848 16 0.0
.data 3392 3408 16 0.5
.data.rel.ro 103680 103808 128 0.1
.dynamic 512 512 0 0.0
.got 8624 8656 32 0.4
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 159484 159724 240 0.2
.text 3924792 3928840 4048 0.1
tv-app debug (read only) 5737937 5743465 5528 0.1
(read/write) 352832 352992 160 0.0
.bss 244400 244400 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 94584 94744 160 0.2
.dynamic 624 624 0 0.0
.got 5488 5488 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 291882 292330 448 0.2
.text 5203667 5208387 4720 0.1
tv-casting-app debug (read only) 9873033 9873417 384 0.0
(read/write) 340416 340448 32 0.0
.bss 156272 156304 32 0.0
.data 3008 3008 0 0.0
.data.rel.ro 174240 174240 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 382680 382680 0 0.0
.text 9024499 9024883 384 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2532864 2533808 944 0.0
.bss 220480 220496 16 0.0
.data 5216 5216 0 0.0
.text 1495548 1496492 944 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1062792 1064140 1348 0.1
bss 133119 133135 16 0.0
rodata 102600 102948 348 0.3
text 779872 780724 852 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1224428 1225348 920 0.1
bss 127155 127191 36 0.0
rodata 151200 151236 36 0.0
text 796044 796896 852 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1010368 1011580 1212 0.1
bss 131977 131993 16 0.0
rodata 89864 90212 348 0.4
text 741208 742060 852 0.1
light-switch-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 961852 963056 1204 0.1
bss 126014 126030 16 0.0
rodata 79300 79648 348 0.4
text 709380 710232 852 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1196420 1197736 1316 0.1
bss 119331 119367 36 0.0
rodata 177728 178048 320 0.2
text 745196 746184 988 0.1
lighting-app nrf52840dk_nrf52840+rpc (read only) 4 4 0 0.0
(read/write) 1061980 1063176 1196 0.1
bss 137789 137805 16 0.0
rodata 85036 85384 348 0.4
text 788872 789724 852 0.1
nrf52840dongle_nrf52840 (read only) 4 4 0 0.0
(read/write) 1016920 1018124 1204 0.1
bss 145794 145810 16 0.0
rodata 74960 75308 348 0.5
text 741040 741892 852 0.1
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 959980 961176 1196 0.1
bss 136595 136611 16 0.0
rodata 80828 81176 348 0.4
text 690576 691428 852 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1196420 1197736 1316 0.1
bss 119331 119367 36 0.0
rodata 177728 178048 320 0.2
text 745196 746184 988 0.1
lock-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 974212 975408 1196 0.1
bss 126545 126561 16 0.0
rodata 98860 99208 348 0.4
text 701712 702564 852 0.1
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 904452 905648 1196 0.1
bss 126611 126627 16 0.0
rodata 100284 100632 348 0.3
text 625564 626416 852 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1209656 1211044 1388 0.1
bss 119862 119898 36 0.0
rodata 197280 197616 336 0.2
text 738424 739412 988 0.1
pump-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 925584 926788 1204 0.1
bss 125246 125262 16 0.0
rodata 74384 74732 348 0.5
text 678880 679732 852 0.1
pump-controller-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 911888 913220 1332 0.1
bss 125045 125061 16 0.0
rodata 71120 71468 348 0.5
text 668720 669572 852 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 832368 832344 -24 -0.0
(read/write) 1799564 1801108 1544 0.1
.bss 198292 198316 24 0.0
.data 2680 2680 0 0.0
.text 1590204 1591724 1520 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read only) 835520 835496 -24 -0.0
(read/write) 1721628 1723156 1528 0.1
.bss 195172 195196 24 0.0
.data 2648 2648 0 0.0
.text 1515420 1516924 1504 0.1
light cy8ckit_062s2_43012 (read only) 842248 842216 -32 -0.0
(read/write) 1640732 1642300 1568 0.1
.bss 188636 188660 24 0.0
.data 2456 2464 8 0.3
.text 1441252 1442788 1536 0.1
lock cy8ckit_062s2_43012 (read only) 815088 815056 -32 -0.0
(read/write) 1670348 1671884 1536 0.1
.bss 215796 215820 24 0.0
.data 2456 2464 8 0.3
.text 1443708 1445212 1504 0.1
qpg lighting-app qpg6105+debug (read/write) 1130320 1131308 988 0.1
.bss 102488 102508 20 0.0
.data 836 848 12 1.4
.text 642704 643688 984 0.2
lock-app qpg6105+debug (read/write) 1090296 1091252 956 0.1
.bss 97232 97252 20 0.0
.data 856 860 4 0.5
.text 602676 603636 960 0.2
stm32 light STM32WB5MM-DK (read/write) 601549 602577 1028 0.2
.bss 128352 128380 28 0.0
.data 676 688 12 1.8
.rodata 79716 80020 304 0.4
.text 383072 383752 680 0.2
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824350 825434 1084 0.1
bss 49692 49720 28 0.1
text 617120 617850 730 0.1
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1093212 1094288 1076 0.1
bss 101812 101840 28 0.0
text 794242 794968 726 0.1
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1050676 1051744 1068 0.1
bss 110116 110136 20 0.0
text 765556 766286 730 0.1
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 911396 912464 1068 0.1
bss 93148 93176 28 0.0
text 653040 653766 726 0.1
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825982 827042 1060 0.1
bss 49740 49760 20 0.0
text 618810 619540 730 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 931700 932776 1076 0.1
bss 77740 77760 20 0.0
text 698960 699694 734 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1074568 1075636 1068 0.1
bss 100228 100248 20 0.0
text 778424 779150 726 0.1
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 904084 905168 1084 0.1
bss 69204 69232 28 0.0
text 654214 654948 734 0.1
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 930368 930500 132 0.0
bss 92728 92748 20 0.0
text 672118 672226 108 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 828714 829782 1068 0.1
bss 49848 49868 20 0.0
text 621872 622602 730 0.1
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 792288 793348 1060 0.1
bss 56048 56068 20 0.0
text 592550 593280 730 0.1
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 677312 677448 136 0.0
bss 73672 73684 12 0.0
text 462570 462696 126 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833518 834602 1084 0.1
bss 51372 51400 28 0.1
text 625180 625914 734 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 852249 852381 132 0.0
bss 59524 59544 20 0.0
text 637260 637372 112 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 817936 819012 1076 0.1
bss 56336 56364 28 0.0
text 612234 612968 734 0.1
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 836028 837104 1076 0.1
bss 68112 68140 28 0.0
text 627492 628226 734 0.1

@mergify mergify bot merged commit ed86881 into project-chip:v1.3-branch Apr 24, 2024
69 checks passed
maciejbaczmanski pushed a commit to maciejbaczmanski/connectedhomeip that referenced this pull request Jan 16, 2025
This reverts commit ed86881.

Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
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.

3 participants