Skip to content

Commit a8eba9a

Browse files
committed
subsys: fs: bm_zms: remove experimental flagging
Removes experimental flagging. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
1 parent 6245d1f commit a8eba9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ Libraries
147147
* The ``bm_zms_register`` function.
148148
The event handler configuration is now done with the struct :c:struct:`bm_zms_fs_config`.
149149

150+
* Removed the selection of the :kconfig:option:`CONFIG_EXPERIMENTAL` Kconfig option.
151+
150152
* :ref:`lib_peer_manager` library:
151153

152154
* Updated:

subsys/fs/bm_zms/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
#
66

77
menuconfig BM_ZMS
8-
bool "Bare Metal Zephyr Memory Storage [EXPERIMENTAL]"
8+
bool "Bare Metal Zephyr Memory Storage"
99
select CRC
1010
select RING_BUFFER
1111
select BM_STORAGE
12-
select EXPERIMENTAL
1312
help
1413
Bare Metal Zephyr Memory Storage library.
1514

0 commit comments

Comments
 (0)