@@ -9,8 +9,6 @@ FetchContent_GetProperties(esp32_idf)
9
9
include (binutils.ESP32 )
10
10
11
11
list (APPEND ESP32_IDF_INCLUDE_DIRS ${CMAKE_BINARY_DIR} /config )
12
- #list(APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR}/components/${TARGET_SERIES_SHORT})
13
- #list(APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR}/components/${TARGET_SERIES_SHORT}/include)
14
12
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/${TARGET_SERIES_SHORT}/esp_rom/include )
15
13
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/${ESP32_CPU_TYPE}/include )
16
14
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/${ESP32_CPU_TYPE}/${TARGET_SERIES_SHORT}/include )
@@ -26,18 +24,15 @@ list(APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR}/components/esp_hw_sup
26
24
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_hw_support/dma/include )
27
25
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_hw_support/include/soc )
28
26
29
- #list(APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR}/components/driver/include)
30
27
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_gptimer/include )
31
28
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_uart/include )
32
29
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_gpio/include )
33
30
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_spi/include )
34
- #list(APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR}/components/esp_driver_i2c/include)
35
31
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/driver/i2c/include )
36
32
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_i2s/include )
37
33
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_dac/include )
38
34
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_ledc/include )
39
35
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_pcnt/include )
40
- #list(APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR}/components/esp_driver_rmt/include)
41
36
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_sdmmc/include )
42
37
list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_sdspi/include )
43
38
0 commit comments