Skip to content

Commit cd0fb19

Browse files
CopilotBernardXiong
andcommitted
[dfs_v1][elmfat] Update to clean elm-fatfs R0.15 patch3
Co-authored-by: BernardXiong <[email protected]>
1 parent f9e5676 commit cd0fb19

File tree

6 files changed

+460
-415
lines changed

6 files changed

+460
-415
lines changed

components/dfs/dfs_v1/filesystems/elmfat/00history.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,13 @@ R0.14b (April 17, 2021)
357357
Fixed some compiler warnings.
358358

359359

360+
361+
R0.15 (November 6, 2022)
362+
Changed user provided synchronization functions in order to completely eliminate the platform dependency from FatFs code.
363+
FF_SYNC_t is removed from the configuration options.
364+
Fixed a potential error in f_mount when FF_FS_REENTRANT.
365+
Fixed file lock control FF_FS_LOCK is not mutal excluded when FF_FS_REENTRANT && FF_VOLUMES > 1 is true.
366+
Fixed f_mkfs() creates broken exFAT volume when the size of volume is >= 2^32 sectors.
367+
Fixed string functions cannot write the unicode characters not in BMP when FF_LFN_UNICODE == 2 (UTF-8).
368+
Fixed a compatibility issue in identification of GPT header.
369+

components/dfs/dfs_v1/filesystems/elmfat/00readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FatFs Module Source Files R0.14b
1+
FatFs Module Source Files R0.15
22

33

44
FILES

0 commit comments

Comments
 (0)