1<?xml version="1.0" encoding="UTF-8"?>
2<CodeLite_Project Name="project" Version="11000" InternalType="">
3  <Description/>
4  <Dependencies/>
5  <Settings Type="Executable">
6    <GlobalSettings>
7      <Compiler Options="" C_Options="" Assembler="">
8        <IncludePath Value="."/>
9      </Compiler>
10      <Linker Options="">
11        <LibraryPath Value="."/>
12      </Linker>
13      <ResourceCompiler Options=""/>
14    </GlobalSettings>
15    <Configuration Name="Debug" CompilerType="Cross GCC ( arm-none-eabi )" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
16      <Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
17      </Compiler>
18      <Linker Options="" Required="yes">
19      </Linker>
20      <ResourceCompiler Options="" Required="no"/>
21      <General OutputFile="$(IntermediateDirectory)/$(ProjectName).elf" IntermediateDirectory="$(ConfigurationName)" Command="$(OutputFile)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
22      <BuildSystem Name="Default"/>
23      <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
24        <![CDATA[]]>
25      </Environment>
26      <Debugger IsRemote="yes" RemoteHostName="127.0.0.1" RemoteHostPort="2331" DebuggerPath="" IsExtended="no">
27        <DebuggerSearchPaths/>
28        <PostConnectCommands>monitor reset
29monitor halt
30load</PostConnectCommands>
31        <StartupCommands/>
32      </Debugger>
33      <PreBuild/>
34      <PostBuild>
35        <Command Enabled="yes">arm-none-eabi-objcopy -O ihex $(IntermediateDirectory)/$(ProjectName).elf $(IntermediateDirectory)/$(ProjectName).hex</Command>
36        <Command Enabled="yes">arm-none-eabi-objcopy -I ihex -O binary $(IntermediateDirectory)/$(ProjectName).hex $(IntermediateDirectory)/$(ProjectName).bin</Command>
37		<Command Enabled="yes">arm-none-eabi-size $(IntermediateDirectory)/$(ProjectName).elf</Command>
38      </PostBuild>
39      <CustomBuild Enabled="no">
40        <RebuildCommand/>
41        <CleanCommand/>
42        <BuildCommand/>
43        <PreprocessFileCommand/>
44        <SingleFileCommand/>
45        <MakefileGenerationCommand/>
46        <ThirdPartyToolName/>
47        <WorkingDirectory/>
48      </CustomBuild>
49      <AdditionalRules>
50        <CustomPostBuild/>
51        <CustomPreBuild/>
52      </AdditionalRules>
53      <Completion EnableCpp11="no" EnableCpp14="no">
54        <ClangCmpFlagsC/>
55        <ClangCmpFlags/>
56        <ClangPP/>
57        <SearchPaths/>
58      </Completion>
59    </Configuration>
60  </Settings>
61</CodeLite_Project>
62