dfi-led-matrix/eigener_ctrl/stm32f407-olimex/chibios/os/various/fatfs_bindings
Lucas Pleß 4647b4236c added Olimex stm32f407-E407 ChibiOS example 2018-01-09 00:16:11 +01:00
..
fatfs.mk added Olimex stm32f407-E407 ChibiOS example 2018-01-09 00:16:11 +01:00
fatfs_diskio.c added Olimex stm32f407-E407 ChibiOS example 2018-01-09 00:16:11 +01:00
fatfs_syscall.c added Olimex stm32f407-E407 ChibiOS example 2018-01-09 00:16:11 +01:00
readme.txt added Olimex stm32f407-E407 ChibiOS example 2018-01-09 00:16:11 +01: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'