Skip to content

Commit

Permalink
doc: release: 3.7: Add release notes for Flash
Browse files Browse the repository at this point in the history
Flash API additions and new drivers.

Signed-off-by: Dominik Ermel <[email protected]>
  • Loading branch information
de-nordic authored and nashif committed Jun 28, 2024
1 parent 4753005 commit f0d443e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/releases/release-notes-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,19 @@ Drivers and Sensors
* Flash

* Added support for Ambiq Apollo3 series.
* Added support for multiple instances of the SPI NOR driver (spi_nor.c).
* Added preliminary support for non-erase devices with introduction of
device capabilities to c:struct:`flash_parameters` and the utility function
c:func:`flash_params_get_erase_cap` that allows to obtain the erase type
provided by a device; added c:macro:`FLASH_ERASE_C_EXPLICIT`, which is
currently the only supported erase type and is set by all flash devices.
* Added the c:func:`flash_flatten` function that can be used on devices,
with or without erase requirement, when erase has been used not for preparing
a device for a random data write, but rather to remove/scramble data from
that device.
* Added the c:func:`flash_fill` utility function which allows to write
a single value across a provided range in a selected device.
* Added support for RRAM on nrf54l15 devices.

* GNSS

Expand Down

0 comments on commit f0d443e

Please sign in to comment.