From 617997a78288782965ae7b06ca49ec5072b08e02 Mon Sep 17 00:00:00 2001 From: savelij13 Date: Thu, 11 Sep 2025 11:51:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1da6239 --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ + +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. \ No newline at end of file