aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/various/fatfs_bindings/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/various/fatfs_bindings/readme.txt')
-rw-r--r--lib/chibios/os/various/fatfs_bindings/readme.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/chibios/os/various/fatfs_bindings/readme.txt b/lib/chibios/os/various/fatfs_bindings/readme.txt
new file mode 100644
index 000000000..7f57b8ace
--- /dev/null
+++ b/lib/chibios/os/various/fatfs_bindings/readme.txt
@@ -0,0 +1,12 @@
1This directory contains the ChibiOS/RT "official" bindings with the FatFS
2library by ChaN: http://elm-chan.org
3
4In order to use FatFS within ChibiOS/RT project:
51. unzip FatFS under ./ext/fatfs [See Note 2]
62. include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk in your makefile.
73. Add $(FATFSSRC) to $(CSRC)
84. Add $(FATFSINC) to $(INCDIR)
9
10Note:
111. These files modified for use with version 0.13 of fatfs.
122. In the original distribution, the source directory is called 'source' rather than 'src'