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:
parent
ae8065f3cd
commit
875feb998f
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
2
todo.txt
2
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
|
||||
|
|
Loading…
Reference in New Issue