zephyr/subsys/storage
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
..
flash_map storage: flash map: Add flash_area_sectors 2024-12-02 09:43:00 +01:00
stream storage/stream_flash: Make context const where not modified 2024-10-25 22:45:33 +01:00
CMakeLists.txt
Kconfig