Skip to content

Commit

Permalink
Update ref_app ATMEL Studio project
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Feb 25, 2024
1 parent 2b240ba commit 9135fca
Showing 1 changed file with 71 additions and 44 deletions.
115 changes: 71 additions & 44 deletions ref_app/ref_app.cppproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<OutputFileExtension>.elf</OutputFileExtension>
<ToolchainSettings>
<AvrGccCpp>
<avrgcc.common.Device>-mmcu=atmega328p -B "%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\gcc\dev\atmega328p"</avrgcc.common.Device>
<avrgcc.common.Device>-mmcu=atmega328p -B "%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\gcc\dev\atmega328p"</avrgcc.common.Device>
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
Expand All @@ -69,6 +69,7 @@
<avrgcc.compiler.directories.IncludePaths>
<ListValues>
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include</Value>
<Value>%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\</Value>
</ListValues>
</avrgcc.compiler.directories.IncludePaths>
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
Expand All @@ -81,6 +82,7 @@
<Value>../src/mcal/avr</Value>
<Value>../src/util/STL</Value>
<Value>../src/util/STL_C++XX_stdfloat</Value>
<Value>%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\</Value>
</ListValues>
</avrgcccpp.compiler.directories.IncludePaths>
<avrgcccpp.compiler.optimization.level>Optimize for size (-Os)</avrgcccpp.compiler.optimization.level>
Expand All @@ -95,6 +97,7 @@
<avrgcccpp.assembler.general.IncludePaths>
<ListValues>
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include</Value>
<Value>%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\</Value>
</ListValues>
</avrgcccpp.assembler.general.IncludePaths>
</AvrGccCpp>
Expand All @@ -105,46 +108,49 @@
<OutputFileExtension>.elf</OutputFileExtension>
<ToolchainSettings>
<AvrGccCpp>
<avrgcc.common.Device>-mmcu=atmega328p -B "%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\gcc\dev\atmega328p"</avrgcc.common.Device>
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
<avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
<avrgcc.compiler.directories.IncludePaths>
<ListValues>
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include</Value>
</ListValues>
</avrgcc.compiler.directories.IncludePaths>
<avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
<avrgcc.compiler.warnings.ExtraWarnings>True</avrgcc.compiler.warnings.ExtraWarnings>
<avrgcc.compiler.warnings.Pedantic>True</avrgcc.compiler.warnings.Pedantic>
<avrgcc.compiler.miscellaneous.OtherFlags>-std=c99</avrgcc.compiler.miscellaneous.OtherFlags>
<avrgcccpp.compiler.directories.IncludePaths>
<ListValues>
<Value>../src</Value>
<Value>../src/mcal/avr</Value>
<Value>../src/util/STL</Value>
<Value>../src/util/STL_C++XX_stdfloat</Value>
</ListValues>
</avrgcccpp.compiler.directories.IncludePaths>
<avrgcccpp.compiler.optimization.level>Optimize (-O1)</avrgcccpp.compiler.optimization.level>
<avrgcccpp.compiler.optimization.DebugLevel>Default (-g2)</avrgcccpp.compiler.optimization.DebugLevel>
<avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings>
<avrgcccpp.compiler.warnings.Pedantic>True</avrgcccpp.compiler.warnings.Pedantic>
<avrgcccpp.compiler.miscellaneous.OtherFlags>-Wextra -gdwarf-2 -fno-use-cxa-atexit -fno-exceptions -finline-functions -std=c++14 -fno-rtti -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs</avrgcccpp.compiler.miscellaneous.OtherFlags>
<avrgcccpp.linker.general.DoNotUseStandardStartFiles>True</avrgcccpp.linker.general.DoNotUseStandardStartFiles>
<avrgcccpp.linker.general.DoNotUseDefaultLibraries>True</avrgcccpp.linker.general.DoNotUseDefaultLibraries>
<avrgcccpp.linker.general.NoStartupOrDefaultLibs>True</avrgcccpp.linker.general.NoStartupOrDefaultLibs>
<avrgcccpp.linker.miscellaneous.LinkerFlags>-Wl,-T../target/micros/avr/make/avr.ld</avrgcccpp.linker.miscellaneous.LinkerFlags>
<avrgcccpp.assembler.general.IncludePaths>
<ListValues>
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include</Value>
</ListValues>
</avrgcccpp.assembler.general.IncludePaths>
<avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel>
</AvrGccCpp>
<avrgcc.common.Device>-mmcu=atmega328p -B "%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\gcc\dev\atmega328p"</avrgcc.common.Device>
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
<avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
<avrgcc.compiler.directories.IncludePaths>
<ListValues>
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include</Value>
<Value>%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\</Value>
</ListValues>
</avrgcc.compiler.directories.IncludePaths>
<avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
<avrgcc.compiler.warnings.ExtraWarnings>True</avrgcc.compiler.warnings.ExtraWarnings>
<avrgcc.compiler.warnings.Pedantic>True</avrgcc.compiler.warnings.Pedantic>
<avrgcc.compiler.miscellaneous.OtherFlags>-std=c99</avrgcc.compiler.miscellaneous.OtherFlags>
<avrgcccpp.compiler.directories.IncludePaths>
<ListValues>
<Value>../src</Value>
<Value>../src/mcal/avr</Value>
<Value>../src/util/STL</Value>
<Value>../src/util/STL_C++XX_stdfloat</Value>
<Value>%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\</Value>
</ListValues>
</avrgcccpp.compiler.directories.IncludePaths>
<avrgcccpp.compiler.optimization.level>Optimize (-O1)</avrgcccpp.compiler.optimization.level>
<avrgcccpp.compiler.optimization.DebugLevel>Default (-g2)</avrgcccpp.compiler.optimization.DebugLevel>
<avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings>
<avrgcccpp.compiler.warnings.Pedantic>True</avrgcccpp.compiler.warnings.Pedantic>
<avrgcccpp.compiler.miscellaneous.OtherFlags>-Wextra -gdwarf-2 -fno-use-cxa-atexit -fno-exceptions -finline-functions -std=c++14 -fno-rtti -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs</avrgcccpp.compiler.miscellaneous.OtherFlags>
<avrgcccpp.linker.general.DoNotUseStandardStartFiles>True</avrgcccpp.linker.general.DoNotUseStandardStartFiles>
<avrgcccpp.linker.general.DoNotUseDefaultLibraries>True</avrgcccpp.linker.general.DoNotUseDefaultLibraries>
<avrgcccpp.linker.general.NoStartupOrDefaultLibs>True</avrgcccpp.linker.general.NoStartupOrDefaultLibs>
<avrgcccpp.linker.miscellaneous.LinkerFlags>-Wl,-T../target/micros/avr/make/avr.ld</avrgcccpp.linker.miscellaneous.LinkerFlags>
<avrgcccpp.assembler.general.IncludePaths>
<ListValues>
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include</Value>
<Value>%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\</Value>
</ListValues>
</avrgcccpp.assembler.general.IncludePaths>
<avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel>
</AvrGccCpp>
</ToolchainSettings>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -538,6 +544,9 @@
<Compile Include="src\util\memory\util_factory.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\memory\util_n_slot_array_allocator.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\memory\util_placed_pointer.h">
<SubType>compile</SubType>
</Compile>
Expand All @@ -559,6 +568,9 @@
<Compile Include="src\util\STL\impl\avr\avr_atomic.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\STL\impl\avr\avr_hardware_random_device.cpp">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\STL\impl\ptr_traits.h">
<SubType>compile</SubType>
</Compile>
Expand All @@ -577,6 +589,9 @@
<Compile Include="src\util\utility\util_alignas.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_baselexical_cast.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_bit_mask.h">
<SubType>compile</SubType>
</Compile>
Expand All @@ -586,9 +601,18 @@
<Compile Include="src\util\utility\util_communication.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_constexpr_algorithm_unsafe.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_constexpr_cmath_unsafe.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_countof.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_display.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_dynamic_array.h">
<SubType>compile</SubType>
</Compile>
Expand All @@ -598,6 +622,9 @@
<Compile Include="src\util\utility\util_linear_interpolate.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_narrow_cast.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_noexcept.h">
<SubType>compile</SubType>
</Compile>
Expand All @@ -610,9 +637,6 @@
<Compile Include="src\util\utility\util_point.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_random_pcg32.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="src\util\utility\util_stopwatch.h">
<SubType>compile</SubType>
</Compile>
Expand Down Expand Up @@ -678,6 +702,9 @@
<None Include="src\util\STL\cinttypes">
<SubType>compile</SubType>
</None>
<None Include="src\util\STL\ciso646">
<SubType>compile</SubType>
</None>
<None Include="src\util\STL\climits">
<SubType>compile</SubType>
</None>
Expand Down

0 comments on commit 9135fca

Please sign in to comment.