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 ec57e13  Publishing web: b5f9f15ea0a08ad7e52e24f580a88a7c2b9a085d 
docs: 2a9329615a5d041238482fca849edab5a5096f74
ec57e13 is described below

commit ec57e13cacf18b3928c5ffd41f5282543806269a
Author: Matias <mat...@protobits.dev>
AuthorDate: Fri Dec 11 00:49:31 2020 +0000

    Publishing web: b5f9f15ea0a08ad7e52e24f580a88a7c2b9a085d docs: 
2a9329615a5d041238482fca849edab5a5096f74
---
 content/docs/10.0.0/index.html                                |  2 +-
 content/docs/10.0.1/index.html                                |  2 +-
 .../latest/_sources/introduction/detailed_support.rst.txt     | 11 ++++++-----
 content/docs/latest/index.html                                |  2 +-
 content/docs/latest/introduction/detailed_support.html        | 10 ++++++----
 content/docs/latest/searchindex.js                            |  2 +-
 content/feed.xml                                              |  4 ++--
 7 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index bd2c5ff..5386530 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 December 20 at 08:24</p>
+<p>Last Updated: 11 December 20 at 00:47</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 b472116..2fb41cd 100644
--- a/content/docs/10.0.1/index.html
+++ b/content/docs/10.0.1/index.html
@@ -211,7 +211,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 December 20 at 08:24</p>
+<p>Last Updated: 11 December 20 at 00:47</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/introduction/detailed_support.rst.txt 
b/content/docs/latest/_sources/introduction/detailed_support.rst.txt
index cb21686..71693b0 100644
--- a/content/docs/latest/_sources/introduction/detailed_support.rst.txt
+++ b/content/docs/latest/_sources/introduction/detailed_support.rst.txt
@@ -3060,9 +3060,9 @@ Basic architectural support for Xtensa LX6 processors and 
the port for
 the Espressif ESP32 were added in NuttX-7.19. The basic ESP32 port is
 function in both single CPU and dual CPU SMP configurations.
 
-**Espressif ESP32 Core v2 Board** The NuttX release includes support for
-Espressif ESP32 Core v2 board. There is an NSH configuration for each
-CPU configuration and an OS test configuration for verificatin of the
+**Espressif ESP32 DevkitC V4 Board** The NuttX release includes support for
+Espressif ESP32 DevkitC V4 board. There is an NSH configuration for each
+CPU configuration and an OS test configuration for verification of the
 port.
 
 **STATUS**. ESP32 support in NuttX-7.19 is functional, but very
@@ -3071,10 +3071,11 @@ Outstanding issues include missing clock configuration 
logic, missing
 partition tables to support correct configuration from FLASH, and some
 serial driver pin configuration issues. The configuration is usable
 despite these limitations. Refer to the NuttX board
-`README 
<https://github.com/apache/incubator-nuttx/blob/master/boards/xtensa/esp32/esp32-core/README.txt>`__
+`README 
<https://github.com/apache/incubator-nuttx/blob/master/boards/xtensa/esp32/esp32-devkitc/README.txt>`__
 file for further information.
 
-
+Release NuttX-10.0.0 brought a bunch of additions to the ESP32 port.  This
+includes: I2C, SPI, RTC, PM, Timers, Watchdog Timer and Ethernet.
 
 Zilog ZNEO Z16F
 ===============
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 95bfb6b..ff1c75f 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -210,7 +210,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 December 20 at 08:24</p>
+<p>Last Updated: 11 December 20 at 00:47</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/introduction/detailed_support.html 
b/content/docs/latest/introduction/detailed_support.html
index 89e1088..af02588 100644
--- a/content/docs/latest/introduction/detailed_support.html
+++ b/content/docs/latest/introduction/detailed_support.html
@@ -3131,9 +3131,9 @@ added in NuttX-9.0.</p>
 <p>Basic architectural support for Xtensa LX6 processors and the port for
 the Espressif ESP32 were added in NuttX-7.19. The basic ESP32 port is
 function in both single CPU and dual CPU SMP configurations.</p>
-<p><strong>Espressif ESP32 Core v2 Board</strong> The NuttX release includes 
support for
-Espressif ESP32 Core v2 board. There is an NSH configuration for each
-CPU configuration and an OS test configuration for verificatin of the
+<p><strong>Espressif ESP32 DevkitC V4 Board</strong> The NuttX release 
includes support for
+Espressif ESP32 DevkitC V4 board. There is an NSH configuration for each
+CPU configuration and an OS test configuration for verification of the
 port.</p>
 <p><strong>STATUS</strong>. ESP32 support in NuttX-7.19 is functional, but very
 preliminary. There is little yet in the way of device driver support.
@@ -3141,8 +3141,10 @@ Outstanding issues include missing clock configuration 
logic, missing
 partition tables to support correct configuration from FLASH, and some
 serial driver pin configuration issues. The configuration is usable
 despite these limitations. Refer to the NuttX board
-<a class="reference external" 
href="https://github.com/apache/incubator-nuttx/blob/master/boards/xtensa/esp32/esp32-core/README.txt";>README</a>
+<a class="reference external" 
href="https://github.com/apache/incubator-nuttx/blob/master/boards/xtensa/esp32/esp32-devkitc/README.txt";>README</a>
 file for further information.</p>
+<p>Release NuttX-10.0.0 brought a bunch of additions to the ESP32 port.  This
+includes: I2C, SPI, RTC, PM, Timers, Watchdog Timer and Ethernet.</p>
 </div>
 </div>
 <div class="section" id="zilog-zneo-z16f">
diff --git a/content/docs/latest/searchindex.js 
b/content/docs/latest/searchindex.js
index ac5aaba..4cb1299 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","boards/index","components/binfmt","components/drivers/block/index","components/drivers/character/analog","components/drivers/character/can","components/drivers/character/index","components/drivers/character/keypad","components
 [...]
\ 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","boards/index","components/binfmt","components/drivers/block/index","components/drivers/character/analog","components/drivers/character/can","components/drivers/character/index","components/drivers/character/keypad","components
 [...]
\ No newline at end of file
diff --git a/content/feed.xml b/content/feed.xml
index d909088..d6d6331 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 Dec 2020 08:26:24 +0000</pubDate>
-    <lastBuildDate>Thu, 10 Dec 2020 08:26:24 +0000</lastBuildDate>
+    <pubDate>Fri, 11 Dec 2020 00:49:30 +0000</pubDate>
+    <lastBuildDate>Fri, 11 Dec 2020 00:49:30 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>

Reply via email to