Skip to content
Commit a4c59a33 authored by Tomasz Moń's avatar Tomasz Moń Committed by Carles Cufí
Browse files

drivers: flashdisk: implement basic write caching



Cache written data to avoid rewriting same flash page multiple times
when writing subsequent flash pages. The cache is used for reads to
account for reading not yet committed (i.e. dirty) page data. Speeding
up reads is not intention of this patch and therefore the read path
does not modify cache state.

Fixes: #30212

Signed-off-by: default avatarTomasz Moń <tomasz.mon@nordicsemi.no>
parent 04059ec8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment