From dd32a2316e1df07158537972262752a8e888a744 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 17 May 2009 09:17:17 +0000 Subject: Fixed bug 2792919, minor documentation improvements. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@979 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- todo.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'todo.txt') diff --git a/todo.txt b/todo.txt index e9628ec12..aff3f4a80 100644 --- a/todo.txt +++ b/todo.txt @@ -10,15 +10,15 @@ 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 tread 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. - Code examples into the documentation. - Dedicated syscalls.c support for newlib users. - Threads Pools manager in the library. - - 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. - Minimal optional C-runtime library (complete enough for lwIP). ? Think to something for threads restart. ? Multiple heaps, disjoint heaps, heaps in heaps. -- cgit v1.2.3