aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-01-03 11:33:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-01-03 11:33:01 +0000
commit05c30c4e651909ec86e43c16bccea85d180e39c0 (patch)
treeadd7773edef298e00ffa0488636f4a58aa8d3f5d
parent87a513da86eb78349a66d08f266672eb1201f4c4 (diff)
downloadChibiOS-05c30c4e651909ec86e43c16bccea85d180e39c0.tar.gz
ChibiOS-05c30c4e651909ec86e43c16bccea85d180e39c0.tar.bz2
ChibiOS-05c30c4e651909ec86e43c16bccea85d180e39c0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5026 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index ff4690fd9..842099896 100644
--- a/readme.txt
+++ b/readme.txt
@@ -92,10 +92,10 @@
- FIX: Fixed PHY powerdown issues not fixed (bug 3596911).
- NEW: Added an abstract file system interface written in C++, no
implementations yet.
+ TODO: Create a descendant interface for hyerarchical file systems.
TODO: Create a FatFS wrapper implementing the interface and using a server
thread for synchronization.
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: Updated C++ wrapper with a much more logical classes structure.
TODO: Opdate older C++ demos.