git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@982 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-05-17 17:25:58 +00:00
parent d8be93f6a6
commit ee149fd1c7
1 changed files with 0 additions and 3 deletions

View File

@ -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.