aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-08 19:52:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-08 19:52:09 +0000
commit3a5cb07fb9198af2f989c4ddaf5b976904fde9e0 (patch)
tree26555bdeaf6953b13180d9e9530676a7c97a19f3
parent475478ac20170221ccc8d2babd156c5ef0bafcb6 (diff)
downloadChibiOS-3a5cb07fb9198af2f989c4ddaf5b976904fde9e0.tar.gz
ChibiOS-3a5cb07fb9198af2f989c4ddaf5b976904fde9e0.tar.bz2
ChibiOS-3a5cb07fb9198af2f989c4ddaf5b976904fde9e0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@881 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 417ef7b1f..a4d6d67fe 100644
--- a/todo.txt
+++ b/todo.txt
@@ -13,6 +13,7 @@ X Abstract I/O channels rather than just serial ports.
- New chThdCreate() that takes just two parameters, a pointer to a thread
descriptor and the tread parameter. It could wrap the current variants
or just be an alternative.
+- Objects registry in the kernel.
- Minimal optional C-runtime library (complete enough for lwIP).
- OSEK-style simple tasks within the idle thread.
? Think to something for threads restart.
@@ -39,7 +40,6 @@ X OSEK layer.
- Posix layer.
X File System
- Visual debugger/monitor interfaced through OpenOCD.
- - Objects registry in the kernel.
Lower priority:
- More demos