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 b281a61 Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702
docs: b399c509c8aa60f4954a6009f1dfc877d7394346
b281a61 is described below
commit b281a61809cc1a2a0f275c82a349ee7721fdfa94
Author: Nathan <[email protected]>
AuthorDate: Fri Aug 6 00:08:35 2021 +0000
Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs:
b399c509c8aa60f4954a6009f1dfc877d7394346
---
content/docs/10.0.0/index.html | 2 +-
content/docs/10.0.1/index.html | 2 +-
content/docs/10.1.0/index.html | 2 +-
.../docs/latest/_sources/applications/nsh/commands.rst.txt | 2 +-
content/docs/latest/_sources/components/binfmt.rst.txt | 2 +-
content/docs/latest/_sources/reference/os/wqueue.rst.txt | 6 +++---
.../latest/_sources/reference/user/01_task_control.rst.txt | 12 ++++++------
content/docs/latest/applications/nsh/commands.html | 2 +-
content/docs/latest/components/binfmt.html | 2 +-
content/docs/latest/index.html | 2 +-
content/docs/latest/reference/os/wqueue.html | 6 +++---
content/docs/latest/reference/user/01_task_control.html | 12 ++++++------
content/docs/latest/searchindex.js | 2 +-
content/feed.xml | 4 ++--
14 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index 587b846..ab4a739 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: 05 August 21 at 00:05</p>
+<p>Last Updated: 06 August 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 a6b5080..d98b0e7 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: 05 August 21 at 00:06</p>
+<p>Last Updated: 06 August 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 6bdd3d6..3313a07 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: 05 August 21 at 00:06</p>
+<p>Last Updated: 06 August 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/applications/nsh/commands.rst.txt
b/content/docs/latest/_sources/applications/nsh/commands.rst.txt
index cb91899..a046388 100644
--- a/content/docs/latest/_sources/applications/nsh/commands.rst.txt
+++ b/content/docs/latest/_sources/applications/nsh/commands.rst.txt
@@ -193,7 +193,7 @@ Also sets the previous working directory environment
variable
``cd -`` sets the current working directory to the previous
working directory ($OLDPWD). Equivalent to cd $OLDPWD.
``cd`` or ``cd ~`` set the current working directory to the 'home' directory.
- The home directory can be configured by setting
CONFIG_LIB_HOMEDIR
+ The home directory can be configured by setting
CONFIG_LIBC_HOMEDIR
in the configuration file. The default home directory is /.
``cd ..`` sets the current working directory to the parent
directory.
================== =====================================
diff --git a/content/docs/latest/_sources/components/binfmt.rst.txt
b/content/docs/latest/_sources/components/binfmt.rst.txt
index e86c0ee..9b692b7 100644
--- a/content/docs/latest/_sources/components/binfmt.rst.txt
+++ b/content/docs/latest/_sources/components/binfmt.rst.txt
@@ -180,7 +180,7 @@ Basic module management
The ``filename`` field will be used
in order to locate the module to be loaded from the file system.
The filename must be the full, absolute path to the file to be executed
- unless ``CONFIG_LIB_ENVPATH`` is defined. In that case, filename may be
+ unless ``CONFIG_LIBC_ENVPATH`` is defined. In that case, filename may be
a relative path; a set of candidate absolute paths will be generated using
the ``PATH`` environment variable and ``load_module()`` will attempt to
load each
file that is found at those absolute paths.
diff --git a/content/docs/latest/_sources/reference/os/wqueue.rst.txt
b/content/docs/latest/_sources/reference/os/wqueue.rst.txt
index c3fc954..405f259 100644
--- a/content/docs/latest/_sources/reference/os/wqueue.rst.txt
+++ b/content/docs/latest/_sources/reference/os/wqueue.rst.txt
@@ -159,11 +159,11 @@ depend on internal, kernel-space facilities.
**Configuration Options**.
-- ``CONFIG_LIB_USRWORK``. If CONFIG_LIB_USRWORK is also defined
+- ``CONFIG_LIBC_USRWORK``. If CONFIG_LIBC_USRWORK is also defined
then the user-mode work queue will be enabled.
-- ``CONFIG_LIB_USRWORKPRIORITY``. The execution priority of the
+- ``CONFIG_LIBC_USRWORKPRIORITY``. The execution priority of the
user-mode priority worker thread. Default: 100
-- ``CONFIG_LIB_USRWORKSTACKSIZE``. The stack size allocated for
+- ``CONFIG_LIBC_USRWORKSTACKSIZE``. The stack size allocated for
the lower priority worker thread. Default: 2048.
diff --git
a/content/docs/latest/_sources/reference/user/01_task_control.rst.txt
b/content/docs/latest/_sources/reference/user/01_task_control.rst.txt
index b3d0c90..81b3307 100644
--- a/content/docs/latest/_sources/reference/user/01_task_control.rst.txt
+++ b/content/docs/latest/_sources/reference/user/01_task_control.rst.txt
@@ -405,7 +405,7 @@ Functions
exits.
:param filename: The path to the program to be executed. If
- ``CONFIG_LIB_ENVPATH`` is defined in the configuration, then this may
+ ``CONFIG_LIBC_ENVPATH`` is defined in the configuration, then this may
be a relative path from the current working directory. Otherwise,
``path`` must be the absolute path to the program.
:param argv: A pointer to an array of string arguments. The end of the
@@ -469,7 +469,7 @@ Functions
task.
:param path: The path to the program to be executed. If
- ``CONFIG_LIB_ENVPATH`` is defined in the configuration, then this may
+ ``CONFIG_LIBC_ENVPATH`` is defined in the configuration, then this may
be a relative path from the current working directory. Otherwise,
:param path: must be the absolute path to the program.
@@ -489,7 +489,7 @@ Functions
information.
:param path: The path to the program to be executed. If
- ``CONFIG_LIB_ENVPATH`` is defined in the configuration, then this may
+ ``CONFIG_LIBC_ENVPATH`` is defined in the configuration, then this may
be a relative path from the current working directory. Otherwise,
:param path: must be the absolute path to the program.
@@ -530,7 +530,7 @@ Functions
variable PATH.
NOTE: NuttX provides only one implementation: If
- ``CONFIG_LIB_ENVPATH`` is defined, then only ``posix_spawnp()``
+ ``CONFIG_LIBC_ENVPATH`` is defined, then only ``posix_spawnp()``
behavior is supported; otherwise, only ``posix_spawn`` behavior is
supported.
@@ -584,8 +584,8 @@ Functions
**Assumptions/Limitations:**
- NuttX provides only ``posix_spawn()`` or ``posix_spawnp()`` behavior
- depending upon the setting of ``CONFIG_LIB_ENVPATH``: If
- ``CONFIG_LIB_ENVPATH`` is defined, then only ``posix_spawnp()``
+ depending upon the setting of ``CONFIG_LIBC_ENVPATH``: If
+ ``CONFIG_LIBC_ENVPATH`` is defined, then only ``posix_spawnp()``
behavior is supported; otherwise, only ``posix_spawn()`` behavior is
supported.
- The ``envp`` argument is not used and the ``environ`` variable is not
diff --git a/content/docs/latest/applications/nsh/commands.html
b/content/docs/latest/applications/nsh/commands.html
index 24a0fbd..1e19eff 100644
--- a/content/docs/latest/applications/nsh/commands.html
+++ b/content/docs/latest/applications/nsh/commands.html
@@ -472,7 +472,7 @@ working directory ($OLDPWD). Equivalent to cd
$OLDPWD.</p></td>
</tr>
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span
class="pre">cd</span></code> or <code class="docutils literal
notranslate"><span class="pre">cd</span> <span
class="pre">~</span></code></p></td>
<td><p>set the current working directory to the ‘home’ directory.
-The home directory can be configured by setting CONFIG_LIB_HOMEDIR
+The home directory can be configured by setting CONFIG_LIBC_HOMEDIR
in the configuration file. The default home directory is /.</p></td>
</tr>
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span
class="pre">cd</span> <span class="pre">..</span></code></p></td>
diff --git a/content/docs/latest/components/binfmt.html
b/content/docs/latest/components/binfmt.html
index c0a38a3..b250e22 100644
--- a/content/docs/latest/components/binfmt.html
+++ b/content/docs/latest/components/binfmt.html
@@ -413,7 +413,7 @@ and prep the module for execution.</p>
<li><p><strong>bin</strong> – The <code class="docutils literal
notranslate"><span class="pre">filename</span></code> field will be used
in order to locate the module to be loaded from the file system.
The filename must be the full, absolute path to the file to be executed
-unless <code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_ENVPATH</span></code> is defined. In that case, filename
may be
+unless <code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_ENVPATH</span></code> is defined. In that case,
filename may be
a relative path; a set of candidate absolute paths will be generated using
the <code class="docutils literal notranslate"><span
class="pre">PATH</span></code> environment variable and <code class="docutils
literal notranslate"><span class="pre">load_module()</span></code> will attempt
to load each
file that is found at those absolute paths.</p></li>
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index f5fd5de..431d156 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: 05 August 21 at 00:06</p>
+<p>Last Updated: 06 August 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/os/wqueue.html
b/content/docs/latest/reference/os/wqueue.html
index e1d629b..9d4792c 100644
--- a/content/docs/latest/reference/os/wqueue.html
+++ b/content/docs/latest/reference/os/wqueue.html
@@ -383,11 +383,11 @@ priority work queue. It differs in that its
implementation does not
depend on internal, kernel-space facilities.</p>
<p><strong>Configuration Options</strong>.</p>
<ul class="simple">
-<li><p><code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_USRWORK</span></code>. If CONFIG_LIB_USRWORK is also
defined
+<li><p><code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_USRWORK</span></code>. If CONFIG_LIBC_USRWORK is also
defined
then the user-mode work queue will be enabled.</p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_USRWORKPRIORITY</span></code>. The execution priority of
the
+<li><p><code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_USRWORKPRIORITY</span></code>. The execution priority
of the
user-mode priority worker thread. Default: 100</p></li>
-<li><p><code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_USRWORKSTACKSIZE</span></code>. The stack size allocated
for
+<li><p><code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_USRWORKSTACKSIZE</span></code>. The stack size
allocated for
the lower priority worker thread. Default: 2048.</p></li>
</ul>
</div>
diff --git a/content/docs/latest/reference/user/01_task_control.html
b/content/docs/latest/reference/user/01_task_control.html
index 015efd9..1ef4ff1 100644
--- a/content/docs/latest/reference/user/01_task_control.html
+++ b/content/docs/latest/reference/user/01_task_control.html
@@ -628,7 +628,7 @@ exits.</p>
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>filename</strong> – The path to the program to be executed. If
-<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_ENVPATH</span></code> is defined in the configuration,
then this may
+<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_ENVPATH</span></code> is defined in the configuration,
then this may
be a relative path from the current working directory. Otherwise,
<code class="docutils literal notranslate"><span
class="pre">path</span></code> must be the absolute path to the
program.</p></li>
<li><p><strong>argv</strong> – A pointer to an array of string arguments. The
end of the
@@ -701,7 +701,7 @@ task.</p>
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>path</strong> – The path to the program to be executed. If
-<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_ENVPATH</span></code> is defined in the configuration,
then this may
+<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_ENVPATH</span></code> is defined in the configuration,
then this may
be a relative path from the current working directory. Otherwise,</p></li>
<li><p><strong>path</strong> – must be the absolute path to the
program.</p></li>
</ul>
@@ -728,7 +728,7 @@ information.</p>
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>path</strong> – The path to the program to be executed. If
-<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_ENVPATH</span></code> is defined in the configuration,
then this may
+<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_ENVPATH</span></code> is defined in the configuration,
then this may
be a relative path from the current working directory. Otherwise,</p></li>
<li><p><strong>path</strong> – must be the absolute path to the
program.</p></li>
</ul>
@@ -771,7 +771,7 @@ In the case of a relative path, the path prefix for the
file will be
obtained by a search of the directories passed as the environment
variable PATH.</p>
<p>NOTE: NuttX provides only one implementation: If
-<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_ENVPATH</span></code> is defined, then only <code
class="docutils literal notranslate"><span
class="pre">posix_spawnp()</span></code>
+<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_ENVPATH</span></code> is defined, then only <code
class="docutils literal notranslate"><span
class="pre">posix_spawnp()</span></code>
behavior is supported; otherwise, only <code class="docutils literal
notranslate"><span class="pre">posix_spawn</span></code> behavior is
supported.</p>
</p></li>
@@ -829,8 +829,8 @@ invalid.</p></li>
<p><strong>Assumptions/Limitations:</strong></p>
<ul class="simple">
<li><p>NuttX provides only <code class="docutils literal notranslate"><span
class="pre">posix_spawn()</span></code> or <code class="docutils literal
notranslate"><span class="pre">posix_spawnp()</span></code> behavior
-depending upon the setting of <code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_ENVPATH</span></code>: If
-<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIB_ENVPATH</span></code> is defined, then only <code
class="docutils literal notranslate"><span
class="pre">posix_spawnp()</span></code>
+depending upon the setting of <code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_ENVPATH</span></code>: If
+<code class="docutils literal notranslate"><span
class="pre">CONFIG_LIBC_ENVPATH</span></code> is defined, then only <code
class="docutils literal notranslate"><span
class="pre">posix_spawnp()</span></code>
behavior is supported; otherwise, only <code class="docutils literal
notranslate"><span class="pre">posix_spawn()</span></code> behavior is
supported.</p></li>
<li><p>The <code class="docutils literal notranslate"><span
class="pre">envp</span></code> argument is not used and the <code
class="docutils literal notranslate"><span class="pre">environ</span></code>
variable is not
diff --git a/content/docs/latest/searchindex.js
b/content/docs/latest/searchindex.js
index 9fb3e20..5e21da6 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 6372618..19050a9 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>Thu, 05 Aug 2021 00:08:52 +0000</pubDate>
- <lastBuildDate>Thu, 05 Aug 2021 00:08:52 +0000</lastBuildDate>
+ <pubDate>Fri, 06 Aug 2021 00:08:33 +0000</pubDate>
+ <lastBuildDate>Fri, 06 Aug 2021 00:08:33 +0000</lastBuildDate>
<generator>Jekyll v3.8.5</generator>
<item>