diff --git a/ext/fatfs-0.8b-patched.zip b/ext/fatfs-0.8b-patched.zip new file mode 100644 index 000000000..55de3fe64 Binary files /dev/null and b/ext/fatfs-0.8b-patched.zip differ diff --git a/ext/ff007e-patched.zip b/ext/ff007e-patched.zip deleted file mode 100644 index 37a014cdf..000000000 Binary files a/ext/ff007e-patched.zip and /dev/null differ 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 diff --git a/readme.txt b/readme.txt index 0d80592d0..8de57cda7 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,7 @@ (backported to 2.2.4). - FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420) (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 code just before a context switch. For example this hook could be used in oder to implement advanced power management schemes. diff --git a/todo.txt b/todo.txt index 4396bd79c..8b2823a77 100644 --- a/todo.txt +++ b/todo.txt @@ -12,6 +12,7 @@ Current Pipeline (2.3.x): * Improved stack overflow checking, support main() thread. * Move main stack to low memory in ARMCMx ports. * Eclipse plugin. +* FatFs 0.8x integration. X STM32L support. X STM32L-Discovery demo and article. X File System infrastructure. @@ -33,7 +34,6 @@ X I2C device driver class support and at least one implementation. Within 2.x.x - Improved Makefile system. - MAC driver for STM32F107. -- FatFs 0.8x integration. - FatFs wrapper. - 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