OVMS3-idf/components/fatfs
Ivan Grokhotkov b540322dc1 Merge branch 'feature/wear_levelling' into 'master'
wear levelling

This MR adds wear levelling component. It presents an interface similar to the interface of spi_flash and esp_partition. Inside, it stores data inside a partition to in a way that reduces worst case number of erase cycles for any given sector.

Also included are APIs similar to the ones provided for SDMMC to mount FAT filesystem on top of the wear levelling partition. A simple example shows how this API can be used.

Ref TW10338.

See merge request !567
2017-04-25 19:46:11 +08:00
..
src Merge branch 'feature/wear_levelling' into 'master' 2017-04-25 19:46:11 +08:00
test vfs_fat_sdmmc: if card init fails, fail cleanly 2017-02-24 21:04:22 +08:00
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
Kconfig fatfs: Support for Long Filenames 2017-03-08 09:54:40 +11:00