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/nuttx-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 98aad6c5e Publishing web: 51627ec89e2b02358b2ac0c43bd479968bd14064 
docs: d2282ec26a219090414835530a5872de76bf848d
98aad6c5e is described below

commit 98aad6c5e103935d59c9f3210e991f4ee5cfcb07
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Thu Jul 31 00:34:20 2025 +0000

    Publishing web: 51627ec89e2b02358b2ac0c43bd479968bd14064 docs: 
d2282ec26a219090414835530a5872de76bf848d
---
 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/10.3.0/index.html                     |   2 +-
 content/docs/11.0.0/index.html                     |   2 +-
 content/docs/12.0.0/index.html                     |   2 +-
 content/docs/12.0.0/searchindex.js                 |   2 +-
 content/docs/12.1.0/index.html                     |   2 +-
 content/docs/12.1.0/searchindex.js                 |   2 +-
 content/docs/12.10.0/index.html                    |   2 +-
 content/docs/12.10.0/searchindex.js                |   2 +-
 content/docs/12.2.0/index.html                     |   2 +-
 content/docs/12.2.0/searchindex.js                 |   2 +-
 content/docs/12.2.1/index.html                     |   2 +-
 content/docs/12.2.1/searchindex.js                 |   2 +-
 content/docs/12.3.0/index.html                     |   2 +-
 content/docs/12.3.0/searchindex.js                 |   2 +-
 content/docs/12.4.0/index.html                     |   2 +-
 content/docs/12.4.0/searchindex.js                 |   2 +-
 content/docs/12.5.0/index.html                     |   2 +-
 content/docs/12.5.0/searchindex.js                 |   2 +-
 content/docs/12.5.1/index.html                     |   2 +-
 content/docs/12.5.1/searchindex.js                 |   2 +-
 content/docs/12.6.0/index.html                     |   2 +-
 content/docs/12.6.0/searchindex.js                 |   2 +-
 content/docs/12.7.0/index.html                     |   2 +-
 content/docs/12.7.0/searchindex.js                 |   2 +-
 content/docs/12.8.0/index.html                     |   2 +-
 content/docs/12.8.0/searchindex.js                 |   2 +-
 content/docs/12.9.0/index.html                     |   2 +-
 content/docs/12.9.0/searchindex.js                 |   2 +-
 .../docs/latest/_sources/guides/simulator.rst.txt  |   6 +-
 .../boards/pic32czca70-curiosity/index.rst.txt     |  85 +++++++++++++
 .../_sources/platforms/arm/samv7/index.rst.txt     |  21 ++--
 .../_sources/platforms/sim/sim/index.rst.txt       |   6 +-
 .../latest/_sources/quickstart/configuring.rst.txt |  12 +-
 content/docs/latest/guides/fully_linked_elf.html   |   2 +-
 .../docs/latest/guides/partially_linked_elf.html   |   2 +-
 content/docs/latest/guides/simulator.html          |   6 +-
 content/docs/latest/index.html                     |   2 +-
 content/docs/latest/objects.inv                    | Bin 158571 -> 158709 bytes
 .../index.html                                     | 133 +++++++++++++++++++--
 .../arm/samv7/boards/same70-qmtech/index.html      |   5 +-
 .../arm/samv7/boards/same70-xplained/index.html    |   1 +
 .../arm/samv7/boards/samv71-xult/index.html        |   1 +
 content/docs/latest/platforms/arm/samv7/index.html |  14 ++-
 content/docs/latest/platforms/index.html           |   1 +
 .../latest/platforms/sim/sim/boards/sim/index.html |   3 +-
 content/docs/latest/platforms/sim/sim/index.html   |   6 +-
 content/docs/latest/quickstart/configuring.html    |  12 +-
 content/docs/latest/searchindex.js                 |   2 +-
 content/feed.xml                                   |   4 +-
 53 files changed, 291 insertions(+), 97 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index 7dab79bc4..a6b885fab 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: 30 July 25 at 00:16</p>
+<p>Last Updated: 31 July 25 at 00:16</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 20ba528eb..0a8dfd534 100644
--- a/content/docs/10.0.1/index.html
+++ b/content/docs/10.0.1/index.html
@@ -245,7 +245,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: 30 July 25 at 00:16</p>
+<p>Last Updated: 31 July 25 at 00:16</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 27bcc6f89..a7edffb1d 100644
--- a/content/docs/10.1.0/index.html
+++ b/content/docs/10.1.0/index.html
@@ -245,7 +245,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: 30 July 25 at 00:17</p>
+<p>Last Updated: 31 July 25 at 00:16</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 b3d76fc0e..232c19e69 100644
--- a/content/docs/10.2.0/index.html
+++ b/content/docs/10.2.0/index.html
@@ -246,7 +246,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: 30 July 25 at 00:17</p>
+<p>Last Updated: 31 July 25 at 00:16</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.3.0/index.html b/content/docs/10.3.0/index.html
index b3d76fc0e..bfbeff0d1 100644
--- a/content/docs/10.3.0/index.html
+++ b/content/docs/10.3.0/index.html
@@ -246,7 +246,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: 30 July 25 at 00:17</p>
+<p>Last Updated: 31 July 25 at 00:17</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/11.0.0/index.html b/content/docs/11.0.0/index.html
index bac8e3074..bfbeff0d1 100644
--- a/content/docs/11.0.0/index.html
+++ b/content/docs/11.0.0/index.html
@@ -246,7 +246,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: 30 July 25 at 00:18</p>
+<p>Last Updated: 31 July 25 at 00:17</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/12.0.0/index.html b/content/docs/12.0.0/index.html
index 2fc6bc0fe..cbc5e7d81 100644
--- a/content/docs/12.0.0/index.html
+++ b/content/docs/12.0.0/index.html
@@ -171,7 +171,7 @@ by following these <a class="reference internal" 
href="contributing/documentatio
 <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: 30 July 25 at 00:18</p>
+<p>Last Updated: 31 July 25 at 00:17</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.0.0/searchindex.js 
b/content/docs/12.0.0/searchindex.js
index a0a08a72a..6e9816081 100644
--- a/content/docs/12.0.0/searchindex.js
+++ b/content/docs/12.0.0/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/docs/12.1.0/index.html b/content/docs/12.1.0/index.html
index a117b37d8..392f60098 100644
--- a/content/docs/12.1.0/index.html
+++ b/content/docs/12.1.0/index.html
@@ -171,7 +171,7 @@ by following these <a class="reference internal" 
href="contributing/documentatio
 <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: 30 July 25 at 00:18</p>
