aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-17 09:17:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-17 09:17:17 +0000
commitdd32a2316e1df07158537972262752a8e888a744 (patch)
treeb5eeb0b0e6df0e269509ff23b3085eaf6f9349aa /todo.txt
parent53f1b747726d85020beca994f6fe67a5e9af7b8e (diff)
downloadChibiOS-dd32a2316e1df07158537972262752a8e888a744.tar.gz
ChibiOS-dd32a2316e1df07158537972262752a8e888a744.tar.bz2
ChibiOS-dd32a2316e1df07158537972262752a8e888a744.zip
Fixed bug 2792919, minor documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@979 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt6
1 files changed, 3 insertions, 3 deletions
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.