]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/app/main_full.c
Cleaning up LPC51U68 projects:
[freertos] / FreeRTOS / Demo / CORTEX_M0+_LPC51U68_GCC_IAR_KEIL / app / main_full.c
index 286d1be6d1c534e12fe73e46538a74c163d32e06..2f6b882d444ab931844bd74e6045b2978c555964 100644 (file)
@@ -83,8 +83,6 @@
 #include "blocktim.h"\r
 #include "countsem.h"\r
 #include "recmutex.h"\r
-#include "IntQueue.h"\r
-\r
 \r
 /* The period after which the check timer will expire provided no errors have\r
 been reported by any of the standard demo tasks.  ms are converted to the\r
@@ -99,12 +97,6 @@ in ticks using the portTICK_PERIOD_MS constant. */
 /* A block time of zero simply means "don't block". */\r
 #define mainDONT_BLOCK                                         ( 0UL )\r
 \r
-/* Set mainNO_TASK_NO_CHECK to\r
- * 0 -- to include all predefined test tasks and checks,\r
- * 1 -- to exclude all predefined test tasks and checks.\r
- * When set to 1 (with few tasks in system), user could observe how tickless\r
- * idle could minimize tick interrupt. */\r
-#define mainNO_TASK_NO_CHECK                           ( 1 )\r
 /*-----------------------------------------------------------*/\r
 \r
 /*\r
@@ -155,7 +147,6 @@ TimerHandle_t xCheckTimer = NULL;
 #if ( mainNO_TASK_NO_CHECK == 0 )\r
        /* Create the standard demo tasks, including the interrupt nesting test\r
        tasks. */\r
-       vStartInterruptQueueTasks();\r
        vCreateBlockTimeTasks();\r
        vStartCountingSemaphoreTasks();\r
        vStartRecursiveMutexTasks();\r
@@ -222,11 +213,6 @@ unsigned long ulErrorFound = pdFALSE;
        \r
        /* Check all the demo and test tasks to ensure that they are all still\r
        running, and that none have detected an error. */\r
-       if( xAreIntQueueTasksStillRunning() != pdPASS )\r
-       {\r
-               ulErrorFound |= ( 0x01UL << 0UL );\r
-       }\r
-\r
        if( xAreBlockTimeTestTasksStillRunning() != pdPASS )\r
        {\r
                ulErrorFound |= ( 0x01UL << 1UL );\r