From 8d5c884359ab207bb9527f341459feb669c7724a Mon Sep 17 00:00:00 2001 From: richardbarry 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. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1470 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../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 @@