-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: matter: Disabled RAM power down for nRF5340 DK
Disabled RAM power down for nRF5340 DK release configuration due to DFU failures. Signed-off-by: Kamil Kasperczyk <[email protected]>
- Loading branch information
1 parent
84ec4da
commit 0b60766
Showing
5 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
samples/matter/light_switch/boards/nrf5340dk_nrf5340_cpuapp_release.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# Do not enable RAM power-down library for nRF5340 DK due to DFU failures. | ||
CONFIG_RAM_POWER_DOWN_LIBRARY=n |
8 changes: 8 additions & 0 deletions
8
samples/matter/lock/boards/nrf5340dk_nrf5340_cpuapp_release.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# Do not enable RAM power-down library for nRF5340 DK due to DFU failures. | ||
CONFIG_RAM_POWER_DOWN_LIBRARY=n |
8 changes: 8 additions & 0 deletions
8
samples/matter/smoke_co_alarm/boards/nrf5340dk_nrf5340_cpuapp_release.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# Do not enable RAM power-down library for nRF5340 DK due to DFU failures. | ||
CONFIG_RAM_POWER_DOWN_LIBRARY=n |
8 changes: 8 additions & 0 deletions
8
samples/matter/window_covering/boards/nrf5340dk_nrf5340_cpuapp_release.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# Do not enable RAM power-down library for nRF5340 DK due to DFU failures. | ||
CONFIG_RAM_POWER_DOWN_LIBRARY=n |