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
This commit is contained in:
Eren Terzioglu 2024-03-06 19:28:42 +03:00 committed by Xiang Xiao
parent bac0228825
commit 61689237f6
6 changed files with 33 additions and 12 deletions

View file

@ -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
-----

View file

@ -159,7 +159,7 @@ RSA No
RTC Yes
SHA No
SPI No
SPIFLASH No
SPIFLASH Yes
Timers Yes
Touch No
UART Yes

View file

@ -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
-----

View file

@ -167,7 +167,7 @@ SD/MMC No
SDIO No
SHA No
SPI No
SPIFLASH No
SPIFLASH Yes
Timers Yes
UART Yes
Watchdog Yes

View file

@ -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
-----

View file

@ -167,7 +167,7 @@ SD/MMC No
SDIO No
SHA No
SPI No
SPIFLASH No
SPIFLASH Yes
Timers Yes
UART Yes
Watchdog Yes