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 storage: flash_map: replace TinyCrypt by PSA 2024-06-14 14:02:08 -04:00
flash_map.c storage: flash_map: Don't generate flash area when no device 2024-11-21 14:48:44 +01:00
flash_map_default.c storage: flash map: Add FIXED_PARTITION(label) macro 2024-12-02 09:43:00 +01:00
flash_map_integrity.c storage: flash_map: replace TinyCrypt by PSA 2024-06-14 14:02:08 -04:00
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 storage: flash_map list partition labels 2023-05-05 10:02:19 +02:00
Kconfig storage: flash_map: replace TinyCrypt by PSA 2024-06-14 14:02:08 -04:00