Added CodeLite Debug DLL
[hackover2013-badge-firmware.git] / build / codelite / LPC1343_CodeBase.project
index 582d2f6..6dbe1c0 100644 (file)
           <File Name="../../drivers/lcd/tft/hw/st7783.h"/>
           <File Name="../../drivers/lcd/tft/hw/st7735.c"/>
           <File Name="../../drivers/lcd/tft/hw/st7735.h"/>
+          <File Name="../../drivers/lcd/tft/hw/ILI9328.c"/>
+          <File Name="../../drivers/lcd/tft/hw/ILI9328.h"/>
+          <File Name="../../drivers/lcd/tft/hw/ssd1331.c"/>
+          <File Name="../../drivers/lcd/tft/hw/ssd1331.h"/>
         </VirtualDirectory>
         <VirtualDirectory Name="fonts">
           <File Name="../../drivers/lcd/tft/fonts/bitmapfonts.h"/>
           <File Name="../../drivers/lcd/tft/fonts/dejavusansmono8.h"/>
           <File Name="../../drivers/lcd/tft/fonts/dejavusansmonobold8.c"/>
           <File Name="../../drivers/lcd/tft/fonts/dejavusansmonobold8.h"/>
-          <File Name="../../drivers/lcd/tft/fonts/veramono9.c"/>
-          <File Name="../../drivers/lcd/tft/fonts/veramono9.h"/>
-          <File Name="../../drivers/lcd/tft/fonts/veramono11.c"/>
-          <File Name="../../drivers/lcd/tft/fonts/veramono11.h"/>
-          <File Name="../../drivers/lcd/tft/fonts/veramonobold9.c"/>
-          <File Name="../../drivers/lcd/tft/fonts/veramonobold9.h"/>
-          <File Name="../../drivers/lcd/tft/fonts/veramonobold11.c"/>
-          <File Name="../../drivers/lcd/tft/fonts/veramonobold11.h"/>
+          <File Name="../../drivers/lcd/tft/fonts/verdana9.c"/>
+          <File Name="../../drivers/lcd/tft/fonts/verdana9.h"/>
+          <File Name="../../drivers/lcd/tft/fonts/verdana14.c"/>
+          <File Name="../../drivers/lcd/tft/fonts/verdana14.h"/>
+          <File Name="../../drivers/lcd/tft/fonts/verdanabold14.c"/>
+          <File Name="../../drivers/lcd/tft/fonts/verdanabold14.h"/>
         </VirtualDirectory>
         <File Name="../../drivers/lcd/tft/drawing.c"/>
         <File Name="../../drivers/lcd/tft/drawing.h"/>
         <File Name="../../drivers/rtc/isl12022m/isl12022m.h"/>
       </VirtualDirectory>
     </VirtualDirectory>
+    <VirtualDirectory Name="spiflash">
+      <File Name="../../drivers/spiflash/spiflash.h"/>
+      <VirtualDirectory Name="w25q16bv">
+        <File Name="../../drivers/spiflash/w25q16bv/w25q16bv.c"/>
+        <File Name="../../drivers/spiflash/w25q16bv/w25q16bv.h"/>
+      </VirtualDirectory>
+    </VirtualDirectory>
   </VirtualDirectory>
   <VirtualDirectory Name="lpc1xxx">
     <File Name="../../lpc1xxx/linkscript.ld"/>
         <File Name="../../project/commands/drawing/cmd_rectangle.c"/>
         <File Name="../../project/commands/drawing/cmd_tsthreshhold.c"/>
         <File Name="../../project/commands/drawing/cmd_backlight.c"/>
+        <File Name="../../project/commands/drawing/cmd_triangle.c"/>
+        <File Name="../../project/commands/drawing/cmd_roundedcorner.c"/>
       </VirtualDirectory>
       <File Name="../../project/commands/cmd_uart.c"/>
     </VirtualDirectory>
   </VirtualDirectory>
   <Settings Type="Dynamic Library">
-    <Configuration Name="Debug" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
-      <Compiler Options="-g" Required="yes" PreCompiledHeader="">
+    <GlobalSettings>
+      <Compiler Options="" C_Options="">
+        <IncludePath Value="."/>
+      </Compiler>
+      <Linker Options="">
+        <LibraryPath Value="."/>
+      </Linker>
+      <ResourceCompiler Options=""/>
+    </GlobalSettings>
+    <Configuration Name="Debug" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger Cortex M3" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+      <Compiler Options="-g" C_Options="-g" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags="">
         <IncludePath Value="."/>
       </Compiler>
       <Linker Options="" Required="yes"/>
       <ResourceCompiler Options="" Required="no"/>
-      <General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
-      <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;"/>
+      <General OutputFile="" IntermediateDirectory="../../" Command="firmware.elf" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
+      <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+        <![CDATA[]]>
+      </Environment>
       <Debugger IsRemote="yes" RemoteHostName="localhost" RemoteHostPort="2331" DebuggerPath="arm-none-eabi-gdb.exe">
-        <PostConnectCommands># Make sure that we are using SWD
+        <PostConnectCommands/>
+        <StartupCommands># Make sure that we are using SWD
 monitor interface SWD
 
 # Set monitor to little endian
@@ -314,8 +337,8 @@ load "../../firmware.elf"
 # Initializing PC and stack pointer
 monitor reg r13 = (0x00000000)
 monitor reg pc = (0x00000004)
-</PostConnectCommands>
-        <StartupCommands/>
+
+monitor reset</StartupCommands>
       </Debugger>
       <PreBuild/>
       <PostBuild/>
@@ -333,15 +356,22 @@ monitor reg pc = (0x00000004)
         <CustomPostBuild/>
         <CustomPreBuild/>
       </AdditionalRules>
+      <Completion>
+        <ClangCmpFlags/>
+        <ClangPP/>
+        <SearchPaths/>
+      </Completion>
     </Configuration>
     <Configuration Name="Release" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
-      <Compiler Options="" Required="yes" PreCompiledHeader="">
+      <Compiler Options="" C_Options="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags="">
         <IncludePath Value="."/>
       </Compiler>
       <Linker Options="-O2" Required="yes"/>
       <ResourceCompiler Options="" Required="no"/>
-      <General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
-      <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;"/>
+      <General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
+      <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+        <![CDATA[]]>
+      </Environment>
       <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
         <PostConnectCommands/>
         <StartupCommands/>
@@ -362,15 +392,11 @@ monitor reg pc = (0x00000004)
         <CustomPostBuild/>
         <CustomPreBuild/>
       </AdditionalRules>
+      <Completion>
+        <ClangCmpFlags/>
+        <ClangPP/>
+        <SearchPaths/>
+      </Completion>
     </Configuration>
-    <GlobalSettings>
-      <Compiler Options="">
-        <IncludePath Value="."/>
-      </Compiler>
-      <Linker Options="">
-        <LibraryPath Value="."/>
-      </Linker>
-      <ResourceCompiler Options=""/>
-    </GlobalSettings>
   </Settings>
 </CodeLite_Project>
This page took 0.023516 seconds and 4 git commands to generate.