From 56cccd67f69704213015621b9d414f258673b444 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 14 Sep 2017 10:52:44 +0200 Subject: c-user: Fix task create notes --- c-user/task_manager.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'c-user') diff --git a/c-user/task_manager.rst b/c-user/task_manager.rst index 65f2468..426a91f 100644 --- a/c-user/task_manager.rst +++ b/c-user/task_manager.rst @@ -644,9 +644,13 @@ DESCRIPTION: ``rtems_task_start``. NOTES: - This directive will not cause the calling task to be preempted. + This directive may cause the calling task to be preempted. - Valid task priorities range from a high of 1 to a low of 255. + The scheduler of the new task is the scheduler of the executing task at + some point during the task creation. The specified task priority must be + valid for the selected scheduler. + + The task processor affinity is initialized to the set of online processors. If the requested stack size is less than the configured minimum stack size, then RTEMS will use the configured minimum as the stack size for this task. -- cgit v1.2.3