mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
esp32[c3|c6|h2]: Add gspi master support
This commit is contained in:
committed by
Xiang Xiao
parent
73949ac223
commit
99ea8b7832
@@ -150,6 +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
|
||||
|
||||
spi
|
||||
--------
|
||||
|
||||
This configuration enables the support for the SPI driver.
|
||||
You can test it by connecting MOSI and MISO pins which are GPIO7 and GPIO2
|
||||
by default to each other and running the ``spi`` example::
|
||||
|
||||
nsh> spi exch -b 2 "AB"
|
||||
Sending: AB
|
||||
Received: AB
|
||||
|
||||
spiflash
|
||||
--------
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@ RNG No
|
||||
RSA No
|
||||
RTC Yes
|
||||
SHA No
|
||||
SPI No
|
||||
SPI Yes
|
||||
SPIFLASH Yes
|
||||
Timers Yes
|
||||
Touch No
|
||||
|
||||
@@ -185,6 +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
|
||||
|
||||
spi
|
||||
--------
|
||||
|
||||
This configuration enables the support for the SPI driver.
|
||||
You can test it by connecting MOSI and MISO pins which are GPIO7 and GPIO2
|
||||
by default to each other and running the ``spi`` example::
|
||||
|
||||
nsh> spi exch -b 2 "AB"
|
||||
Sending: AB
|
||||
Received: AB
|
||||
|
||||
spiflash
|
||||
--------
|
||||
|
||||
|
||||
@@ -185,6 +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
|
||||
|
||||
spi
|
||||
--------
|
||||
|
||||
This configuration enables the support for the SPI driver.
|
||||
You can test it by connecting MOSI and MISO pins which are GPIO7 and GPIO2
|
||||
by default to each other and running the ``spi`` example::
|
||||
|
||||
nsh> spi exch -b 2 "AB"
|
||||
Sending: AB
|
||||
Received: AB
|
||||
|
||||
spiflash
|
||||
--------
|
||||
|
||||
|
||||
@@ -158,7 +158,7 @@ RTC Yes
|
||||
SD/MMC No
|
||||
SDIO No
|
||||
SHA No
|
||||
SPI No
|
||||
SPI Yes
|
||||
SPIFLASH Yes
|
||||
Timers Yes
|
||||
UART Yes
|
||||
|
||||
@@ -184,6 +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
|
||||
|
||||
spi
|
||||
--------
|
||||
|
||||
This configuration enables the support for the SPI driver.
|
||||
You can test it by connecting MOSI and MISO pins which are GPIO7 and GPIO2
|
||||
by default to each other and running the ``spi`` example::
|
||||
|
||||
nsh> spi exch -b 2 "AB"
|
||||
Sending: AB
|
||||
Received: AB
|
||||
|
||||
spiflash
|
||||
--------
|
||||
|
||||
|
||||
@@ -158,7 +158,7 @@ RTC Yes
|
||||
SD/MMC No
|
||||
SDIO No
|
||||
SHA No
|
||||
SPI No
|
||||
SPI Yes
|
||||
SPIFLASH Yes
|
||||
Timers Yes
|
||||
UART Yes
|
||||
|
||||
Reference in New Issue
Block a user