This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 61689237f6 docs/esp32c6: Add spiflash docs for esp32c6 docs/esp32c6: 
Remove sotest docs esp32c6 docs/esp32c3: Add spiflash docs esp32c3 
docs/esp32c3: Remove sotest docs esp32c3 docs/esp32h2: Add spiflash docs 
esp32h2 docs/esp32h2: Remove sotest docs esp32h2
61689237f6 is described below

commit 61689237f6883f66d0b8d6870b6a47ddaf00a98c
Author: Eren Terzioglu <eren.terzio...@espressif.com>
AuthorDate: Wed Mar 6 19:28:42 2024 +0300

    docs/esp32c6: Add spiflash docs for esp32c6
    docs/esp32c6: Remove sotest docs esp32c6
    docs/esp32c3: Add spiflash docs esp32c3
    docs/esp32c3: Remove sotest docs esp32c3
    docs/esp32h2: Add spiflash docs esp32h2
    docs/esp32h2: Remove sotest docs esp32h2
---
 .../risc-v/esp32c3/boards/esp32c3-generic/index.rst         | 13 ++++++++++---
 Documentation/platforms/risc-v/esp32c3/index.rst            |  2 +-
 .../risc-v/esp32c6/boards/esp32c6-devkit/index.rst          | 13 ++++++++++---
 Documentation/platforms/risc-v/esp32c6/index.rst            |  2 +-
 .../risc-v/esp32h2/boards/esp32h2-devkit/index.rst          | 13 ++++++++++---
 Documentation/platforms/risc-v/esp32h2/index.rst            |  2 +-
 6 files changed, 33 insertions(+), 12 deletions(-)

diff --git 
a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst 
b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst
index a94ba89c17..343cc8f58a 100644
--- a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst
+++ b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst
@@ -150,10 +150,17 @@ You can set an alarm, check its progress and receive a 
notification after it exp
     Alarm 0 is active with 10 seconds to expiration
     nsh> alarm_daemon: alarm 0 received
 
-sotest
-------
+spiflash
+--------
+
+This config tests the external SPI that comes with the ESP32-C3 module 
connected
+through SPI1.
+
+By default a SmartFS file system is selected.
+Once booted you can use the following commands to mount the file system::
 
-This config is to run apps/examples/sotest.
+    nsh> mksmartfs /dev/smart0
+    nsh> mount -t smartfs /dev/smart0 /mnt
 
 timer
 -----
diff --git a/Documentation/platforms/risc-v/esp32c3/index.rst 
b/Documentation/platforms/risc-v/esp32c3/index.rst
index 6902bd4a54..de181ca692 100644
--- a/Documentation/platforms/risc-v/esp32c3/index.rst
+++ b/Documentation/platforms/risc-v/esp32c3/index.rst
@@ -159,7 +159,7 @@ RSA          No
 RTC          Yes
 SHA          No
 SPI          No
-SPIFLASH     No
+SPIFLASH     Yes
 Timers       Yes
 Touch        No
 UART         Yes
diff --git 
a/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/index.rst 
b/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/index.rst
index d5f130cfc6..86239315a4 100644
--- a/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/index.rst
+++ b/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/index.rst
@@ -185,10 +185,17 @@ You can set an alarm, check its progress and receive a 
notification after it exp
     Alarm 0 is active with 10 seconds to expiration
     nsh> alarm_daemon: alarm 0 received
 
-sotest
-------
+spiflash
+--------
+
+This config tests the external SPI that comes with the ESP32-C6 module 
connected
+through SPI1.
+
+By default a SmartFS file system is selected.
+Once booted you can use the following commands to mount the file system::
 
-This config is to run apps/examples/sotest.
+    nsh> mksmartfs /dev/smart0
+    nsh> mount -t smartfs /dev/smart0 /mnt
 
 timer
 -----
diff --git a/Documentation/platforms/risc-v/esp32c6/index.rst 
b/Documentation/platforms/risc-v/esp32c6/index.rst
index fe817c1e69..1be5e29067 100644
--- a/Documentation/platforms/risc-v/esp32c6/index.rst
+++ b/Documentation/platforms/risc-v/esp32c6/index.rst
@@ -167,7 +167,7 @@ SD/MMC           No
 SDIO             No
 SHA              No
 SPI              No
-SPIFLASH         No
+SPIFLASH         Yes
 Timers           Yes
 UART             Yes
 Watchdog         Yes
diff --git 
a/Documentation/platforms/risc-v/esp32h2/boards/esp32h2-devkit/index.rst 
b/Documentation/platforms/risc-v/esp32h2/boards/esp32h2-devkit/index.rst
index 01e445fc78..3224f5a29f 100644
--- a/Documentation/platforms/risc-v/esp32h2/boards/esp32h2-devkit/index.rst
+++ b/Documentation/platforms/risc-v/esp32h2/boards/esp32h2-devkit/index.rst
@@ -184,10 +184,17 @@ You can set an alarm, check its progress and receive a 
notification after it exp
     Alarm 0 is active with 10 seconds to expiration
     nsh> alarm_daemon: alarm 0 received
 
-sotest
-------
+spiflash
+--------
+
+This config tests the external SPI that comes with the ESP32-H2 module 
connected
+through SPI1.
+
+By default a SmartFS file system is selected.
+Once booted you can use the following commands to mount the file system::
 
-This config is to run apps/examples/sotest.
+    nsh> mksmartfs /dev/smart0
+    nsh> mount -t smartfs /dev/smart0 /mnt
 
 timer
 -----
diff --git a/Documentation/platforms/risc-v/esp32h2/index.rst 
b/Documentation/platforms/risc-v/esp32h2/index.rst
index 14000de002..de5945a746 100644
--- a/Documentation/platforms/risc-v/esp32h2/index.rst
+++ b/Documentation/platforms/risc-v/esp32h2/index.rst
@@ -167,7 +167,7 @@ SD/MMC           No
 SDIO             No
 SHA              No
 SPI              No
-SPIFLASH         No
+SPIFLASH         Yes
 Timers           Yes
 UART             Yes
 Watchdog         Yes

Reply via email to