From d6549b5f919b0b5d8fd2fbcefd9d06e5e6839eb4 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 2 Jan 2011 18:17:22 +0000 Subject: [PATCH] Minor updates to the MSP430X IAR demo application. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1210 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h | 6 +++--- Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewd | 2 +- Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewp | 8 ++++---- Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c | 7 +++++-- Demo/MSP430X_MSP430F5438_IAR/lnk430F5438A_mod.xcl | 6 +++--- Demo/MSP430X_MSP430F5438_IAR/main.c | 4 ++-- .../settings/RTOSDemo.dbgdt | 14 +++++++------- Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dni | 4 ++-- .../MSP430X_MSP430F5438_IAR/settings/RTOSDemo.wsdt | 12 ++++++------ 9 files changed, 33 insertions(+), 30 deletions(-) diff --git a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h index 45a9615b1..654e7c847 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h +++ b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h @@ -102,11 +102,11 @@ to exclude the API function. */ /* The MSP430X port uses a callback function to configure its tick interrupt. This allows the application to choose the tick interrupt source. -configTICK_INTERRUPT_VECTOR must also be set in FreeRTOSConfig.h to the correct +configTICK_VECTOR must also be set in FreeRTOSConfig.h to the correct interrupt vector for the chosen tick interrupt source. This implementation of vApplicationSetupTimerInterrupt() generates the tick from timer A0, so in this -case configTICK_INTERRUPT_VECTOR is set to TIMER0_A0_VECTOR. */ -#define configTICK_INTERRUPT_VECTOR TIMER0_A0_VECTOR +case configTICK__VECTOR is set to TIMER0_A0_VECTOR. */ +#define configTICK_VECTOR TIMER0_A0_VECTOR /* Prevent the following definitions being included when FreeRTOSConfig.h is included from an asm file. */ diff --git a/Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewd b/Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewd index c8337cd83..0828b08a0 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewd +++ b/Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewd @@ -324,7 +324,7 @@ $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin - 1 + 0 $TOOLKIT_DIR$\plugins\rtos\PowerPac\PowerPacRTOS.ewplugin diff --git a/Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewp b/Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewp index 5411070b8..2d3fc825c 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewp +++ b/Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewp @@ -58,11 +58,11 @@