FatFS/readme.md

10 lines
487 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

FatFs - Generic FAT Filesystem Module
https://elm-chan.org/fsw/ff/
Все версии в порядке выхода.
`R0.16`
- Removed a long-pending limitation that f_getcwd and double-dot ".." in the path name did not work on the exFAT volume.
- Fixed f_readdir cannot detect end of directory and it leads the application process into infinite loop. (appeared at R0.15b)
- Fixed dot names with terminating separator or duplicated separator are rejected when LFN is not enabled.