esp32[c3|c6|h2]: Add gspi master support

This commit is contained in:
Eren Terzioglu
2024-05-28 10:51:43 +03:00
committed by Xiang Xiao
parent 73949ac223
commit 99ea8b7832
34 changed files with 2216 additions and 4 deletions
@@ -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