mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
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:
committed by
Xiang Xiao
parent
bac0228825
commit
61689237f6
@@ -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
|
Alarm 0 is active with 10 seconds to expiration
|
||||||
nsh> alarm_daemon: alarm 0 received
|
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
|
timer
|
||||||
-----
|
-----
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ RSA No
|
|||||||
RTC Yes
|
RTC Yes
|
||||||
SHA No
|
SHA No
|
||||||
SPI No
|
SPI No
|
||||||
SPIFLASH No
|
SPIFLASH Yes
|
||||||
Timers Yes
|
Timers Yes
|
||||||
Touch No
|
Touch No
|
||||||
UART Yes
|
UART Yes
|
||||||
|
|||||||
@@ -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
|
Alarm 0 is active with 10 seconds to expiration
|
||||||
nsh> alarm_daemon: alarm 0 received
|
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
|
timer
|
||||||
-----
|
-----
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ SD/MMC No
|
|||||||
SDIO No
|
SDIO No
|
||||||
SHA No
|
SHA No
|
||||||
SPI No
|
SPI No
|
||||||
SPIFLASH No
|
SPIFLASH Yes
|
||||||
Timers Yes
|
Timers Yes
|
||||||
UART Yes
|
UART Yes
|
||||||
Watchdog Yes
|
Watchdog Yes
|
||||||
|
|||||||
@@ -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
|
Alarm 0 is active with 10 seconds to expiration
|
||||||
nsh> alarm_daemon: alarm 0 received
|
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
|
timer
|
||||||
-----
|
-----
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ SD/MMC No
|
|||||||
SDIO No
|
SDIO No
|
||||||
SHA No
|
SHA No
|
||||||
SPI No
|
SPI No
|
||||||
SPIFLASH No
|
SPIFLASH Yes
|
||||||
Timers Yes
|
Timers Yes
|
||||||
UART Yes
|
UART Yes
|
||||||
Watchdog Yes
|
Watchdog Yes
|
||||||
|
|||||||
Reference in New Issue
Block a user