esp-idf/components/fatfs
Felipe Neves 93ffc009ef vfs: restrict the fast seek for read-only files
Since the files under fast-seek cannot be expanded with further writes, it does not
make sense to enable fast-seek which may fail in write-mode files
2020-11-05 17:01:50 -03:00
..
diskio sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
port fatfs: fix SPIRAM allocation not used due to Kconfig option name error 2020-09-14 18:30:31 +02:00
src fatfs: expose FF_USE_FASTSEEK option 2020-11-05 17:01:50 -03:00
test vfs: restrict the fast seek for read-only files 2020-11-05 17:01:50 -03:00
test_fatfs_host soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
vfs vfs: restrict the fast seek for read-only files 2020-11-05 17:01:50 -03:00
CMakeLists.txt sdspi: support crc16_be for esp32s2 2020-02-12 15:15:46 +08:00
component.mk fatfs: create separate ffsystem.c for host side testing 2019-06-25 23:07:07 +08:00
Kconfig fat_vfs: added fast seek capable file operation 2020-11-05 17:01:50 -03:00