ChibiOS/os/various/fatfs_bindings
Giovanni Di Sirio 6699452158 Cleanup of TODO instances.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12794 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-05-18 06:41:00 +00:00
..
SAMA5D2x Cleanup of TODO instances. 2019-05-18 06:41:00 +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'