zephyr/subsys/storage/flash_map
Dominik Ermel 55c12f2c40 storage: flash map: Add flash_area_sectors
The commit adds flash_area_sectors function that allows to get information
on sector/erase page layout by flash_area object pointer instead of
index.
The only difference between flash_area_sectors and flash_area_get_sectors
is that the later calls flash_area_open internally and as such requires
flash map to be compiled in.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-12-02 09:43:00 +01:00
..
CMakeLists.txt
flash_map_default.c storage: flash map: Add FIXED_PARTITION(label) macro 2024-12-02 09:43:00 +01:00
flash_map_integrity.c
flash_map_layout.c storage: flash map: Add flash_area_sectors 2024-12-02 09:43:00 +01:00
flash_map_priv.h
flash_map_shell.c
flash_map.c
Kconfig