Skip to content

Commit

Permalink
Update FatFs to R0.15-p3
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed Dec 5, 2023
1 parent 4238340 commit 0a5b2d7
Show file tree
Hide file tree
Showing 8 changed files with 575 additions and 418 deletions.
10 changes: 10 additions & 0 deletions source/fatfs/00history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,13 @@ R0.14b (April 17, 2021)
Fixed some compiler warnings.



R0.15 (November 6, 2022)
Changed user provided synchronization functions in order to completely eliminate the platform dependency from FatFs code.
FF_SYNC_t is removed from the configuration options.
Fixed a potential error in f_mount when FF_FS_REENTRANT.
Fixed file lock control FF_FS_LOCK is not mutal excluded when FF_FS_REENTRANT && FF_VOLUMES > 1 is true.
Fixed f_mkfs() creates broken exFAT volume when the size of volume is >= 2^32 sectors.
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.

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


FILES
Expand Down
File renamed without changes.
Loading

0 comments on commit 0a5b2d7

Please sign in to comment.