OVMS3-idf/components/fatfs/src
Roland Dobai c4193d5ec1 fatfs: Do not log from critical sections
Logging in the critical section can result in a deadlock when the logger
is redirected to FATFS.

Closes https://github.com/espressif/esp-idf/issues/1693
2018-11-16 12:59:38 +01: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 fatfs: Do not log from critical sections 2018-11-16 12:59:38 +01: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