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/29 00:10:59 UTC

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

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 006c0c7  Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: 68a345e248b6ca53b0d830c96d21bbd8de9c036e
006c0c7 is described below

commit 006c0c74b75fa2253ed36283715c61a4dbec67a1
Author: Nathan <59...@users.noreply.github.com>
AuthorDate: Thu Jul 29 00:08:34 2021 +0000

    Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: 68a345e248b6ca53b0d830c96d21bbd8de9c036e
---
 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/risc-v/bl602/index.rst.txt    | 14 ++++++++------
 content/docs/latest/index.html                       |  2 +-
 .../docs/latest/platforms/risc-v/bl602/index.html    | 20 ++++++++++----------
 content/docs/latest/searchindex.js                   |  2 +-
 content/feed.xml                                     |  4 ++--
 8 files changed, 25 insertions(+), 23 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index fc36969..19644db 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: 28 July 21 at 00:05</p>
+<p>Last Updated: 29 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 6221646..9f68e20 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: 28 July 21 at 00:05</p>
+<p>Last Updated: 29 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 be10810..9e3c1d8 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: 28 July 21 at 00:06</p>
+<p>Last Updated: 29 July 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/bl602/index.rst.txt b/content/docs/latest/_sources/platforms/risc-v/bl602/index.rst.txt
index d9bce20..d72c1ad 100644
--- a/content/docs/latest/_sources/platforms/risc-v/bl602/index.rst.txt
+++ b/content/docs/latest/_sources/platforms/risc-v/bl602/index.rst.txt
@@ -40,7 +40,7 @@ nsh
 First make sure the ``riscv-gnu-toolchain`` has been installed
 correctly.
 
-Configure the NUttX project: ``./tools/configure.sh bl602evb:nsh``. Run
+Configure the NuttX project: ``./tools/configure.sh bl602evb:nsh``. Run
 ``make`` to build the project.
 
 .. code:: shell
@@ -52,7 +52,7 @@ Configure the NUttX project: ``./tools/configure.sh bl602evb:nsh``. Run
 wifi
 ----
 
-Configure the NUttX project: ``./tools/configure.sh bl602evb:wifi``. Run
+Configure the NuttX project: ``./tools/configure.sh bl602evb:wifi``. Run
 ``make`` to build the project.
 
 .. code:: shell
@@ -101,14 +101,16 @@ Config download
 
 **Configuration parameters include:**
 
+-  **Factory Params**: Use the dts file in the device_tree folder of the
+   corresponding chip model in the Dev Cube directory. The default
+   selection is 40M.
+
 -  **Partition Table**: Use the partition table in the partition folder
    of the corresponding chip model in the Dev Cube directory, and 2M
    files are selected by default for BL602
 
-..
-
-   For the nuttx operating system, BL602 has a dedicated partition file.
-   For details, please contact us.
+   **For the nuttx, BL602 has a dedicated partition file. It is placed
+   in** ``nuttx/tools/bl602``
 
 -  **Boot2 Bin**: It is the first Flash program that runs after the
    system is started. It is responsible for establishing the BLSP
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index f5eab23..898b404 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: 28 July 21 at 00:06</p>
+<p>Last Updated: 29 July 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/bl602/index.html b/content/docs/latest/platforms/risc-v/bl602/index.html
index 57657fc..983f059 100644
--- a/content/docs/latest/platforms/risc-v/bl602/index.html
+++ b/content/docs/latest/platforms/risc-v/bl602/index.html
@@ -258,7 +258,7 @@ security features are supported.</p>
 <h3>nsh<a class="headerlink" href="#nsh" title="Permalink to this headline">¶</a></h3>
 <p>First make sure the <code class="docutils literal notranslate"><span class="pre">riscv-gnu-toolchain</span></code> has been installed
 correctly.</p>
-<p>Configure the NUttX project: <code class="docutils literal notranslate"><span class="pre">./tools/configure.sh</span> <span class="pre">bl602evb:nsh</span></code>. Run
+<p>Configure the NuttX project: <code class="docutils literal notranslate"><span class="pre">./tools/configure.sh</span> <span class="pre">bl602evb:nsh</span></code>. Run
 <code class="docutils literal notranslate"><span class="pre">make</span></code> to build the project.</p>
 <div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>root@pc:~/nuttx$ tools/configure.sh bl602evb:nsh
 
@@ -268,7 +268,7 @@ root@pc:~/nuttx$ make
 </div>
 <div class="section" id="wifi">
 <h3>wifi<a class="headerlink" href="#wifi" title="Permalink to this headline">¶</a></h3>
-<p>Configure the NUttX project: <code class="docutils literal notranslate"><span class="pre">./tools/configure.sh</span> <span class="pre">bl602evb:wifi</span></code>. Run
+<p>Configure the NuttX project: <code class="docutils literal notranslate"><span class="pre">./tools/configure.sh</span> <span class="pre">bl602evb:wifi</span></code>. Run
 <code class="docutils literal notranslate"><span class="pre">make</span></code> to build the project.</p>
 <div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>root@pc:~/nuttx$ tools/configure.sh bl602evb:wifi
 
@@ -307,16 +307,16 @@ internal RC32M clock source should be selected here,default is 40M</p></li>
 <li><p><strong>Chip Erase</strong>: default setting is False</p></li>
 </ul>
 <p><strong>Configuration parameters include:</strong></p>
-<ul class="simple">
+<ul>
+<li><p><strong>Factory Params</strong>: Use the dts file in the device_tree folder of the
+corresponding chip model in the Dev Cube directory. The default
+selection is 40M.</p></li>
 <li><p><strong>Partition Table</strong>: Use the partition table in the partition folder
 of the corresponding chip model in the Dev Cube directory, and 2M
-files are selected by default for BL602</p></li>
-</ul>
-<blockquote>
-<div><p>For the nuttx operating system, BL602 has a dedicated partition file.
-For details, please contact us.</p>
-</div></blockquote>
-<ul class="simple">
+files are selected by default for BL602</p>
+<p><strong>For the nuttx, BL602 has a dedicated partition file. It is placed
+in</strong> <code class="docutils literal notranslate"><span class="pre">nuttx/tools/bl602</span></code></p>
+</li>
 <li><p><strong>Boot2 Bin</strong>: It is the first Flash program that runs after the
 system is started. It is responsible for establishing the BLSP
 security environment and guiding the main program to run. It uses the
diff --git a/content/docs/latest/searchindex.js b/content/docs/latest/searchindex.js
index 1e93080..7bcdc40 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 dd8ac2c..070de54 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>Wed, 28 Jul 2021 00:08:02 +0000</pubDate>
-    <lastBuildDate>Wed, 28 Jul 2021 00:08:02 +0000</lastBuildDate>
+    <pubDate>Thu, 29 Jul 2021 00:08:31 +0000</pubDate>
+    <lastBuildDate>Thu, 29 Jul 2021 00:08:31 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>