aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-17 17:25:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-17 17:25:58 +0000
commitee149fd1c7d5a9bfafc69bac428d89a2a3e0b3de (patch)
tree383d64ffdf7add0112fe56ad013413cd8d37c266
parentd8be93f6a6eff07e8d8c9919443bbd2f5fdcd605 (diff)
downloadChibiOS-ee149fd1c7d5a9bfafc69bac428d89a2a3e0b3de.tar.gz
ChibiOS-ee149fd1c7d5a9bfafc69bac428d89a2a3e0b3de.tar.bz2
ChibiOS-ee149fd1c7d5a9bfafc69bac428d89a2a3e0b3de.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@982 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index c5f74c7f6..ec4f730bf 100644
--- a/todo.txt
+++ b/todo.txt
@@ -10,9 +10,6 @@ After 1.2.0:
as compact as possible.
* Add tests documentation to the general documentation via doxygen.
* Static object initializers.
-- New chThdCreate() that takes just two parameters, a pointer to a thread
- descriptor and the thread parameter. It could wrap the current variants
- or just be an alternative.
- Remove any instance of unnamed structures/unions.
- Objects registry in the kernel.
- OSEK-style simple tasks within the idle thread.