ChibiOS/os/various/fatfs_bindings
Giovanni Di Sirio ce446b196a FatFS 0.13 integrated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10562 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-07 09:16:39 +00:00
..
fatfs.mk FatFS 0.13 integrated. 2017-09-07 09:16:39 +00:00
fatfs_diskio.c FatFS 0.13 integrated. 2017-09-07 09:16:39 +00:00
fatfs_syscall.c FatFS 0.13 integrated. 2017-09-07 09:16:39 +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'