Commit f59188f9 authored by Andrzej Puzdrowski's avatar Andrzej Puzdrowski Committed by Fabio Baltieri
Browse files

doc/release-note-3.2: storage changelog



Summary on storage updates for 3.2 release.

Signed-off-by: default avatarAndrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
parent 63ead2bf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1554,6 +1554,11 @@ Libraries / Subsystems

* Storage

  * :c:func:`flash_area_open` returns error if area's flash device is unreachable.
  * ``flash_area`` components were reworked so build-time reference to the flash
    device is used instead of its name with runtime driver buinding.
  * Added ``FIXED_PARTITION_`` macros that move flash_map to use DTS node labels.

* Testsuite

  * Added Kconfig support to ``unit_testing`` platform.