commit | 450b82aeb7c63b851beb1a72892c1b88937c68ff | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Fri Nov 06 17:50:30 2020 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Nov 17 11:34:35 2020 +0100 |
tree | 4043f8a0b8fa11bd0e821d614697218d11cfd51b | |
parent | 607b390ba44a8d06a44d93f7729cad06a4568008 [diff] |
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>