From ee5793ed9df7f9074cc048c5d9e9288de0884c11 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Wed, 13 Apr 2011 21:07:25 +0000 Subject: [PATCH] Continue work on the SmartFusion demo. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1356 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_A2F200_SoftConsole/.cproject | 7 +- .../FreeRTOSConfig.h | 22 +- Demo/CORTEX_A2F200_SoftConsole/ParTest.c | 18 + .../WebServer/EMAC.c | 466 +----------------- Demo/CORTEX_A2F200_SoftConsole/main-blinky.c | 97 ++-- Demo/CORTEX_A2F200_SoftConsole/main-full.c | 114 +++-- Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c | 284 +++++++++++ 7 files changed, 445 insertions(+), 563 deletions(-) create mode 100644 Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c diff --git a/Demo/CORTEX_A2F200_SoftConsole/.cproject b/Demo/CORTEX_A2F200_SoftConsole/.cproject index 4dadfef61..074e9bfa8 100644 --- a/Demo/CORTEX_A2F200_SoftConsole/.cproject +++ b/Demo/CORTEX_A2F200_SoftConsole/.cproject @@ -28,7 +28,7 @@ @@ -439,6 +439,9 @@