zephyr/subsys/storage/stream
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
..
CMakeLists.txt
Kconfig
stream_flash.c storage/stream: elimination of usage of the flash API internals 2020-11-17 11:34:35 +01:00