Go to file
2025-09-12 08:16:10 +03:00
bin Добавлены все исходные архивы. 2025-09-12 08:13:47 +03:00
documents fatfs v0.16 July 22, 2025: 2025-09-11 10:53:13 +03:00
source fatfs v0.16 July 22, 2025: 2025-09-11 10:53:13 +03:00
LICENSE.txt fatfs v0.14a December 5, 2020: 2025-09-11 10:42:40 +03:00
readme.md Обновить readme.md 2025-09-12 08:16:10 +03:00

FatFs - Generic FAT Filesystem Module https://elm-chan.org/fsw/ff/

Все версии в порядке выхода. Исходные архивы в папке bin.

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.