From 61689237f6883f66d0b8d6870b6a47ddaf00a98c Mon Sep 17 00:00:00 2001 From: Eren Terzioglu Date: Wed, 6 Mar 2024 19:28:42 +0300 Subject: [PATCH] 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 a94ba89c171..343cc8f58aa 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 is to run apps/examples/sotest. +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:: + + 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 6902bd4a543..de181ca692b 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 d5f130cfc67..86239315a47 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 is to run apps/examples/sotest. +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:: + + 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 fe817c1e698..1be5e29067c 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 01e445fc787..3224f5a29f3 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 is to run apps/examples/sotest. +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:: + + 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 14000de0029..de5945a746b 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