OVMS3-idf/components/fatfs/src
Sagar Bijwe fd7b794e81 FATFS support without wear levelling
This change allows readonly FATFS to be mounted without wear levelling
support. This will provide the customers a simple way to mount FATFS images
generated on host and flashed onto the chip during factory provisioning.
Since NVS encryption is not supported yet and NVS entry size is limited,
the change will provide an easy alternative for securing the provisioning data
by just marking FATFS parition as encrypted.
2018-06-16 16:02:35 +08:00
..
00history.txt fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
00readme.txt fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
diskio.c fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
diskio.h implement review recomendations 2017-02-01 17:55:25 +02:00
diskio_rawflash.c FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
diskio_rawflash.h FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
diskio_sdmmc.c fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
diskio_wl.c FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
diskio_wl.h FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
esp_vfs_fat.h FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
ff.c vfs, fatfs: Add file truncate for fatfs 2018-06-14 06:37:21 +08:00
ff.h fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
ffconf.h fatfs/add menuconfig options for different encodings 2018-03-23 14:06:56 +08:00
ffsystem.c fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
ffunicode.c fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
integer.h fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
vfs_fat.c vfs, fatfs: Add file truncate for fatfs 2018-06-14 06:37:21 +08:00
vfs_fat_internal.h fatfs: add configuration of allocation unit size 2018-02-11 13:03:36 +08:00
vfs_fat_sdmmc.c fatfs: check allocated workbuf pointer 2018-02-11 13:03:36 +08:00
vfs_fat_spiflash.c FATFS support without wear levelling 2018-06-16 16:02:35 +08:00