-
Notifications
You must be signed in to change notification settings - Fork 7
/
eclipse_stm32f4xx.xml
73 lines (65 loc) · 1.77 KB
/
eclipse_stm32f4xx.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
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="C Source File">
<includepath>/opt/arm-none-eabi/arm-none-eabi/include</includepath>
<includepath>/opt/arm-none-eabi/lib/gcc/arm-none-eabi/4.5.2/include/</includepath>
</language>
<language name="C++ Source File">
<includepath>/opt/arm-none-eabi/arm-none-eabi/include</includepath>
<includepath>/opt/arm-none-eabi/lib/gcc/arm-none-eabi/4.5.2/include/</includepath>
</language>
<language name="Object File">
</language>
<language name="Assembly Source File">
<includepath>/opt/arm-none-eabi/arm-none-eabi/include</includepath>
<includepath>/opt/arm-none-eabi/lib/gcc/arm-none-eabi/4.5.2/include/</includepath>
</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="C Source File">
<macro>
<name>STM32F4XX</name><value>1</value>
</macro>
<macro>
<name>__ARM_STM32F407VG__</name><value>1</value>
</macro>
<macro>
<name>__ARM_STM32__</name><value>1</value>
</macro>
<macro>
<name>__STM32F407__</name><value>1</value>
</macro>
<macro>
<name>__ARM_ARCH_7EM__</name><value>1</value>
</macro>
<macro>
<name>__arm__</name><value>1</value>
</macro>
</language>
<language name="C++ Source File">
<macro>
<name>STM32F4XX</name><value>1</value>
</macro>
<macro>
<name>__ARM_STM32F407VG__</name><value>1</value>
</macro>
<macro>
<name>__ARM_STM32__</name><value>1</value>
</macro>
<macro>
<name>__STM32F407__</name><value>1</value>
</macro>
<macro>
<name>__ARM_ARCH_7EM__</name><value>1</value>
</macro>
<macro>
<name>__arm__</name><value>1</value>
</macro>
</language>
<language name="Object File">
</language>
<language name="Assembly Source File">
</language>
</section>
</cdtprojectproperties>