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/11/04 15:42:56 UTC

[incubator-nuttx-website] branch asf-site updated: Publishing web: dae81ea3c7ae113846bd7d94778d565c9f4d4c43 docs: b248dd0d3a0d2c629ec7570b7d49c16f5dd816ef

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 18f8221  Publishing web: dae81ea3c7ae113846bd7d94778d565c9f4d4c43 docs: b248dd0d3a0d2c629ec7570b7d49c16f5dd816ef
18f8221 is described below

commit 18f8221a022316702455f9b27749bc4f7122217b
Author: Abdelatif <ab...@espressif.com>
AuthorDate: Thu Nov 4 15:41:09 2021 +0000

    Publishing web: dae81ea3c7ae113846bd7d94778d565c9f4d4c43 docs: b248dd0d3a0d2c629ec7570b7d49c16f5dd816ef
---
 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/quickstart/debugging.rst.txt | 4 ++--
 content/docs/latest/_sources/quickstart/running.rst.txt   | 2 +-
 content/docs/latest/index.html                            | 2 +-
 content/docs/latest/quickstart/debugging.html             | 4 ++--
 content/docs/latest/quickstart/running.html               | 2 +-
 content/docs/latest/searchindex.js                        | 2 +-
 content/download/index.html                               | 2 +-
 content/feed.xml                                          | 4 ++--
 11 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 208cf88..33a8274 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 November 21 at 00:06</p>
+<p>Last Updated: 04 November 21 at 15:38</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 6a133bb..b624d02 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 November 21 at 00:06</p>
+<p>Last Updated: 04 November 21 at 15:38</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 89c255e..1d12458 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 November 21 at 00:07</p>
+<p>Last Updated: 04 November 21 at 15:39</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/debugging.rst.txt b/content/docs/latest/_sources/quickstart/debugging.rst.txt
index cc3489e..afa897b 100644
--- a/content/docs/latest/_sources/quickstart/debugging.rst.txt
+++ b/content/docs/latest/_sources/quickstart/debugging.rst.txt
@@ -59,7 +59,7 @@ start ``openocd`` with the following command:
 
 .. code-block:: console
 
-  $ openocd -f interface/st-link-v2.cfg -f target/stm32f1x.cfg
+  $ openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg
 
 This will start a ``gdb`` server. Then, start ``gdb`` with:
 
@@ -138,7 +138,7 @@ Finally, to enable NuttX integration, you need to supply an additional ``openocd
 
 .. code-block:: console
 
-  $ openocd -f interface/st-link-v2.cfg -f target/stm32f1x.cfg -c '$_TARGETNAME configure -rtos nuttx'
+  $ openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c '$_TARGETNAME configure -rtos nuttx'
   
 Since ``openocd`` also needs to know the memory layout of certain datastructures, you need to have ``gdb``
 run the following commands once the ``nuttx`` binary is loaded:
diff --git a/content/docs/latest/_sources/quickstart/running.rst.txt b/content/docs/latest/_sources/quickstart/running.rst.txt
index 6deb17d..34b9d81 100644
--- a/content/docs/latest/_sources/quickstart/running.rst.txt
+++ b/content/docs/latest/_sources/quickstart/running.rst.txt
@@ -52,7 +52,7 @@ Now, to flash the binary to your board, connect the USB cable and do:
 .. code-block:: console
 
   $ cd nuttx/
