We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60633b commit 697e7f6Copy full SHA for 697e7f6
drivers/spi/spi_esp32_spim.c
@@ -17,6 +17,7 @@ LOG_MODULE_REGISTER(esp32_spi, CONFIG_SPI_LOG_LEVEL);
17
#include <soc.h>
18
#include <esp_memory_utils.h>
19
#include <zephyr/drivers/spi.h>
20
+#include <zephyr/drivers/spi/rtio.h>
21
#include <zephyr/drivers/interrupt_controller/intc_esp32.h>
22
#ifdef SOC_GDMA_SUPPORTED
23
#include <zephyr/drivers/dma.h>
0 commit comments