|
102 | 102 | <ToolName xmlns="">Custom Programming Tool</ToolName> |
103 | 103 | </custom> |
104 | 104 | </PropertyGroup> |
105 | | - <PropertyGroup Condition=" '$(Configuration)' == 'ili9341-HZB' "> |
106 | | - <ToolchainSettings> |
107 | | - <AvrGcc> |
108 | | - <avrgcc.common.Device>-mmcu=atmega1284p -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.3.300\gcc\dev\atmega1284p"</avrgcc.common.Device> |
109 | | - <avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches> |
110 | | - <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
111 | | - <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
112 | | - <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
113 | | - <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
114 | | - <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
115 | | - <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
116 | | - <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
117 | | - <avrgcc.compiler.symbols.DefSymbols> |
118 | | - <ListValues> |
119 | | - <Value>F_CPU=6144000UL</Value> |
120 | | - <Value>DEBUG</Value> |
121 | | - <Value>LEVELMETER</Value> |
122 | | - <Value>USE_XBEE</Value> |
123 | | - <Value>ili9341</Value> |
124 | | - <Value>HZB_HE_NETWORK</Value> |
125 | | - <Value>DEFAULT_DISP_CONFIG</Value> |
126 | | - </ListValues> |
127 | | - </avrgcc.compiler.symbols.DefSymbols> |
128 | | - <avrgcc.compiler.directories.IncludePaths> |
129 | | - <ListValues> |
130 | | - <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.3.300\include</Value> |
131 | | - <Value>../avr-util-library</Value> |
132 | | - </ListValues> |
133 | | - </avrgcc.compiler.directories.IncludePaths> |
134 | | - <avrgcc.compiler.optimization.level>Optimize most (-O3)</avrgcc.compiler.optimization.level> |
135 | | - <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
136 | | - <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
137 | | - <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel> |
138 | | - <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings> |
139 | | - <avrgcc.compiler.miscellaneous.Verbose>True</avrgcc.compiler.miscellaneous.Verbose> |
140 | | - <avrgcc.linker.libraries.Libraries> |
141 | | - <ListValues> |
142 | | - <Value>libm</Value> |
143 | | - </ListValues> |
144 | | - </avrgcc.linker.libraries.Libraries> |
145 | | - <avrgcc.assembler.general.AssemblerFlags>-DLEVELMETER</avrgcc.assembler.general.AssemblerFlags> |
146 | | - <avrgcc.assembler.general.IncludePaths> |
147 | | - <ListValues> |
148 | | - <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.0.98\include</Value> |
149 | | - <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.3.300\include</Value> |
150 | | - </ListValues> |
151 | | - </avrgcc.assembler.general.IncludePaths> |
152 | | - <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel> |
153 | | - </AvrGcc> |
154 | | - </ToolchainSettings> |
155 | | - <OutputPath>bin\ili9341-HZB\</OutputPath> |
156 | | - </PropertyGroup> |
157 | | - <PropertyGroup Condition=" '$(Configuration)' == 'DISP_3000-HZB' "> |
158 | | - <ToolchainSettings> |
159 | | - <AvrGcc> |
160 | | - <avrgcc.common.Device>-mmcu=atmega1284p -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.3.300\gcc\dev\atmega1284p"</avrgcc.common.Device> |
161 | | - <avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches> |
162 | | - <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
163 | | - <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
164 | | - <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
165 | | - <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
166 | | - <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
167 | | - <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
168 | | - <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
169 | | - <avrgcc.compiler.symbols.DefSymbols> |
170 | | - <ListValues> |
171 | | - <Value>F_CPU=6144000UL</Value> |
172 | | - <Value>DEBUG</Value> |
173 | | - <Value>LEVELMETER</Value> |
174 | | - <Value>USE_XBEE</Value> |
175 | | - <Value>DISP_3000</Value> |
176 | | - <Value>HZB_HE_NETWORK</Value> |
177 | | - <Value>DEFAULT_DISP_CONFIG</Value> |
178 | | - </ListValues> |
179 | | - </avrgcc.compiler.symbols.DefSymbols> |
180 | | - <avrgcc.compiler.directories.IncludePaths> |
181 | | - <ListValues> |
182 | | - <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.3.300\include</Value> |
183 | | - <Value>../avr-util-library</Value> |
184 | | - </ListValues> |
185 | | - </avrgcc.compiler.directories.IncludePaths> |
186 | | - <avrgcc.compiler.optimization.level>Optimize most (-O3)</avrgcc.compiler.optimization.level> |
187 | | - <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
188 | | - <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
189 | | - <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel> |
190 | | - <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings> |
191 | | - <avrgcc.compiler.miscellaneous.Verbose>True</avrgcc.compiler.miscellaneous.Verbose> |
192 | | - <avrgcc.linker.libraries.Libraries> |
193 | | - <ListValues> |
194 | | - <Value>libm</Value> |
195 | | - </ListValues> |
196 | | - </avrgcc.linker.libraries.Libraries> |
197 | | - <avrgcc.assembler.general.AssemblerFlags>-DLEVELMETER</avrgcc.assembler.general.AssemblerFlags> |
198 | | - <avrgcc.assembler.general.IncludePaths> |
199 | | - <ListValues> |
200 | | - <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.0.98\include</Value> |
201 | | - <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.3.300\include</Value> |
202 | | - </ListValues> |
203 | | - </avrgcc.assembler.general.IncludePaths> |
204 | | - <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel> |
205 | | - </AvrGcc> |
206 | | - </ToolchainSettings> |
207 | | - <OutputPath>bin\DISP_3000-HZB\</OutputPath> |
208 | | - </PropertyGroup> |
209 | 105 | <PropertyGroup Condition=" '$(Configuration)' == 'ili9341-ILL' "> |
210 | 106 | <ToolchainSettings> |
211 | 107 | <AvrGcc> |
|
0 commit comments