Maxim mbed development library

Dependents:   sensomed

Committer:
switches
Date:
Tue Nov 08 18:27:11 2016 +0000
Revision:
0:0e018d759a2a
Initial commit

Who changed what in which revision?

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