mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05:00
Update path for WinSim logging port (#385)
Moves Logging_WinSim.c to a nested windows folder
This commit is contained in:
parent
01e59a036c
commit
c7cd06488f
23 changed files with 22 additions and 22 deletions
|
|
@ -162,7 +162,7 @@
|
|||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\fixture\src\unity_fixture.c" />
|
||||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\memory\src\unity_memory.c" />
|
||||
<ClCompile Include="..\..\..\CMock\vendor\unity\src\unity.c" />
|
||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||
<ClCompile Include="main.c" />
|
||||
<ClCompile Include="Test_code\Test_Cases\test_freertos_tcp.c" />
|
||||
<ClCompile Include="Test_code\Test_Runner\test_runner.c" />
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
<Filter>Test_Code\Test_Runner</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="main.c" />
|
||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\event_groups.h">
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@
|
|||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\fixture\src\unity_fixture.c" />
|
||||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\memory\src\unity_memory.c" />
|
||||
<ClCompile Include="..\..\..\CMock\vendor\unity\src\unity.c" />
|
||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||
<ClCompile Include="Logging\run-time-stats-utils.c" />
|
||||
<ClCompile Include="main.c">
|
||||
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\memory\src\unity_memory.c">
|
||||
<Filter>Unity</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||
<ClCompile Include="Logging\run-time-stats-utils.c">
|
||||
<Filter>Application Code</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue