-
Notifications
You must be signed in to change notification settings - Fork 1
/
esp32-eclipse-includes.xml
54 lines (46 loc) · 2.11 KB
/
esp32-eclipse-includes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="Assembly Source File">
</language>
<language name="C++ Source File">
</language>
<language name="C Source File">
<includepath>${IDF_PATH}/components/console</includepath>
<includepath>${IDF_PATH}/components/driver/include</includepath>
<includepath>${IDF_PATH}/components/esp-tls</includepath>
<includepath>${IDF_PATH}/components/esp32/include</includepath>
<includepath>${IDF_PATH}/components/fatfs/src</includepath>
<includepath>${IDF_PATH}/components/freertos/include</includepath>
<includepath>${IDF_PATH}/components/json/cJSON</includepath>
<includepath>${IDF_PATH}/components/log/include</includepath>
<includepath>${IDF_PATH}/components/lwip/include/lwip</includepath>
<includepath>${IDF_PATH}/components/mbedtls/mbedtls/include</includepath>
<includepath>${IDF_PATH}/components/mdns/include</includepath>
<includepath>${IDF_PATH}/components/newlib/include</includepath>
<includepath>${IDF_PATH}/components/nvs_flash/include</includepath>
<includepath>${IDF_PATH}/components/openssl/include</includepath>
<includepath>${IDF_PATH}/components/soc/include</includepath>
<includepath>${IDF_PATH}/components/soc/esp32/include</includepath>
<includepath>${IDF_PATH}/components/spi_flash/include</includepath>
<includepath>${IDF_PATH}/components/spiffs/include</includepath>
<includepath>${IDF_PATH}/components/tcpip_adapter/include</includepath>
<includepath>${IDF_PATH}/components/ulp/include</includepath>
<includepath>${IDF_PATH}/components/vfs/include</includepath>
<includepath>${IDF_PATH}/components</includepath>
<includepath>${ProjDirPath}/build/include</includepath>
</language>
<language name="Object File">
</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="Assembly Source File">
</language>
<language name="C++ Source File">
</language>
<language name="C Source File">
</language>
<language name="Object File">
</language>
</section>
</cdtprojectproperties>