Skip to content

Commit a9db680

Browse files
committed
doc: releases: 4.3: Add NVMEM entry
Add an entry to the API and options section for the Non-Volatile Memory subsystem. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent e48d950 commit a9db680

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/releases/release-notes-4.3.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,19 @@ New APIs and options
193193

194194
* :kconfig:option:`CONFIG_MODEM_DEDICATED_WORKQUEUE`
195195

196+
* NVMEM
197+
198+
* Introduced :ref:`Non-Volatile Memory (NVMEM)<nvmem>` subsystem
199+
200+
* :kconfig:option:`CONFIG_NVMEM`
201+
* :kconfig:option:`CONFIG_NVMEM_EEPROM`
202+
* :c:struct:`nvmem_cell`
203+
* :c:func:`nvmem_cell_read`
204+
* :c:func:`nvmem_cell_write`
205+
* :c:func:`nvmem_cell_is_ready`
206+
* :c:macro:`NVMEM_CELL_GET_BY_NAME` - and variants
207+
* :c:macro:`NVMEM_CELL_GET_BY_IDX` - and variants
208+
196209
* Networking
197210

198211
* Sockets

0 commit comments

Comments
 (0)