Skip to content

Commit

Permalink
Update fatfs to R15a
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion authored and rasky committed Dec 30, 2024
1 parent a9e651f commit a61b1db
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 422 deletions.
8 changes: 8 additions & 0 deletions src/fatfs/00history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,11 @@ R0.15 (November 6, 2022)
Fixed string functions cannot write the unicode characters not in BMP when FF_LFN_UNICODE == 2 (UTF-8).
Fixed a compatibility issue in identification of GPT header.



R0.15a (November 22, 2024)
Fixed a complie error when FF_FS_LOCK != 0.
Fixed a potential issue when work FatFs concurrency with FF_FS_REENTRANT, FF_VOLUMES >= 2 and FF_FS_LOCK > 0.
Made f_setlabel() accept a volume label in Unix style volume ID when FF_STR_VOLUME_ID == 2.
Made FatFs update PercInUse field in exFAT VBR. (A preceding f_getfree() is needed for the accuracy)

2 changes: 1 addition & 1 deletion src/fatfs/00readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FatFs Module Source Files R0.15 w/patch2
FatFs Module Source Files R0.15a


FILES
Expand Down
Loading

0 comments on commit a61b1db

Please sign in to comment.