aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-07 12:45:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-07 12:45:46 +0000
commit24f0bf2a223a6fbf26c823a9423b291b179fa8e6 (patch)
treec1dd28122701fa6139e05481917656dbb70946a6 /todo.txt
parent44a070c4097b13661b7202dd820db0b7cc2a7cae (diff)
downloadChibiOS-24f0bf2a223a6fbf26c823a9423b291b179fa8e6.tar.gz
ChibiOS-24f0bf2a223a6fbf26c823a9423b291b179fa8e6.tar.bz2
ChibiOS-24f0bf2a223a6fbf26c823a9423b291b179fa8e6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@737 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt
index 234dc9343..d7ae9f840 100644
--- a/todo.txt
+++ b/todo.txt
@@ -11,7 +11,7 @@ X OSEK-style chSysSuspendAll()/chSysResumeAll()/chSysEnable()/chSysDisable().
- Multiple debug levels.
- Stack guard pages.
* Idle loop hook macro.
-- Switch the configuration options to TRUE/FALSE rather than def/undef.
+X Switch the configuration options to TRUE/FALSE rather than def/undef.
Ideas for 2.x.x:
- Reference counter for threads, concept of detached threads, threads
@@ -20,10 +20,11 @@ Ideas for 2.x.x:
- Multicore support.
Side projects:
-- ChibiOS Wizard.
-- OSEK layer.
+X ChibiOS Wizard, UML modeling and Chibi applications code and
+ documentation generator.
+X OSEK layer.
- Posix layer.
-- File System
+X File System
Lower priority:
- More demos
@@ -33,3 +34,7 @@ Lower priority:
- PowerPC port
- Coldfire port
- H8 port
+
+- - Planned.
+X - In progress
+* - Done