readme.txt 560 B

12345678910111213
  1. This directory contains the ChibiOS/RT "official" bindings with the FatFS for the
  2. library by ChaN: http://elm-chan.org
  3. In order to use FatFS within ChibiOS/RT project:
  4. 1. unzip FatFS under ./ext/fatfs [See Note 2]
  5. 2. include $(CHIBIOS)/os/various/fatfs_bindings/SAMA5D2x/fatfs.mk in your makefile.
  6. 3. Add $(FATFSSRC) to $(CSRC)
  7. 4. Add $(FATFSINC) to $(INCDIR)
  8. Note:
  9. 1. These files modified for use with version 0.13 of fatfs.
  10. 2. In the original distribution, the source directory is called 'source' rather than 'src'
  11. 3. this implementation is for SAMA5D2X