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 2022/02/15 00:12:58 UTC

[incubator-nuttx-website] branch asf-site updated: Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: 1ca952243c5e98135736319d39a5388d61f14d23

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 0f262bf  Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: 1ca952243c5e98135736319d39a5388d61f14d23
0f262bf is described below

commit 0f262bf6ec931de7d7c6df967f3d32e028d3582c
Author: Abdelatif <ab...@espressif.com>
AuthorDate: Tue Feb 15 00:10:03 2022 +0000

    Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: 1ca952243c5e98135736319d39a5388d61f14d23
---
 content/docs/10.0.0/index.html                                  | 2 +-
 content/docs/10.0.1/index.html                                  | 2 +-
 content/docs/10.1.0/index.html                                  | 2 +-
 content/docs/10.2.0/index.html                                  | 2 +-
 content/docs/latest/_sources/reference/user/13_boardctl.rst.txt | 3 +--
 content/docs/latest/index.html                                  | 2 +-
 content/docs/latest/reference/user/13_boardctl.html             | 3 +--
 content/docs/latest/searchindex.js                              | 2 +-
 content/feed.xml                                                | 4 ++--
 9 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index 395f3a2..4aba69c 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: 14 February 22 at 00:07</p>
+<p>Last Updated: 15 February 22 at 00:07</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 a51cad5..2438fcc 100644
--- a/content/docs/10.0.1/index.html
+++ b/content/docs/10.0.1/index.html
@@ -215,7 +215,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: 14 February 22 at 00:07</p>
+<p>Last Updated: 15 February 22 at 00:07</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 e2a5a93..e7eb56f 100644
--- a/content/docs/10.1.0/index.html
+++ b/content/docs/10.1.0/index.html
@@ -215,7 +215,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: 14 February 22 at 00:08</p>
+<p>Last Updated: 15 February 22 at 00:07</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.2.0/index.html b/content/docs/10.2.0/index.html
index 092c6d0..87fd794 100644
--- a/content/docs/10.2.0/index.html
+++ b/content/docs/10.2.0/index.html
@@ -216,7 +216,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: 14 February 22 at 00:08</p>
+<p>Last Updated: 15 February 22 at 00:08</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/13_boardctl.rst.txt b/content/docs/latest/_sources/reference/user/13_boardctl.rst.txt
index 71811c8..4a6a7ab 100644
--- a/content/docs/latest/_sources/reference/user/13_boardctl.rst.txt
+++ b/content/docs/latest/_sources/reference/user/13_boardctl.rst.txt
@@ -171,8 +171,7 @@ Symbol Handling
    
    :configuration: This command is always available when
      CONFIG_BUILTIN is enabled, but does nothing unless
-     CONFIG_BUILD_PROTECTED and CONFIG_FS_BINFS are also
-     selected.
+     CONFIG_BUILD_PROTECTED is also selected.
      
 USB
 ---
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 092c6d0..87fd794 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -216,7 +216,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: 14 February 22 at 00:08</p>
+<p>Last Updated: 15 February 22 at 00:08</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/13_boardctl.html b/content/docs/latest/reference/user/13_boardctl.html
index c47897a..5fa8820 100644
--- a/content/docs/latest/reference/user/13_boardctl.html
+++ b/content/docs/latest/reference/user/13_boardctl.html
@@ -473,8 +473,7 @@ configuration).</p>
 <dt class="field-even">Configuration</dt>
 <dd class="field-even"><p>This command is always available when
 CONFIG_BUILTIN is enabled, but does nothing unless
-CONFIG_BUILD_PROTECTED and CONFIG_FS_BINFS are also
-selected.</p>
+CONFIG_BUILD_PROTECTED is also selected.</p>
 </dd>
 </dl>
 </dd></dl>
diff --git a/content/docs/latest/searchindex.js b/content/docs/latest/searchindex.js
index 6b4149b..6ab9aa6 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 efbe2ee..89af614 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, 14 Feb 2022 00:10:46 +0000</pubDate>
-    <lastBuildDate>Mon, 14 Feb 2022 00:10:46 +0000</lastBuildDate>
+    <pubDate>Tue, 15 Feb 2022 00:10:00 +0000</pubDate>
+    <lastBuildDate>Tue, 15 Feb 2022 00:10:00 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>