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

This commit is contained in:
gdisirio 2009-05-17 09:18:07 +00:00
parent dd32a2316e
commit 53e6a9d2a7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ After 1.2.0:
* Add tests documentation to the general documentation via doxygen. * Add tests documentation to the general documentation via doxygen.
* Static object initializers. * Static object initializers.
- New chThdCreate() that takes just two parameters, a pointer to a thread - New chThdCreate() that takes just two parameters, a pointer to a thread
descriptor and the tread parameter. It could wrap the current variants descriptor and the thread parameter. It could wrap the current variants
or just be an alternative. or just be an alternative.
- Remove any instance of unnamed structures/unions. - Remove any instance of unnamed structures/unions.
- Objects registry in the kernel. - Objects registry in the kernel.