From dd4fd7f697e1c70ff991aae3a6d3ec312d186abf Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 10 Jun 2011 09:43:12 +0000 Subject: [PATCH] Add a register test to the new MicroBlaze demo - still a work in progress. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1447 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../SDKProjects/RTOSDemoSource/.cproject | 507 +++++++++++++++++- .../RTOSDemoSource/FreeRTOSConfig.h | 7 +- .../portable/GCC/MicroBlaze/port.c | 3 + .../RTOSDemoSource/RegisterTests.c | 290 ++++++++++ .../SDKProjects/RTOSDemoSource/main-blinky.c | 2 +- .../SDKProjects/RTOSDemoSource/main-full.c | 292 +++++----- 6 files changed, 947 insertions(+), 154 deletions(-) create mode 100644 Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/RegisterTests.c diff --git a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/.cproject b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/.cproject index 760cf9c2f..de261f961 100644 --- a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/.cproject +++ b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/.cproject @@ -44,6 +44,7 @@ +