+<p>Last Updated: 31 July 25 at 00:18</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.1.0/searchindex.js 
b/content/docs/12.1.0/searchindex.js
index 6f0f114ca..bd6a42157 100644
--- a/content/docs/12.1.0/searchindex.js
+++ b/content/docs/12.1.0/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/docs/12.10.0/index.html b/content/docs/12.10.0/index.html
index e3e5e4392..fb91ea675 100644
--- a/content/docs/12.10.0/index.html
+++ b/content/docs/12.10.0/index.html
@@ -183,7 +183,7 @@ 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: 30 July 25 at 00:30</p>
+<p>Last Updated: 31 July 25 at 00:30</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.10.0/searchindex.js 
b/content/docs/12.10.0/searchindex.js
index 9587a768e..2d9ee5e56 100644
--- a/content/docs/12.10.0/searchindex.js
+++ b/content/docs/12.10.0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["_tags/arch-arm64", "_tags/arch-avr", 
"_tags/arch-example", "_tags/chip-a527", "_tags/chip-a64", 
"_tags/chip-at90usb", "_tags/chip-atmega", "_tags/chip-atmega2560", 
"_tags/chip-bcm2711", "_tags/chip-esp32", "_tags/chip-esp32a1s", 
"_tags/chip-esp32picod4", "_tags/chip-esp32s2", "_tags/chip-esp32s3", 
"_tags/chip-esp32wroom32", "_tags/chip-esp32wrover32", "_tags/chip-example", 
"_tags/chip-fpga", "_tags/chip-imx8", "_tags/chip-imx93", "_tags/chip-nrf52", 
"_tags/ [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["_tags/arch-arm64", "_tags/arch-avr", 
"_tags/arch-example", "_tags/chip-a527", "_tags/chip-a64", 
"_tags/chip-at90usb", "_tags/chip-atmega", "_tags/chip-atmega2560", 
"_tags/chip-bcm2711", "_tags/chip-esp32", "_tags/chip-esp32a1s", 
"_tags/chip-esp32picod4", "_tags/chip-esp32s2", "_tags/chip-esp32s3", 
"_tags/chip-esp32wroom32", "_tags/chip-esp32wrover32", "_tags/chip-example", 
"_tags/chip-fpga", "_tags/chip-imx8", "_tags/chip-imx93", "_tags/chip-nrf52", 
"_tags/ [...]
\ No newline at end of file
diff --git a/content/docs/12.2.0/index.html b/content/docs/12.2.0/index.html
index 8f0de965d..2c4f08b77 100644
--- a/content/docs/12.2.0/index.html
+++ b/content/docs/12.2.0/index.html
@@ -172,7 +172,7 @@ by following these <a class="reference internal" 
href="contributing/documentatio
 <section id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" 
title="Permalink to this heading"></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: 30 July 25 at 00:19</p>
+<p>Last Updated: 31 July 25 at 00:18</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.2.0/searchindex.js 
b/content/docs/12.2.0/searchindex.js
index ee0c3b508..199b87875 100644
--- a/content/docs/12.2.0/searchindex.js
+++ b/content/docs/12.2.0/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", "applications/nxdiag/config", 
"applications/nxdiag/index", "applications/wapi/commands", 
"applications/wapi/index", "applications/wapi/wireless", "components/binfmt", 
"components/drivers/block/index", "components/dr [...]
\ 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", "applications/nxdiag/config", 
"applications/nxdiag/index", "applications/wapi/commands", 
"applications/wapi/index", "applications/wapi/wireless", "components/binfmt", 
"components/drivers/block/index", "components/dr [...]
\ No newline at end of file
diff --git a/content/docs/12.2.1/index.html b/content/docs/12.2.1/index.html
index 8f0de965d..2c4f08b77 100644
--- a/content/docs/12.2.1/index.html
+++ b/content/docs/12.2.1/index.html
@@ -172,7 +172,7 @@ by following these <a class="reference internal" 
href="contributing/documentatio
 <section id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" 
title="Permalink to this heading"></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: 30 July 25 at 00:19</p>
+<p>Last Updated: 31 July 25 at 00:18</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.2.1/searchindex.js 
b/content/docs/12.2.1/searchindex.js
index 34eb551d5..6400b1160 100644
--- a/content/docs/12.2.1/searchindex.js
+++ b/content/docs/12.2.1/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", "applications/nxdiag/config", 
"applications/nxdiag/index", "applications/wapi/commands", 
"applications/wapi/index", "applications/wapi/wireless", "components/binfmt", 
"components/drivers/block/index", "components/dr [...]
\ 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", "applications/nxdiag/config", 
"applications/nxdiag/index", "applications/wapi/commands", 
"applications/wapi/index", "applications/wapi/wireless", "components/binfmt", 
"components/drivers/block/index", "components/dr [...]
\ No newline at end of file
diff --git a/content/docs/12.3.0/index.html b/content/docs/12.3.0/index.html
index 2e06499c1..28e0f7ae8 100644
--- a/content/docs/12.3.0/index.html
+++ b/content/docs/12.3.0/index.html
@@ -172,7 +172,7 @@ by following these <a class="reference internal" 
href="contributing/documentatio
 <section id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" 
title="Permalink to this heading"></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: 30 July 25 at 00:19</p>
+<p>Last Updated: 31 July 25 at 00:19</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.3.0/searchindex.js 
b/content/docs/12.3.0/searchindex.js
index e69527745..20dd66756 100644
--- a/content/docs/12.3.0/searchindex.js
+++ b/content/docs/12.3.0/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", "applications/nxdiag/config", 
"applications/nxdiag/index", "applications/wapi/commands", 
"applications/wapi/index", "applications/wapi/wireless", "components/binfmt", 
"components/drivers/block/index", "components/dr [...]
\ 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", "applications/nxdiag/config", 
"applications/nxdiag/index", "applications/wapi/commands", 
"applications/wapi/index", "applications/wapi/wireless", "components/binfmt", 
"components/drivers/block/index", "components/dr [...]
\ No newline at end of file
diff --git a/content/docs/12.4.0/index.html b/content/docs/12.4.0/index.html
index dc83b4bbb..84801c110 100644
--- a/content/docs/12.4.0/index.html
+++ b/content/docs/12.4.0/index.html
@@ -179,7 +179,7 @@ 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: 30 July 25 at 00:20</p>
+<p>Last Updated: 31 July 25 at 00:19</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.4.0/searchindex.js 
b/content/docs/12.4.0/searchindex.js
index 0ddcfaecb..e81042ad9 100644
--- a/content/docs/12.4.0/searchindex.js
+++ b/content/docs/12.4.0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/coremark/index", "applications/benchmarks/index", 
"applications/boot/index", "applications/boot/mcuboot/index", 
"applications/boot/miniboot/index", "applications/canutils/candump/index", 
"applications/canutils/canlib/index", "applications/canutils/cansend/index", 
"applications/c [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/coremark/index", "applications/benchmarks/index", 
"applications/boot/index", "applications/boot/mcuboot/index", 
"applications/boot/miniboot/index", "applications/canutils/candump/index", 
"applications/canutils/canlib/index", "applications/canutils/cansend/index", 
"applications/c [...]
\ No newline at end of file
diff --git a/content/docs/12.5.0/index.html b/content/docs/12.5.0/index.html
index 2cbd29381..3196c010e 100644
--- a/content/docs/12.5.0/index.html
+++ b/content/docs/12.5.0/index.html
@@ -179,7 +179,7 @@ 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: 30 July 25 at 00:21</p>
+<p>Last Updated: 31 July 25 at 00:21</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.5.0/searchindex.js 
b/content/docs/12.5.0/searchindex.js
index 3001e8a3e..87b08c3fd 100644
--- a/content/docs/12.5.0/searchindex.js
+++ b/content/docs/12.5.0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/coremark/index", "applications/benchmarks/index", 
"applications/boot/index", "applications/boot/mcuboot/index", 
"applications/boot/miniboot/index", "applications/canutils/candump/index", 
"applications/canutils/canlib/index", "applications/canutils/cansend/index", 
"applications/c [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/coremark/index", "applications/benchmarks/index", 
"applications/boot/index", "applications/boot/mcuboot/index", 
"applications/boot/miniboot/index", "applications/canutils/candump/index", 
"applications/canutils/canlib/index", "applications/canutils/cansend/index", 
"applications/c [...]
\ No newline at end of file
diff --git a/content/docs/12.5.1/index.html b/content/docs/12.5.1/index.html
index 30204a0b4..3f2ee027e 100644
--- a/content/docs/12.5.1/index.html
+++ b/content/docs/12.5.1/index.html
@@ -179,7 +179,7 @@ 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: 30 July 25 at 00:23</p>
+<p>Last Updated: 31 July 25 at 00:22</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.5.1/searchindex.js 
b/content/docs/12.5.1/searchindex.js
index 29b98fe97..f8e77513d 100644
--- a/content/docs/12.5.1/searchindex.js
+++ b/content/docs/12.5.1/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/coremark/index", "applications/benchmarks/index", 
"applications/boot/index", "applications/boot/mcuboot/index", 
"applications/boot/miniboot/index", "applications/canutils/candump/index", 
"applications/canutils/canlib/index", "applications/canutils/cansend/index", 
"applications/c [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/coremark/index", "applications/benchmarks/index", 
"applications/boot/index", "applications/boot/mcuboot/index", 
"applications/boot/miniboot/index", "applications/canutils/candump/index", 
"applications/canutils/canlib/index", "applications/canutils/cansend/index", 
"applications/c [...]
\ No newline at end of file
diff --git a/content/docs/12.6.0/index.html b/content/docs/12.6.0/index.html
index 874a77569..46c2dfb87 100644
--- a/content/docs/12.6.0/index.html
+++ b/content/docs/12.6.0/index.html
@@ -180,7 +180,7 @@ 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: 30 July 25 at 00:24</p>
+<p>Last Updated: 31 July 25 at 00:23</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.6.0/searchindex.js 
b/content/docs/12.6.0/searchindex.js
index 0887c29b9..9b37630a3 100644
--- a/content/docs/12.6.0/searchindex.js
+++ b/content/docs/12.6.0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/cachespeed/index", 
"applications/benchmarks/coremark-pro/index", 
"applications/benchmarks/coremark/index", 
"applications/benchmarks/dhrystone/index", "applications/benchmarks/fio/index", 
"applications/benchmarks/index", "applications/benchmarks/iozone/index", 
"applications/bench [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/cachespeed/index", 
"applications/benchmarks/coremark-pro/index", 
"applications/benchmarks/coremark/index", 
"applications/benchmarks/dhrystone/index", "applications/benchmarks/fio/index", 
"applications/benchmarks/index", "applications/benchmarks/iozone/index", 
"applications/bench [...]
\ No newline at end of file
diff --git a/content/docs/12.7.0/index.html b/content/docs/12.7.0/index.html
index 88dfcc352..3f1edb009 100644
--- a/content/docs/12.7.0/index.html
+++ b/content/docs/12.7.0/index.html
@@ -179,7 +179,7 @@ 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: 30 July 25 at 00:25</p>
+<p>Last Updated: 31 July 25 at 00:25</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.7.0/searchindex.js 
b/content/docs/12.7.0/searchindex.js
index f0aecf09b..e25dbadbe 100644
--- a/content/docs/12.7.0/searchindex.js
+++ b/content/docs/12.7.0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/cachespeed/index", 
"applications/benchmarks/coremark-pro/index", 
"applications/benchmarks/coremark/index", 
"applications/benchmarks/dhrystone/index", "applications/benchmarks/fio/index", 
"applications/benchmarks/index", "applications/benchmarks/iozone/index", 
"applications/bench [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/cachespeed/index", 
"applications/benchmarks/coremark-pro/index", 
"applications/benchmarks/coremark/index", 
"applications/benchmarks/dhrystone/index", "applications/benchmarks/fio/index", 
"applications/benchmarks/index", "applications/benchmarks/iozone/index", 
"applications/bench [...]
\ No newline at end of file
diff --git a/content/docs/12.8.0/index.html b/content/docs/12.8.0/index.html
index 620ddf18a..7e63d5487 100644
--- a/content/docs/12.8.0/index.html
+++ b/content/docs/12.8.0/index.html
@@ -179,7 +179,7 @@ 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: 30 July 25 at 00:27</p>
+<p>Last Updated: 31 July 25 at 00:26</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.8.0/searchindex.js 
b/content/docs/12.8.0/searchindex.js
index 6691ea828..94d774a05 100644
--- a/content/docs/12.8.0/searchindex.js
+++ b/content/docs/12.8.0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/cachespeed/index", 
"applications/benchmarks/coremark-pro/index", 
"applications/benchmarks/coremark/index", 
"applications/benchmarks/dhrystone/index", "applications/benchmarks/fio/index", 
"applications/benchmarks/index", "applications/benchmarks/iozone/index", 
"applications/bench [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/cachespeed/index", 
"applications/benchmarks/coremark-pro/index", 
"applications/benchmarks/coremark/index", 
"applications/benchmarks/dhrystone/index", "applications/benchmarks/fio/index", 
"applications/benchmarks/index", "applications/benchmarks/iozone/index", 
"applications/bench [...]
\ No newline at end of file
diff --git a/content/docs/12.9.0/index.html b/content/docs/12.9.0/index.html
index 0c70714dc..9516a93aa 100644
--- a/content/docs/12.9.0/index.html
+++ b/content/docs/12.9.0/index.html
@@ -179,7 +179,7 @@ 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: 30 July 25 at 00:29</p>
+<p>Last Updated: 31 July 25 at 00:28</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/12.9.0/searchindex.js 
b/content/docs/12.9.0/searchindex.js
index 092ae95a4..818cbcc17 100644
--- a/content/docs/12.9.0/searchindex.js
+++ b/content/docs/12.9.0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/cachespeed/index", 
"applications/benchmarks/coremark-pro/index", 
"applications/benchmarks/coremark/index", 
"applications/benchmarks/cyclictest/index", 
"applications/benchmarks/dhrystone/index", "applications/benchmarks/fio/index", 
"applications/benchmarks/index", "applications/b [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["applications/audioutils/fmsynt/index", 
"applications/audioutils/index", "applications/audioutils/mml_parser/index", 
"applications/audioutils/nxaudio/index", 
"applications/benchmarks/cachespeed/index", 
"applications/benchmarks/coremark-pro/index", 
"applications/benchmarks/coremark/index", 
"applications/benchmarks/cyclictest/index", 
"applications/benchmarks/dhrystone/index", "applications/benchmarks/fio/index", 
"applications/benchmarks/index", "applications/b [...]
\ No newline at end of file
diff --git a/content/docs/latest/_sources/guides/simulator.rst.txt 
b/content/docs/latest/_sources/guides/simulator.rst.txt
index a7ee735c5..16cd66724 100644
--- a/content/docs/latest/_sources/guides/simulator.rst.txt
+++ b/content/docs/latest/_sources/guides/simulator.rst.txt
@@ -63,12 +63,8 @@ Compiling
     .. code-block:: console
 
        $ ./nuttx
-       login: admin
-       password: Administrator
-       User Logged-in!
 
-       NuttShell (NSH) NuttX-9.1.0
-       MOTD: username=admin password=Administrator
+       NuttShell (NSH) NuttX-12.10.0
        nsh> help
        help usage:  help [-v] [<cmd>]
 
diff --git 
a/content/docs/latest/_sources/platforms/arm/samv7/boards/pic32czca70-curiosity/index.rst.txt
 
b/content/docs/latest/_sources/platforms/arm/samv7/boards/pic32czca70-curiosity/index.rst.txt
new file mode 100644
index 000000000..b354f98f0
--- /dev/null
+++ 
b/content/docs/latest/_sources/platforms/arm/samv7/boards/pic32czca70-curiosity/index.rst.txt
@@ -0,0 +1,85 @@
+=====================================
+PIC32CZ CA70 Curiosity Evaluation Kit
+=====================================
+
+The `PIC32CZ CA70 Curiosity 
<https://www.microchip.com/en-us/development-tool/EV56T44A>`_
+is an evaluation kit for PIC32CZ CA70 series.
+
+Features
+========
+
+- Processor
+    - PIC32CZCA70144 processor
+- Memory
+    - 512 kB RAM memory
+    - 2 MB Flash
+    - external 4 MB NOR Flash
+
+LEDs
+====
+
+There is one green and one red LED on PIC32CZ CA70 Evaluation board. The
+LEDs can be activated by driving the connected I/O line to GND.
+
+These LEDs are not used by the board port unless CONFIG_ARCH_LEDS is
+defined. In that case, the usage by the board port is defined in
+include/board.h and src/sam_autoleds.c. The green LED0 is used to encode
+OS-related events as follows:
+
+================ ======================= =====
+SYMBOL           Meaning                 LED
+================ ======================= =====
+LED_STARTED      NuttX has been started  OFF
+LED_HEAPALLOCATE Heap has been allocated OFF
+LED_IRQSENABLED  Interrupts enabled      OFF
+LED_STACKCREATED Idle stack created      ON
+LED_INIRQ        In an interrupt         N/C
+LED_SIGNAL       In a signal handler     N/C
+LED_ASSERTION    An assertion failed     N/C
+LED_PANIC        The system has crashed  FLASH
+================ ======================= =====
+
+Thus if the LED is statically on, NuttX has successfully booted and is,
+apparently, running normally. If the LED is flashing at approximately
+2Hz, then a fatal error has been detected and the system has halted.
+
+Configurations
+==============
+
+nsh
+---
+
+Basic configuration with NuttShell (nsh) console over UART1 port. This
+port is routed to debug USB, therefore the console is available
+on the USB port.
+
+max
+---
+
+This configuration intends to provide example support of available
+peripherals. Currently only software buttons, USB device and micro
+SD card are supported.
+
+Flash
+=====
+
+There are two debug ports available on the board. 10 pin Cortex debug at
+J300 header and 20 pin Cortex Trace Coreshight at J502 header. It is
+possible to use SWD pins and connect ST Link or other programmer to the
+microcontroller through these pins. The following command can be used
+to program the board over ST Link with OpenOCD.
+
+.. code-block:: console
+
+    $ openocd -f boards/arm/samv7/common/tools/pic32cz-curiosity-stlink.cfg -c 
"program nuttx reset exit"
+
+Note that PIC32CZ CA70 MCU default setting after erase is boot from ROM
+instead of flash. Boot from flash can be setup from OpenOCD with a
+following command.
+
+.. code-block:: console
+
+    mww 0x400e0c04 0x5a00010b
+
+The board can be also flashed over USB with a proprietary Microchip's
+`MPLAB X IDE 
<https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide>`_
diff --git a/content/docs/latest/_sources/platforms/arm/samv7/index.rst.txt 
b/content/docs/latest/_sources/platforms/arm/samv7/index.rst.txt
index 48c964b4b..83e08f6b1 100644
--- a/content/docs/latest/_sources/platforms/arm/samv7/index.rst.txt
+++ b/content/docs/latest/_sources/platforms/arm/samv7/index.rst.txt
@@ -14,14 +14,19 @@ Supported MCUs
 
 The following list includes MCUs from SAM x7 series and indicates whether they 
are supported in NuttX
 
-=======  =======  ==============  =================
-MCU      Support  Core            Frequency
-=======  =======  ==============  =================
-SAM E70  Yes      Cortex-M7       300 MHz
-SAM S70  No       Cortex-M7       300 MHz
-SAM V70  No       Cortex-M7       300 MHz
-SAM V71  Yes      Cortex-M7       300 MHz
-=======  =======  ==============  =================
+============ =======  ==============  =================
+MCU          Support  Core            Frequency
+============ =======  ==============  =================
+SAM E70      Yes      Cortex-M7       300 MHz
+SAM S70      No       Cortex-M7       300 MHz
+SAM V70      No       Cortex-M7       300 MHz
+SAM V71      Yes      Cortex-M7       300 MHz
+PIC32CZ CA70 Yes      Cortex-M7       300 MHz
+============ =======  ==============  =================
+
+The code base also supports PIC32CZ CA70 series of microcontrollers. These
+are both pin to pin and binary compatible with SAM x7 series, but offer
+more RAM memory.
 
 Data and Instruction Cache
 ==========================
diff --git a/content/docs/latest/_sources/platforms/sim/sim/index.rst.txt 
b/content/docs/latest/_sources/platforms/sim/sim/index.rst.txt
index 38b0fb8fd..8febee4e2 100644
--- a/content/docs/latest/_sources/platforms/sim/sim/index.rst.txt
+++ b/content/docs/latest/_sources/platforms/sim/sim/index.rst.txt
@@ -33,12 +33,8 @@ Running
 When the compilation finishes it will create a ``nuttx`` binary, then run it::
 
     $ ./nuttx 
-    login: admin
-    password: Administrator
-    User Logged-in!
 
-    NuttShell (NSH) NuttX-10.1.0
-    MOTD: username=admin password=Administrator
+    NuttShell (NSH) NuttX-12.10.0
     nsh> ?
     help usage:  help [-v] [<cmd>]
 
diff --git a/content/docs/latest/_sources/quickstart/configuring.rst.txt 
b/content/docs/latest/_sources/quickstart/configuring.rst.txt
index 4ff425885..af75223b5 100644
--- a/content/docs/latest/_sources/quickstart/configuring.rst.txt
+++ b/content/docs/latest/_sources/quickstart/configuring.rst.txt
@@ -33,18 +33,17 @@ computer.
 
     .. code-block:: console
 
-       $ make clean; make
+       $ make clean
+       $ make -j
        $ ./nuttx
-       login: admin
-       password: Administrator
        User Logged-in!
        nsh>
 
-   From another terminal window, kill the simulator:
+   You can explore the nsh typing ``help`` or ``?``. Then to leave you can run:
 
     .. code-block:: console
 
-       $ pkill nuttx
+       nsh> quit
 
 #. Modify configuration
 
@@ -84,8 +83,7 @@ computer.
     .. code-block:: console
 
        $ ./nuttx
-       NuttShell (NSH) NuttX-8.2
-       MOTD: username=admin password=Administrator
+       NuttShell (NSH) NuttX-12.10.0
 
    Success!
 
diff --git a/content/docs/latest/guides/fully_linked_elf.html 
b/content/docs/latest/guides/fully_linked_elf.html
index cf848789f..df451d5ac 100644
--- a/content/docs/latest/guides/fully_linked_elf.html
+++ b/content/docs/latest/guides/fully_linked_elf.html
@@ -475,7 +475,7 @@ NuttX package: <code class="docutils literal 
notranslate"><span class="pre">nutt
 <div 
class="admonition-here-is-an-alternative-minimal-and-possibly-outdated-version 
admonition">
 <p class="admonition-title">Here is an alternative minimal (and possibly 
outdated) version</p>
 <div class="sphinx_collapse docutils">
-<input class="sphinx_collapse__input" 
id="53430b5f-5988-47d7-b7f0-2d9e7bd6ea71" 
name="53430b5f-5988-47d7-b7f0-2d9e7bd6ea71" type="checkbox"><label 
class="sphinx_collapse__label" for="53430b5f-5988-47d7-b7f0-2d9e7bd6ea71"><i 
class="sphinx_collapse__icon"></i>Show content:</label><div 
class="sphinx_collapse__content docutils">
+<input class="sphinx_collapse__input" 
id="a40f5c99-4de4-4a8c-8413-594cfa2779e0" 
name="a40f5c99-4de4-4a8c-8413-594cfa2779e0" type="checkbox"><label 
class="sphinx_collapse__label" for="a40f5c99-4de4-4a8c-8413-594cfa2779e0"><i 
class="sphinx_collapse__icon"></i>Show content:</label><div 
class="sphinx_collapse__content docutils">
 <div class="highlight-text notranslate"><div 
class="highlight"><pre><span></span>SECTIONS
 {
 .text 0x00000000 :
diff --git a/content/docs/latest/guides/partially_linked_elf.html 
b/content/docs/latest/guides/partially_linked_elf.html
index 02533a36b..4a932f11d 100644
--- a/content/docs/latest/guides/partially_linked_elf.html
+++ b/content/docs/latest/guides/partially_linked_elf.html
@@ -501,7 +501,7 @@ NuttX package: <code class="docutils literal 
notranslate"><span class="pre">nutt
 <div 
class="admonition-here-is-an-alternative-minimal-and-possibly-outdated-version 
admonition">
 <p class="admonition-title">Here is an alternative minimal (and possibly 
outdated) version</p>
 <div class="sphinx_collapse docutils">
-<input class="sphinx_collapse__input" 
id="fe3ffcef-014c-448c-bda9-f4416521556c" 
name="fe3ffcef-014c-448c-bda9-f4416521556c" type="checkbox"><label 
class="sphinx_collapse__label" for="fe3ffcef-014c-448c-bda9-f4416521556c"><i 
class="sphinx_collapse__icon"></i>Show content:</label><div 
class="sphinx_collapse__content docutils">
+<input class="sphinx_collapse__input" 
id="d595129c-9293-4628-80e7-6d17d94e4104" 
name="d595129c-9293-4628-80e7-6d17d94e4104" type="checkbox"><label 
class="sphinx_collapse__label" for="d595129c-9293-4628-80e7-6d17d94e4104"><i 
class="sphinx_collapse__icon"></i>Show content:</label><div 
class="sphinx_collapse__content docutils">
 <div class="highlight-text notranslate"><div 
class="highlight"><pre><span></span>SECTIONS
 {
 .text 0x00000000 :
diff --git a/content/docs/latest/guides/simulator.html 
b/content/docs/latest/guides/simulator.html
index bcb0a43a6..3b8b84ee5 100644
--- a/content/docs/latest/guides/simulator.html
+++ b/content/docs/latest/guides/simulator.html
@@ -288,12 +288,8 @@ operating system features.</p>
 <li><p>Run the simulator:</p>
 <blockquote>
 <div><div class="highlight-console notranslate"><div 
class="highlight"><pre><span></span><span class="gp">$ </span>./nuttx
-<span class="go">login: admin</span>
-<span class="go">password: Administrator</span>
-<span class="go">User Logged-in!</span>
 
-<span class="go">NuttShell (NSH) NuttX-9.1.0</span>
-<span class="go">MOTD: username=admin password=Administrator</span>
+<span class="go">NuttShell (NSH) NuttX-12.10.0</span>
 <span class="go">nsh&gt; help</span>
 <span class="go">help usage:  help [-v] [&lt;cmd&gt;]</span>
 
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 461f7b1f8..386fc8237 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -185,7 +185,7 @@ 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: 30 July 25 at 00:32</p>
+<p>Last Updated: 31 July 25 at 00:31</p>
 <div class="toctree-wrapper compound">
 <p class="caption" role="heading"><span class="caption-text">Table of 
Contents</span></p>
 <ul class="current">
diff --git a/content/docs/latest/objects.inv b/content/docs/latest/objects.inv
index e5e07b657..ab52c7e0b 100644
Binary files a/content/docs/latest/objects.inv and 
b/content/docs/latest/objects.inv differ
diff --git 
a/content/docs/latest/platforms/arm/samv7/boards/same70-xplained/index.html 
b/content/docs/latest/platforms/arm/samv7/boards/pic32czca70-curiosity/index.html
similarity index 77%
copy from 
content/docs/latest/platforms/arm/samv7/boards/same70-xplained/index.html
copy to 
content/docs/latest/platforms/arm/samv7/boards/pic32czca70-curiosity/index.html
index 18364086e..552938a8e 100644
--- a/content/docs/latest/platforms/arm/samv7/boards/same70-xplained/index.html
+++ 
b/content/docs/latest/platforms/arm/samv7/boards/pic32czca70-curiosity/index.html
@@ -25,7 +25,7 @@
   <meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: 
https://docutils.sourceforge.io/"; />
 
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <title>same70-xplained &mdash; NuttX latest documentation</title>
+  <title>PIC32CZ CA70 Curiosity Evaluation Kit &mdash; NuttX latest 
documentation</title>
       <link rel="stylesheet" type="text/css" 
href="../../../../../_static/pygments.css" />
       <link rel="stylesheet" type="text/css" 
href="../../../../../_static/css/theme.css" />
       <link rel="stylesheet" type="text/css" 
href="../../../../../_static/copybutton.css" />
@@ -46,8 +46,8 @@
     <script src="../../../../../_static/js/theme.js"></script>
     <link rel="index" title="Index" href="../../../../../genindex.html" />
     <link rel="search" title="Search" href="../../../../../search.html" />
-    <link rel="next" title="samv71-xult" href="../samv71-xult/index.html" />
-    <link rel="prev" title="same70-qmtech" href="../same70-qmtech/index.html" 
/> 
+    <link rel="next" title="same70-qmtech" href="../same70-qmtech/index.html" 
/>
+    <link rel="prev" title="Microchip SAM V7" href="../../index.html" /> 
 </head>
 
 <body class="wy-body-for-nav"> 
@@ -182,8 +182,9 @@
 <li class="toctree-l4"><a class="reference internal" 
href="../../index.html#tickless-os">Tickless OS</a></li>
 <li class="toctree-l4"><a class="reference internal" 
href="../../index.html#peripheral-support">Peripheral Support</a></li>
 <li class="toctree-l4 current"><a class="reference internal" 
href="../../index.html#supported-boards">Supported Boards</a><ul 
class="current">
+<li class="toctree-l5 current"><a class="current reference internal" 
href="#">PIC32CZ CA70 Curiosity Evaluation Kit</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="../same70-qmtech/index.html">same70-qmtech</a></li>
-<li class="toctree-l5 current"><a class="current reference internal" 
href="#">same70-xplained</a></li>
+<li class="toctree-l5"><a class="reference internal" 
href="../same70-xplained/index.html">same70-xplained</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="../samv71-xult/index.html">samv71-xult</a></li>
 </ul>
 </li>
@@ -264,9 +265,9 @@
           <li class="breadcrumb-item"><a 
href="../../../../index.html">Supported Platforms</a></li>
           <li class="breadcrumb-item"><a 
href="../../../index.html">ARM</a></li>
           <li class="breadcrumb-item"><a href="../../index.html">Microchip SAM 
V7</a></li>
-      <li class="breadcrumb-item active">same70-xplained</li>
+      <li class="breadcrumb-item active">PIC32CZ CA70 Curiosity Evaluation 
Kit</li>
       <li class="wy-breadcrumbs-aside">
-              <a 
href="https://github.com/apache/nuttx/blob/master/Documentation/platforms/arm/samv7/boards/same70-xplained/index.rst";
 class="fa fa-github"> Edit on GitHub</a>
+              <a 
href="https://github.com/apache/nuttx/blob/master/Documentation/platforms/arm/samv7/boards/pic32czca70-curiosity/index.rst";
 class="fa fa-github"> Edit on GitHub</a>
       </li>
   </ul>
   <hr/>
@@ -274,17 +275,127 @@
           <div role="main" class="document" itemscope="itemscope" 
itemtype="http://schema.org/Article";>
            <div itemprop="articleBody">
              
-  <section id="same70-xplained">
-<h1>same70-xplained<a class="headerlink" href="#same70-xplained" 
title="Permalink to this heading"></a></h1>
-<p>For details look at <code class="docutils literal notranslate"><span 
class="pre">Documentation/platforms/arm/samv7/boards/same70-xplained/README.txt</span></code></p>
+  <section id="pic32cz-ca70-curiosity-evaluation-kit">
+<h1>PIC32CZ CA70 Curiosity Evaluation Kit<a class="headerlink" 
href="#pic32cz-ca70-curiosity-evaluation-kit" title="Permalink to this 
heading"></a></h1>
+<p>The <a class="reference external" 
href="https://www.microchip.com/en-us/development-tool/EV56T44A";>PIC32CZ CA70 
Curiosity</a>
+is an evaluation kit for PIC32CZ CA70 series.</p>
+<section id="features">
+<h2>Features<a class="headerlink" href="#features" title="Permalink to this 
heading"></a></h2>
+<ul class="simple">
+<li><dl class="simple">
+<dt>Processor</dt><dd><ul>
+<li><p>PIC32CZCA70144 processor</p></li>
+</ul>
+</dd>
+</dl>
+</li>
+<li><dl class="simple">
+<dt>Memory</dt><dd><ul>
+<li><p>512 kB RAM memory</p></li>
+<li><p>2 MB Flash</p></li>
+<li><p>external 4 MB NOR Flash</p></li>
+</ul>
+</dd>
+</dl>
+</li>
+</ul>
+</section>
+<section id="leds">
+<h2>LEDs<a class="headerlink" href="#leds" title="Permalink to this 
heading"></a></h2>
+<p>There is one green and one red LED on PIC32CZ CA70 Evaluation board. The
+LEDs can be activated by driving the connected I/O line to GND.</p>
+<p>These LEDs are not used by the board port unless CONFIG_ARCH_LEDS is
+defined. In that case, the usage by the board port is defined in
+include/board.h and src/sam_autoleds.c. The green LED0 is used to encode
+OS-related events as follows:</p>
+<table class="docutils align-default">
+<thead>
+<tr class="row-odd"><th class="head"><p>SYMBOL</p></th>
+<th class="head"><p>Meaning</p></th>
+<th class="head"><p>LED</p></th>
+</tr>
+</thead>
+<tbody>
+<tr class="row-even"><td><p>LED_STARTED</p></td>
+<td><p>NuttX has been started</p></td>
+<td><p>OFF</p></td>
+</tr>
+<tr class="row-odd"><td><p>LED_HEAPALLOCATE</p></td>
+<td><p>Heap has been allocated</p></td>
+<td><p>OFF</p></td>
+</tr>
+<tr class="row-even"><td><p>LED_IRQSENABLED</p></td>
+<td><p>Interrupts enabled</p></td>
+<td><p>OFF</p></td>
+</tr>
+<tr class="row-odd"><td><p>LED_STACKCREATED</p></td>
+<td><p>Idle stack created</p></td>
+<td><p>ON</p></td>
+</tr>
+<tr class="row-even"><td><p>LED_INIRQ</p></td>
+<td><p>In an interrupt</p></td>
+<td><p>N/C</p></td>
+</tr>
+<tr class="row-odd"><td><p>LED_SIGNAL</p></td>
+<td><p>In a signal handler</p></td>
+<td><p>N/C</p></td>
+</tr>
+<tr class="row-even"><td><p>LED_ASSERTION</p></td>
+<td><p>An assertion failed</p></td>
+<td><p>N/C</p></td>
+</tr>
+<tr class="row-odd"><td><p>LED_PANIC</p></td>
+<td><p>The system has crashed</p></td>
+<td><p>FLASH</p></td>
+</tr>
+</tbody>
+</table>
+<p>Thus if the LED is statically on, NuttX has successfully booted and is,
+apparently, running normally. If the LED is flashing at approximately
+2Hz, then a fatal error has been detected and the system has halted.</p>
+</section>
+<section id="configurations">
+<h2>Configurations<a class="headerlink" href="#configurations" 
title="Permalink to this heading"></a></h2>
+<section id="nsh">
+<h3>nsh<a class="headerlink" href="#nsh" title="Permalink to this 
heading"></a></h3>
+<p>Basic configuration with NuttShell (nsh) console over UART1 port. This
+port is routed to debug USB, therefore the console is available
+on the USB port.</p>
+</section>
+<section id="max">
+<h3>max<a class="headerlink" href="#max" title="Permalink to this 
heading"></a></h3>
+<p>This configuration intends to provide example support of available
+peripherals. Currently only software buttons, USB device and micro
+SD card are supported.</p>
+</section>
+</section>
+<section id="flash">
+<h2>Flash<a class="headerlink" href="#flash" title="Permalink to this 
heading"></a></h2>
+<p>There are two debug ports available on the board. 10 pin Cortex debug at
+J300 header and 20 pin Cortex Trace Coreshight at J502 header. It is
+possible to use SWD pins and connect ST Link or other programmer to the
+microcontroller through these pins. The following command can be used
+to program the board over ST Link with OpenOCD.</p>
+<div class="highlight-console notranslate"><div 
class="highlight"><pre><span></span><span class="gp">$ </span>openocd<span 
class="w"> </span>-f<span class="w"> 
</span>boards/arm/samv7/common/tools/pic32cz-curiosity-stlink.cfg<span 
class="w"> </span>-c<span class="w"> </span><span class="s2">&quot;program 
nuttx reset exit&quot;</span>
+</pre></div>
+</div>
+<p>Note that PIC32CZ CA70 MCU default setting after erase is boot from ROM
+instead of flash. Boot from flash can be setup from OpenOCD with a
+following command.</p>
+<div class="highlight-console notranslate"><div 
class="highlight"><pre><span></span><span class="go">mww 0x400e0c04 
0x5a00010b</span>
+</pre></div>
+</div>
+<p>The board can be also flashed over USB with a proprietary Microchip’s
+<a class="reference external" 
href="https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide";>MPLAB
 X IDE</a></p>
+</section>
 </section>
 
 
            </div>
           </div>
           <footer><div class="rst-footer-buttons" role="navigation" 
aria-label="Footer">
-        <a href="../same70-qmtech/index.html" class="btn btn-neutral 
float-left" title="same70-qmtech" accesskey="p" rel="prev"><span class="fa 
fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
-        <a href="../samv71-xult/index.html" class="btn btn-neutral 
float-right" title="samv71-xult" accesskey="n" rel="next">Next <span class="fa 
fa-arrow-circle-right" aria-hidden="true"></span></a>
+        <a href="../../index.html" class="btn btn-neutral float-left" 
title="Microchip SAM V7" accesskey="p" rel="prev"><span class="fa 
fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
+        <a href="../same70-qmtech/index.html" class="btn btn-neutral 
float-right" title="same70-qmtech" accesskey="n" rel="next">Next <span 
class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
     </div>
 
   <hr/>
diff --git 
a/content/docs/latest/platforms/arm/samv7/boards/same70-qmtech/index.html 
b/content/docs/latest/platforms/arm/samv7/boards/same70-qmtech/index.html
index 3dafd7ded..da5b4d608 100644
--- a/content/docs/latest/platforms/arm/samv7/boards/same70-qmtech/index.html
+++ b/content/docs/latest/platforms/arm/samv7/boards/same70-qmtech/index.html
@@ -47,7 +47,7 @@
     <link rel="index" title="Index" href="../../../../../genindex.html" />
     <link rel="search" title="Search" href="../../../../../search.html" />
     <link rel="next" title="same70-xplained" 
href="../same70-xplained/index.html" />
-    <link rel="prev" title="Microchip SAM V7" href="../../index.html" /> 
+    <link rel="prev" title="PIC32CZ CA70 Curiosity Evaluation Kit" 
href="../pic32czca70-curiosity/index.html" /> 
 </head>
 
 <body class="wy-body-for-nav"> 
@@ -182,6 +182,7 @@
 <li class="toctree-l4"><a class="reference internal" 
href="../../index.html#tickless-os">Tickless OS</a></li>
 <li class="toctree-l4"><a class="reference internal" 
href="../../index.html#peripheral-support">Peripheral Support</a></li>
 <li class="toctree-l4 current"><a class="reference internal" 
href="../../index.html#supported-boards">Supported Boards</a><ul 
class="current">
+<li class="toctree-l5"><a class="reference internal" 
href="../pic32czca70-curiosity/index.html">PIC32CZ CA70 Curiosity Evaluation 
Kit</a></li>
 <li class="toctree-l5 current"><a class="current reference internal" 
href="#">same70-qmtech</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="../same70-xplained/index.html">same70-xplained</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="../samv71-xult/index.html">samv71-xult</a></li>
@@ -1101,7 +1102,7 @@ Configuration sub-directories
            </div>
           </div>
           <footer><div class="rst-footer-buttons" role="navigation" 
aria-label="Footer">
-        <a href="../../index.html" class="btn btn-neutral float-left" 
title="Microchip SAM V7" accesskey="p" rel="prev"><span class="fa 
fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
+        <a href="../pic32czca70-curiosity/index.html" class="btn btn-neutral 
float-left" title="PIC32CZ CA70 Curiosity Evaluation Kit" accesskey="p" 
rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> 
Previous</a>
         <a href="../same70-xplained/index.html" class="btn btn-neutral 
float-right" title="same70-xplained" accesskey="n" rel="next">Next <span 
class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
     </div>
 
diff --git 
a/content/docs/latest/platforms/arm/samv7/boards/same70-xplained/index.html 
b/content/docs/latest/platforms/arm/samv7/boards/same70-xplained/index.html
index 18364086e..d371b4226 100644
--- a/content/docs/latest/platforms/arm/samv7/boards/same70-xplained/index.html
+++ b/content/docs/latest/platforms/arm/samv7/boards/same70-xplained/index.html
@@ -182,6 +182,7 @@
 <li class="toctree-l4"><a class="reference internal" 
href="../../index.html#tickless-os">Tickless OS</a></li>
 <li class="toctree-l4"><a class="reference internal" 
href="../../index.html#peripheral-support">Peripheral Support</a></li>
 <li class="toctree-l4 current"><a class="reference internal" 
href="../../index.html#supported-boards">Supported Boards</a><ul 
class="current">
+<li class="toctree-l5"><a class="reference internal" 
href="../pic32czca70-curiosity/index.html">PIC32CZ CA70 Curiosity Evaluation 
Kit</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="../same70-qmtech/index.html">same70-qmtech</a></li>
 <li class="toctree-l5 current"><a class="current reference internal" 
href="#">same70-xplained</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="../samv71-xult/index.html">samv71-xult</a></li>
diff --git 
a/content/docs/latest/platforms/arm/samv7/boards/samv71-xult/index.html 
b/content/docs/latest/platforms/arm/samv7/boards/samv71-xult/index.html
index 4e004e311..7ec93a040 100644
--- a/content/docs/latest/platforms/arm/samv7/boards/samv71-xult/index.html
+++ b/content/docs/latest/platforms/arm/samv7/boards/samv71-xult/index.html
@@ -182,6 +182,7 @@
 <li class="toctree-l4"><a class="reference internal" 
href="../../index.html#tickless-os">Tickless OS</a></li>
 <li class="toctree-l4"><a class="reference internal" 
href="../../index.html#peripheral-support">Peripheral Support</a></li>
 <li class="toctree-l4 current"><a class="reference internal" 
href="../../index.html#supported-boards">Supported Boards</a><ul 
class="current">
+<li class="toctree-l5"><a class="reference internal" 
href="../pic32czca70-curiosity/index.html">PIC32CZ CA70 Curiosity Evaluation 
Kit</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="../same70-qmtech/index.html">same70-qmtech</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="../same70-xplained/index.html">same70-xplained</a></li>
 <li class="toctree-l5 current"><a class="current reference internal" 
href="#">samv71-xult</a></li>
diff --git a/content/docs/latest/platforms/arm/samv7/index.html 
b/content/docs/latest/platforms/arm/samv7/index.html
index f2379eaad..84b98b14f 100644
--- a/content/docs/latest/platforms/arm/samv7/index.html
+++ b/content/docs/latest/platforms/arm/samv7/index.html
@@ -46,7 +46,7 @@
     <script src="../../../_static/js/theme.js"></script>
     <link rel="index" title="Index" href="../../../genindex.html" />
     <link rel="search" title="Search" href="../../../search.html" />
-    <link rel="next" title="same70-qmtech" 
href="boards/same70-qmtech/index.html" />
+    <link rel="next" title="PIC32CZ CA70 Curiosity Evaluation Kit" 
href="boards/pic32czca70-curiosity/index.html" />
     <link rel="prev" title="same54-xplained-pro" 
href="../samd5e5/boards/same54-xplained-pro/index.html" /> 
 </head>
 
@@ -206,6 +206,7 @@
 </ul>
 </li>
 <li class="toctree-l4"><a class="reference internal" 
href="#supported-boards">Supported Boards</a><ul>
+<li class="toctree-l5"><a class="reference internal" 
href="boards/pic32czca70-curiosity/index.html">PIC32CZ CA70 Curiosity 
Evaluation Kit</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="boards/same70-qmtech/index.html">same70-qmtech</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="boards/same70-xplained/index.html">same70-xplained</a></li>
 <li class="toctree-l5"><a class="reference internal" 
href="boards/samv71-xult/index.html">samv71-xult</a></li>
@@ -336,8 +337,16 @@ named as SAM V7.</p>
 <td><p>Cortex-M7</p></td>
 <td><p>300 MHz</p></td>
 </tr>
+<tr class="row-even"><td><p>PIC32CZ CA70</p></td>
+<td><p>Yes</p></td>
+<td><p>Cortex-M7</p></td>
+<td><p>300 MHz</p></td>
+</tr>
 </tbody>
 </table>
+<p>The code base also supports PIC32CZ CA70 series of microcontrollers. These
+are both pin to pin and binary compatible with SAM x7 series, but offer
+more RAM memory.</p>
 </section>
 <section id="data-and-instruction-cache">
 <h2>Data and Instruction Cache<a class="headerlink" 
href="#data-and-instruction-cache" title="Permalink to this heading"></a></h2>
@@ -666,6 +675,7 @@ peripheral to memory or memory to memory transfers.</p>
 <h2>Supported Boards<a class="headerlink" href="#supported-boards" 
title="Permalink to this heading"></a></h2>
 <div class="toctree-wrapper compound">
 <ul>
+<li class="toctree-l1"><a class="reference internal" 
href="boards/pic32czca70-curiosity/index.html">PIC32CZ CA70 Curiosity 
Evaluation Kit</a></li>
 <li class="toctree-l1"><a class="reference internal" 
href="boards/same70-qmtech/index.html">same70-qmtech</a></li>
 <li class="toctree-l1"><a class="reference internal" 
href="boards/same70-xplained/index.html">same70-xplained</a></li>
 <li class="toctree-l1"><a class="reference internal" 
href="boards/samv71-xult/index.html">samv71-xult</a></li>
@@ -679,7 +689,7 @@ peripheral to memory or memory to memory transfers.</p>
           </div>
           <footer><div class="rst-footer-buttons" role="navigation" 
aria-label="Footer">
         <a href="../samd5e5/boards/same54-xplained-pro/index.html" class="btn 
btn-neutral float-left" title="same54-xplained-pro" accesskey="p" 
rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> 
Previous</a>
-        <a href="boards/same70-qmtech/index.html" class="btn btn-neutral 
float-right" title="same70-qmtech" accesskey="n" rel="next">Next <span 
class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
+        <a href="boards/pic32czca70-curiosity/index.html" class="btn 
btn-neutral float-right" title="PIC32CZ CA70 Curiosity Evaluation Kit" 
accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" 
aria-hidden="true"></span></a>
     </div>
 
   <hr/>
diff --git a/content/docs/latest/platforms/index.html 
b/content/docs/latest/platforms/index.html
index f0dd4cfd3..bf00fb20c 100644
--- a/content/docs/latest/platforms/index.html
+++ b/content/docs/latest/platforms/index.html
@@ -451,6 +451,7 @@ series and boards supported in NuttX:</p>
 </ul>
 </li>
 <li class="toctree-l2"><a class="reference internal" 
href="arm/samv7/index.html">Microchip SAM V7</a><ul>
+<li class="toctree-l3"><a class="reference internal" 
href="arm/samv7/boards/pic32czca70-curiosity/index.html">PIC32CZ CA70 Curiosity 
Evaluation Kit</a></li>
 <li class="toctree-l3"><a class="reference internal" 
href="arm/samv7/boards/same70-qmtech/index.html">same70-qmtech</a></li>
 <li class="toctree-l3"><a class="reference internal" 
href="arm/samv7/boards/same70-xplained/index.html">same70-xplained</a></li>
 <li class="toctree-l3"><a class="reference internal" 
href="arm/samv7/boards/samv71-xult/index.html">samv71-xult</a></li>
diff --git a/content/docs/latest/platforms/sim/sim/boards/sim/index.html 
b/content/docs/latest/platforms/sim/sim/boards/sim/index.html
index 2d55003fc..05f657d22 100644
--- a/content/docs/latest/platforms/sim/sim/boards/sim/index.html
+++ b/content/docs/latest/platforms/sim/sim/boards/sim/index.html
@@ -2172,8 +2172,7 @@ can0  002   [1]  12
   provided that CONFIG_ETC_ROMFS=y.  These scripts provide a ROMFS volume
   that will be mounted at /etc and will look like this at run-time:
 
-    NuttShell (NSH) NuttX-7.31
-    MOTD: username=admin password=Administrator
+    NuttShell (NSH) NuttX-12.10.0
     nsh&gt; ls -Rl /etc
     /etc:
      dr-xr-xr-x       0 .
diff --git a/content/docs/latest/platforms/sim/sim/index.html 
b/content/docs/latest/platforms/sim/sim/index.html
index 042f593d9..1e412d546 100644
--- a/content/docs/latest/platforms/sim/sim/index.html
+++ b/content/docs/latest/platforms/sim/sim/index.html
@@ -235,12 +235,8 @@ $ make
 <h2>Running<a class="headerlink" href="#running" title="Permalink to this 
heading"></a></h2>
 <p>When the compilation finishes it will create a <code class="docutils 
literal notranslate"><span class="pre">nuttx</span></code> binary, then run 
it:</p>
 <div class="highlight-none notranslate"><div 
class="highlight"><pre><span></span>$ ./nuttx
-login: admin
-password: Administrator
-User Logged-in!
 
-NuttShell (NSH) NuttX-10.1.0
-MOTD: username=admin password=Administrator
+NuttShell (NSH) NuttX-12.10.0
 nsh&gt; ?
 help usage:  help [-v] [&lt;cmd&gt;]
 
diff --git a/content/docs/latest/quickstart/configuring.html 
b/content/docs/latest/quickstart/configuring.html
index bf7f556c9..fc51ba653 100644
--- a/content/docs/latest/quickstart/configuring.html
+++ b/content/docs/latest/quickstart/configuring.html
@@ -208,18 +208,17 @@ computer.</p>
 </li>
 <li><p>Build &amp; run</p>
 <blockquote>
-<div><div class="highlight-console notranslate"><div 
class="highlight"><pre><span></span><span class="gp">$ </span>make<span 
class="w"> </span>clean<span class="p">;</span><span class="w"> </span>make
+<div><div class="highlight-console notranslate"><div 
class="highlight"><pre><span></span><span class="gp">$ </span>make<span 
class="w"> </span>clean
+<span class="gp">$ </span>make<span class="w"> </span>-j
 <span class="gp">$ </span>./nuttx
-<span class="go">login: admin</span>
-<span class="go">password: Administrator</span>
 <span class="go">User Logged-in!</span>
 <span class="go">nsh&gt;</span>
 </pre></div>
 </div>
 </div></blockquote>
-<p>From another terminal window, kill the simulator:</p>
+<p>You can explore the nsh typing <code class="docutils literal 
notranslate"><span class="pre">help</span></code> or <code class="docutils 
literal notranslate"><span class="pre">?</span></code>. Then to leave you can 
run:</p>
 <blockquote>
-<div><div class="highlight-console notranslate"><div 
class="highlight"><pre><span></span><span class="gp">$ </span>pkill<span 
class="w"> </span>nuttx
+<div><div class="highlight-console notranslate"><div 
class="highlight"><pre><span></span><span class="go">nsh&gt; quit</span>
 </pre></div>
 </div>
 </div></blockquote>
@@ -253,8 +252,7 @@ prompted to save the config.</p>
 <li><p>Run</p>
 <blockquote>
 <div><div class="highlight-console notranslate"><div 
class="highlight"><pre><span></span><span class="gp">$ </span>./nuttx
-<span class="go">NuttShell (NSH) NuttX-8.2</span>
-<span class="go">MOTD: username=admin password=Administrator</span>
+<span class="go">NuttShell (NSH) NuttX-12.10.0</span>
 </pre></div>
 </div>
 </div></blockquote>
diff --git a/content/docs/latest/searchindex.js 
b/content/docs/latest/searchindex.js
index d37b673d4..a7e4220b7 100644
--- a/content/docs/latest/searchindex.js
+++ b/content/docs/latest/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["_tags/arch-arm64", "_tags/arch-avr", 
"_tags/arch-example", "_tags/chip-a527", "_tags/chip-a64", 
"_tags/chip-at90usb", "_tags/chip-atmega", "_tags/chip-atmega2560", 
"_tags/chip-bcm2711", "_tags/chip-esp32", "_tags/chip-esp32a1s", 
"_tags/chip-esp32picod4", "_tags/chip-esp32s2", "_tags/chip-esp32s3", 
"_tags/chip-esp32wroom32", "_tags/chip-esp32wrover32", "_tags/chip-example", 
"_tags/chip-fpga", "_tags/chip-imx8", "_tags/chip-imx93", "_tags/chip-imx95", 
"_tags/ [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["_tags/arch-arm64", "_tags/arch-avr", 
"_tags/arch-example", "_tags/chip-a527", "_tags/chip-a64", 
"_tags/chip-at90usb", "_tags/chip-atmega", "_tags/chip-atmega2560", 
"_tags/chip-bcm2711", "_tags/chip-esp32", "_tags/chip-esp32a1s", 
"_tags/chip-esp32picod4", "_tags/chip-esp32s2", "_tags/chip-esp32s3", 
"_tags/chip-esp32wroom32", "_tags/chip-esp32wrover32", "_tags/chip-example", 
"_tags/chip-fpga", "_tags/chip-imx8", "_tags/chip-imx93", "_tags/chip-imx95", 
"_tags/ [...]
\ No newline at end of file
diff --git a/content/feed.xml b/content/feed.xml
index 2e386ee9e..35b030494 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, 30 Jul 2025 00:34:30 +0000</pubDate>
-    <lastBuildDate>Wed, 30 Jul 2025 00:34:30 +0000</lastBuildDate>
+    <pubDate>Thu, 31 Jul 2025 00:34:03 +0000</pubDate>
+    <lastBuildDate>Thu, 31 Jul 2025 00:34:03 +0000</lastBuildDate>
     <generator>Jekyll v4.3.2</generator>
     
       <item>

Reply via email to