From 568ccd585a4685ce68cbc34713bc140d3ec46af6 Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Wed, 26 Jun 2024 16:31:27 +0200 Subject: [PATCH] doc: release: 3.7: Add Flash Map release notes Add notes on changes in Flash Map. Signed-off-by: Dominik Ermel --- doc/releases/release-notes-3.7.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index a69aeaf5f87..23b407dc4df 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -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