diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-17 17:25:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-17 17:25:58 +0000 |
commit | ee149fd1c7d5a9bfafc69bac428d89a2a3e0b3de (patch) | |
tree | 383d64ffdf7add0112fe56ad013413cd8d37c266 | |
parent | d8be93f6a6eff07e8d8c9919443bbd2f5fdcd605 (diff) | |
download | ChibiOS-ee149fd1c7d5a9bfafc69bac428d89a2a3e0b3de.tar.gz ChibiOS-ee149fd1c7d5a9bfafc69bac428d89a2a3e0b3de.tar.bz2 ChibiOS-ee149fd1c7d5a9bfafc69bac428d89a2a3e0b3de.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@982 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | todo.txt | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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.
|