From b42d4da7dbd2cfd508031c4e75648a4c799606d6 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Wed, 13 Apr 2011 21:07:25 +0000 Subject: [PATCH] Continue work on the SmartFusion demo. --- 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 @@