OVMS3-idf/components/fatfs/test
Ivan Grokhotkov e181a40c9f fatfs: separate IDF-specific files from the original FatFS code
This is a breaking change: applications which used diskio.h to
call ff_diskio_register, will now need to include diskio_impl.h.
Including diskio.h will include the original diskio.h header from
FatFS library.
2019-06-25 23:05:16 +08:00
..
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
fatfs.img FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
test_fatfs_common.c fatfs: bypass newlib buffering in performance test 2019-01-05 14:13:49 +08:00
test_fatfs_common.h VFS: Implement utime() 2018-11-05 09:54:01 +01:00
test_fatfs_rawflash.c test: clean up "leaks" tags from most unit tests 2019-04-16 20:07:40 +08:00
test_fatfs_sdmmc.c fatfs: separate IDF-specific files from the original FatFS code 2019-06-25 23:05:16 +08:00
test_fatfs_spiflash.c test: clean up "leaks" tags from most unit tests 2019-04-16 20:07:40 +08:00