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 79bb328 Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: e0389ce1fb73920da3ac41de75bece443dbcf080 79bb328 is described below commit 79bb328c544a9233f5215337acc14f77a3c7f089 Author: Xiang <xiaoxi...@xiaomi.com> AuthorDate: Fri Oct 15 00:08:16 2021 +0000 Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: e0389ce1fb73920da3ac41de75bece443dbcf080 --- 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/platforms/risc-v/esp32c3/index.rst.txt | 4 ++-- content/docs/latest/_sources/platforms/xtensa/esp32/index.rst.txt | 4 ++-- content/docs/latest/index.html | 2 +- content/docs/latest/platforms/risc-v/esp32c3/index.html | 4 ++-- content/docs/latest/platforms/xtensa/esp32/index.html | 4 ++-- content/feed.xml | 4 ++-- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html index f08d0bd..8c01b07 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 October 21 at 00:06</p> +<p>Last Updated: 15 October 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 4f701f6..233b631 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: 14 October 21 at 00:06</p> +<p>Last Updated: 15 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 ec1b458..94954a8 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: 14 October 21 at 00:07</p> +<p>Last Updated: 15 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/latest/_sources/platforms/risc-v/esp32c3/index.rst.txt b/content/docs/latest/_sources/platforms/risc-v/esp32c3/index.rst.txt index 0ad497a..44f8fc2 100644 --- a/content/docs/latest/_sources/platforms/risc-v/esp32c3/index.rst.txt +++ b/content/docs/latest/_sources/platforms/risc-v/esp32c3/index.rst.txt @@ -58,14 +58,14 @@ The `esptool.py` command to flash all the binaries is:: However, this is also included in the build process and we can build and flash with:: - make download ESPTOOL_PORT=<port> ESPTOOL_BINDIR=../esp-bins + make flash ESPTOOL_PORT=<port> ESPTOOL_BINDIR=../esp-bins Where ``<port>`` is typically ``/dev/ttyUSB0`` or similar and ``../esp-bins`` is the path to the folder containing the bootloader and the partition table for the ESP32-C3 as explained above. Note that this step is required only one time. Once the bootloader and partition table are flashed, we don't need to flash them again. So subsequent builds -would just require: ``make download ESPTOOL_PORT=/dev/ttyUSBXX`` +would just require: ``make flash ESPTOOL_PORT=/dev/ttyUSBXX`` Debugging with OpenOCD ====================== 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 d965ef0..9cb5b72 100644 --- a/content/docs/latest/_sources/platforms/xtensa/esp32/index.rst.txt +++ b/content/docs/latest/_sources/platforms/xtensa/esp32/index.rst.txt @@ -60,7 +60,7 @@ It's a two step process where the first converts the ELF file into a ESP32-compa and the second flashes it to the board. These steps are included into the build system and you can flash your NuttX firmware simply by running:: - $ make download ESPTOOL_PORT=<port> + $ make flash ESPTOOL_PORT=<port> where ``<port>`` is typically ``/dev/ttyUSB0`` or similar. You can change the baudrate by passing ``ESPTOOL_BAUD``. @@ -73,7 +73,7 @@ Once you downloaded both binaries, you can flash them by adding an ``ESPTOOL_BIN .. code-block:: console - $ make download ESPTOOL_PORT=<port> ESPTOOL_BINDIR=<dir> + $ make flash ESPTOOL_PORT=<port> ESPTOOL_BINDIR=<dir> .. note:: It is recommended that if this is the first time you are using the board with NuttX that you perform a complete SPI FLASH erase. diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html index e786bf3..57bd123 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: 14 October 21 at 00:07</p> +<p>Last Updated: 15 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/latest/platforms/risc-v/esp32c3/index.html b/content/docs/latest/platforms/risc-v/esp32c3/index.html index 0318ad9..8267333 100644 --- a/content/docs/latest/platforms/risc-v/esp32c3/index.html +++ b/content/docs/latest/platforms/risc-v/esp32c3/index.html @@ -276,7 +276,7 @@ The <cite>esptool.py</cite> command to flash all the binaries is:</p> </pre></div> </div> <p>However, this is also included in the build process and we can build and flash with:</p> -<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>make download ESPTOOL_PORT=<port> ESPTOOL_BINDIR=../esp-bins +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>make flash ESPTOOL_PORT=<port> ESPTOOL_BINDIR=../esp-bins </pre></div> </div> <p>Where <code class="docutils literal notranslate"><span class="pre"><port></span></code> is typically <code class="docutils literal notranslate"><span class="pre">/dev/ttyUSB0</span></code> or similar and <code class="docutils literal notranslate"><span class="pre">../esp-bins</span></code> is @@ -284,7 +284,7 @@ the path to the folder containing the bootloader and the partition table for the ESP32-C3 as explained above. Note that this step is required only one time. Once the bootloader and partition table are flashed, we don’t need to flash them again. So subsequent builds -would just require: <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">download</span> <span class="pre">ESPTOOL_PORT=/dev/ttyUSBXX</span></code></p> +would just require: <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">flash</span> <span class="pre">ESPTOOL_PORT=/dev/ttyUSBXX</span></code></p> </div> <div class="section" id="debugging-with-openocd"> <h2>Debugging with OpenOCD<a class="headerlink" href="#debugging-with-openocd" title="Permalink to this headline">¶</a></h2> diff --git a/content/docs/latest/platforms/xtensa/esp32/index.html b/content/docs/latest/platforms/xtensa/esp32/index.html index 4c625ab..2ca8988 100644 --- a/content/docs/latest/platforms/xtensa/esp32/index.html +++ b/content/docs/latest/platforms/xtensa/esp32/index.html @@ -301,7 +301,7 @@ build the toolchain with crosstool-NG on Linux are as follows</p> It’s a two step process where the first converts the ELF file into a ESP32-compatible binary and the second flashes it to the board. These steps are included into the build system and you can flash your NuttX firmware simply by running:</p> -<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>$ make download ESPTOOL_PORT=<port> +<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>$ make flash ESPTOOL_PORT=<port> </pre></div> </div> <p>where <code class="docutils literal notranslate"><span class="pre"><port></span></code> is typically <code class="docutils literal notranslate"><span class="pre">/dev/ttyUSB0</span></code> or similar. You can change the baudrate by passing <code class="docutils literal notranslate"><span class="pre">ESPTOOL_BAUD</span></code>.</p> @@ -310,7 +310,7 @@ flash your NuttX firmware simply by running:</p> <p>ESP32 requires a bootloader to be flashed as well as a set of FLASH partitions. This is only needed the first time (or any time you which to modify either of these). An easy way is to use prebuilt binaries for NuttX from <a class="reference external" href="https://github.com/espressif/esp-nuttx-bootloader">here</a>. In there you will find instructions to rebuild these if necessary. Once you downloaded both binaries, you can flash them by adding an <code class="docutils literal notranslate"><span class="pre">ESPTOOL_BINDIR</span></code> parameter, pointing to the directory where these binaries were downloaded:</p> -<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>make download <span class="nv">ESPTOOL_PORT</span><span class="o">=</span><port> <span class="nv">ESPTOOL_BINDIR</span><span class="o">=</span><dir> +<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>make flash <span class="nv">ESPTOOL_PORT</span><span class="o">=</span><port> <span class="nv">ESPTOOL_BINDIR</span><span class="o">=</span><dir> </pre></div> </div> <div class="admonition note"> diff --git a/content/feed.xml b/content/feed.xml index eb11282..fd7de25 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, 14 Oct 2021 00:09:24 +0000</pubDate> - <lastBuildDate>Thu, 14 Oct 2021 00:09:24 +0000</lastBuildDate> + <pubDate>Fri, 15 Oct 2021 00:08:14 +0000</pubDate> + <lastBuildDate>Fri, 15 Oct 2021 00:08:14 +0000</lastBuildDate> <generator>Jekyll v3.8.5</generator> <item>