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 b0cf8b3 Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: a14ed025718949c487635b92558016d4954b6048 b0cf8b3 is described below commit b0cf8b34272151bb28dc84c17cce8f844510b521 Author: Abdelatif <abdelatif.guettou...@espressif.com> AuthorDate: Tue Mar 8 00:11:41 2022 +0000 Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: a14ed025718949c487635b92558016d4954b6048 --- 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/10.2.0/index.html | 2 +- content/docs/latest/_sources/quickstart/install.rst.txt | 4 ++-- content/docs/latest/index.html | 2 +- content/docs/latest/quickstart/install.html | 4 ++-- content/feed.xml | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html index 3c36a6d..14dcf8a 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: 07 March 22 at 00:08</p> +<p>Last Updated: 08 March 22 at 00:08</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 391edf3..14af357 100644 --- a/content/docs/10.0.1/index.html +++ b/content/docs/10.0.1/index.html @@ -215,7 +215,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: 07 March 22 at 00:09</p> +<p>Last Updated: 08 March 22 at 00:08</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 adca162..8889a20 100644 --- a/content/docs/10.1.0/index.html +++ b/content/docs/10.1.0/index.html @@ -215,7 +215,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: 07 March 22 at 00:09</p> +<p>Last Updated: 08 March 22 at 00:09</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.2.0/index.html b/content/docs/10.2.0/index.html index 365c2bb..2a6cbd5 100644 --- a/content/docs/10.2.0/index.html +++ b/content/docs/10.2.0/index.html @@ -216,7 +216,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: 07 March 22 at 00:10</p> +<p>Last Updated: 08 March 22 at 00:09</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 ea8c197..19b9432 100644 --- a/content/docs/latest/_sources/quickstart/install.rst.txt +++ b/content/docs/latest/_sources/quickstart/install.rst.txt @@ -135,8 +135,8 @@ ARM architecture: .. tip:: There are hints on how to get the latest tool chains for most supported architectures in the Apache NuttX CI helper - `script <https://github.com/apache/incubator-nuttx-testing/blob/master/cibuild.sh>`_ - and Docker `container <https://github.com/apache/incubator-nuttx-testing/blob/master/docker/linux/Dockerfile>`_ + `script <https://github.com/apache/incubator-nuttx/tree/master/tools/ci/cibuild.sh>`_ + and Docker `container <https://github.com/apache/incubator-nuttx/tree/master/tools/ci/docker/linux/Dockerfile>`_ .. todo:: Required toolchain should be part of each arch documentation (see `relevant issue <https://github.com/apache/incubator-nuttx/issues/2409>`_). diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html index 365c2bb..2a6cbd5 100644 --- a/content/docs/latest/index.html +++ b/content/docs/latest/index.html @@ -216,7 +216,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: 07 March 22 at 00:10</p> +<p>Last Updated: 08 March 22 at 00:09</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 c9e79d1..ec1df1a 100644 --- a/content/docs/latest/quickstart/install.html +++ b/content/docs/latest/quickstart/install.html @@ -325,8 +325,8 @@ ARM architecture:</p> <p class="admonition-title">Tip</p> <p>There are hints on how to get the latest tool chains for most supported architectures in the Apache NuttX CI helper -<a class="reference external" href="https://github.com/apache/incubator-nuttx-testing/blob/master/cibuild.sh">script</a> -and Docker <a class="reference external" href="https://github.com/apache/incubator-nuttx-testing/blob/master/docker/linux/Dockerfile">container</a></p> +<a class="reference external" href="https://github.com/apache/incubator-nuttx/tree/master/tools/ci/cibuild.sh">script</a> +and Docker <a class="reference external" href="https://github.com/apache/incubator-nuttx/tree/master/tools/ci/docker/linux/Dockerfile">container</a></p> </div> <div class="admonition-todo admonition" id="id1"> <p class="admonition-title">Todo</p> diff --git a/content/feed.xml b/content/feed.xml index 0293a29..76238f9 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>Mon, 07 Mar 2022 00:12:50 +0000</pubDate> - <lastBuildDate>Mon, 07 Mar 2022 00:12:50 +0000</lastBuildDate> + <pubDate>Tue, 08 Mar 2022 00:11:38 +0000</pubDate> + <lastBuildDate>Tue, 08 Mar 2022 00:11:38 +0000</lastBuildDate> <generator>Jekyll v3.8.5</generator> <item>