diff options
Diffstat (limited to 'lib/chibios/os/various/fatfs_bindings/readme.txt')
-rw-r--r-- | lib/chibios/os/various/fatfs_bindings/readme.txt | 12 |
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 @@ | |||
1 | This directory contains the ChibiOS/RT "official" bindings with the FatFS | ||
2 | library by ChaN: http://elm-chan.org | ||
3 | |||
4 | In order to use FatFS within ChibiOS/RT project: | ||
5 | 1. unzip FatFS under ./ext/fatfs [See Note 2] | ||
6 | 2. include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk in your makefile. | ||
7 | 3. Add $(FATFSSRC) to $(CSRC) | ||
8 | 4. Add $(FATFSINC) to $(INCDIR) | ||
9 | |||
10 | Note: | ||
11 | 1. These files modified for use with version 0.13 of fatfs. | ||
12 | 2. In the original distribution, the source directory is called 'source' rather than 'src' | ||