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 3e4b43b Publishing web: 9ffd1f116b5230ce5b4c4266125dbb3e9db3fc8e
docs: bf1d5870630db8ff036e9f49e94e2fbe646f7268
3e4b43b is described below
commit 3e4b43ba867ebcddbc113af85bcce06e410def67
Author: Nathan <[email protected]>
AuthorDate: Fri Jun 11 00:08:15 2021 +0000
Publishing web: 9ffd1f116b5230ce5b4c4266125dbb3e9db3fc8e docs:
bf1d5870630db8ff036e9f49e94e2fbe646f7268
---
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/install.rst.txt | 5 +++--
content/docs/latest/index.html | 2 +-
content/docs/latest/quickstart/install.html | 7 ++++---
content/docs/latest/searchindex.js | 2 +-
content/feed.xml | 4 ++--
8 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index ae2dbe1..594baa6 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: 10 June 21 at 16:54</p>
+<p>Last Updated: 11 June 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 7afaf0c..38499ab 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: 10 June 21 at 16:55</p>
+<p>Last Updated: 11 June 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 ea0bf5b..6460c36 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: 10 June 21 at 16:55</p>
+<p>Last Updated: 11 June 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/latest/_sources/quickstart/install.rst.txt
b/content/docs/latest/_sources/quickstart/install.rst.txt
index e423d02..f08b036 100644
--- a/content/docs/latest/_sources/quickstart/install.rst.txt
+++ b/content/docs/latest/_sources/quickstart/install.rst.txt
@@ -61,7 +61,7 @@ First, install the following set of system dependencies
according to your Operat
KConfig frontend
----------------
-NuttX configuration system uses `KConfig
<https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt>`_ which
is exposed via a series of interactive menu-based *frontends*, part of the
``kconfig-frontends`` package. Depending on your OS you may use a precompiled
package or you will have to build it from source:
+NuttX configuration system uses `KConfig
<https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt>`_ which
is exposed via a series of interactive menu-based *frontends*, part of the
``kconfig-frontends`` package. Depending on your OS you may use a precompiled
package or you will have to build it from source, which is available in the
`NuttX tools repository
<https://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/>`_:
.. tabs::
@@ -71,12 +71,13 @@ NuttX configuration system uses `KConfig
<https://www.kernel.org/doc/Documentati
.. code-tab:: console MacOS, Ubuntu 18.04 LTS and earlier
+ $ git clone https://bitbucket.org/nuttx/tools.git
$ cd tools/kconfig-frontends
$ # on MacOS do the following:
$ patch < ../kconfig-macos.diff -p 1
$ ./configure --enable-mconf --disable-shared --enable-static
--disable-gconf --disable-qconf --disable-nconf
$ # on Linux do the following:
- $ ./configure --enable-mconf --disable-nconf --disable-gconf
--disable-qconf
+ $ ./configure --enable-mconf --disable-nconf --disable-gconf
--disable-qconf
$ make
$ make install
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 7f4b14f..9ce6328 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: 10 June 21 at 16:55</p>
+<p>Last Updated: 11 June 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/quickstart/install.html
b/content/docs/latest/quickstart/install.html
index 23ac269..f6166e4 100644
--- a/content/docs/latest/quickstart/install.html
+++ b/content/docs/latest/quickstart/install.html
@@ -260,18 +260,19 @@ git unzip zlib-devel
</div></div>
<div class="section" id="kconfig-frontend">
<h3>KConfig frontend<a class="headerlink" href="#kconfig-frontend"
title="Permalink to this headline">¶</a></h3>
-<p>NuttX configuration system uses <a class="reference external"
href="https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt">KConfig</a>
which is exposed via a series of interactive menu-based <em>frontends</em>,
part of the <code class="docutils literal notranslate"><span
class="pre">kconfig-frontends</span></code> package. Depending on your OS you
may use a precompiled package or you will have to build it from source:</p>
+<p>NuttX configuration system uses <a class="reference external"
href="https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt">KConfig</a>
which is exposed via a series of interactive menu-based <em>frontends</em>,
part of the <code class="docutils literal notranslate"><span
class="pre">kconfig-frontends</span></code> package. Depending on your OS you
may use a precompiled package or you will have to build it from source, which
is available in the <a class="reference extern [...]
<blockquote>
<div><div class="sphinx-tabs docutils container">
<div aria-label="Tabbed content" class="closeable" role="tablist"><button
aria-controls="panel-1-VWJ1bnR1IDIwLjA0IExUUyBhbmQgbGF0ZXI="
aria-selected="true" class="sphinx-tabs-tab code-tab group-tab"
id="tab-1-VWJ1bnR1IDIwLjA0IExUUyBhbmQgbGF0ZXI="
name="VWJ1bnR1IDIwLjA0IExUUyBhbmQgbGF0ZXI=" role="tab" tabindex="0">Ubuntu
20.04 LTS and later</button><button
aria-controls="panel-1-TWFjT1MsIFVidW50dSAxOC4wNCBMVFMgYW5kIGVhcmxpZXI="
aria-selected="false" class="sphinx-tabs-tab code-tab group-t [...]
</pre></div>
</div>
-</div><div
aria-labelledby="tab-1-TWFjT1MsIFVidW50dSAxOC4wNCBMVFMgYW5kIGVhcmxpZXI="
class="sphinx-tabs-panel code-tab group-tab" hidden="true"
id="panel-1-TWFjT1MsIFVidW50dSAxOC4wNCBMVFMgYW5kIGVhcmxpZXI="
name="TWFjT1MsIFVidW50dSAxOC4wNCBMVFMgYW5kIGVhcmxpZXI=" role="tabpanel"
tabindex="0"><div class="highlight-console notranslate"><div
class="highlight"><pre><span></span><span class="gp">$ </span><span
class="nb">cd</span> tools/kconfig-frontends
+</div><div
aria-labelledby="tab-1-TWFjT1MsIFVidW50dSAxOC4wNCBMVFMgYW5kIGVhcmxpZXI="
class="sphinx-tabs-panel code-tab group-tab" hidden="true"
id="panel-1-TWFjT1MsIFVidW50dSAxOC4wNCBMVFMgYW5kIGVhcmxpZXI="
name="TWFjT1MsIFVidW50dSAxOC4wNCBMVFMgYW5kIGVhcmxpZXI=" role="tabpanel"
tabindex="0"><div class="highlight-console notranslate"><div
class="highlight"><pre><span></span><span class="gp">$ </span>git clone
https://bitbucket.org/nuttx/tools.git
+<span class="gp">$ </span><span class="nb">cd</span> tools/kconfig-frontends
<span class="gp">$ </span><span class="c1"># on MacOS do the following:</span>
<span class="gp">$ </span>patch < ../kconfig-macos.diff -p <span
class="m">1</span>
<span class="gp">$ </span>./configure --enable-mconf --disable-shared
--enable-static --disable-gconf --disable-qconf --disable-nconf
<span class="gp">$ </span><span class="c1"># on Linux do the following:</span>
-<span class="gp">$ </span>./configure --enable-mconf --disable-nconf
--disable-gconf --disable-qconf
+<span class="gp">$ </span>./configure --enable-mconf --disable-nconf
--disable-gconf --disable-qconf
<span class="gp">$ </span>make
<span class="gp">$ </span>make install
</pre></div>
diff --git a/content/docs/latest/searchindex.js
b/content/docs/latest/searchindex.js
index 48c9ff4..c28cc99 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 92fb574..53abe33 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, 10 Jun 2021 16:57:06 +0000</pubDate>
- <lastBuildDate>Thu, 10 Jun 2021 16:57:06 +0000</lastBuildDate>
+ <pubDate>Fri, 11 Jun 2021 00:08:12 +0000</pubDate>
+ <lastBuildDate>Fri, 11 Jun 2021 00:08:12 +0000</lastBuildDate>
<generator>Jekyll v3.8.5</generator>
<item>