commit | 25138ff99c2a9f5958344a88f6cb146ec02cf85f | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Tue Feb 06 15:22:45 2024 +0000 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed May 29 07:35:19 2024 +0200 |
tree | 9fc7880d973a6bc63851666e0cbed1b091d69edd | |
parent | 9baf77dd399cd96df5dea9b23f43211293bdb4e8 [diff] |
storeage/stream_flash: Cache write_block_size to ctx on init The commit caches write_block_size and erase_value to stream flash context, at init, to avoid calling Flash API multiple times to get these values at various stages of code exectuion, at run-time. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>