aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/fatfs_bindings/SAMA5D2x/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'os/various/fatfs_bindings/SAMA5D2x/readme.txt')
-rw-r--r--os/various/fatfs_bindings/SAMA5D2x/readme.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/os/various/fatfs_bindings/SAMA5D2x/readme.txt b/os/various/fatfs_bindings/SAMA5D2x/readme.txt
deleted file mode 100644
index b44f832ef..000000000
--- a/os/various/fatfs_bindings/SAMA5D2x/readme.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-This directory contains the ChibiOS/RT "official" bindings with the FatFS for the
-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/SAMA5D2x/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'
-3. this implementation is for SAMA5D2X