This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Setting_File.xml
70 lines (64 loc) · 2.08 KB
/
Setting_File.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="S,s,asm">
<includepath>src</includepath>
<includepath>Libraries/CMSIS/Include</includepath>
<includepath>Libraries/Device/STM32F4xx/Include</includepath>
<includepath>Libraries/STM32F4xx_StdPeriph_Driver/inc</includepath>
</language>
<language name="C Source File">
<includepath workspace_path="true">/Flight_Computer/Inc</includepath>
<includepath>Drivers/STM32F4xx_HAL_Driver/Inc</includepath>
<includepath>Drivers/STM32F4xx_HAL_Driver/Inc/Legacy</includepath>
<includepath>Middlewares/Third_Party/FatFs/src/drivers</includepath>
<includepath>Drivers/CMSIS/Device/ST/STM32F4xx/Include</includepath>
<includepath>Middlewares/Third_Party/FatFs/src</includepath>
<includepath>Drivers/CMSIS/Include</includepath>
<includepath>Middlewares/ST/STM32_USB_Device_Library/Core/Inc</includepath>
<includepath>Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc</includepath>
<includepath>D:\WORKSPACE\TrueStudio WorkSpace\Flight_Computer\Src</includepath>
<includepath>D:\WORKSPACE\TrueStudio WorkSpace\Flight_Computer\Inc</includepath>
</language>
<language name="Object File">
</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="S,s,asm">
<macro>
<name>STM32F4XX</name><value/>
</macro>
<macro>
<name>STM32F40XX</name><value/>
</macro>
<macro>
<name>USE_STDPERIPH_DRIVER</name><value/>
</macro>
</language>
<language name="C Source File">
<macro>
<name>__weak</name><value>__attribute__((weak))</value>
</macro>
<macro>
<name>ARM_MATH_CM4</name><value/>
</macro>
<macro>
<name>__packed</name><value>__attribute__((__packed__))</value>
</macro>
<macro>
<name>USE_HAL_DRIVER</name><value/>
</macro>
<macro>
<name>STM32F407xx</name><value/>
</macro>
<macro>
<name>STM32F4XX</name><value/>
</macro>
<macro>
<name>STM32F40XX</name><value/>
</macro>
</language>
<language name="Object File">
</language>
</section>
</cdtprojectproperties>