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/02/09 00:45:44 UTC

[incubator-nuttx-website] branch asf-site updated: Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: ccc75a09e9e4b3a99d9e9282e0a3a7fcce2f20b0

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 16cc220  Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: ccc75a09e9e4b3a99d9e9282e0a3a7fcce2f20b0
16cc220 is described below

commit 16cc220f069018f2c0563481ffc9bf0e51be7443
Author: Ouss4 <ab...@gmail.com>
AuthorDate: Tue Feb 9 00:44:55 2021 +0000

    Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: ccc75a09e9e4b3a99d9e9282e0a3a7fcce2f20b0
---
 content/docs/10.0.0/index.html                          | 2 +-
 content/docs/10.0.1/index.html                          | 2 +-
 content/docs/latest/_sources/quickstart/install.rst.txt | 6 +++---
 content/docs/latest/index.html                          | 2 +-
 content/docs/latest/quickstart/install.html             | 6 +++---
 content/docs/latest/searchindex.js                      | 2 +-
 content/feed.xml                                        | 4 ++--
 7 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index 2cb35ab..3671082 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: 08 February 21 at 00:42</p>
+<p>Last Updated: 09 February 21 at 00:42</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 786f81a..c0d1f3b 100644
--- a/content/docs/10.0.1/index.html
+++ b/content/docs/10.0.1/index.html
@@ -211,7 +211,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: 08 February 21 at 00:43</p>
+<p>Last Updated: 09 February 21 at 00:43</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/quickstart/install.rst.txt b/content/docs/latest/_sources/quickstart/install.rst.txt
index 961b282..e423d02 100644
--- a/content/docs/latest/_sources/quickstart/install.rst.txt
+++ b/content/docs/latest/_sources/quickstart/install.rst.txt
@@ -38,9 +38,9 @@ First, install the following set of system dependencies according to your Operat
 
   .. tab:: Windows / WSL
 
-    If you are are building Apache NuttX on windows and using WSL follow
+    If you are are building Apache NuttX on Windows and using WSL follow
     that installation guide for Linux.  This has been verified against the
-    Ubunutu 18.04 version.
+    Ubuntu 18.04 version.
 
     There may be complications interacting with
     programming tools over USB.  Recently support for USBIP was added to WSL 2
@@ -119,7 +119,7 @@ ARM architecture:
     .. code-block:: console
 
       $ HOST_PLATFORM=x86_64-linux   # use "mac" for macOS.
-      $ # For windows there is a zip instead (gcc-arm-none-eabi-9-2019-q4-major-win32.zip)
+      $ # For Windows there is a zip instead (gcc-arm-none-eabi-9-2019-q4-major-win32.zip)
       $ curl -L -O https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-${HOST_PLATFORM}.tar.bz2
       $ tar xf gcc-arm-none-eabi-9-2019-q4-major-${HOST_PLATFORM}.tar.bz2
 
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index e5f9429..3c891de 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -210,7 +210,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: 08 February 21 at 00:43</p>
+<p>Last Updated: 09 February 21 at 00:43</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/quickstart/install.html b/content/docs/latest/quickstart/install.html
index 70e0452..86824d8 100644
--- a/content/docs/latest/quickstart/install.html
+++ b/content/docs/latest/quickstart/install.html
@@ -265,9 +265,9 @@ libexpat-dev gcc-multilib g++-multilib picocom u-boot-tools util-linux
 </div>
 </div>
 <div class="ui bottom attached sphinx-tab tab segment sphinx-data-tab-0-2 docutils container">
-<p>If you are are building Apache NuttX on windows and using WSL follow
+<p>If you are are building Apache NuttX on Windows and using WSL follow
 that installation guide for Linux.  This has been verified against the
-Ubunutu 18.04 version.</p>
+Ubuntu 18.04 version.</p>
 <p>There may be complications interacting with
 programming tools over USB.  Recently support for USBIP was added to WSL 2
 which has been used with the STM32 platform, but it is not trivial to configure:
@@ -365,7 +365,7 @@ ARM architecture:</p>
 </div>
 <p>Download and extract toolchain:</p>
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> <span class="nv">HOST_PLATFORM</span><span class="o">=</span>x86_64-linux   <span class="c1"># use &quot;mac&quot; for macOS.</span>
-<span class="gp">$</span> <span class="c1"># For windows there is a zip instead (gcc-arm-none-eabi-9-2019-q4-major-win32.zip)</span>
+<span class="gp">$</span> <span class="c1"># For Windows there is a zip instead (gcc-arm-none-eabi-9-2019-q4-major-win32.zip)</span>
 <span class="gp">$</span> curl -L -O https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-<span class="si">${</span><span class="nv">HOST_PLATFORM</span><span class="si">}</span>.tar.bz2
 <span class="gp">$</span> tar xf gcc-arm-none-eabi-9-2019-q4-major-<span class="si">${</span><span class="nv">HOST_PLATFORM</span><span class="si">}</span>.tar.bz2
 </pre></div>
diff --git a/content/docs/latest/searchindex.js b/content/docs/latest/searchindex.js
index 5863e70..580bb3e 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/index","components/drivers/character/keypad","components/drivers/charac [...]
\ 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/index","components/drivers/character/keypad","components/drivers/charac [...]
\ No newline at end of file
diff --git a/content/feed.xml b/content/feed.xml
index 3242f4d..24edd30 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, 08 Feb 2021 00:44:54 +0000</pubDate>
-    <lastBuildDate>Mon, 08 Feb 2021 00:44:54 +0000</lastBuildDate>
+    <pubDate>Tue, 09 Feb 2021 00:44:53 +0000</pubDate>
+    <lastBuildDate>Tue, 09 Feb 2021 00:44:53 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>