From 2d13f29afafdf2b8e4d035333d344542bbadf989 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 24 Jul 2015 09:20:47 -0600 Subject: [PATCH] Add description of SCHES_SPORADIC --- Documentation/NuttxUserGuide.html | 32 +++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 70d8a6c7fa..088bad2618 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -13,7 +13,7 @@

NuttX Operating System

User's Manual

by

Gregory Nutt

-

Last Updated: June 12, 2015

+

Last Updated: July 24, 2015

@@ -6231,11 +6231,35 @@ interface of the same name. result of any priority inheritance, for example).

- The policy parameter may have the value SCHED_FIFO or SCHED_RR - (SCHED_OTHER and SCHED_SPORADIC, in particular, are not supported). + The policy parameter may have the value SCHED_FIFO, SCHED_RR, or SCHED_SPORADIC. + SCHED_RR requires the configuration setting CONFIG_RR_INTERVAL > 0; + SCHED_SPORADIC requires the configuration setting CONFIG_SCHED_SPORADIC=y. + (SCHED_OTHER and non-standard scheduler policies, in particular, are not supported). The SCHED_FIFO and SCHED_RR policies will have a single - scheduling parameter, sched_priority. + scheduling parameter:

+ + +

+ The SCHED_SPORADIC policy has four additional scheduling parameters: +

+

Input Parameters: