Skip to content

Commit 5fdb7fd

Browse files
maje-embrlubos
authored andcommitted
applications: machine_learning: Enable ZMS for nRF54H20 platform
Enabled the ZMS file system for the nRF54H20 DK in the Machine Learning. Ref: NCSDK-30671 Signed-off-by: Marcin Jelinski <[email protected]>
1 parent ce24630 commit 5fdb7fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

applications/machine_learning/configuration/nrf54h20dk_nrf54h20_cpuapp/prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ CONFIG_REBOOT=y
9999

100100
CONFIG_FLASH=y
101101
CONFIG_FLASH_MAP=y
102-
CONFIG_NVS=y
102+
CONFIG_ZMS=y
103103

104104
CONFIG_SETTINGS=y
105-
CONFIG_SETTINGS_NVS=y
105+
CONFIG_SETTINGS_ZMS=y
106106

107107
CONFIG_GPIO=y
108108

applications/machine_learning/configuration/nrf54h20dk_nrf54h20_cpuapp/prj_singlecore.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ CONFIG_REBOOT=y
9595

9696
CONFIG_FLASH=y
9797
CONFIG_FLASH_MAP=y
98-
CONFIG_NVS=y
98+
CONFIG_ZMS=y
9999

100100
CONFIG_SETTINGS=y
101-
CONFIG_SETTINGS_NVS=y
101+
CONFIG_SETTINGS_ZMS=y
102102

103103
CONFIG_GPIO=y
104104

applications/machine_learning/src/modules/Kconfig.ei_result_nsms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ config ML_APP_EI_RESULT_SECURITY_LEVEL_AUTHEN
3838
depends on FLASH
3939
depends on FLASH_PAGE_LAYOUT
4040
depends on FLASH_MAP
41-
depends on NVS
41+
depends on NVS || ZMS
4242
depends on SETTINGS
4343

4444
endchoice

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This section provides detailed lists of changes by :ref:`application <applicatio
209209
Machine learning
210210
----------------
211211

212-
|no_changes_yet_note|
212+
* Updated the application to enable the :ref:`Zephyr Memory Storage (ZMS) <zephyr:zms_api>` file system for the :ref:`zephyr:nrf54h20dk_nrf54h20` board.
213213

214214
Asset Tracker v2
215215
----------------

0 commit comments

Comments
 (0)