245 lines
9.6 KiB
Plaintext
245 lines
9.6 KiB
Plaintext
|
<?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.ARMGCC.C</ToolchainName>
|
||
|
<ProjectGuid>dce6c7e3-ee26-4d79-826b-08594b9ad897</ProjectGuid>
|
||
|
<avrdevice>ATSAM3X8E</avrdevice>
|
||
|
<avrdeviceseries>none</avrdeviceseries>
|
||
|
<OutputType>Executable</OutputType>
|
||
|
<Language>C</Language>
|
||
|
<OutputFileName>$(MSBuildProjectName)</OutputFileName>
|
||
|
<OutputFileExtension>.elf</OutputFileExtension>
|
||
|
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
||
|
<AssemblyName>projekt_wyklad_6_freertos</AssemblyName>
|
||
|
<Name>projekt_wyklad_6_freertos</Name>
|
||
|
<RootNamespace>projekt_wyklad_6_freertos</RootNamespace>
|
||
|
<ToolchainFlavour>arm_none_eabi</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 />
|
||
|
<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>
|
||
|
<avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>
|
||
|
<avrtoolserialnumber>J42700002437</avrtoolserialnumber>
|
||
|
<avrdeviceexpectedsignature>0x285E0A60</avrdeviceexpectedsignature>
|
||
|
<com_atmel_avrdbg_tool_atmelice>
|
||
|
<ToolOptions>
|
||
|
<InterfaceProperties>
|
||
|
<JtagDbgClock>7500000</JtagDbgClock>
|
||
|
</InterfaceProperties>
|
||
|
<InterfaceName>JTAG</InterfaceName>
|
||
|
</ToolOptions>
|
||
|
<ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>
|
||
|
<ToolNumber>J42700002437</ToolNumber>
|
||
|
<ToolName>Atmel-ICE</ToolName>
|
||
|
</com_atmel_avrdbg_tool_atmelice>
|
||
|
<avrtoolinterface>
|
||
|
</avrtoolinterface>
|
||
|
<avrtoolinterfaceclock>7500000</avrtoolinterfaceclock>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||
|
<ToolchainSettings>
|
||
|
<ArmGcc>
|
||
|
<armgcc.common.outputfiles.hex>True</armgcc.common.outputfiles.hex>
|
||
|
<armgcc.common.outputfiles.lss>True</armgcc.common.outputfiles.lss>
|
||
|
<armgcc.common.outputfiles.eep>True</armgcc.common.outputfiles.eep>
|
||
|
<armgcc.common.outputfiles.bin>True</armgcc.common.outputfiles.bin>
|
||
|
<armgcc.common.outputfiles.srec>True</armgcc.common.outputfiles.srec>
|
||
|
<armgcc.compiler.symbols.DefSymbols>
|
||
|
<ListValues>
|
||
|
<Value>NDEBUG</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.compiler.symbols.DefSymbols>
|
||
|
<armgcc.compiler.directories.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
|
||
|
<Value>%24(PackRepoDir)\atmel\SAM3X_DFP\1.0.50\include</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.compiler.directories.IncludePaths>
|
||
|
<armgcc.compiler.optimization.level>Optimize for size (-Os)</armgcc.compiler.optimization.level>
|
||
|
<armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
|
||
|
<armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>
|
||
|
<armgcc.linker.libraries.Libraries>
|
||
|
<ListValues>
|
||
|
<Value>libm</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.linker.libraries.Libraries>
|
||
|
<armgcc.linker.libraries.LibrarySearchPaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(ProjectDir)\Device_Startup</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.linker.libraries.LibrarySearchPaths>
|
||
|
<armgcc.linker.optimization.GarbageCollectUnusedSections>True</armgcc.linker.optimization.GarbageCollectUnusedSections>
|
||
|
<armgcc.linker.miscellaneous.LinkerFlags>-Tsam3x8e_flash.ld</armgcc.linker.miscellaneous.LinkerFlags>
|
||
|
<armgcc.assembler.general.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
|
||
|
<Value>%24(PackRepoDir)\atmel\SAM3X_DFP\1.0.50\include</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.assembler.general.IncludePaths>
|
||
|
<armgcc.preprocessingassembler.general.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
|
||
|
<Value>%24(PackRepoDir)\atmel\SAM3X_DFP\1.0.50\include</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.preprocessingassembler.general.IncludePaths>
|
||
|
</ArmGcc>
|
||
|
</ToolchainSettings>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||
|
<ToolchainSettings>
|
||
|
<ArmGcc>
|
||
|
<armgcc.common.outputfiles.hex>True</armgcc.common.outputfiles.hex>
|
||
|
<armgcc.common.outputfiles.lss>True</armgcc.common.outputfiles.lss>
|
||
|
<armgcc.common.outputfiles.eep>True</armgcc.common.outputfiles.eep>
|
||
|
<armgcc.common.outputfiles.bin>True</armgcc.common.outputfiles.bin>
|
||
|
<armgcc.common.outputfiles.srec>True</armgcc.common.outputfiles.srec>
|
||
|
<armgcc.compiler.symbols.DefSymbols>
|
||
|
<ListValues>
|
||
|
<Value>DEBUG</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.compiler.symbols.DefSymbols>
|
||
|
<armgcc.compiler.directories.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
|
||
|
<Value>%24(PackRepoDir)\atmel\SAM3X_DFP\1.0.50\include</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.compiler.directories.IncludePaths>
|
||
|
<armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
|
||
|
<armgcc.compiler.optimization.DebugLevel>Maximum (-g3)</armgcc.compiler.optimization.DebugLevel>
|
||
|
<armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>
|
||
|
<armgcc.linker.libraries.Libraries>
|
||
|
<ListValues>
|
||
|
<Value>libm</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.linker.libraries.Libraries>
|
||
|
<armgcc.linker.libraries.LibrarySearchPaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(ProjectDir)\Device_Startup</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.linker.libraries.LibrarySearchPaths>
|
||
|
<armgcc.linker.optimization.GarbageCollectUnusedSections>True</armgcc.linker.optimization.GarbageCollectUnusedSections>
|
||
|
<armgcc.linker.memorysettings.ExternalRAM />
|
||
|
<armgcc.linker.miscellaneous.LinkerFlags>-Tsam3x8e_flash.ld</armgcc.linker.miscellaneous.LinkerFlags>
|
||
|
<armgcc.assembler.general.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
|
||
|
<Value>%24(PackRepoDir)\atmel\SAM3X_DFP\1.0.50\include</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.assembler.general.IncludePaths>
|
||
|
<armgcc.assembler.debugging.DebugLevel>Default (-g)</armgcc.assembler.debugging.DebugLevel>
|
||
|
<armgcc.preprocessingassembler.general.IncludePaths>
|
||
|
<ListValues>
|
||
|
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
|
||
|
<Value>%24(PackRepoDir)\atmel\SAM3X_DFP\1.0.50\include</Value>
|
||
|
</ListValues>
|
||
|
</armgcc.preprocessingassembler.general.IncludePaths>
|
||
|
<armgcc.preprocessingassembler.debugging.DebugLevel>Default (-Wa,-g)</armgcc.preprocessingassembler.debugging.DebugLevel>
|
||
|
</ArmGcc>
|
||
|
</ToolchainSettings>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="deprecated_definitions.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="Device_Startup\startup_sam3xa.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="Device_Startup\system_sam3xa.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FreeRTOS.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="FreeRTOSConfig.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="heap_1.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="list.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="list.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="main.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="mpu_wrappers.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="port.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="portable.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="portmacro.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="projdefs.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="queue.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="queue.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="stack_macros.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="task.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="tasks.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="timers.c">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="timers.h">
|
||
|
<SubType>compile</SubType>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Folder Include="Device_Startup\" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="Device_Startup\sam3x8e_flash.ld">
|
||
|
<SubType>compile</SubType>
|
||
|
</None>
|
||
|
<None Include="Device_Startup\sam3x8e_sram.ld">
|
||
|
<SubType>compile</SubType>
|
||
|
</None>
|
||
|
<None Include="Device_Startup\sam3xa_flash.ld">
|
||
|
<SubType>compile</SubType>
|
||
|
</None>
|
||
|
<None Include="Device_Startup\sam3xa_sram.ld">
|
||
|
<SubType>compile</SubType>
|
||
|
</None>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
||
|
</Project>
|