Skip to content

Commit ba8d7d9

Browse files
1 parent 736d0e0 commit ba8d7d9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/databus/Arduino_ESP32SPI.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@
44

55
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3)
66

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"
713
#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"
822
#if CONFIG_IDF_TARGET_ESP32 // ESP32/PICO-D4
923
#include "soc/dport_reg.h"
1024
#include "esp32/rom/ets_sys.h"

0 commit comments

Comments
 (0)