mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
This PR updates FreeRTOS-Plus-Trace to a submodule pointer and updates the relevant project files. Percepio recommends to use streaming to ring buffer on a 64-bit system instead of snapshot and therefore, POSIX demo is updated to use streaming to ring buffer.
162 lines
No EOL
9.8 KiB
XML
162 lines
No EOL
9.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{C686325E-3261-42F7-AEB1-DDE5280E1CEB}</ProjectGuid>
|
|
<ProjectName>RTOSDemo</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Midl>
|
|
<TypeLibraryName>.\Debug/WIN32.tlb</TypeLibraryName>
|
|
<HeaderFileName>
|
|
</HeaderFileName>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\..\Source\include;..\..\Source\portable\MSVC-MingW;..\Common\Include;..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-Trace\kernelports\FreeRTOS;..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-Trace\kernelports\FreeRTOS\include;..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-Trace\include;.\Trace_Recorder_Configuration;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0601;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<PrecompiledHeaderOutputFile>.\Debug/WIN32.pch</PrecompiledHeaderOutputFile>
|
|
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
|
|
<ObjectFileName>.\Debug/</ObjectFileName>
|
|
<ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<AdditionalOptions>/wd4210 %(AdditionalOptions)</AdditionalOptions>
|
|
<DisableSpecificWarnings>4574;4820;4668;4255;4710;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0c09</Culture>
|
|
</ResourceCompile>
|
|
<Link>
|
|
<OutputFile>.\Debug/RTOSDemo.exe</OutputFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>.\Debug/WIN32.pdb</ProgramDatabaseFile>
|
|
<SubSystem>Console</SubSystem>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
</Link>
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<OutputFile>.\Debug/WIN32.bsc</OutputFile>
|
|
</Bscmake>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-Trace\kernelports\FreeRTOS\trcKernelPort.c" />
|
|
<ClCompile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-Trace\trcSnapshotRecorder.c" />
|
|
<ClCompile Include="..\..\Source\croutine.c" />
|
|
<ClCompile Include="..\..\Source\event_groups.c" />
|
|
<ClCompile Include="..\..\Source\portable\MemMang\heap_5.c" />
|
|
<ClCompile Include="..\..\Source\stream_buffer.c" />
|
|
<ClCompile Include="..\..\Source\timers.c" />
|
|
<ClCompile Include="..\Common\Minimal\AbortDelay.c" />
|
|
<ClCompile Include="..\Common\Minimal\BlockQ.c" />
|
|
<ClCompile Include="..\Common\Minimal\blocktim.c" />
|
|
<ClCompile Include="..\Common\Minimal\countsem.c" />
|
|
<ClCompile Include="..\Common\Minimal\death.c" />
|
|
<ClCompile Include="..\Common\Minimal\dynamic.c" />
|
|
<ClCompile Include="..\Common\Minimal\EventGroupsDemo.c" />
|
|
<ClCompile Include="..\Common\Minimal\flop.c" />
|
|
<ClCompile Include="..\Common\Minimal\GenQTest.c" />
|
|
<ClCompile Include="..\Common\Minimal\integer.c" />
|
|
<ClCompile Include="..\Common\Minimal\IntSemTest.c" />
|
|
<ClCompile Include="..\Common\Minimal\MessageBufferAMP.c" />
|
|
<ClCompile Include="..\Common\Minimal\PollQ.c" />
|
|
<ClCompile Include="..\Common\Minimal\QPeek.c" />
|
|
<ClCompile Include="..\Common\Minimal\QueueOverwrite.c" />
|
|
<ClCompile Include="..\Common\Minimal\QueueSet.c" />
|
|
<ClCompile Include="..\Common\Minimal\QueueSetPolling.c" />
|
|
<ClCompile Include="..\Common\Minimal\recmutex.c" />
|
|
<ClCompile Include="..\Common\Minimal\semtest.c" />
|
|
<ClCompile Include="..\Common\Minimal\StaticAllocation.c" />
|
|
<ClCompile Include="..\Common\Minimal\MessageBufferDemo.c" />
|
|
<ClCompile Include="..\Common\Minimal\StreamBufferDemo.c" />
|
|
<ClCompile Include="..\Common\Minimal\StreamBufferInterrupt.c" />
|
|
<ClCompile Include="..\Common\Minimal\TaskNotify.c" />
|
|
<ClCompile Include="..\Common\Minimal\TaskNotifyArray.c" />
|
|
<ClCompile Include="..\Common\Minimal\timerdemo.c" />
|
|
<ClCompile Include="main.c">
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile Include="..\..\Source\list.c">
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile Include="..\..\Source\portable\MSVC-MingW\port.c">
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile Include="..\..\Source\queue.c">
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile Include="..\..\Source\tasks.c">
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile Include="main_blinky.c" />
|
|
<ClCompile Include="main_full.c" />
|
|
<ClCompile Include="Run-time-stats-utils.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-Trace\Include\trcKernelPort.h" />
|
|
<ClInclude Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-Trace\Include\trcRecorder.h" />
|
|
<ClInclude Include="..\..\Source\include\event_groups.h" />
|
|
<ClInclude Include="..\..\Source\include\message_buffer.h" />
|
|
<ClInclude Include="..\..\Source\include\stream_buffer.h" />
|
|
<ClInclude Include="..\..\Source\include\timers.h" />
|
|
<ClInclude Include="..\..\Source\portable\MSVC-MingW\portmacro.h" />
|
|
<ClInclude Include="FreeRTOSConfig.h" />
|
|
<ClInclude Include="..\..\Source\include\croutine.h" />
|
|
<ClInclude Include="..\..\Source\include\FreeRTOS.h" />
|
|
<ClInclude Include="..\..\Source\include\list.h" />
|
|
<ClInclude Include="..\..\Source\include\portable.h" />
|
|
<ClInclude Include="..\..\Source\include\projdefs.h" />
|
|
<ClInclude Include="..\..\Source\include\queue.h" />
|
|
<ClInclude Include="..\..\Source\include\semphr.h" />
|
|
<ClInclude Include="..\..\Source\include\task.h" />
|
|
<ClInclude Include="Trace_Recorder_Configuration\trcConfig.h" />
|
|
<ClInclude Include="Trace_Recorder_Configuration\trcKernelPortConfig.h" />
|
|
<ClInclude Include="Trace_Recorder_Configuration\trcKernelPortSnapshotConfig.h" />
|
|
<ClInclude Include="Trace_Recorder_Configuration\trcSnapshotConfig.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |