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/05 00:08:42 UTC

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

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 3f91b99  Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: ddaa3e42b9535c25ef884c461cbc64b99a031717
3f91b99 is described below

commit 3f91b992c0e67c4cd3ba66661f08ecdd5aecf8ca
Author: Nathan <59...@users.noreply.github.com>
AuthorDate: Mon Jul 5 00:07:27 2021 +0000

    Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: ddaa3e42b9535c25ef884c461cbc64b99a031717
---
 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/latest/_sources/components/drivers/character/foc.rst.txt | 2 +-
 content/docs/latest/_sources/guides/cpp_cmake.rst.txt                 | 2 +-
 content/docs/latest/components/drivers/character/foc.html             | 2 +-
 content/docs/latest/guides/cpp_cmake.html                             | 2 +-
 content/docs/latest/index.html                                        | 2 +-
 content/feed.xml                                                      | 4 ++--
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index dd7392a..2373dd7 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: 04 July 21 at 00:05</p>
+<p>Last Updated: 05 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 4601b29..f4abf8f 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: 04 July 21 at 00:05</p>
+<p>Last Updated: 05 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 654f9cd..5c1bbbf 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: 04 July 21 at 00:06</p>
+<p>Last Updated: 05 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/latest/_sources/components/drivers/character/foc.rst.txt b/content/docs/latest/_sources/components/drivers/character/foc.rst.txt
index f4dd710..e694cc0 100644
--- a/content/docs/latest/_sources/components/drivers/character/foc.rst.txt
+++ b/content/docs/latest/_sources/components/drivers/character/foc.rst.txt
@@ -13,7 +13,7 @@ The device on the kernel side is responsible for the following:
 #. return ADC current samples
 #. synchronize user-space with PWM events
 
-The Nuttx FOC driver is split into two parts:
+The NuttX FOC driver is split into two parts:
 
 #. An "upper half", generic driver that provides the common FOC
    interface to application level code,
diff --git a/content/docs/latest/_sources/guides/cpp_cmake.rst.txt b/content/docs/latest/_sources/guides/cpp_cmake.rst.txt
index f922079..b5dd838 100644
--- a/content/docs/latest/_sources/guides/cpp_cmake.rst.txt
+++ b/content/docs/latest/_sources/guides/cpp_cmake.rst.txt
@@ -76,7 +76,7 @@ Creating the project
 
     project(HelloCpp
             VERSION 1.0
-            DESCRIPTION "Hello world C++ Nuttx"
+            DESCRIPTION "Hello world C++ NuttX"
     )
 
     set(CMAKE_CXX_STANDARD 17)
diff --git a/content/docs/latest/components/drivers/character/foc.html b/content/docs/latest/components/drivers/character/foc.html
index 5fb3767..1a9046d 100644
--- a/content/docs/latest/components/drivers/character/foc.html
+++ b/content/docs/latest/components/drivers/character/foc.html
@@ -249,7 +249,7 @@ quadrature current (Iq) in powered device.</p>
 <li><p>return ADC current samples</p></li>
 <li><p>synchronize user-space with PWM events</p></li>
 </ol>
-<p>The Nuttx FOC driver is split into two parts:</p>
+<p>The NuttX FOC driver is split into two parts:</p>
 <ol class="arabic simple">
 <li><p>An “upper half”, generic driver that provides the common FOC
 interface to application level code,</p></li>
diff --git a/content/docs/latest/guides/cpp_cmake.html b/content/docs/latest/guides/cpp_cmake.html
index fac4976..a6e7997 100644
--- a/content/docs/latest/guides/cpp_cmake.html
+++ b/content/docs/latest/guides/cpp_cmake.html
@@ -284,7 +284,7 @@ make export procedure done before.</p>
 
 <span class="nb">project</span><span class="p">(</span><span class="s">HelloCpp</span>
         <span class="s">VERSION</span> <span class="s">1.0</span>
-        <span class="s">DESCRIPTION</span> <span class="s2">&quot;Hello world C++ Nuttx&quot;</span>
+        <span class="s">DESCRIPTION</span> <span class="s2">&quot;Hello world C++ NuttX&quot;</span>
 <span class="p">)</span>
 
 <span class="nb">set</span><span class="p">(</span><span class="s">CMAKE_CXX_STANDARD</span> <span class="s">17</span><span class="p">)</span>
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 58e169e..359db9d 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: 04 July 21 at 00:06</p>
+<p>Last Updated: 05 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/feed.xml b/content/feed.xml
index 0e6c8d0..2bb70e4 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>Sun, 04 Jul 2021 00:08:14 +0000</pubDate>
-    <lastBuildDate>Sun, 04 Jul 2021 00:08:14 +0000</lastBuildDate>
+    <pubDate>Mon, 05 Jul 2021 00:07:25 +0000</pubDate>
+    <lastBuildDate>Mon, 05 Jul 2021 00:07:25 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>