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 736d0e0 commit ba8d7d9Copy full SHA for ba8d7d9
src/databus/Arduino_ESP32SPI.h
@@ -4,7 +4,21 @@
4
5
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3)
6
7
+#include "esp32-hal.h"
8
+#include "freertos/FreeRTOS.h"
9
+#include "freertos/task.h"
10
+#include "freertos/semphr.h"
11
+#include "esp_attr.h"
12
+#include "soc/spi_reg.h"
13
#include "soc/spi_struct.h"
14
+#include "soc/io_mux_reg.h"
15
+#include "soc/gpio_sig_map.h"
16
+#include "soc/rtc.h"
17
+#include "hal/clk_gate_ll.h"
18
+#include "esp32-hal-periman.h"
19
+
20
+#include "esp_system.h"
21
+#include "esp_intr_alloc.h"
22
#if CONFIG_IDF_TARGET_ESP32 // ESP32/PICO-D4
23
#include "soc/dport_reg.h"
24
#include "esp32/rom/ets_sys.h"
0 commit comments