mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>