esp-idf/components/esp_driver_spi/src/gpspi
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
..
spi_common.c refactor(spi): moved spi hw sharing func to hw support 2023-11-20 12:07:54 +08:00
spi_master.c refactor(esp_driver_spi): reformat code with astyle_py 2023-11-09 14:50:05 +08:00
spi_slave_hd.c refactor(spi): moved spi hw sharing func to hw support 2023-11-20 12:07:54 +08:00
spi_slave.c refactor(spi): moved spi hw sharing func to hw support 2023-11-20 12:07:54 +08:00