From ee149fd1c7d5a9bfafc69bac428d89a2a3e0b3de Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 17 May 2009 17:25:58 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@982 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- todo.txt | 3 --- 1 file changed, 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.