danny wang 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 anos atrás
..
SAMA5D2x 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 anos atrás
fatfs.mk 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 anos atrás
fatfs_diskio.c 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 anos atrás
fatfs_syscall.c 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 anos atrás
readme.txt 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 anos atrás

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'