Add the sp_flop standard demo tasks to the RX63N RSK demo.

This commit is contained in:
Richard Barry 2012-03-17 15:11:13 +00:00
parent eb38217496
commit e69bce06de
5 changed files with 38 additions and 30 deletions

View file

@ -152,7 +152,7 @@
#include "GenQTest.h"
#include "QPeek.h"
#include "recmutex.h"
//#include "flop.h"
#include "flop.h"
/* Values that are passed into the reg test tasks using the task parameter. The
tasks check that the values are passed in correctly. */
@ -289,7 +289,7 @@ extern void HardwareSetup( void );
vStartQueuePeekTasks();
vStartRecursiveMutexTasks();
vStartInterruptQueueTasks();
// vStartMathTasks( mainFLOP_TASK_PRIORITY );
vStartMathTasks( mainFLOP_TASK_PRIORITY );
/* Create the timers used to toggle the LEDs. */
vStartLEDFlashTimers( mainNUMBER_OF_LEDS_TO_FLASH );
@ -390,7 +390,7 @@ long lErrorFound = pdFALSE;
lErrorFound = pdTRUE;
pcStatusMessage = "Error: IntQueue";
}
if( 0 )// else if( xAreMathsTaskStillRunning() != pdPASS )
else if( xAreMathsTaskStillRunning() != pdPASS )
{
lErrorFound = pdTRUE;
pcStatusMessage = "Error: Flop";