From 8b0ccf14449c5f8cf861365737a597106ba9ac01 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Fri, 24 Jun 2011 18:50:45 +0000 Subject: [PATCH] New MicroBlaze port: Added a FreeRTOS exception handler, and installed it in each position in the exception table. The handler itself does not do much yet. --- .../SDKProjects/RTOSDemoSource/.cproject | 6 +- .../RTOSDemoSource/FreeRTOSConfig.h | 2 - .../portable/GCC/MicroBlaze/port.c | 73 +++++++++++++++++-- .../portable/GCC/MicroBlaze/portmacro.h | 3 +- .../SDKProjects/RTOSDemoSource/main-full.c | 6 +- 5 files changed, 75 insertions(+), 15 deletions(-) diff --git a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/.cproject b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/.cproject index 5aace26d5..38a198925 100644 --- a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/.cproject +++ b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/.cproject @@ -74,7 +74,7 @@