|
76 | 76 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
77 | 77 | <ToolchainSettings> |
78 | 78 | <AvrGcc> |
79 | | - <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
80 | | - <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
81 | | - <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
82 | | - <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
83 | | - <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
84 | | - <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
85 | | - <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
86 | | - <avrgcc.compiler.symbols.DefSymbols> |
87 | | - <ListValues> |
88 | | - <Value>NDEBUG</Value> |
89 | | - </ListValues> |
90 | | - </avrgcc.compiler.symbols.DefSymbols> |
91 | | - <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level> |
92 | | - <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
93 | | - <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
94 | | - <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings> |
95 | | - <avrgcc.linker.libraries.Libraries> |
96 | | - <ListValues> |
97 | | - <Value>libm</Value> |
98 | | - <Value>libATxmega64A4U-1.4.a</Value> |
99 | | - </ListValues> |
100 | | - </avrgcc.linker.libraries.Libraries> |
101 | | - <avrgcc.linker.libraries.LibrarySearchPaths> |
102 | | - <ListValues> |
103 | | - <Value>C:\Users\CR Filipe\Google Drive CR Filipe\CR harp\firmware LED array - interface\v1.0</Value> |
104 | | - <Value>C:\Users\Artur\Google Drive\CR harp\firmware LED array - interface\v1.0</Value> |
105 | | - <Value>G:\My Drive\CR harp\firmware LED array - interface\v1.0</Value> |
106 | | - <Value>C:\Users\Filipe Carvalho\Documents\BitBucket\Firmware\LedArray</Value> |
107 | | - <Value>C:\Users\Filipe Carvalho\Documents\BitBucket\Device.LedArray\Firmware\LedArray</Value> |
108 | | - </ListValues> |
109 | | - </avrgcc.linker.libraries.LibrarySearchPaths> |
110 | | - </AvrGcc> |
| 79 | + <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
| 80 | + <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
| 81 | + <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
| 82 | + <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
| 83 | + <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
| 84 | + <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
| 85 | + <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
| 86 | + <avrgcc.compiler.symbols.DefSymbols> |
| 87 | + <ListValues> |
| 88 | + <Value>NDEBUG</Value> |
| 89 | + </ListValues> |
| 90 | + </avrgcc.compiler.symbols.DefSymbols> |
| 91 | + <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level> |
| 92 | + <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
| 93 | + <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
| 94 | + <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings> |
| 95 | + <avrgcc.linker.libraries.Libraries> |
| 96 | + <ListValues> |
| 97 | + <Value>libm</Value> |
| 98 | + <Value>libATxmega64A4U-1.4.a</Value> |
| 99 | + <Value>libATxmega64A4U-1.13.a</Value> |
| 100 | + </ListValues> |
| 101 | + </avrgcc.linker.libraries.Libraries> |
| 102 | + <avrgcc.linker.libraries.LibrarySearchPaths> |
| 103 | + <ListValues> |
| 104 | + <Value>C:\Users\CR Filipe\Google Drive CR Filipe\CR harp\firmware LED array - interface\v1.0</Value> |
| 105 | + <Value>C:\Users\Artur\Google Drive\CR harp\firmware LED array - interface\v1.0</Value> |
| 106 | + <Value>G:\My Drive\CR harp\firmware LED array - interface\v1.0</Value> |
| 107 | + <Value>C:\Users\Filipe Carvalho\Documents\BitBucket\Firmware\LedArray</Value> |
| 108 | + <Value>C:\Users\Filipe Carvalho\Documents\BitBucket\Device.LedArray\Firmware\LedArray</Value> |
| 109 | + <Value>C:\Users\Artur Silva\Desktop\device.ledarray-main (1)\device.ledarray-main\Firmware\LedArray</Value> |
| 110 | + </ListValues> |
| 111 | + </avrgcc.linker.libraries.LibrarySearchPaths> |
| 112 | +</AvrGcc> |
111 | 113 | </ToolchainSettings> |
112 | 114 | </PropertyGroup> |
113 | 115 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
114 | 116 | <ToolchainSettings> |
115 | 117 | <AvrGcc> |
116 | | - <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
117 | | - <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
118 | | - <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
119 | | - <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
120 | | - <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
121 | | - <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
122 | | - <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
123 | | - <avrgcc.compiler.symbols.DefSymbols> |
124 | | - <ListValues> |
125 | | - <Value>DEBUG</Value> |
126 | | - </ListValues> |
127 | | - </avrgcc.compiler.symbols.DefSymbols> |
128 | | - <avrgcc.compiler.optimization.level>Optimize most (-O3)</avrgcc.compiler.optimization.level> |
129 | | - <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
130 | | - <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
131 | | - <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel> |
132 | | - <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings> |
133 | | - <avrgcc.linker.libraries.Libraries> |
134 | | - <ListValues> |
135 | | - <Value>libm</Value> |
136 | | - <Value>libATxmega64A4U-1.4.a</Value> |
137 | | - </ListValues> |
138 | | - </avrgcc.linker.libraries.Libraries> |
139 | | - <avrgcc.linker.libraries.LibrarySearchPaths> |
140 | | - <ListValues> |
141 | | - <Value>C:\Users\CR Filipe\Google Drive CR Filipe\CR harp\firmware LED array - interface\v1.0</Value> |
142 | | - <Value>C:\Users\Artur\Google Drive\CR harp\firmware LED array - interface\v1.0</Value> |
143 | | - <Value>G:\My Drive\CR harp\firmware LED array - interface\v1.0</Value> |
144 | | - <Value>C:\Users\Filipe Carvalho\Documents\BitBucket\Firmware\LedArray</Value> |
145 | | - <Value>C:\Users\Filipe Carvalho\Documents\BitBucket\Device.LedArray\Firmware\LedArray</Value> |
146 | | - </ListValues> |
147 | | - </avrgcc.linker.libraries.LibrarySearchPaths> |
148 | | - <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel> |
149 | | - </AvrGcc> |
| 118 | + <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
| 119 | + <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
| 120 | + <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
| 121 | + <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
| 122 | + <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
| 123 | + <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
| 124 | + <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
| 125 | + <avrgcc.compiler.symbols.DefSymbols> |
| 126 | + <ListValues> |
| 127 | + <Value>DEBUG</Value> |
| 128 | + </ListValues> |
| 129 | + </avrgcc.compiler.symbols.DefSymbols> |
| 130 | + <avrgcc.compiler.optimization.level>Optimize most (-O3)</avrgcc.compiler.optimization.level> |
| 131 | + <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
| 132 | + <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
| 133 | + <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel> |
| 134 | + <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings> |
| 135 | + <avrgcc.linker.libraries.Libraries> |
| 136 | + <ListValues> |
| 137 | + <Value>libm</Value> |
| 138 | + <Value>libATxmega64A4U-1.13.a</Value> |
| 139 | + </ListValues> |
| 140 | + </avrgcc.linker.libraries.Libraries> |
| 141 | + <avrgcc.linker.libraries.LibrarySearchPaths> |
| 142 | + <ListValues> |
| 143 | + <Value>..</Value> |
| 144 | + </ListValues> |
| 145 | + </avrgcc.linker.libraries.LibrarySearchPaths> |
| 146 | + <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel> |
| 147 | +</AvrGcc> |
150 | 148 | </ToolchainSettings> |
151 | 149 | </PropertyGroup> |
152 | 150 | <ItemGroup> |
|
0 commit comments