aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
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.