Add a few extra standard demo tasks to the Win32 demo.

Make use of the new trace specific function calls from the Win32 demo - just to check the function as expected.
This commit is contained in:
Richard Barry 2011-12-13 11:38:58 +00:00
parent cc06119b86
commit 07c326fad3
4 changed files with 57 additions and 9 deletions

View file

@ -88,6 +88,12 @@
<ClCompile Include="..\Common\Minimal\countsem.c">
<Filter>Demo App Source\Common Demo Tasks</Filter>
</ClCompile>
<ClCompile Include="..\Common\Minimal\death.c">
<Filter>Demo App Source\Common Demo Tasks</Filter>
</ClCompile>
<ClCompile Include="..\Common\Minimal\dynamic.c">
<Filter>Demo App Source\Common Demo Tasks</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="FreeRTOSConfig.h">