Updated to v0.95
[hackover2013-badge-firmware.git] / build / codelite / LPC1343_CodeBase.project
index 582d2f6..1deddee 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="../../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">
+    <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" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
-      <Compiler Options="-g" Required="yes" PreCompiledHeader="">
+      <Compiler Options="-g" C_Options="-g" Required="yes" PreCompiledHeader="">
         <IncludePath Value="."/>
       </Compiler>
       <Linker Options="" Required="yes"/>
       <ResourceCompiler Options="" Required="no"/>
-      <General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
+      <General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
       <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;"/>
       <Debugger IsRemote="yes" RemoteHostName="localhost" RemoteHostPort="2331" DebuggerPath="arm-none-eabi-gdb.exe">
         <PostConnectCommands># Make sure that we are using SWD
 monitor interface SWD
-
 # Set monitor to little endian
 monitor endian little
-
 # Set monitor speed
 monitor speed 1000
-
 # Reset device
 monitor reset
-
 # Set device ID to LPC1343
 monitor flash device = LPC1343
-
 # Enable flash download
 monitor flash download = 1
-
 # Transfer the firmware to the device
 load "../../firmware.elf"
-
 # Initializing PC and stack pointer
 monitor reg r13 = (0x00000000)
 monitor reg pc = (0x00000004)
@@ -335,12 +341,12 @@ monitor reg pc = (0x00000004)
       </AdditionalRules>
     </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="">
         <IncludePath Value="."/>
       </Compiler>
       <Linker Options="-O2" Required="yes"/>
       <ResourceCompiler Options="" Required="no"/>
-      <General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
+      <General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
       <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;"/>
       <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
         <PostConnectCommands/>
@@ -363,14 +369,5 @@ monitor reg pc = (0x00000004)
         <CustomPreBuild/>
       </AdditionalRules>
     </Configuration>
-    <GlobalSettings>
-      <Compiler Options="">
-        <IncludePath Value="."/>
-      </Compiler>
-      <Linker Options="">
-        <LibraryPath Value="."/>
-      </Linker>
-      <ResourceCompiler Options=""/>
-    </GlobalSettings>
   </Settings>
 </CodeLite_Project>
This page took 0.024519 seconds and 4 git commands to generate.