zephyr/subsys/storage
Andrzej Puzdrowski 450b82aeb7 storage/stream: elimination of usage of the flash API internals
Module was using flash driver implementation API call
`page_layout()` which is part driver implementation
interface API.

This patch re-implement this part of code using
`flash_page_foreach()` public API function.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2020-11-17 11:34:35 +01:00
..
flash_map storage/flash_map: Added function for get erased byte value 2020-10-30 15:53:38 +01:00
stream storage/stream: elimination of usage of the flash API internals 2020-11-17 11:34:35 +01:00
CMakeLists.txt
Kconfig