<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/dac/mcp4725/mcp4725.h"/>
</VirtualDirectory>
</VirtualDirectory>
+ <VirtualDirectory Name="rtc">
+ <VirtualDirectory Name="isl12022m">
+ <File Name="../../drivers/rtc/isl12022m/isl12022m.c"/>
+ <File Name="../../drivers/rtc/isl12022m/isl12022m.h"/>
+ </VirtualDirectory>
+ </VirtualDirectory>
</VirtualDirectory>
<VirtualDirectory Name="lpc1xxx">
<File Name="../../lpc1xxx/linkscript.ld"/>
<File Name="../../project/commands/drawing/cmd_orientation.c"/>
<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="<Use Defaults>" DbgSetName="<Use Defaults>"/>
<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)
</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="<Use Defaults>" DbgSetName="<Use Defaults>"/>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
<PostConnectCommands/>
<CustomPreBuild/>
</AdditionalRules>
</Configuration>
- <GlobalSettings>
- <Compiler Options="">
- <IncludePath Value="."/>
- </Compiler>
- <Linker Options="">
- <LibraryPath Value="."/>
- </Linker>
- <ResourceCompiler Options=""/>
- </GlobalSettings>
</Settings>
</CodeLite_Project>