mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 19:22:31 -05:00
Add in the comtest test tasks to the MicroBlaze demo.
This commit is contained in:
parent
7b24b4c30c
commit
a4de9fa8f6
5 changed files with 112 additions and 142 deletions
|
|
@ -388,6 +388,13 @@ static long lErrorAlreadyLatched = pdFALSE;
|
|||
pcStatusMessage = "Error: Flop\r\n";
|
||||
xPrintf( pcStatusMessage );
|
||||
}
|
||||
|
||||
if( xAreComTestTasksStillRunning() != pdPASS )
|
||||
{
|
||||
pcStatusMessage = "Error: Comtest\r\n";
|
||||
xPrintf( pcStatusMessage );
|
||||
}
|
||||
|
||||
/* Check the reg test tasks are still cycling. They will stop incrementing
|
||||
their loop counters if they encounter an error. */
|
||||
if( ulRegTest1CycleCount == ulLastRegTest1CycleCount )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue