comparison pihelp.cproj @ 8:03da5ff767e9

Some debug ifdefs Decrypt should use the next key for cli auth (Decrpyt is incorrect)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 06 Jun 2013 00:04:48 +0800
parents
children 021e6e0006f4
comparison
equal deleted inserted replaced
7:76f3ed943180 8:03da5ff767e9
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <SchemaVersion>2.0</SchemaVersion>
5 <ProjectVersion>6.1</ProjectVersion>
6 <ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>
7 <ProjectGuid>{4de891f7-343e-4919-a547-808a4aae3a39}</ProjectGuid>
8 <avrdevice>ATmega328P</avrdevice>
9 <avrdeviceseries>none</avrdeviceseries>
10 <OutputType>Executable</OutputType>
11 <Language>C</Language>
12 <OutputFileName>$(MSBuildProjectName)</OutputFileName>
13 <OutputFileExtension>.elf</OutputFileExtension>
14 <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
15 <AssemblyName>pihelp</AssemblyName>
16 <Name>pihelp</Name>
17 <RootNamespace>pihelp</RootNamespace>
18 <ToolchainFlavour>Native</ToolchainFlavour>
19 <KeepTimersRunning>true</KeepTimersRunning>
20 <OverrideVtor>false</OverrideVtor>
21 <OverrideVtorValue>
22 </OverrideVtorValue>
23 <eraseonlaunchrule>0</eraseonlaunchrule>
24 <ProgFlashFromRam>true</ProgFlashFromRam>
25 <RamSnippetAddress>0x20000000</RamSnippetAddress>
26 <CacheFlash>true</CacheFlash>
27 <UncachedRange />
28 <BootSegment>2</BootSegment>
29 <AsfFrameworkConfig>
30 <framework-data xmlns="">
31 <options />
32 <configurations />
33 <files />
34 <documentation help="" />
35 <offline-documentation help="" />
36 <dependencies>
37 <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.8.1" />
38 </dependencies>
39 </framework-data>
40 </AsfFrameworkConfig>
41 <avrtoolinterface />
42 <avrtool>com.atmel.avrdbg.tool.simulator</avrtool>
43 <com_atmel_avrdbg_tool_simulator>
44 <ToolType xmlns="">com.atmel.avrdbg.tool.simulator</ToolType>
45 <ToolName xmlns="">Simulator</ToolName>
46 <ToolNumber xmlns="">
47 </ToolNumber>
48 <StimuliFile xmlns="">
49 </StimuliFile>
50 <Channel xmlns="">
51 <host>127.0.0.1</host>
52 <port>52727</port>
53 <ssl>False</ssl>
54 </Channel>
55 </com_atmel_avrdbg_tool_simulator>
56 </PropertyGroup>
57 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
58 <ToolchainSettings>
59 <AvrGcc>
60 <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
61 <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
62 <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
63 <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
64 <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
65 <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
66 <avrgcc.compiler.symbols.DefSymbols>
67 <ListValues>
68 <Value>NDEBUG</Value>
69 </ListValues>
70 </avrgcc.compiler.symbols.DefSymbols>
71 <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
72 <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
73 <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
74 <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
75 <avrgcc.linker.libraries.Libraries>
76 <ListValues>
77 <Value>libm</Value>
78 </ListValues>
79 </avrgcc.linker.libraries.Libraries>
80 </AvrGcc>
81 </ToolchainSettings>
82 </PropertyGroup>
83 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
84 <ToolchainSettings>
85 <AvrGcc>
86 <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
87 <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
88 <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
89 <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
90 <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
91 <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
92 <avrgcc.compiler.symbols.DefSymbols>
93 <ListValues>
94 <Value>DEBUG</Value>
95 </ListValues>
96 </avrgcc.compiler.symbols.DefSymbols>
97 <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
98 <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
99 <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
100 <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
101 <avrgcc.compiler.miscellaneous.OtherFlags>-std=gnu99 -DSIM_DEBUG</avrgcc.compiler.miscellaneous.OtherFlags>
102 <avrgcc.linker.libraries.Libraries>
103 <ListValues>
104 <Value>libm</Value>
105 </ListValues>
106 </avrgcc.linker.libraries.Libraries>
107 <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
108 </AvrGcc>
109 </ToolchainSettings>
110 </PropertyGroup>
111 <ItemGroup>
112 <Compile Include="aes.c">
113 <SubType>compile</SubType>
114 </Compile>
115 <Compile Include="cli.h">
116 <SubType>compile</SubType>
117 </Compile>
118 <Compile Include="config.h">
119 <SubType>compile</SubType>
120 </Compile>
121 <Compile Include="crc8.c">
122 <SubType>compile</SubType>
123 </Compile>
124 <Compile Include="crc8.h">
125 <SubType>compile</SubType>
126 </Compile>
127 <Compile Include="debug.h">
128 <SubType>compile</SubType>
129 </Compile>
130 <Compile Include="ds18x20.h">
131 <SubType>compile</SubType>
132 </Compile>
133 <Compile Include="hmac-sha1.c">
134 <SubType>compile</SubType>
135 </Compile>
136 <Compile Include="hmac-sha1.h">
137 <SubType>compile</SubType>
138 </Compile>
139 <Compile Include="main.c">
140 <SubType>compile</SubType>
141 </Compile>
142 <Compile Include="onewire.c">
143 <SubType>compile</SubType>
144 </Compile>
145 <Compile Include="onewire.h">
146 <SubType>compile</SubType>
147 </Compile>
148 <Compile Include="sha1.c">
149 <SubType>compile</SubType>
150 </Compile>
151 <Compile Include="sha1.h">
152 <SubType>compile</SubType>
153 </Compile>
154 </ItemGroup>
155 <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
156 </Project>