Integrated FatFS version 0.8B.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3240 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-08-16 13:37:53 +00:00
parent ae8065f3cd
commit 875feb998f
5 changed files with 3 additions and 2 deletions

BIN
ext/fatfs-0.8b-patched.zip Normal file

Binary file not shown.

Binary file not shown.

View File

@ -13,7 +13,7 @@ The currently included items are:
2. lwip-1.4.0, lightweight TCP/IP stack: http://savannah.nongnu.org/projects/lwip/ 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 3. STM32 firmware library 3.5.0 (partial, library only) the full download is
available from http://www.st.com 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 http://elm-chan.org/fsw/ff/00index_e.html
The above files are included packed as downloaded from the original repository The above files are included packed as downloaded from the original repository

View File

@ -89,6 +89,7 @@
(backported to 2.2.4). (backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420) - FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4). (backported to 2.2.4).
- NEW: Integrated new FatFs version 0.8b.
- NEW: Added a new hook THREAD_CONTEXT_SWITCH_HOOK() that allows to insert - NEW: Added a new hook THREAD_CONTEXT_SWITCH_HOOK() that allows to insert
code just before a context switch. For example this hook could be used code just before a context switch. For example this hook could be used
in oder to implement advanced power management schemes. in oder to implement advanced power management schemes.

View File

@ -12,6 +12,7 @@ Current Pipeline (2.3.x):
* Improved stack overflow checking, support main() thread. * Improved stack overflow checking, support main() thread.
* Move main stack to low memory in ARMCMx ports. * Move main stack to low memory in ARMCMx ports.
* Eclipse plugin. * Eclipse plugin.
* FatFs 0.8x integration.
X STM32L support. X STM32L support.
X STM32L-Discovery demo and article. X STM32L-Discovery demo and article.
X File System infrastructure. X File System infrastructure.
@ -33,7 +34,6 @@ X I2C device driver class support and at least one implementation.
Within 2.x.x Within 2.x.x
- Improved Makefile system. - Improved Makefile system.
- MAC driver for STM32F107. - MAC driver for STM32F107.
- FatFs 0.8x integration.
- FatFs wrapper. - FatFs wrapper.
- New device driver models: Clock, Systick, RTC, WDG, DAC, Power Monitor. - New device driver models: Clock, Systick, RTC, WDG, DAC, Power Monitor.
- Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty - Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty