@@ -9,8 +9,6 @@ FetchContent_GetProperties(esp32_idf)
99include (binutils.ESP32)
1010
1111list (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)
1412list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/${TARGET_SERIES_SHORT} /esp_rom/include )
1513list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/${ESP32_CPU_TYPE} /include )
1614list (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
2624list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_hw_support/dma/include )
2725list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_hw_support/include /soc)
2826
29- #list(APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR}/components/driver/include)
3027list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_gptimer/include )
3128list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_uart/include )
3229list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_gpio/include )
3330list (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)
3531list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/driver/i2c/include )
3632list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_i2s/include )
3733list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_dac/include )
3834list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_ledc/include )
3935list (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)
4136list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_sdmmc/include )
4237list (APPEND ESP32_IDF_INCLUDE_DIRS ${esp32_idf_SOURCE_DIR} /components/esp_driver_sdspi/include )
4338
0 commit comments