From aae8709c4c9072ec87f9b557d5fca7d57de72d10 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Tue, 29 Sep 2009 19:37:19 +0000 Subject: [PATCH] Update to latest Rowley version. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@875 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzp | 174 +++++++++++++------------- Demo/ARM7_LPC2368_Rowley/RTOSDemo.hzs | 47 ++----- Demo/ARM7_LPC2368_Rowley/main.c | 3 +- 3 files changed, 98 insertions(+), 126 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 ); -- 2.39.5