commit | 1b29f056b90992455a760de6f558d41f9e2b460e | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Fri Jul 22 13:53:16 2022 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Sep 06 09:56:37 2022 +0200 |
tree | 80b7bf2b187d372c9d7ddb356e24becb4bc3f398 | |
parent | a3d7de762808507997221aabef5dece82163cf69 [diff] |
storage/flash_map: Macros for accessing fixed-partitions The commit adds FIXED_PARTITION_* macros that take DTS node, in contrary to FLASH_AREA_* macros that take label property, to access properties of fixed-partition compatible DTS partition definitions. There is FIXED_PARTITION_NODE macro provided for translating DTS labels to nodes. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>