1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:09:46 +01:00
RIOT/pkg/fatfs
Benjamin Valentin 6991b0975d pkg/fatfs: bump to r0.15
- Changed user provided synchronization functions in order to completely eliminate the platform dependency from FatFs code.
 - 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.
2023-03-05 00:46:06 +01:00
..
fatfs_diskio/mtd pkg/fatfs: fatfs_vfs: wire up format() 2022-02-16 14:30:08 +01:00
fatfs_vfs vfs: drop unused abs_path parameter 2022-09-29 22:01:37 +02:00
vendor/include pkg/fatfs: bump to r0.15 2023-03-05 00:46:06 +01:00
doc.txt pkg/fatfs: document some compile-time options 2022-02-25 16:31:44 +01:00
Makefile pkg/fatfs: bump to r0.15 2023-03-05 00:46:06 +01:00
Makefile.dep pkg/fatfs: enable RTC support if rtt_rtc is used 2022-04-11 14:25:44 +02:00
Makefile.include pkg/fatfs: enable RTC support if rtt_rtc is used 2022-04-11 14:25:44 +02:00