aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/fatfs_bindings/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-07 09:16:39 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-07 09:16:39 +0000
commitce446b196aad77ca18a1c855e5da4d0aa85fd639 (patch)
tree362fcac74c3172bd0f975606e30e7fd69e5ab24a /os/various/fatfs_bindings/readme.txt
parent8b702892bbc1c5fc3c2ce4dcdcb92ba58346987b (diff)
downloadChibiOS-ce446b196aad77ca18a1c855e5da4d0aa85fd639.tar.gz
ChibiOS-ce446b196aad77ca18a1c855e5da4d0aa85fd639.tar.bz2
ChibiOS-ce446b196aad77ca18a1c855e5da4d0aa85fd639.zip
FatFS 0.13 integrated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10562 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/fatfs_bindings/readme.txt')
-rw-r--r--os/various/fatfs_bindings/readme.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/os/various/fatfs_bindings/readme.txt b/os/various/fatfs_bindings/readme.txt
index 8735cce54..b6000aeab 100644
--- a/os/various/fatfs_bindings/readme.txt
+++ b/os/various/fatfs_bindings/readme.txt
@@ -1,6 +1,12 @@
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, unzip FatFS under
-./ext/fatfs then include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
-in your makefile.
+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'