diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.
|