ChibiOS/os/various/fatfs_bindings
Giovanni Di Sirio 8a1b18108c Updated FatFS to version 0.14.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13735 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-07-06 08:02:12 +00:00
..
fatfs.mk Updated FatFS to version 0.14. 2020-07-06 08:02:12 +00:00
fatfs_diskio.c Merged FatFS 0.13c. 2019-06-30 15:50:56 +00:00
fatfs_syscall.c Style-related fixes. 2018-01-20 14:42:50 +00:00
readme.txt FatFS 0.13 integrated. 2017-09-07 09:16:39 +00:00

readme.txt

This directory contains the ChibiOS/RT "official" bindings with the FatFS
library by ChaN: http://elm-chan.org

In order to use FatFS within ChibiOS/RT project:
1. unzip FatFS under ./ext/fatfs  [See Note 2]
2. include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk in your makefile.
3. Add $(FATFSSRC) to $(CSRC)
4. Add $(FATFSINC) to $(INCDIR)

Note:
1. These files modified for use with version 0.13 of fatfs.
2. In the original distribution, the source directory is called 'source' rather than 'src'