mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 11:12:27 -05:00
Remove the 'death' tasks from the demo as on Win2K and WinXP the behaviour of the TerminateThread() function is such that resources leak and eventually the 'death' tests will fail.
This commit is contained in:
parent
97ce25072a
commit
93b74b6f8d
3 changed files with 1 additions and 13 deletions
|
|
@ -43,7 +43,6 @@ IF EXIST FreeRTOS Goto END
|
|||
copy ..\Common\include\QPeek.h DemoTasks\include
|
||||
copy ..\Common\include\flop.h DemoTasks\include
|
||||
copy ..\Common\include\recmutex.h DemoTasks\include
|
||||
copy ..\Common\include\death.h DemoTasks\include
|
||||
copy ..\Common\Minimal\BlockQ.c DemoTasks
|
||||
copy ..\Common\Minimal\integer.c DemoTasks
|
||||
copy ..\Common\Minimal\semtest.c DemoTasks
|
||||
|
|
@ -51,6 +50,5 @@ IF EXIST FreeRTOS Goto END
|
|||
copy ..\Common\Minimal\GenQTest.c DemoTasks
|
||||
copy ..\Common\Minimal\QPeek.c DemoTasks
|
||||
copy ..\Common\Minimal\flop.c DemoTasks
|
||||
copy ..\Common\Minimal\death.c DemoTasks
|
||||
|
||||
: END
|
||||
Loading…
Add table
Add a link
Reference in a new issue