|
122 | 122 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
123 | 123 | <ToolchainSettings> |
124 | 124 | <AvrGcc> |
125 | | - <avrgcc.common.Device>-mmcu=atmega1284p -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\gcc\dev\atmega1284p"</avrgcc.common.Device> |
126 | | - <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
127 | | - <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
128 | | - <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
129 | | - <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
130 | | - <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
131 | | - <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
132 | | - <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
133 | | - <avrgcc.compiler.symbols.DefSymbols> |
134 | | - <ListValues> |
135 | | - <Value>DEBUG</Value> |
136 | | - <Value>F_CPU=6144000</Value> |
137 | | - <Value>GASCOUNTER_MODULE</Value> |
138 | | - <Value>USE_XBEE</Value> |
139 | | - <Value>GCM_old_disp</Value> |
140 | | - </ListValues> |
141 | | - </avrgcc.compiler.symbols.DefSymbols> |
142 | | - <avrgcc.compiler.directories.IncludePaths> |
143 | | - <ListValues> |
144 | | - <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\include</Value> |
145 | | - <Value>../avr-util-library</Value> |
146 | | - </ListValues> |
147 | | - </avrgcc.compiler.directories.IncludePaths> |
148 | | - <avrgcc.compiler.optimization.level>Optimize most (-O3)</avrgcc.compiler.optimization.level> |
149 | | - <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
150 | | - <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
151 | | - <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel> |
152 | | - <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings> |
153 | | - <avrgcc.linker.libraries.Libraries> |
154 | | - <ListValues> |
155 | | - <Value>libm</Value> |
156 | | - </ListValues> |
157 | | - </avrgcc.linker.libraries.Libraries> |
158 | | - <avrgcc.assembler.general.AssemblerFlags>-DGASCOUNTER_MODULE</avrgcc.assembler.general.AssemblerFlags> |
159 | | - <avrgcc.assembler.general.IncludePaths> |
160 | | - <ListValues> |
161 | | - <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\include</Value> |
162 | | - </ListValues> |
163 | | - </avrgcc.assembler.general.IncludePaths> |
164 | | - <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel> |
165 | | - </AvrGcc> |
| 125 | + <avrgcc.common.Device>-mmcu=atmega1284p -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\gcc\dev\atmega1284p"</avrgcc.common.Device> |
| 126 | + <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
| 127 | + <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
| 128 | + <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
| 129 | + <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
| 130 | + <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
| 131 | + <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
| 132 | + <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
| 133 | + <avrgcc.compiler.symbols.DefSymbols> |
| 134 | + <ListValues> |
| 135 | + <Value>DEBUG</Value> |
| 136 | + <Value>F_CPU=6144000</Value> |
| 137 | + <Value>GASCOUNTER_MODULE</Value> |
| 138 | + </ListValues> |
| 139 | + </avrgcc.compiler.symbols.DefSymbols> |
| 140 | + <avrgcc.compiler.directories.IncludePaths> |
| 141 | + <ListValues> |
| 142 | + <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\include</Value> |
| 143 | + <Value>../avr-util-library</Value> |
| 144 | + </ListValues> |
| 145 | + </avrgcc.compiler.directories.IncludePaths> |
| 146 | + <avrgcc.compiler.optimization.level>Optimize most (-O3)</avrgcc.compiler.optimization.level> |
| 147 | + <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
| 148 | + <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
| 149 | + <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel> |
| 150 | + <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings> |
| 151 | + <avrgcc.linker.libraries.Libraries> |
| 152 | + <ListValues> |
| 153 | + <Value>libm</Value> |
| 154 | + </ListValues> |
| 155 | + </avrgcc.linker.libraries.Libraries> |
| 156 | + <avrgcc.assembler.general.AssemblerFlags>-DGASCOUNTER_MODULE</avrgcc.assembler.general.AssemblerFlags> |
| 157 | + <avrgcc.assembler.general.IncludePaths> |
| 158 | + <ListValues> |
| 159 | + <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\include</Value> |
| 160 | + </ListValues> |
| 161 | + </avrgcc.assembler.general.IncludePaths> |
| 162 | + <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel> |
| 163 | +</AvrGcc> |
166 | 164 | </ToolchainSettings> |
167 | 165 | <OutputFileName>Gaszaehler_New</OutputFileName> |
168 | 166 | <OutputFileExtension>.elf</OutputFileExtension> |
|
180 | 178 | <Compile Include="avr-util-library\adwandler.h"> |
181 | 179 | <SubType>compile</SubType> |
182 | 180 | </Compile> |
183 | | - <Compile Include="avr-util-library\Bitmaps_and_fonts\font_consolas-30x40.c"> |
184 | | - <SubType>compile</SubType> |
185 | | - </Compile> |
186 | 181 | <Compile Include="avr-util-library\Bitmaps_and_fonts\font_f-5x8.c"> |
187 | 182 | <SubType>compile</SubType> |
188 | 183 | </Compile> |
189 | 184 | <Compile Include="avr-util-library\Bitmaps_and_fonts\font_f-8x14.c"> |
190 | 185 | <SubType>compile</SubType> |
191 | 186 | </Compile> |
192 | | - <Compile Include="avr-util-library\Bitmaps_and_fonts\font_inconsolata-27x40.c"> |
193 | | - <SubType>compile</SubType> |
194 | | - </Compile> |
195 | 187 | <Compile Include="avr-util-library\Bitmaps_and_fonts\font_inconsolataf-12x24.c"> |
196 | 188 | <SubType>compile</SubType> |
197 | 189 | </Compile> |
198 | 190 | <Compile Include="avr-util-library\Bitmaps_and_fonts\font_inconsolataf-8x16.c"> |
199 | 191 | <SubType>compile</SubType> |
200 | 192 | </Compile> |
201 | | - <Compile Include="avr-util-library\Bitmaps_and_fonts\font_Lucida_Console-27x40.c"> |
202 | | - <SubType>compile</SubType> |
203 | | - </Compile> |
204 | 193 | <Compile Include="avr-util-library\Bitmaps_and_fonts\font_Lucida_Console_AlpaNum-29x40.c"> |
205 | 194 | <SubType>compile</SubType> |
206 | 195 | </Compile> |
207 | | - <Compile Include="avr-util-library\Bitmaps_and_fonts\font_source_code_pro-31x40.c"> |
208 | | - <SubType>compile</SubType> |
209 | | - </Compile> |
210 | 196 | <Compile Include="avr-util-library\Bitmaps_and_fonts\HZB_logo_DISP_3000.c"> |
211 | 197 | <SubType>compile</SubType> |
212 | 198 | </Compile> |
|
0 commit comments