Index: webserver/example/freeRTOSexample/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzs =================================================================== --- webserver/example/freeRTOSexample/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzs (revision 19) +++ webserver/example/freeRTOSexample/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzs (revision 22) @@ -45,47 +45,29 @@ - - - - - + - + + + - - - - - - - - - - - - - - + - - - - - - - - - - - - - - + + + + + + + + + + + - + Index: webserver/example/freeRTOSexample/Demo/ARM7_LPC2368_Rowley/main.c =================================================================== --- webserver/example/freeRTOSexample/Demo/ARM7_LPC2368_Rowley/main.c (revision 19) +++ webserver/example/freeRTOSexample/Demo/ARM7_LPC2368_Rowley/main.c (revision 22) @@ -56,13 +56,8 @@ /* Demo app includes. */ -#include "BlockQ.h" -#include "death.h" -#include "integer.h" -#include "blocktim.h" + #include "portlcd.h" #include "flash.h" -#include "partest.h" -#include "semtest.h" -#include "PollQ.h" + /* Demo application definitions. */ @@ -74,9 +69,6 @@ #define mainQUEUE_POLL_PRIORITY ( tskIDLE_PRIORITY + 2 ) #define mainCHECK_TASK_PRIORITY ( tskIDLE_PRIORITY + 3 ) -#define mainSEM_TEST_PRIORITY ( tskIDLE_PRIORITY + 1 ) -#define mainBLOCK_Q_PRIORITY ( tskIDLE_PRIORITY + 2 ) #define mainFLASH_PRIORITY ( tskIDLE_PRIORITY + 2 ) -#define mainCREATOR_TASK_PRIORITY ( tskIDLE_PRIORITY + 3 ) -#define mainINTEGER_TASK_PRIORITY ( tskIDLE_PRIORITY ) + @@ -134,5 +126,5 @@ // vStartBlockingQueueTasks( mainBLOCK_Q_PRIORITY ); - vStartMetersTask( mainBLOCK_Q_PRIORITY ); + vStartMetersTask( mainFLASH_PRIORITY ); /* Start the standard demo tasks. */ // vStartBlockingQueueTasks( mainBLOCK_Q_PRIORITY ); @@ -181,33 +173,5 @@ /* Has an error been found in any task? */ - if( xAreBlockingQueuesStillRunning() != pdTRUE ) - { - xErrorOccurred = pdTRUE; - } - - if( xAreBlockTimeTestTasksStillRunning() != pdTRUE ) - { - xErrorOccurred = pdTRUE; - } - - if( xAreSemaphoreTasksStillRunning() != pdTRUE ) - { - xErrorOccurred = pdTRUE; - } - - if( xArePollingQueuesStillRunning() != pdTRUE ) - { - xErrorOccurred = pdTRUE; - } - - if( xIsCreateTaskStillRunning() != pdTRUE ) - { - xErrorOccurred = pdTRUE; - } - - if( xAreIntegerMathsTaskStillRunning() != pdTRUE ) - { - xErrorOccurred = pdTRUE; - } + LCD_cls(); Index: webserver/example/freeRTOSexample/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzp =================================================================== --- webserver/example/freeRTOSexample/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzp (revision 19) +++ webserver/example/freeRTOSexample/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzp (revision 22) @@ -11,13 +11,4 @@ - - - - - - - - - @@ -36,9 +27,4 @@ - - - - - @@ -105,4 +91,6 @@ + +