-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatmega48_amp.avrgccproj
73 lines (73 loc) · 3.18 KB
/
atmega48_amp.avrgccproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
<ProjectVersion>5.0</ProjectVersion>
<ProjectGuid>82e081fc-fac2-4b57-8bd4-1eaec6bbbf0f</ProjectGuid>
<avrdevice>ATmega48</avrdevice>
<avrdeviceseries>none</avrdeviceseries>
<OutputType>Executable</OutputType>
<Language>C</Language>
<OutputFile>IR_SAA3010.elf</OutputFile>
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
<UseGlobalToolchain>True</UseGlobalToolchain>
<ToolchainDirPath>
</ToolchainDirPath>
<MakeDirPath>
</MakeDirPath>
<GlobalToolchainPath>C:\Program Files (x86)\Atmel\AVR Studio 5.0\AVR ToolChain\bin</GlobalToolchainPath>
<AvrGccProjectExtensions>
</AvrGccProjectExtensions>
<avrtool>
</avrtool>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'default' ">
<OutputPath>bin\default\</OutputPath>
<MemorySettings>
<MemorySegments>
<InitialStack IsEnabled="0">
<Address>0x200</Address>
</InitialStack>
</MemorySegments>
</MemorySettings>
<ToolchainSettings>
<AvrGcc xmlns="">
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>true</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>true</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
<avrgcc.compiler.symbols.DefSymbols>
<ListValues>
<Value>F_CPU=8000000UL</Value>
</ListValues>
</avrgcc.compiler.symbols.DefSymbols>
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
<avrgcc.compiler.optimization.PackStructureMembers>true</avrgcc.compiler.optimization.PackStructureMembers>
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>true</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
<avrgcc.compiler.warnings.AllWarnings>true</avrgcc.compiler.warnings.AllWarnings>
<avrgcc.compiler.miscellaneous.OtherFlags>-gdwarf-2 -std=gnu99 </avrgcc.compiler.miscellaneous.OtherFlags>
<avrgcc.assembler.general.AssemblerFlags>-Wall -gdwarf-2 -std=gnu99 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums</avrgcc.assembler.general.AssemblerFlags>
</AvrGcc>
</ToolchainSettings>
<GenerateHexFile>True</GenerateHexFile>
</PropertyGroup>
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\AvrGCC.targets" />
<ItemGroup>
<Compile Include="lcd_1602_6wires.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="IR_SAA3010_MAIN.c">
<SubType>compile</SubType>
</Compile>
<Compile Include="lcd_1602_6wires.c">
<SubType>compile</SubType>
</Compile>
<Compile Include="pga2310.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="remote_ir.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="switch.h">
<SubType>compile</SubType>
</Compile>
</ItemGroup>
</Project>