Skip to content

Commit f38b454

Browse files
maje-embnordicjm
authored andcommitted
applications: ipc_radio: Enable ZMS for nRF54H20 platform
Enabled the ZMS file system for the nRF54H20 DK in the IPC Radio. Ref: NCSDK-30670 Signed-off-by: Marcin Jelinski <[email protected]>
1 parent 2a8fa32 commit f38b454

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

applications/ipc_radio/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ config IPC_RADIO_BT_RPC
4040

4141
endchoice # IPC_RADIO_BT_SER
4242

43+
config SETTINGS
44+
imply ZMS if SOC_FLASH_NRF_MRAM
45+
imply NVS if !SOC_FLASH_NRF_MRAM
46+
4347
config BT_MAX_CONN
4448
default 4 if IPC_RADIO_802154
4549
default 16 if !IPC_RADIO_802154

applications/ipc_radio/overlay-bt_rpc.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ CONFIG_BT_SETTINGS=y
2121
CONFIG_FLASH=y
2222
CONFIG_FLASH_PAGE_LAYOUT=y
2323
CONFIG_FLASH_MAP=y
24-
CONFIG_NVS=y
2524
CONFIG_SETTINGS=y
2625

2726
CONFIG_IPC_RADIO_BT=y

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Connectivity Bridge
183183
IPC radio firmware
184184
------------------
185185

186-
|no_changes_yet_note|
186+
* Updated the application to enable the :ref:`Zephyr Memory Storage (ZMS) <zephyr:zms_api>` file system in all devices that contain MRAM, such as the nRF54H Series devices.
187187

188188
Matter Bridge
189189
-------------

0 commit comments

Comments
 (0)