Fail with error if any of flashdisk partition assumptions are not met: * uniform page size through the whole partition * flashdisk starts at page boundary * flashdisk ends at page boundary Read-only flashdisks are not subject to above conditions because the cache buffer is not used for read-only flashdisks. The checks can be disabled via Kconfig option to save code space. Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| flashdisk.c | ||
| Kconfig | ||
| Kconfig.flash | ||
| Kconfig.ram | ||
| Kconfig.sdmmc | ||
| ramdisk.c | ||
| sdmmc_sdhc.h | ||
| sdmmc_stm32.c | ||
| sdmmc_subsys.c | ||