aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-21 09:01:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-21 09:01:30 +0000
commit3aaf49704c4ec816b4915a5e4e1c6b447083f568 (patch)
tree8df2c607c8d92125d62eb6faa3142d9bf9c4b14c /todo.txt
parent453515ab5cc9139ca123151c29d2ddc3ef1e4a44 (diff)
downloadChibiOS-3aaf49704c4ec816b4915a5e4e1c6b447083f568.tar.gz
ChibiOS-3aaf49704c4ec816b4915a5e4e1c6b447083f568.tar.bz2
ChibiOS-3aaf49704c4ec816b4915a5e4e1c6b447083f568.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1453 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 7b7ed0af2..7ad3229b1 100644
--- a/todo.txt
+++ b/todo.txt
@@ -11,9 +11,10 @@ Before 1.4.0:
* Add a central memory manager offering a sbrk()-like API.
* Make the heap allocator feed memory chunks from the memory manager.
* Dedicated syscalls.c support for newlib users.
-- Abstract streams interface.
+* HAL and common device drivers.
After 1.4.x
+- Abstract streams interface.
- Remove any instance of unnamed structures/unions.
- Objects registry in the kernel.
- OSEK-style simple tasks within the idle thread.
@@ -34,7 +35,7 @@ Ideas for 3.x.x:
Side projects:
* lwIP TCP/IP stack integration and demo.
-X FatFS library integration and demo.
+* FatFS library integration and demo.
X ChibiOS Wizard, UML modeling and ChibiOS applications code and
documentation generator.
X OSEK layer.