Development mbed library for MAX32630FTHR

Dependents:   blinky_max32630fthr

Committer:
switches
Date:
Fri Nov 11 20:59:50 2016 +0000
Revision:
0:5c4d7b2438d3
Initial commit

Who changed what in which revision?

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