|
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <SchemaVersion>2.0</SchemaVersion> |
5 | | - <ProjectVersion>6.2</ProjectVersion> |
| 5 | + <ProjectVersion>7.0</ProjectVersion> |
6 | 6 | <ToolchainName>com.Atmel.AVRGCC8.CPP</ToolchainName> |
7 | 7 | <ProjectGuid>{2ac71c99-e332-42ac-aa16-8b5fcc4c013b}</ProjectGuid> |
8 | 8 | <avrdevice>ATxmega128A4U</avrdevice> |
|
27 | 27 | <BootSegment>2</BootSegment> |
28 | 28 | <eraseonlaunchrule>0</eraseonlaunchrule> |
29 | 29 | <AsfFrameworkConfig> |
30 | | - <framework-data xmlns=""> |
31 | | - <options /> |
32 | | - <configurations /> |
33 | | - <files /> |
34 | | - <documentation help="" /> |
35 | | - <offline-documentation help="" /> |
36 | | - <dependencies> |
37 | | - <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.21.0" /> |
38 | | - </dependencies> |
39 | | - </framework-data> |
| 30 | + <framework-data> |
| 31 | + <options /> |
| 32 | + <configurations /> |
| 33 | + <files /> |
| 34 | + <documentation help="" /> |
| 35 | + <offline-documentation help="" /> |
| 36 | + <dependencies> |
| 37 | + <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.42.0" /> |
| 38 | + </dependencies> |
| 39 | +</framework-data> |
40 | 40 | </AsfFrameworkConfig> |
41 | 41 | <avrtool>com.atmel.avrdbg.tool.atmelice</avrtool> |
42 | 42 | <avrtoolinterface>PDI</avrtoolinterface> |
|
51 | 51 | <ToolNumber>J41800031896</ToolNumber> |
52 | 52 | <ToolName>Atmel-ICE</ToolName> |
53 | 53 | </com_atmel_avrdbg_tool_atmelice> |
| 54 | + <ResetRule>0</ResetRule> |
| 55 | + <EraseKey /> |
54 | 56 | </PropertyGroup> |
55 | 57 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
56 | 58 | <ToolchainSettings> |
57 | 59 | <AvrGccCpp> |
| 60 | + <avrgcc.common.Device>-mmcu=atxmega128a4u -B "%24(PackRepoDir)\atmel\XMEGAA_DFP\1.2.141\gcc\dev\atxmega128a4u"</avrgcc.common.Device> |
58 | 61 | <avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches> |
59 | 62 | <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
60 | 63 | <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
|
68 | 71 | <Value>NDEBUG</Value> |
69 | 72 | </ListValues> |
70 | 73 | </avrgcc.compiler.symbols.DefSymbols> |
| 74 | + <avrgcc.compiler.directories.IncludePaths> |
| 75 | + <ListValues> |
| 76 | + <Value>%24(PackRepoDir)\atmel\XMEGAA_DFP\1.2.141\include\</Value> |
| 77 | + </ListValues> |
| 78 | + </avrgcc.compiler.directories.IncludePaths> |
71 | 79 | <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level> |
72 | 80 | <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
73 | 81 | <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
|
79 | 87 | <Value>NDEBUG</Value> |
80 | 88 | </ListValues> |
81 | 89 | </avrgcccpp.compiler.symbols.DefSymbols> |
| 90 | + <avrgcccpp.compiler.directories.IncludePaths> |
| 91 | + <ListValues> |
| 92 | + <Value>%24(PackRepoDir)\atmel\XMEGAA_DFP\1.2.141\include\</Value> |
| 93 | + </ListValues> |
| 94 | + </avrgcccpp.compiler.directories.IncludePaths> |
82 | 95 | <avrgcccpp.compiler.optimization.level>Optimize for size (-Os)</avrgcccpp.compiler.optimization.level> |
83 | 96 | <avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers> |
84 | 97 | <avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum> |
|
93 | 106 | <Value>C:\Users\Filipe Carvalho\Documents\BitBucket\Device.LoadCells\Firmware\LoadCells</Value> |
94 | 107 | </ListValues> |
95 | 108 | </avrgcccpp.linker.libraries.LibrarySearchPaths> |
| 109 | + <avrgcccpp.assembler.general.IncludePaths> |
| 110 | + <ListValues> |
| 111 | + <Value>%24(PackRepoDir)\atmel\XMEGAA_DFP\1.2.141\include\</Value> |
| 112 | + </ListValues> |
| 113 | + </avrgcccpp.assembler.general.IncludePaths> |
96 | 114 | </AvrGccCpp> |
97 | 115 | </ToolchainSettings> |
98 | 116 | </PropertyGroup> |
99 | 117 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
100 | 118 | <ToolchainSettings> |
101 | 119 | <AvrGccCpp> |
| 120 | + <avrgcc.common.Device>-mmcu=atxmega128a4u -B "%24(PackRepoDir)\atmel\XMEGAA_DFP\1.2.141\gcc\dev\atxmega128a4u"</avrgcc.common.Device> |
102 | 121 | <avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches> |
103 | 122 | <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
104 | 123 | <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
|
112 | 131 | <Value>DEBUG</Value> |
113 | 132 | </ListValues> |
114 | 133 | </avrgcc.compiler.symbols.DefSymbols> |
| 134 | + <avrgcc.compiler.directories.IncludePaths> |
| 135 | + <ListValues> |
| 136 | + <Value>%24(PackRepoDir)\atmel\XMEGAA_DFP\1.2.141\include\</Value> |
| 137 | + </ListValues> |
| 138 | + </avrgcc.compiler.directories.IncludePaths> |
115 | 139 | <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level> |
116 | 140 | <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
117 | 141 | <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
|
124 | 148 | <Value>DEBUG</Value> |
125 | 149 | </ListValues> |
126 | 150 | </avrgcccpp.compiler.symbols.DefSymbols> |
| 151 | + <avrgcccpp.compiler.directories.IncludePaths> |
| 152 | + <ListValues> |
| 153 | + <Value>%24(PackRepoDir)\atmel\XMEGAA_DFP\1.2.141\include\</Value> |
| 154 | + </ListValues> |
| 155 | + </avrgcccpp.compiler.directories.IncludePaths> |
127 | 156 | <avrgcccpp.compiler.optimization.level>Optimize most (-O3)</avrgcccpp.compiler.optimization.level> |
128 | 157 | <avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers> |
129 | 158 | <avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum> |
|
140 | 169 | <Value>..</Value> |
141 | 170 | </ListValues> |
142 | 171 | </avrgcccpp.linker.libraries.LibrarySearchPaths> |
| 172 | + <avrgcccpp.assembler.general.IncludePaths> |
| 173 | + <ListValues> |
| 174 | + <Value>%24(PackRepoDir)\atmel\XMEGAA_DFP\1.2.141\include\</Value> |
| 175 | + </ListValues> |
| 176 | + </avrgcccpp.assembler.general.IncludePaths> |
143 | 177 | <avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel> |
144 | 178 | </AvrGccCpp> |
145 | 179 | </ToolchainSettings> |
|
0 commit comments