* sapi/include/rtems/extension.h: Documentation.
This commit is contained in:
Sebastian Huber
2011-03-10 16:39:14 +00:00
parent b2e48ffe6b
commit 08d01a1452
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/rtems/extension.h: Documentation.
2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/threadget.c: Remove conditional since this path can be * score/src/threadget.c: Remove conditional since this path can be

View File

@@ -149,13 +149,13 @@ typedef User_extensions_routine
* - Task creation * - Task creation
* - Task start * - Task start
* - Task restart * - Task restart
* - Task exit
* - Task context switch * - Task context switch
* - Post task context switch * - Post task context switch
* - Task begins to execute * - Task begins to execute
* *
* At the following system events, the extensions are invoked in reverse order: * At the following system events, the extensions are invoked in reverse order:
* *
* - Task exit
* - Task deletion * - Task deletion
* - Fatal error detection * - Fatal error detection
* *