esp32[c3|c6|h2]: Add SPI bitbang support

This commit is contained in:
Eren Terzioglu
2024-10-09 18:32:37 +03:00
committed by Xiang Xiao
parent cfda04089c
commit 243a2adcaf
17 changed files with 855 additions and 27 deletions
@@ -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
--------