You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gi...@apache.org on 2021/07/13 00:09:37 UTC

[incubator-nuttx-website] branch asf-site updated: Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: c3c4053263cc59fa0ca54d3ef3fdf0b96ebd673a

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e63d15c  Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: c3c4053263cc59fa0ca54d3ef3fdf0b96ebd673a
e63d15c is described below

commit e63d15c97fbf2efe834419665b1de0902c14cc66
Author: Nathan <59...@users.noreply.github.com>
AuthorDate: Tue Jul 13 00:07:49 2021 +0000

    Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: c3c4053263cc59fa0ca54d3ef3fdf0b96ebd673a
---
 content/docs/10.0.0/index.html                                 |  2 +-
 content/docs/10.0.1/index.html                                 |  2 +-
 content/docs/10.1.0/index.html                                 |  2 +-
 .../latest/_sources/reference/user/03_task_control.rst.txt     | 10 +---------
 content/docs/latest/index.html                                 |  2 +-
 content/docs/latest/reference/user/03_task_control.html        |  9 +--------
 content/docs/latest/searchindex.js                             |  2 +-
 content/feed.xml                                               |  4 ++--
 8 files changed, 9 insertions(+), 24 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index 771ef7f..3ae96d0 100644
--- a/content/docs/10.0.0/index.html
+++ b/content/docs/10.0.0/index.html
@@ -207,7 +207,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 12 July 21 at 00:05</p>
+<p>Last Updated: 13 July 21 at 00:05</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/10.0.1/index.html b/content/docs/10.0.1/index.html
index fb7a62a..a5c74f0 100644
--- a/content/docs/10.0.1/index.html
+++ b/content/docs/10.0.1/index.html
@@ -213,7 +213,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 12 July 21 at 00:05</p>
+<p>Last Updated: 13 July 21 at 00:05</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/10.1.0/index.html b/content/docs/10.1.0/index.html
index 0e74225..803baf9 100644
--- a/content/docs/10.1.0/index.html
+++ b/content/docs/10.1.0/index.html
@@ -213,7 +213,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 12 July 21 at 00:06</p>
+<p>Last Updated: 13 July 21 at 00:06</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/latest/_sources/reference/user/03_task_control.rst.txt b/content/docs/latest/_sources/reference/user/03_task_control.rst.txt
index 85f1358..3b2c524 100644
--- a/content/docs/latest/_sources/reference/user/03_task_control.rst.txt
+++ b/content/docs/latest/_sources/reference/user/03_task_control.rst.txt
@@ -86,15 +86,7 @@ there are three important configuration options that can change that.
      allocations and to improve allocation performance, child task exit
      status structures are pre-allocated when the system boots. This
      setting determines the number of child status structures that will be
-     pre-allocated. If this setting is not defined or if it is defined to
-     be zero then a value of 2\*\ ``MAX_TASKS`` is used.
-
-     Note that there cannot be more that ``CONFIG_MAX_TASKS`` tasks in
-     total. However, the number of child status structures may need to be
-     significantly larger because this number includes the maximum number
-     of tasks that are running PLUS the number of tasks that have exit'ed
-     without having their exit status reaped (via :c:func:`wait`,
-     :c:func:`waitpid` or :c:func:`waitid`).
+     pre-allocated.
 
      Obviously, if tasks spawn children indefinitely and never have the
      exit status reaped, then you may have a memory leak! (See **Warning**
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index fdfb6a4..b24f337 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -214,7 +214,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 12 July 21 at 00:06</p>
+<p>Last Updated: 13 July 21 at 00:06</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/latest/reference/user/03_task_control.html b/content/docs/latest/reference/user/03_task_control.html
index 7ba30e1..7e696d5 100644
--- a/content/docs/latest/reference/user/03_task_control.html
+++ b/content/docs/latest/reference/user/03_task_control.html
@@ -329,14 +329,7 @@ before the child task exits or not.</p>
 allocations and to improve allocation performance, child task exit
 status structures are pre-allocated when the system boots. This
 setting determines the number of child status structures that will be
-pre-allocated. If this setting is not defined or if it is defined to
-be zero then a value of 2*<code class="docutils literal notranslate"><span class="pre">MAX_TASKS</span></code> is used.</p>
-<p>Note that there cannot be more that <code class="docutils literal notranslate"><span class="pre">CONFIG_MAX_TASKS</span></code> tasks in
-total. However, the number of child status structures may need to be
-significantly larger because this number includes the maximum number
-of tasks that are running PLUS the number of tasks that have exit’ed
-without having their exit status reaped (via <a class="reference internal" href="#c.wait" title="wait"><code class="xref c c-func docutils literal notranslate"><span class="pre">wait()</span></code></a>,
-<a class="reference internal" href="#c.waitpid" title="waitpid"><code class="xref c c-func docutils literal notranslate"><span class="pre">waitpid()</span></code></a> or <a class="reference internal" href="#c.waitid" title="waitid"><code class="xref c c-func docutils literal notranslate"><span class="pre">waitid()</span></code></a>).</p>
+pre-allocated.</p>
 <p>Obviously, if tasks spawn children indefinitely and never have the
 exit status reaped, then you may have a memory leak! (See <strong>Warning</strong>
 below)</p>
diff --git a/content/docs/latest/searchindex.js b/content/docs/latest/searchindex.js
index 294fbdc..b9df5df 100644
--- a/content/docs/latest/searchindex.js
+++ b/content/docs/latest/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["applications/index","applications/nsh/builtin","applications/nsh/commands","applications/nsh/config","applications/nsh/customizing","applications/nsh/index","applications/nsh/installation","applications/nsh/login","applications/nsh/nsh","components/binfmt","components/drivers/block/index","components/drivers/character/analog","components/drivers/character/can","components/drivers/character/foc","components/drivers/character/index","components/drivers/character [...]
\ No newline at end of file
+Search.setIndex({docnames:["applications/index","applications/nsh/builtin","applications/nsh/commands","applications/nsh/config","applications/nsh/customizing","applications/nsh/index","applications/nsh/installation","applications/nsh/login","applications/nsh/nsh","components/binfmt","components/drivers/block/index","components/drivers/character/analog","components/drivers/character/can","components/drivers/character/foc","components/drivers/character/index","components/drivers/character [...]
\ No newline at end of file
diff --git a/content/feed.xml b/content/feed.xml
index 9a88454..d4867cd 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 12 Jul 2021 00:08:35 +0000</pubDate>
-    <lastBuildDate>Mon, 12 Jul 2021 00:08:35 +0000</lastBuildDate>
+    <pubDate>Tue, 13 Jul 2021 00:07:47 +0000</pubDate>
+    <lastBuildDate>Tue, 13 Jul 2021 00:07:47 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>