git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5026 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
87a513da86
commit
05c30c4e65
|
@ -92,10 +92,10 @@
|
||||||
- FIX: Fixed PHY powerdown issues not fixed (bug 3596911).
|
- FIX: Fixed PHY powerdown issues not fixed (bug 3596911).
|
||||||
- NEW: Added an abstract file system interface written in C++, no
|
- NEW: Added an abstract file system interface written in C++, no
|
||||||
implementations yet.
|
implementations yet.
|
||||||
|
TODO: Create a descendant interface for hyerarchical file systems.
|
||||||
TODO: Create a FatFS wrapper implementing the interface and using a server
|
TODO: Create a FatFS wrapper implementing the interface and using a server
|
||||||
thread for synchronization.
|
thread for synchronization.
|
||||||
TODO: Create an implementation over a read-only file system in code space.
|
TODO: Create an implementation over a read-only file system in code space.
|
||||||
TODO: Create a descendant interface for hyerarchical file systems.
|
|
||||||
- NEW: Added new C++ demo for the STM32F4-Discovery.
|
- NEW: Added new C++ demo for the STM32F4-Discovery.
|
||||||
- NEW: Updated C++ wrapper with a much more logical classes structure.
|
- NEW: Updated C++ wrapper with a much more logical classes structure.
|
||||||
TODO: Opdate older C++ demos.
|
TODO: Opdate older C++ demos.
|
||||||
|
|
Loading…
Reference in New Issue