mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 13:23:50 -04:00
Add the sp_flop standard demo tasks to the RX63N RSK demo.
This commit is contained in:
parent
eb38217496
commit
e69bce06de
5 changed files with 38 additions and 30 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue