-
Notifications
You must be signed in to change notification settings - Fork 1
/
freesoc.project
147 lines (147 loc) · 5.87 KB
/
freesoc.project
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8"?>
<CodeLite_Project Name="freesoc" InternalType="">
<Description/>
<Dependencies/>
<Settings Type="Dynamic Library">
<GlobalSettings>
<Compiler Options="" C_Options="" Assembler="">
<IncludePath Value="."/>
</Compiler>
<Linker Options="">
<LibraryPath Value="."/>
</Linker>
<ResourceCompiler Options=""/>
</GlobalSettings>
<Configuration Name="Debug" CompilerType="Visual C++ 14 (x86)" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
</Compiler>
<Linker Options="" Required="yes"/>
<ResourceCompiler Options="" Required="no"/>
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<BuildSystem Name="Default"/>
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
<![CDATA[]]>
</Environment>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
<DebuggerSearchPaths/>
<PostConnectCommands/>
<StartupCommands/>
</Debugger>
<PreBuild/>
<PostBuild/>
<CustomBuild Enabled="yes">
<RebuildCommand/>
<CleanCommand>make clean</CleanCommand>
<BuildCommand>make</BuildCommand>
<PreprocessFileCommand/>
<SingleFileCommand/>
<MakefileGenerationCommand/>
<ThirdPartyToolName>None</ThirdPartyToolName>
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory>
</CustomBuild>
<AdditionalRules>
<CustomPostBuild/>
<CustomPreBuild/>
</AdditionalRules>
<Completion EnableCpp11="no" EnableCpp14="no">
<ClangCmpFlagsC/>
<ClangCmpFlags/>
<ClangPP/>
<SearchPaths/>
</Completion>
</Configuration>
<Configuration Name="Release" CompilerType="Visual C++ 14 (x86)" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
</Compiler>
<Linker Options="-O2" Required="yes"/>
<ResourceCompiler Options="" Required="no"/>
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<BuildSystem Name="Default"/>
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
<![CDATA[]]>
</Environment>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
<DebuggerSearchPaths/>
<PostConnectCommands/>
<StartupCommands/>
</Debugger>
<PreBuild/>
<PostBuild/>
<CustomBuild Enabled="yes">
<RebuildCommand/>
<CleanCommand>make clean</CleanCommand>
<BuildCommand>make</BuildCommand>
<PreprocessFileCommand/>
<SingleFileCommand/>
<MakefileGenerationCommand/>
<ThirdPartyToolName>None</ThirdPartyToolName>
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory>
</CustomBuild>
<AdditionalRules>
<CustomPostBuild/>
<CustomPreBuild/>
</AdditionalRules>
<Completion EnableCpp11="no" EnableCpp14="no">
<ClangCmpFlagsC/>
<ClangCmpFlags/>
<ClangPP/>
<SearchPaths/>
</Completion>
</Configuration>
</Settings>
<VirtualDirectory Name="source">
<File Name="source/cal.c"/>
<File Name="source/cal.h"/>
<File Name="source/calang.c"/>
<File Name="source/calang.h"/>
<File Name="source/callin.c"/>
<File Name="source/callin.h"/>
<File Name="source/calmotor.c"/>
<File Name="source/calmotor.h"/>
<File Name="source/calpid.c"/>
<File Name="source/calpid.h"/>
<File Name="source/calstore.h"/>
<File Name="source/canif.c"/>
<File Name="source/canif.h"/>
<File Name="source/ccif.h"/>
<File Name="source/config.h"/>
<File Name="source/control.c"/>
<File Name="source/control.h"/>
<File Name="source/debug.c"/>
<File Name="source/debug.h"/>
<File Name="source/diag.c"/>
<File Name="source/diag.h"/>
<File Name="source/encoder.c"/>
<File Name="source/encoder.h"/>
<File Name="source/i2cif.c"/>
<File Name="source/i2cif.h"/>
<File Name="source/leftpid.c"/>
<File Name="source/leftpid.h"/>
<File Name="source/main.c"/>
<File Name="source/motor.c"/>
<File Name="source/motor.h"/>
<File Name="source/nvstore.c"/>
<File Name="source/nvstore.h"/>
<File Name="source/odom.c"/>
<File Name="source/odom.h"/>
<File Name="source/pid.c"/>
<File Name="source/pid.h"/>
<File Name="source/pid_controller.c"/>
<File Name="source/pid_controller.h"/>
<File Name="source/pidutil.c"/>
<File Name="source/pidutil.h"/>
<File Name="source/pwm.h"/>
<File Name="source/rightpid.c"/>
<File Name="source/rightpid.h"/>
<File Name="source/serial.c"/>
<File Name="source/serial.h"/>
<File Name="source/time.c"/>
<File Name="source/time.h"/>
<File Name="source/unipid.c"/>
<File Name="source/unipid.h"/>
<File Name="source/utils.c"/>
<File Name="source/utils.h"/>
</VirtualDirectory>
</CodeLite_Project>