ChibiOS/os/various/fatfs_bindings
areviu a0c253d44d moved ff and reliance-edge under binding folder
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12008 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-05-06 14:49:44 +00:00
..
SAMA5D2x moved ff and reliance-edge under binding folder 2018-05-06 14:49:44 +00:00
fatfs.mk Improved make system. 2017-11-21 12:54:54 +00:00
fatfs_diskio.c Made FatFS HAL device configurable. 2018-01-19 13:42:12 +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'