esp-idf/components/esp_driver_spi
Marius Vikhammer 52e3f09b32 refactor(spi): moved spi hw sharing func to hw support
Common spi functionality for sharing the SPI bus between modules is moved from esp_driver_spi to
a more fitting location in esp_hw_support (shared HW resource control).

This also allows us to decouple the spi_flash driver from esp_driver_spi, removing
esp_driver_spi and esp_ringbuf from G1 builds.
2023-11-20 12:07:54 +08:00
..
include refactor(spi): moved spi hw sharing func to hw support 2023-11-20 12:07:54 +08:00
src/gpspi refactor(spi): moved spi hw sharing func to hw support 2023-11-20 12:07:54 +08:00
test_apps feat(sdio): sdio cross chip test app 2023-11-13 11:21:47 +08:00
CMakeLists.txt refactor(spi): moved spi hw sharing func to hw support 2023-11-20 12:07:54 +08:00
Kconfig refactor(spi): moved spi hw sharing func to hw support 2023-11-20 12:07:54 +08:00
linker.lf refactor(spi): make spi driver as component 2023-11-09 14:50:05 +08:00