fatfs
fatfs copied to clipboard
FatFs - Generic FAT File System Module
Test Enviroment: 128GB TF card; freespace: 20GB; 1000 files in root directory, 100MB for each file; exFat Issue: 1. try to create a new directory with f_mkfs, and it returns...
Transfer to : http://elm-chan.org/fsw/ff/bd/?show=3629 Hello, We are using fatFs R0.14 with freeRtos 10.3.1 At boot, we have a locked volume, the function `lock_fs` fails. The mutex is locked by one...
i just create empty FAT32 image file with raspberry pi, the command bellow: ```bash $ dd if=/dev/zero of=img.bin bs=1M count=32 $ mkfs -t vfat -F 32 -n BOOT img.bin >...
removed duplicate condition (line 5050) removed 3 unused increment in functions (line 651-676)
Building the FatFS library generates a bunch of errors because there are implicit declarations for some methods: I propose adding the following patch that fixes these issues: https://pastebin.com/sU8sap42
Thanks to ` -Werror=unused-variable` in a local project
Removed an extra ')'.
cahnged "exsisting" to "existing"