-
Notifications
You must be signed in to change notification settings - Fork 2
/
exp2.xml
39 lines (33 loc) · 940 Bytes
/
exp2.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
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="s,S">
</language>
<language name="C Source File">
<includepath>Core/Inc</includepath>
<includepath>Drivers/STM32H7xx_HAL_Driver/Inc</includepath>
<includepath>Drivers/STM32H7xx_HAL_Driver/Inc/Legacy</includepath>
<includepath>Drivers/CMSIS/Device/ST/STM32H7xx/Include</includepath>
<includepath>Drivers/CMSIS/Include</includepath>
</language>
<language name="Object File">
</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="s,S">
</language>
<language name="C Source File">
<macro>
<name>STM32H750xx</name><value/>
</macro>
<macro>
<name>USE_HAL_DRIVER</name><value/>
</macro>
<macro>
<name>DEBUG</name><value/>
</macro>
</language>
<language name="Object File">
</language>
</section>
</cdtprojectproperties>