mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
esp32[c3|c6|h2]: Add SPI bitbang support
This commit is contained in:
committed by
Xiang Xiao
parent
cfda04089c
commit
243a2adcaf
@@ -248,6 +248,10 @@ by default to each other and running the ``spi`` example::
|
||||
Sending: AB
|
||||
Received: AB
|
||||
|
||||
If SPI peripherals are already in use you can also use bitbang driver which is a
|
||||
software implemented SPI peripheral by enabling `CONFIG_ESPRESSIF_SPI_BITBANG`
|
||||
option.
|
||||
|
||||
spiflash
|
||||
--------
|
||||
|
||||
|
||||
@@ -260,6 +260,10 @@ by default to each other and running the ``spi`` example::
|
||||
Sending: AB
|
||||
Received: AB
|
||||
|
||||
If SPI peripherals are already in use you can also use bitbang driver which is a
|
||||
software implemented SPI peripheral by enabling `CONFIG_ESPRESSIF_SPI_BITBANG`
|
||||
option.
|
||||
|
||||
spiflash
|
||||
--------
|
||||
|
||||
|
||||
@@ -222,6 +222,10 @@ by default to each other and running the ``spi`` example::
|
||||
Sending: AB
|
||||
Received: AB
|
||||
|
||||
If SPI peripherals are already in use you can also use bitbang driver which is a
|
||||
software implemented SPI peripheral by enabling `CONFIG_ESPRESSIF_SPI_BITBANG`
|
||||
option.
|
||||
|
||||
spiflash
|
||||
--------
|
||||
|
||||
|
||||
@@ -221,6 +221,10 @@ by default to each other and running the ``spi`` example::
|
||||
Sending: AB
|
||||
Received: AB
|
||||
|
||||
If SPI peripherals are already in use you can also use bitbang driver which is a
|
||||
software implemented SPI peripheral by enabling `CONFIG_ESPRESSIF_SPI_BITBANG`
|
||||
option.
|
||||
|
||||
spiflash
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user