-  $ openocd -f interface/st-link-v2.cfg -f target/stm32f1x.cfg -c 'init' \
+  $ openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c 'init' \
     -c 'program nuttx/nuttx.bin verify reset' -c 'shutdown'
 
 Access NuttShell
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index c46dded..3a80d74 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 November 21 at 00:07</p>
+<p>Last Updated: 04 November 21 at 15:39</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/debugging.html b/content/docs/latest/quickstart/debugging.html
index a0e1d04..dafbb41 100644
--- a/content/docs/latest/quickstart/debugging.html
+++ b/content/docs/latest/quickstart/debugging.html
@@ -263,7 +263,7 @@ faster than what the console can output.</p>
 <h2>Debugging with <code class="docutils literal notranslate"><span class="pre">openocd</span></code> and <code class="docutils literal notranslate"><span class="pre">gdb</span></code><a class="headerlink" href="#debugging-with-openocd-and-gdb" title="Permalink to this headline">¶</a></h2>
 <p>To debug our Nucleo board using its embedded SWD debug adapter,
 start <code class="docutils literal notranslate"><span class="pre">openocd</span></code> with the following command:</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>openocd -f interface/st-link-v2.cfg -f target/stm32f1x.cfg
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg
 </pre></div>
 </div>
 <p>This will start a <code class="docutils literal notranslate"><span class="pre">gdb</span></code> server. Then, start <code class="docutils literal notranslate"><span class="pre">gdb</span></code> with:</p>
@@ -326,7 +326,7 @@ opencd. By default, it assumes:</p>
 <p>If you need these options to be set differently, you will have to edit <code class="docutils literal notranslate"><span class="pre">./src/rtos/nuttx_header.h</span></code> from <code class="docutils literal notranslate"><span class="pre">openocd</span></code>,
 change the corresponding settings and then rebuild it.</p>
 <p>Finally, to enable NuttX integration, you need to supply an additional <code class="docutils literal notranslate"><span class="pre">openocd</span></code> argument:</p>
-<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>openocd -f interface/st-link-v2.cfg -f target/stm32f1x.cfg -c <span class="s1">&#39;$_TARGETNAME configure -rtos nuttx&#39;</span>
+<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c <span class="s1">&#39;$_TARGETNAME configure -rtos nuttx&#39;</span>
 </pre></div>
 </div>
 <p>Since <code class="docutils literal notranslate"><span class="pre">openocd</span></code> also needs to know the memory layout of certain datastructures, you need to have <code class="docutils literal notranslate"><span class="pre">gdb</span></code>
diff --git a/content/docs/latest/quickstart/running.html b/content/docs/latest/quickstart/running.html
index 9a2282f..65b53fd 100644
--- a/content/docs/latest/quickstart/running.html
+++ b/content/docs/latest/quickstart/running.html
@@ -252,7 +252,7 @@ version.</p>
 </div></div>
 <p>Now, to flash the binary to your board, connect the USB cable and do:</p>
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span><span class="nb">cd</span> nuttx/
-<span class="gp">$ </span>openocd -f interface/st-link-v2.cfg -f target/stm32f1x.cfg -c <span class="s1">&#39;init&#39;</span> <span class="se">\</span>
+<span class="gp">$ </span>openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c <span class="s1">&#39;init&#39;</span> <span class="se">\</span>
 <span class="go">  -c &#39;program nuttx/nuttx.bin verify reset&#39; -c &#39;shutdown&#39;</span>
 </pre></div>
 </div>
diff --git a/content/docs/latest/searchindex.js b/content/docs/latest/searchindex.js
index daef2a1..1130fb7 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/download/index.html b/content/download/index.html
index 31a7b09..eec94d0 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -191,7 +191,7 @@ download has completed OK.</p>
 <p>For fast downloads, current source distributions are hosted on mirror servers.</p>
 
 <p>For security, hash and signature files are always hosted at
-<a href="https://www.apache.org/dist">Apache</a>.</p>
+<a href="https://downloads.apache.org/incubator/nuttx/">Apache</a>.</p>
 
 <div class="alert alert-warning">
     All releases below are from prior to Apache NuttX's acceptance into the
diff --git a/content/feed.xml b/content/feed.xml
index 460e581..d3084f2 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, 04 Nov 2021 00:09:13 +0000</pubDate>
-    <lastBuildDate>Thu, 04 Nov 2021 00:09:13 +0000</lastBuildDate>
+    <pubDate>Thu, 04 Nov 2021 15:41:07 +0000</pubDate>
+    <lastBuildDate>Thu, 04 Nov 2021 15:41:07 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>