From c3473a1e49bf109267c14db0b69984685aa9b227 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Tue, 29 Sep 2009 19:37:19 +0000 Subject: [PATCH] Update to latest Rowley version. --- Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzp | 154 +++++++++++++------------- Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzs | 47 ++------ Demo/ARM7_LPC2368_Rowley/main.c | 3 +- 3 files changed, 88 insertions(+), 116 deletions(-) diff --git a/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzp b/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzp index ab0dc7b71..42a7a4bf5 100644 --- a/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzp +++ b/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzp @@ -1,103 +1,103 @@ - - - - - - - - - - + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - - + + + - - - + + + - - - - - - + + + + + + - - + + - - - - - - - + + + + + + + - + - - - - + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - diff --git a/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzs b/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzs index bb9fc297f..c15ec4bec 100644 --- a/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzs +++ b/Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzs @@ -1,26 +1,7 @@ - - - - - - - - - - - - - - - - - - - - + @@ -34,17 +15,10 @@ - - - - - - - @@ -58,29 +32,26 @@ - + - + - + - + - + - + - - - - + - + diff --git a/Demo/ARM7_LPC2368_Rowley/main.c b/Demo/ARM7_LPC2368_Rowley/main.c index e94cf5263..389ff3530 100644 --- a/Demo/ARM7_LPC2368_Rowley/main.c +++ b/Demo/ARM7_LPC2368_Rowley/main.c @@ -122,7 +122,8 @@ int main (void) /* Create the lwIP task. This uses the lwIP RTOS abstraction layer.*/ xTaskCreate( vuIP_Task, ( signed portCHAR * ) "uIP", mainBASIC_WEB_STACK_SIZE, NULL, mainCHECK_TASK_PRIORITY - 1, NULL ); - /* Start the standard demo tasks. */ + /* Start the standard demo tasks - these serve no useful purpose other than + to demonstrate the FreeRTOS API being used and to test the port. */ vStartBlockingQueueTasks( mainBLOCK_Q_PRIORITY ); vCreateBlockTimeTasks(); vStartLEDFlashTasks( mainFLASH_PRIORITY );