-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectIncludeSettings.xml
More file actions
45 lines (45 loc) · 1.97 KB
/
Copy pathProjectIncludeSettings.xml
File metadata and controls
45 lines (45 loc) · 1.97 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language id="org.eclipse.cdt.core.assembly" name="s,S">
<includepath>D:\RTOS\ThirdWorkspace\RTOS_workspace\common\ThirdParty\SEGGER\Config</includepath>
<includepath>D:\RTOS\ThirdWorkspace\RTOS_workspace\common\ThirdParty\SEGGER\SEGGER</includepath>
</language>
<language id="org.eclipse.cdt.core.gcc" name="C Source File">
<includepath>Core/Inc</includepath>
<includepath>Drivers/STM32F4xx_HAL_Driver/Inc</includepath>
<includepath>Drivers/STM32F4xx_HAL_Driver/Inc/Legacy</includepath>
<includepath>Drivers/CMSIS/Device/ST/STM32F4xx/Include</includepath>
<includepath>Drivers/CMSIS/Include</includepath>
<includepath>D:\RTOS\ThirdWorkspace\RTOS_workspace\common\ThirdParty\FreeRTOS\include</includepath>
<includepath>D:\RTOS\ThirdWorkspace\RTOS_workspace\common\ThirdParty\FreeRTOS\portable\GCC\ARM_CM4F</includepath>
<includepath>D:\RTOS\ThirdWorkspace\RTOS_workspace\common\ThirdParty\SEGGER\Config</includepath>
<includepath>D:\RTOS\ThirdWorkspace\RTOS_workspace\common\ThirdParty\SEGGER\OS</includepath>
<includepath>D:\RTOS\ThirdWorkspace\RTOS_workspace\common\ThirdParty\SEGGER\SEGGER</includepath>
</language>
<language name="Object File"/>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language id="org.eclipse.cdt.core.assembly" name="s,S">
<macro>
<name>DEBUG</name>
<value/>
</macro>
</language>
<language id="org.eclipse.cdt.core.gcc" name="C Source File">
<macro>
<name>DEBUG</name>
<value/>
</macro>
<macro>
<name>USE_HAL_DRIVER</name>
<value/>
</macro>
<macro>
<name>STM32F407xx</name>
<value/>
</macro>
</language>
<language name="Object File"/>
</section>
</cdtprojectproperties>