You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
235 lines
10 KiB
235 lines
10 KiB
1 year ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
|
||
|
<PropertyGroup>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectVersion>7.0</ProjectVersion>
|
||
|
<ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>
|
||
|
<ProjectGuid>{06e88371-de74-4663-a82f-031e45168730}</ProjectGuid>
|
||
|
<avrdevice>ATmega328PB</avrdevice>
|
||
|
<avrdeviceseries>none</avrdeviceseries>
|
||
|
<OutputType>StaticLibrary</OutputType>
|
||
|
<Language>C</Language>
|
||
|
<OutputFileName>lib$(MSBuildProjectName)</OutputFileName>
|
||
|
<OutputFileExtension>.a</OutputFileExtension>
|
||
|
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
||
|
<AvrGccProjectExtensions>
|
||
|
</AvrGccProjectExtensions>
|
||
|
<AssemblyName>IdiBus</AssemblyName>
|
||
|
<Name>IdiCommon_328pb</Name>
|
||
|
<RootNamespace>IdiBus</RootNamespace>
|
||
|
<ToolchainFlavour>Native</ToolchainFlavour>
|
||
|
<KeepTimersRunning>true</KeepTimersRunning>
|
||
|
<OverrideVtor>false</OverrideVtor>
|
||
|
<CacheFlash>true</CacheFlash>
|
||
|
<ProgFlashFromRam>true</ProgFlashFromRam>
|
||
|
<RamSnippetAddress>0x20000000</RamSnippetAddress>
|
||
|
<UncachedRange />
|
||
|
<preserveEEPROM>true</preserveEEPROM>
|
||
|
<OverrideVtorValue>exception_table</OverrideVtorValue>
|
||
|
<BootSegment>2</BootSegment>
|
||
|
<ResetRule>0</ResetRule>
|
||
|
<eraseonlaunchrule>0</eraseonlaunchrule>
|
||
|
<EraseKey />
|
||
|
<avrtool />
|
||
|
<avrtoolinterface />
|
||
|
<AsfFrameworkConfig>
|
||
|
<framework-data xmlns="">
|
||
|
<options />
|
||
|
<configurations />
|
||
|
<files />
|
||
|
<documentation help="" />
|
||
|
<offline-documentation help="" />
|
||
|
<dependencies>
|
||
|
<content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.47.0" />
|
||
|
</dependencies>
|
||
|
</framework-data>
|
||
|
</AsfFrameworkConfig>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)' == '[Build] Release_328pb' ">
|
||
|
<ToolchainSettings>
|
||
|
<AvrGcc>
|
||
|
<avrgcc.common.Device>-mmcu=atmega328pb -B "%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\gcc\dev\atmega328pb"</avrgcc.common.Device>
|
||
|
<avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches>
|
||
|
<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>True</avrgcc.common.outputfiles.usersignatures>
|
||
|
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
|
||
|
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
|
||
|
<avrgcc.compiler.symbols.DefSymbols>
|
||
|
<ListValues>
|
||
|
<Value>_CPU_ATMEGA328PB_</Value>
|
||
|
<Value>NDEBUG</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.compiler.symbols.DefSymbols>
|
||
|
<avrgcc.compiler.directories.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>../CommonHW</Value>
|
||
|
<Value>../IdiBus</Value>
|
||
|
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\include\</Value>
|
||
|
<Value>../../moduleFiles</Value>
|
||
|
<Value>../../idiBusFiles</Value>
|
||
|
<Value>../../personalizationFiles</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.compiler.directories.IncludePaths>
|
||
|
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
|
||
|
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
|
||
|
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
|
||
|
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
|
||
|
<avrgcc.compiler.miscellaneous.DoNotDeleteTemporaryFiles>False</avrgcc.compiler.miscellaneous.DoNotDeleteTemporaryFiles>
|
||
|
<avrgcc.linker.general.NoSharedLibraries>True</avrgcc.linker.general.NoSharedLibraries>
|
||
|
<avrgcc.linker.libraries.Libraries>
|
||
|
<ListValues>
|
||
|
<Value>libm</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.linker.libraries.Libraries>
|
||
|
<avrgcc.linker.memorysettings.Flash>
|
||
|
<ListValues>
|
||
|
<Value>.locationInApp=0x37C0</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.linker.memorysettings.Flash>
|
||
|
<avrgcc.assembler.general.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\include\</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.assembler.general.IncludePaths>
|
||
|
</AvrGcc>
|
||
|
</ToolchainSettings>
|
||
|
<OutputPath>bin\Release_328pb\</OutputPath>
|
||
|
<OutputFileName>libIdiCommon</OutputFileName>
|
||
|
<OutputFileExtension>.a</OutputFileExtension>
|
||
|
<OutputType>StaticLibrary</OutputType>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)' == '[Build] Debug_328pb' ">
|
||
|
<ToolchainSettings>
|
||
|
<AvrGcc>
|
||
|
<avrgcc.common.Device>-mmcu=atmega328pb -B "%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\gcc\dev\atmega328pb"</avrgcc.common.Device>
|
||
|
<avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches>
|
||
|
<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>True</avrgcc.common.outputfiles.usersignatures>
|
||
|
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
|
||
|
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
|
||
|
<avrgcc.compiler.symbols.DefSymbols>
|
||
|
<ListValues>
|
||
|
<Value>_CPU_ATMEGA328PB_</Value>
|
||
|
<Value>DEBUG</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.compiler.symbols.DefSymbols>
|
||
|
<avrgcc.compiler.directories.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>../CommonHW</Value>
|
||
|
<Value>../IdiBus</Value>
|
||
|
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\include\</Value>
|
||
|
<Value>../../moduleFiles</Value>
|
||
|
<Value>../../idiBusFiles</Value>
|
||
|
<Value>../../personalizationFiles</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.compiler.directories.IncludePaths>
|
||
|
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
|
||
|
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
|
||
|
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
|
||
|
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
|
||
|
<avrgcc.compiler.miscellaneous.DoNotDeleteTemporaryFiles>True</avrgcc.compiler.miscellaneous.DoNotDeleteTemporaryFiles>
|
||
|
<avrgcc.linker.general.NoSharedLibraries>True</avrgcc.linker.general.NoSharedLibraries>
|
||
|
<avrgcc.linker.libraries.Libraries>
|
||
|
<ListValues>
|
||
|
<Value>libm</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.linker.libraries.Libraries>
|
||
|
<avrgcc.linker.memorysettings.Flash>
|
||
|
<ListValues>
|
||
|
<Value>.locationInApp=0x37C0</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.linker.memorysettings.Flash>
|
||
|
<avrgcc.assembler.general.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\include\</Value>
|
||
|
</ListValues>
|
||
|
</avrgcc.assembler.general.IncludePaths>
|
||
|
<avrgcc.compiler.optimization.DebugLevel>Maximum (-g3)</avrgcc.compiler.optimization.DebugLevel>
|
||
|
<avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
|
||
|
</AvrGcc>
|
||
|
</ToolchainSettings>
|
||
|
<OutputPath>bin\Debug_328pb\</OutputPath>
|
||
|
<OutputFileName>libIdiCommon</OutputFileName>
|
||
|
<OutputFileExtension>.a</OutputFileExtension>
|
||
|
<OutputType>StaticLibrary</OutputType>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Folder Include="CommonHW" />
|
||
|
<Folder Include="IdiBus" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="..\moduleFiles\EEMEM.h">
|
||
|
<SubType>compile</SubType>
|
||
|
<Link>IdiBus\EEMEM.h</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\EEPROM_Fast.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\EEPROM_Fast.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\m328pb_defs.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\SYSTEM.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\SYSTEM.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\SYSTEMCustom.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\SYSTEMCustom.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\USART0.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\USART0.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\USART1.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\USART1.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="CommonHW\USART_COM.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="IdiBus\Common\IDIBUS_DEFS.h">
|
||
|
<SubType>compile</SubType>
|
||
|
<Link>IdiBus\IDIBUS_DEFS.h</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="IdiBus\Common\MEMORY.h">
|
||
|
<SubType>compile</SubType>
|
||
|
<Link>IdiBus\MEMORY.h</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="IdiBus\IDIBUS_IMPL.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="IdiBus\IDIBUS_IMPL.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="IdiBus\MODBUS_CRC.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="IdiBus\MODBUS_CRC.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="IdiBus\RSLink.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="IdiBus\RSLink.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
||
|
</Project>
|