Skip to content

Commit 742086a

Browse files
kkasperczyk-noArekBalysNordic
authored andcommitted
samples: matter: Fixed configuration for nrf7001
nRF7001 configuration misses LTO=y, what results in flash region overflow. Enabled LTO for this target and removed it from quarantine. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent c838173 commit 742086a

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Enable LTO to decrease the flash usage.
8+
CONFIG_LTO=y
9+
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Enable LTO to decrease the flash usage.
8+
CONFIG_LTO=y
9+
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

scripts/quarantine.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@
3939
- applications.matter_bridge.memory_profiling
4040
comment: "Variant does not fit in FLASH area - it should be probably removed in the future"
4141

42-
- scenarios:
43-
- sample.matter.lock.debug
44-
- sample.matter.lock.smp_dfu
45-
platforms:
46-
- nrf7002dk/nrf5340/cpuapp/nrf7001
47-
comment: "https://nordicsemi.atlassian.net/browse/KRKNWK-20529"
48-
4942
- scenarios:
5043
- nrf.extended.drivers.uart.uart_elementary_dual_l09
5144
- nrf.extended.drivers.uart.uart_elementary_dual_setup_mismatch_l09

0 commit comments

Comments
 (0)