diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-16 13:37:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-16 13:37:53 +0000 |
commit | 875feb998f9b2aa69780f2158f0d73fdec6424cb (patch) | |
tree | a22ad82a2c5edcee6b214b4bb0c457997ab8b129 /ext/readme.txt | |
parent | ae8065f3cd4aff589efe62d2863bff3ca49c8d30 (diff) | |
download | ChibiOS-875feb998f9b2aa69780f2158f0d73fdec6424cb.tar.gz ChibiOS-875feb998f9b2aa69780f2158f0d73fdec6424cb.tar.bz2 ChibiOS-875feb998f9b2aa69780f2158f0d73fdec6424cb.zip |
Integrated FatFS version 0.8B.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3240 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ext/readme.txt')
-rw-r--r-- | ext/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readme.txt b/ext/readme.txt index 8044cf591..18f4ae6d7 100644 --- a/ext/readme.txt +++ b/ext/readme.txt @@ -13,7 +13,7 @@ The currently included items are: 2. lwip-1.4.0, lightweight TCP/IP stack: http://savannah.nongnu.org/projects/lwip/
3. STM32 firmware library 3.5.0 (partial, library only) the full download is
available from http://www.st.com
-4. FatFS 0.7e (patched), the original version is available from
+4. FatFS 0.8b (patched), the original version is available from
http://elm-chan.org/fsw/ff/00index_e.html
The above files are included packed as downloaded from the original repository
|