Skip to content

Commit 2534e48

Browse files
committed
subsys: fs: bm_zms: remove experimental flagging
Removes experimental flagging. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 6941691 commit 2534e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Libraries
146146
* The ``bm_zms_init_flags.cb_registred`` member as it was not used anymore.
147147
* The ``bm_zms_register`` function.
148148
The event handler configuration is now done with the struct :c:struct:`bm_zms_fs_config`.
149+
* The selection of the :kconfig:option:`CONFIG_EXPERIMENTAL` Kconfig option.
149150

150151
* :ref:`lib_peer_manager` library:
151152

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)