doc/release: nrf flash driver change record
Added record for describing change of write-block-size to 32-bits introduced by #19720. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
1964bf08bb
commit
d852159c27
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@ Stable API changes in this release
|
||||||
which can be set by the application to a callback to receive status events
|
which can be set by the application to a callback to receive status events
|
||||||
from the USB stack. The parameter can also be set to NULL if no callback is required.
|
from the USB stack. The parameter can also be set to NULL if no callback is required.
|
||||||
|
|
||||||
|
* nRF flash driver
|
||||||
|
|
||||||
|
* The nRF Flash driver has changed its default write block size to 32-bit
|
||||||
|
aligned. Previous emulation of 8-bit write block size can be selected using
|
||||||
|
the CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS Kconfig option.
|
||||||
|
Usage of 8-bit write block size emulation is only recommended for
|
||||||
|
compatibility with older storage contents.
|
||||||
|
|
||||||
Removed APIs in this release
|
Removed APIs in this release
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue