Files
KSDK_2.0_MKL03Z8xxx4/middleware/fatfs_0.11a/ChangeLogKSDK.txt
2016-08-09 18:02:18 +02:00

14 lines
572 B
Plaintext

/**
@page middleware_log Middleware Change Log
@section FatFs FatFs for KSDK
Current version is FatFs R0.11a.
- R0.11a
- Add glue functions for low level drivers (SDHC, SDSPI, RAM, MMC). Modified diskio.c
- Add RTOS wrappers to make FatFs thread safe. Modified syscall.c
- Rename of ffconf.h to ffconf_template.h. Each application should contain its own ffconf.h.
- Include ffconf.h into diskio.c to enable selection of physical disk from ffconf.h by macro definition.
- Conditional compilation of physical disk interfaces in diskio.c
*/