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 43889bf  Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 
docs: 9235d6605b94c91b65ca6af41b21ddcc15449e6c
43889bf is described below

commit 43889bffaf8eb9a9baf5b4727fe41008dd6b9e85
Author: Xiang <xiaoxi...@xiaomi.com>
AuthorDate: Wed Oct 20 00:09:47 2021 +0000

    Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: 
9235d6605b94c91b65ca6af41b21ddcc15449e6c
---
 content/docs/10.0.0/index.html                        |  2 +-
 content/docs/10.0.1/index.html                        |  2 +-
 content/docs/10.1.0/index.html                        |  2 +-
 .../_sources/platforms/xtensa/esp32/index.rst.txt     | 18 +++++++++++-------
 content/docs/latest/index.html                        |  2 +-
 content/docs/latest/platforms/xtensa/esp32/index.html | 19 ++++++++++---------
 content/docs/latest/searchindex.js                    |  2 +-
 content/feed.xml                                      |  4 ++--
 8 files changed, 28 insertions(+), 23 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index 96b27ca..61d14ec 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: 19 October 21 at 00:06</p>
+<p>Last Updated: 20 October 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/10.0.1/index.html b/content/docs/10.0.1/index.html
index 41283a5..929dd94 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: 19 October 21 at 00:06</p>
+<p>Last Updated: 20 October 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/10.1.0/index.html b/content/docs/10.1.0/index.html
index da11844..531f995 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: 19 October 21 at 00:06</p>
+<p>Last Updated: 20 October 21 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/latest/_sources/platforms/xtensa/esp32/index.rst.txt 
b/content/docs/latest/_sources/platforms/xtensa/esp32/index.rst.txt
index 9cb5b72..3b501d6 100644
--- a/content/docs/latest/_sources/platforms/xtensa/esp32/index.rst.txt
+++ b/content/docs/latest/_sources/platforms/xtensa/esp32/index.rst.txt
@@ -329,15 +329,19 @@ Using QEMU
 ==========
 
 First follow the instructions `here <https://github.com/espressif/qemu/wiki>`_ 
to build QEMU.
-Enable the ESP32_QEMU_IMAGE config found in "Board Selection -> ESP32 binary 
image for QEMU".
+
+Enable the ``ESP32_QEMU_IMAGE`` config found in :menuselection:`Board 
Selection --> ESP32 binary image for QEMU`.
+
 Download the bootloader and the partition table from 
https://github.com/espressif/esp-nuttx-bootloader/releases
-and place them in a directory, say ../esp-bins.
-Build and generate the QEMU image: `make ESPTOOL_BINDIR=../esp-bins`
-A new image "esp32_qemu_image.bin" will be created.  It can be run as::
+and place them in a directory, say ``../esp-bins``.
+
+Build and generate the QEMU image::
+
+ $ make ESPTOOL_BINDIR=../esp-bins
+
+A QEMU-compatible ``nuttx.merged.bin`` binary image will be created. It can be 
run as::
 
- ~/PATH_TO_QEMU/qemu/build/xtensa-softmmu/qemu-system-xtensa -nographic \
-    -machine esp32 \
-    -drive file=esp32_qemu_image.bin,if=mtd,format=raw
+ $ qemu-system-xtensa -nographic -machine esp32 -drive 
file=nuttx.merged.bin,if=mtd,format=raw
 
 Things to Do
 ============
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 3d150ea..e69b482 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: 19 October 21 at 00:07</p>
+<p>Last Updated: 20 October 21 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/latest/platforms/xtensa/esp32/index.html 
b/content/docs/latest/platforms/xtensa/esp32/index.html
index 2ca8988..fc247b0 100644
--- a/content/docs/latest/platforms/xtensa/esp32/index.html
+++ b/content/docs/latest/platforms/xtensa/esp32/index.html
@@ -913,15 +913,16 @@ The <code class="docutils literal notranslate"><span 
class="pre">dhcpd_start</sp
 </div>
 <div class="section" id="using-qemu">
 <h2>Using QEMU<a class="headerlink" href="#using-qemu" title="Permalink to 
this headline">¶</a></h2>
-<p>First follow the instructions <a class="reference external" 
href="https://github.com/espressif/qemu/wiki";>here</a> to build QEMU.
-Enable the ESP32_QEMU_IMAGE config found in “Board Selection -&gt; ESP32 
binary image for QEMU”.
-Download the bootloader and the partition table from <a class="reference 
external" 
href="https://github.com/espressif/esp-nuttx-bootloader/releases";>https://github.com/espressif/esp-nuttx-bootloader/releases</a>
-and place them in a directory, say ../esp-bins.
-Build and generate the QEMU image: <cite>make ESPTOOL_BINDIR=../esp-bins</cite>
-A new image “esp32_qemu_image.bin” will be created.  It can be run as:</p>
-<div class="highlight-none notranslate"><div 
class="highlight"><pre><span></span>~/PATH_TO_QEMU/qemu/build/xtensa-softmmu/qemu-system-xtensa
 -nographic \
-   -machine esp32 \
-   -drive file=esp32_qemu_image.bin,if=mtd,format=raw
+<p>First follow the instructions <a class="reference external" 
href="https://github.com/espressif/qemu/wiki";>here</a> to build QEMU.</p>
+<p>Enable the <code class="docutils literal notranslate"><span 
class="pre">ESP32_QEMU_IMAGE</span></code> config found in <span 
class="menuselection">Board Selection ‣ ESP32 binary image for QEMU</span>.</p>
+<p>Download the bootloader and the partition table from <a class="reference 
external" 
href="https://github.com/espressif/esp-nuttx-bootloader/releases";>https://github.com/espressif/esp-nuttx-bootloader/releases</a>
+and place them in a directory, say <code class="docutils literal 
notranslate"><span class="pre">../esp-bins</span></code>.</p>
+<p>Build and generate the QEMU image:</p>
+<div class="highlight-none notranslate"><div 
class="highlight"><pre><span></span>$ make ESPTOOL_BINDIR=../esp-bins
+</pre></div>
+</div>
+<p>A QEMU-compatible <code class="docutils literal notranslate"><span 
class="pre">nuttx.merged.bin</span></code> binary image will be created. It can 
be run as:</p>
+<div class="highlight-none notranslate"><div 
class="highlight"><pre><span></span>$ qemu-system-xtensa -nographic -machine 
esp32 -drive file=nuttx.merged.bin,if=mtd,format=raw
 </pre></div>
 </div>
 </div>
diff --git a/content/docs/latest/searchindex.js 
b/content/docs/latest/searchindex.js
index 18d09ea..845b6f8 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 eb3e155..6d027e4 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>Tue, 19 Oct 2021 00:09:12 +0000</pubDate>
-    <lastBuildDate>Tue, 19 Oct 2021 00:09:12 +0000</lastBuildDate>
+    <pubDate>Wed, 20 Oct 2021 00:09:44 +0000</pubDate>
+    <lastBuildDate>Wed, 20 Oct 2021 00:09:44 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>

Reply via email to