Skip to content

Commit

Permalink
applications: machine_learning: Enable ZMS for nRF54H20 platform
Browse files Browse the repository at this point in the history
Enabled the ZMS file system for the nRF54H20 DK in the
Machine Learning.

Ref: NCSDK-30671

Signed-off-by: Marcin Jelinski <[email protected]>
  • Loading branch information
maje-emb authored and rlubos committed Dec 4, 2024
1 parent ce24630 commit 5fdb7fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ CONFIG_REBOOT=y

CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_NVS=y
CONFIG_ZMS=y

CONFIG_SETTINGS=y
CONFIG_SETTINGS_NVS=y
CONFIG_SETTINGS_ZMS=y

CONFIG_GPIO=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ CONFIG_REBOOT=y

CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_NVS=y
CONFIG_ZMS=y

CONFIG_SETTINGS=y
CONFIG_SETTINGS_NVS=y
CONFIG_SETTINGS_ZMS=y

CONFIG_GPIO=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ config ML_APP_EI_RESULT_SECURITY_LEVEL_AUTHEN
depends on FLASH
depends on FLASH_PAGE_LAYOUT
depends on FLASH_MAP
depends on NVS
depends on NVS || ZMS
depends on SETTINGS

endchoice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ This section provides detailed lists of changes by :ref:`application <applicatio
Machine learning
----------------

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

Asset Tracker v2
----------------
Expand Down

0 comments on commit 5fdb7fd

Please sign in to comment.