Includes library modifications to allow access to AIN_4 (AIN_0 / 5)

Committer:
bryantaylor
Date:
Tue Sep 20 21:26:12 2016 +0000
Revision:
0:eafc3fd41f75
hackathon

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bryantaylor 0:eafc3fd41f75 1 <?xml version="1.0" encoding="utf-8"?>
bryantaylor 0:eafc3fd41f75 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
bryantaylor 0:eafc3fd41f75 3 <PropertyGroup>
bryantaylor 0:eafc3fd41f75 4 <SchemaVersion>2.0</SchemaVersion>
bryantaylor 0:eafc3fd41f75 5 <ProjectVersion>6.2</ProjectVersion>
bryantaylor 0:eafc3fd41f75 6 <ToolchainName>com.Atmel.ARMGCC.CPP</ToolchainName>
bryantaylor 0:eafc3fd41f75 7 <ProjectGuid>{{project_uuid}}</ProjectGuid>
bryantaylor 0:eafc3fd41f75 8 <avrdevice>AT{{target}}</avrdevice>
bryantaylor 0:eafc3fd41f75 9 <avrdeviceseries>none</avrdeviceseries>
bryantaylor 0:eafc3fd41f75 10 <OutputType>Executable</OutputType>
bryantaylor 0:eafc3fd41f75 11 <Language>CPP</Language>
bryantaylor 0:eafc3fd41f75 12 <OutputFileName>$(MSBuildProjectName)</OutputFileName>
bryantaylor 0:eafc3fd41f75 13 <OutputFileExtension>.elf</OutputFileExtension>
bryantaylor 0:eafc3fd41f75 14 <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
bryantaylor 0:eafc3fd41f75 15 <AssemblyName>AtmelStudio6_2</AssemblyName>
bryantaylor 0:eafc3fd41f75 16 <Name>AtmelStudio6_2</Name>
bryantaylor 0:eafc3fd41f75 17 <RootNamespace>AtmelStudio6_2</RootNamespace>
bryantaylor 0:eafc3fd41f75 18 <ToolchainFlavour>Native</ToolchainFlavour>
bryantaylor 0:eafc3fd41f75 19 <KeepTimersRunning>true</KeepTimersRunning>
bryantaylor 0:eafc3fd41f75 20 <OverrideVtor>false</OverrideVtor>
bryantaylor 0:eafc3fd41f75 21 <CacheFlash>true</CacheFlash>
bryantaylor 0:eafc3fd41f75 22 <ProgFlashFromRam>true</ProgFlashFromRam>
bryantaylor 0:eafc3fd41f75 23 <RamSnippetAddress />
bryantaylor 0:eafc3fd41f75 24 <UncachedRange />
bryantaylor 0:eafc3fd41f75 25 <preserveEEPROM>true</preserveEEPROM>
bryantaylor 0:eafc3fd41f75 26 <OverrideVtorValue />
bryantaylor 0:eafc3fd41f75 27 <BootSegment>2</BootSegment>
bryantaylor 0:eafc3fd41f75 28 <eraseonlaunchrule>1</eraseonlaunchrule>
bryantaylor 0:eafc3fd41f75 29 <AsfFrameworkConfig>
bryantaylor 0:eafc3fd41f75 30 <framework-data xmlns="">
bryantaylor 0:eafc3fd41f75 31 <options />
bryantaylor 0:eafc3fd41f75 32 <configurations />
bryantaylor 0:eafc3fd41f75 33 <files />
bryantaylor 0:eafc3fd41f75 34 <documentation help="" />
bryantaylor 0:eafc3fd41f75 35 <offline-documentation help="" />
bryantaylor 0:eafc3fd41f75 36 </framework-data>
bryantaylor 0:eafc3fd41f75 37 </AsfFrameworkConfig>
bryantaylor 0:eafc3fd41f75 38 </PropertyGroup>
bryantaylor 0:eafc3fd41f75 39 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
bryantaylor 0:eafc3fd41f75 40 <ToolchainSettings>
bryantaylor 0:eafc3fd41f75 41 <ArmGccCpp>
bryantaylor 0:eafc3fd41f75 42 <armgcc.common.outputfiles.hex>True</armgcc.common.outputfiles.hex>
bryantaylor 0:eafc3fd41f75 43 <armgcc.common.outputfiles.lss>True</armgcc.common.outputfiles.lss>
bryantaylor 0:eafc3fd41f75 44 <armgcc.common.outputfiles.eep>True</armgcc.common.outputfiles.eep>
bryantaylor 0:eafc3fd41f75 45 <armgcc.common.outputfiles.bin>True</armgcc.common.outputfiles.bin>
bryantaylor 0:eafc3fd41f75 46 <armgcc.common.outputfiles.srec>True</armgcc.common.outputfiles.srec>
bryantaylor 0:eafc3fd41f75 47 <armgcc.compiler.symbols.DefSymbols>
bryantaylor 0:eafc3fd41f75 48 <ListValues>
bryantaylor 0:eafc3fd41f75 49 <Value>NDEBUG</Value>
bryantaylor 0:eafc3fd41f75 50 {% for s in symbols %}<Value>{{s}}</Value>
bryantaylor 0:eafc3fd41f75 51 {% endfor %}
bryantaylor 0:eafc3fd41f75 52 </ListValues>
bryantaylor 0:eafc3fd41f75 53 </armgcc.compiler.symbols.DefSymbols>
bryantaylor 0:eafc3fd41f75 54 <armgcc.compiler.directories.IncludePaths>
bryantaylor 0:eafc3fd41f75 55 <ListValues>
bryantaylor 0:eafc3fd41f75 56 {% for i in include_paths %}<Value>../{{i}}</Value>
bryantaylor 0:eafc3fd41f75 57 {% endfor %}
bryantaylor 0:eafc3fd41f75 58 </ListValues>
bryantaylor 0:eafc3fd41f75 59 </armgcc.compiler.directories.IncludePaths>
bryantaylor 0:eafc3fd41f75 60 <armgcc.compiler.optimization.level>Optimize for size (-Os)</armgcc.compiler.optimization.level>
bryantaylor 0:eafc3fd41f75 61 <armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
bryantaylor 0:eafc3fd41f75 62 <armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>
bryantaylor 0:eafc3fd41f75 63 <armgcc.compiler.miscellaneous.OtherFlags>{{c_flags|join(" ")}} {{common_flags|join(" ")}} -MMD -MP</armgcc.compiler.miscellaneous.OtherFlags>
bryantaylor 0:eafc3fd41f75 64 <armgcccpp.compiler.symbols.DefSymbols>
bryantaylor 0:eafc3fd41f75 65 <ListValues>
bryantaylor 0:eafc3fd41f75 66 <Value>NDEBUG</Value>
bryantaylor 0:eafc3fd41f75 67 {% for s in symbols %}<Value>{{s}}</Value>
bryantaylor 0:eafc3fd41f75 68 {% endfor %}
bryantaylor 0:eafc3fd41f75 69 </ListValues>
bryantaylor 0:eafc3fd41f75 70 </armgcccpp.compiler.symbols.DefSymbols>
bryantaylor 0:eafc3fd41f75 71 <armgcccpp.compiler.directories.IncludePaths>
bryantaylor 0:eafc3fd41f75 72 <ListValues>
bryantaylor 0:eafc3fd41f75 73 {% for i in include_paths %}<Value>../{{i}}</Value>
bryantaylor 0:eafc3fd41f75 74 {% endfor %}
bryantaylor 0:eafc3fd41f75 75 </ListValues>
bryantaylor 0:eafc3fd41f75 76 </armgcccpp.compiler.directories.IncludePaths>
bryantaylor 0:eafc3fd41f75 77 <armgcccpp.compiler.optimization.level>Optimize for size (-Os)</armgcccpp.compiler.optimization.level>
bryantaylor 0:eafc3fd41f75 78 <armgcccpp.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcccpp.compiler.optimization.PrepareFunctionsForGarbageCollection>
bryantaylor 0:eafc3fd41f75 79 <armgcccpp.compiler.warnings.AllWarnings>True</armgcccpp.compiler.warnings.AllWarnings>
bryantaylor 0:eafc3fd41f75 80 <armgcccpp.compiler.miscellaneous.OtherFlags>{{cxx_flags|join(" ")}} {{common_flags|join(" ")}} -MMD -MP</armgcccpp.compiler.miscellaneous.OtherFlags>
bryantaylor 0:eafc3fd41f75 81 <armgcccpp.linker.libraries.Libraries>
bryantaylor 0:eafc3fd41f75 82 <ListValues>
bryantaylor 0:eafc3fd41f75 83 <Value>libm</Value>
bryantaylor 0:eafc3fd41f75 84 </ListValues>
bryantaylor 0:eafc3fd41f75 85 </armgcccpp.linker.libraries.Libraries>
bryantaylor 0:eafc3fd41f75 86 <armgcccpp.linker.libraries.LibrarySearchPaths>
bryantaylor 0:eafc3fd41f75 87 <ListValues>
bryantaylor 0:eafc3fd41f75 88 </ListValues>
bryantaylor 0:eafc3fd41f75 89 </armgcccpp.linker.libraries.LibrarySearchPaths>
bryantaylor 0:eafc3fd41f75 90 <armgcccpp.linker.optimization.GarbageCollectUnusedSections>True</armgcccpp.linker.optimization.GarbageCollectUnusedSections>
bryantaylor 0:eafc3fd41f75 91 <armgcccpp.linker.miscellaneous.LinkerFlags>{% for p in library_paths %}-L../{{p}} {% endfor %} {% for f in object_files %}../{{f}} {% endfor %} {% for lib in libraries %}-l{{lib}} {% endfor %} -T../{{linker_script}} {{ld_flags|join(" ")}} {{common_flags|join(" ")}}</armgcccpp.linker.miscellaneous.LinkerFlags>
bryantaylor 0:eafc3fd41f75 92 <armgcccpp.preprocessingassembler.general.IncludePaths>
bryantaylor 0:eafc3fd41f75 93 <ListValues>
bryantaylor 0:eafc3fd41f75 94 {% for i in include_paths %}<Value>../{{i}}</Value>
bryantaylor 0:eafc3fd41f75 95 {% endfor %}
bryantaylor 0:eafc3fd41f75 96 </ListValues>
bryantaylor 0:eafc3fd41f75 97 </armgcccpp.preprocessingassembler.general.IncludePaths>
bryantaylor 0:eafc3fd41f75 98 </ArmGccCpp>
bryantaylor 0:eafc3fd41f75 99 </ToolchainSettings>
bryantaylor 0:eafc3fd41f75 100 </PropertyGroup>
bryantaylor 0:eafc3fd41f75 101 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
bryantaylor 0:eafc3fd41f75 102 <ToolchainSettings>
bryantaylor 0:eafc3fd41f75 103 <ArmGccCpp>
bryantaylor 0:eafc3fd41f75 104 <armgcc.common.outputfiles.hex>True</armgcc.common.outputfiles.hex>
bryantaylor 0:eafc3fd41f75 105 <armgcc.common.outputfiles.lss>True</armgcc.common.outputfiles.lss>
bryantaylor 0:eafc3fd41f75 106 <armgcc.common.outputfiles.eep>True</armgcc.common.outputfiles.eep>
bryantaylor 0:eafc3fd41f75 107 <armgcc.common.outputfiles.bin>True</armgcc.common.outputfiles.bin>
bryantaylor 0:eafc3fd41f75 108 <armgcc.common.outputfiles.srec>True</armgcc.common.outputfiles.srec>
bryantaylor 0:eafc3fd41f75 109 <armgcc.compiler.symbols.DefSymbols>
bryantaylor 0:eafc3fd41f75 110 <ListValues>
bryantaylor 0:eafc3fd41f75 111 <Value>DEBUG</Value>
bryantaylor 0:eafc3fd41f75 112 {% for s in symbols %}<Value>{{s}}</Value>
bryantaylor 0:eafc3fd41f75 113 {% endfor %}
bryantaylor 0:eafc3fd41f75 114 </ListValues>
bryantaylor 0:eafc3fd41f75 115 </armgcc.compiler.symbols.DefSymbols>
bryantaylor 0:eafc3fd41f75 116 <armgcc.compiler.directories.IncludePaths>
bryantaylor 0:eafc3fd41f75 117 <ListValues>
bryantaylor 0:eafc3fd41f75 118 {% for i in include_paths %}<Value>../{{i}}</Value>
bryantaylor 0:eafc3fd41f75 119 {% endfor %}
bryantaylor 0:eafc3fd41f75 120 </ListValues>
bryantaylor 0:eafc3fd41f75 121 </armgcc.compiler.directories.IncludePaths>
bryantaylor 0:eafc3fd41f75 122 <armgcc.compiler.optimization.level>Optimize (-O1)</armgcc.compiler.optimization.level>
bryantaylor 0:eafc3fd41f75 123 <armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
bryantaylor 0:eafc3fd41f75 124 <armgcc.compiler.optimization.DebugLevel>Maximum (-g3)</armgcc.compiler.optimization.DebugLevel>
bryantaylor 0:eafc3fd41f75 125 <armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>
bryantaylor 0:eafc3fd41f75 126 <armgcc.compiler.miscellaneous.OtherFlags>{{c_flags|join(" ")}} {{common_flags|join(" ")}} -MMD -MP</armgcc.compiler.miscellaneous.OtherFlags>
bryantaylor 0:eafc3fd41f75 127 <armgcccpp.compiler.symbols.DefSymbols>
bryantaylor 0:eafc3fd41f75 128 <ListValues>
bryantaylor 0:eafc3fd41f75 129 <Value>DEBUG</Value>
bryantaylor 0:eafc3fd41f75 130 {% for s in symbols %}<Value>{{s}}</Value>
bryantaylor 0:eafc3fd41f75 131 {% endfor %}
bryantaylor 0:eafc3fd41f75 132 </ListValues>
bryantaylor 0:eafc3fd41f75 133 </armgcccpp.compiler.symbols.DefSymbols>
bryantaylor 0:eafc3fd41f75 134 <armgcccpp.compiler.directories.IncludePaths>
bryantaylor 0:eafc3fd41f75 135 <ListValues>
bryantaylor 0:eafc3fd41f75 136 {% for i in include_paths %}<Value>../{{i}}</Value>
bryantaylor 0:eafc3fd41f75 137 {% endfor %}
bryantaylor 0:eafc3fd41f75 138 </ListValues>
bryantaylor 0:eafc3fd41f75 139 </armgcccpp.compiler.directories.IncludePaths>
bryantaylor 0:eafc3fd41f75 140 <armgcccpp.compiler.optimization.level>Optimize (-O1)</armgcccpp.compiler.optimization.level>
bryantaylor 0:eafc3fd41f75 141 <armgcccpp.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcccpp.compiler.optimization.PrepareFunctionsForGarbageCollection>
bryantaylor 0:eafc3fd41f75 142 <armgcccpp.compiler.optimization.DebugLevel>Maximum (-g3)</armgcccpp.compiler.optimization.DebugLevel>
bryantaylor 0:eafc3fd41f75 143 <armgcccpp.compiler.warnings.AllWarnings>True</armgcccpp.compiler.warnings.AllWarnings>
bryantaylor 0:eafc3fd41f75 144 <armgcccpp.compiler.miscellaneous.OtherFlags>{{cxx_flags|join(" ")}} {{common_flags|join(" ")}} -MMD -MP</armgcccpp.compiler.miscellaneous.OtherFlags>
bryantaylor 0:eafc3fd41f75 145 <armgcccpp.linker.libraries.Libraries>
bryantaylor 0:eafc3fd41f75 146 <ListValues>
bryantaylor 0:eafc3fd41f75 147 <Value>libm</Value>
bryantaylor 0:eafc3fd41f75 148 </ListValues>
bryantaylor 0:eafc3fd41f75 149 </armgcccpp.linker.libraries.Libraries>
bryantaylor 0:eafc3fd41f75 150 <armgcccpp.linker.libraries.LibrarySearchPaths>
bryantaylor 0:eafc3fd41f75 151 <ListValues>
bryantaylor 0:eafc3fd41f75 152 </ListValues>
bryantaylor 0:eafc3fd41f75 153 </armgcccpp.linker.libraries.LibrarySearchPaths>
bryantaylor 0:eafc3fd41f75 154 <armgcccpp.linker.optimization.GarbageCollectUnusedSections>True</armgcccpp.linker.optimization.GarbageCollectUnusedSections>
bryantaylor 0:eafc3fd41f75 155 <armgcccpp.linker.miscellaneous.LinkerFlags>{% for p in library_paths %}-L../{{p}} {% endfor %} {% for f in object_files %}../{{f}} {% endfor %} {% for lib in libraries %}-l{{lib}} {% endfor %} -T../{{linker_script}} {{ld_flags|join(" ")}} {{common_flags|join(" ")}}</armgcccpp.linker.miscellaneous.LinkerFlags>
bryantaylor 0:eafc3fd41f75 156 <armgcccpp.assembler.debugging.DebugLevel>Default (-g)</armgcccpp.assembler.debugging.DebugLevel>
bryantaylor 0:eafc3fd41f75 157 <armgcccpp.preprocessingassembler.general.IncludePaths>
bryantaylor 0:eafc3fd41f75 158 <ListValues>
bryantaylor 0:eafc3fd41f75 159 {% for i in include_paths %}<Value>../{{i}}</Value>
bryantaylor 0:eafc3fd41f75 160 {% endfor %}
bryantaylor 0:eafc3fd41f75 161 </ListValues>
bryantaylor 0:eafc3fd41f75 162 </armgcccpp.preprocessingassembler.general.IncludePaths>
bryantaylor 0:eafc3fd41f75 163 <armgcccpp.preprocessingassembler.debugging.DebugLevel>Default (-Wa,-g)</armgcccpp.preprocessingassembler.debugging.DebugLevel>
bryantaylor 0:eafc3fd41f75 164 </ArmGccCpp>
bryantaylor 0:eafc3fd41f75 165 </ToolchainSettings>
bryantaylor 0:eafc3fd41f75 166 </PropertyGroup>
bryantaylor 0:eafc3fd41f75 167 <ItemGroup>
bryantaylor 0:eafc3fd41f75 168 {% for f in source_folders %}<Folder Include="{{f}}" />
bryantaylor 0:eafc3fd41f75 169 {% endfor %}
bryantaylor 0:eafc3fd41f75 170 {% for s in source_files %}<Compile Include="{{s}}">
bryantaylor 0:eafc3fd41f75 171 <SubType>compile</SubType>
bryantaylor 0:eafc3fd41f75 172 </Compile>
bryantaylor 0:eafc3fd41f75 173 {% endfor %}
bryantaylor 0:eafc3fd41f75 174 </ItemGroup>
bryantaylor 0:eafc3fd41f75 175 <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
bryantaylor 0:eafc3fd41f75 176 </Project>