zephyr/subsys/storage
Andrzej Puzdrowski 06827ecd14 storage/stream: fix possible unaligned write on buffer flush
On buffer flush request it is very probably that write buffer
contains amount of data which is non write-block-size aligned.
Flash memory need to be write at minimal by write-block-size chunks.
This patch addresses mechanism which ensure such behavior by adding
missing bytes.

fixes #25471

streamer buffer size should be multiple write-block-size of
the flash device in order to avoid unaligned flash write
request.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2020-05-26 16:35:19 +02:00
..
flash_map storage: flash_map_default: Convert to new dts macros 2020-05-13 21:22:53 +02:00
stream storage/stream: fix possible unaligned write on buffer flush 2020-05-26 16:35:19 +02:00
CMakeLists.txt
Kconfig