esp32s2: drivers: spi: add driver support

and hooks to spi_loopback test.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2021-10-01 16:55:37 -03:00 committed by Christopher Friedt
commit 7468121f19
7 changed files with 60 additions and 2 deletions

View file

@ -5,7 +5,7 @@
menuconfig ESP32_SPIM
bool "ESP32 SPI Master driver"
depends on SOC_ESP32
depends on SOC_ESP32 || SOC_ESP32S2
default y
help
Enables support for ESP32 SPI Master driver.