1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/fatfs
Benjamin Valentin 49e609a631 pkg/fatfs: bump version to r0.14b
R0.14b (April 17, 2021)
  Made FatFs uses standard library <string.h> for copy, compare and search instead of built-in string functions.
  Added support for long long integer and floating point to f_printf(). (FF_STRF_LLI and FF_STRF_FP)
  Made path name parser ignores the terminating separator to allow "dir/".
  Improved the compatibility in Unix style path name feature.
  Fixed the file gets dead-locked when f_open() failed with some conditions. (appeared at R0.12a)
  Fixed f_mkfs() can create wrong exFAT volume due to a timing dependent error. (appeared at R0.12)
  Fixed code page 855 cannot be set by f_setcp(). (appeared at R0.13)
  Fixed some compiler warnings.

  - http://elm-chan.org/fsw/ff/updates.txt
2022-01-03 17:23:46 +01:00
..
fatfs_diskio/mtd mtd: rename mtd_write_page() -> mtd_write_page_raw() 2021-01-26 11:48:26 +01:00
fatfs_vfs vfs: Provide generic stat implementation (and use in fatfs) 2020-10-25 17:39:57 +01:00
patches pkg/fatfs: bump version to r0.14b 2022-01-03 17:23:46 +01:00
vendor/include pkg/fatfs: bump version to r0.14b 2022-01-03 17:23:46 +01:00
doc.txt fixup! pkg: enhance doxygen packages documentation 2017-07-03 11:18:47 +02:00
Makefile pkg/fatfs: bump version to r0.14b 2022-01-03 17:23:46 +01:00
Makefile.dep drivers/sdcard_spi: add auto_init_storage to DEFAULT_MODULE 2020-05-20 11:57:05 +02:00
Makefile.include pkg/fatfs: bump version to r0.14 2020-11-17 11:29:28 +01:00