Skip to content

Commit 6e7a772

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 4fb2257 commit 6e7a772

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
@@ -172,6 +172,19 @@ New APIs and options
172172

173173
* :kconfig:option:`CONFIG_HAWKBIT_REBOOT_NONE`
174174

175+
* NVMEM
176+
177+
* Introduced :ref:`Non-Volatile Memory (NVMEM)<nvmem>` subsystem
178+
179+
* :kconfig:option:`CONFIG_NVMEM`
180+
* :kconfig:option:`CONFIG_NVMEM_EEPROM`
181+
* :c:struct:`nvmem_cell`
182+
* :c:func:`nvmem_cell_read`
183+
* :c:func:`nvmem_cell_write`
184+
* :c:func:`nvmem_cell_is_ready`
185+
* :c:macro:`NVMEM_CELL_GET_BY_NAME` - and variants
186+
* :c:macro:`NVMEM_CELL_GET_BY_IDX` - and variants
187+
175188
* Networking
176189

177190
* Sockets

0 commit comments

Comments
 (0)