doc: release: 3.7: Add Flash Map release notes

Add notes on changes in Flash Map.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2024-06-26 16:31:27 +02:00 committed by Anas Nashif
parent cfbe2adabc
commit 568ccd585a
1 changed files with 10 additions and 0 deletions

View File

@ -886,6 +886,16 @@ Libraries / Subsystems
* FS: It is now possible to truncate a file while opening using :c:func:`fs_open`
and by passing ``FS_O_TRUNC`` flag.
* Flash Map: TinyCrypt has been replaced with PSA Crypto in Flash Area integrity check.
* Flash Map: :c:func:`flash_area_flatten` has been added to be used where an erase
operation has been previously used for removing/scrambling data rather than
to prepare a device for a random data write.
* Flash Map: :c:macro:`FIXED_PARTITION_NODE_OFFSET`, :c:macro:`FIXED_PARTITION_NODE_SIZE`
and :c:macro:`FIXED_PARTITION_NODE_DEVICE` have been added to allow obtaining
fixed partition information from a devicetree node rather than a label.
* POSIX API
* LoRa/LoRaWAN