From 27326399e10c8dc4b1cc955316cf7c341df958ca Mon Sep 17 00:00:00 2001 From: richardbarry Date: Thu, 13 Jan 2011 19:08:36 +0000 Subject: [PATCH] Increase the stack sizes in the IAR / MSP430X demo. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1248 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h | 4 ++-- Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dbgdt | 10 +++++----- Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dni | 4 ++-- Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.wsdt | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h index a9f7cc05d..b79c28f75 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h +++ b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h @@ -86,9 +86,9 @@ #define configUSE_APPLICATION_TASK_TAG 0 #if __DATA_MODEL__ == __DATA_MODEL_SMALL__ - #define configMINIMAL_STACK_SIZE ( ( unsigned short ) 100 ) + #define configMINIMAL_STACK_SIZE ( ( unsigned short ) 110 ) #else - #define configMINIMAL_STACK_SIZE ( ( unsigned short ) 70 ) + #define configMINIMAL_STACK_SIZE ( ( unsigned short ) 80 ) #endif /* Co-routine definitions. */ diff --git a/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dbgdt b/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dbgdt index d72a1a04b..358d44afa 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dbgdt +++ b/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dbgdt @@ -31,7 +31,7 @@ - + TabID-11539-27703 @@ -39,24 +39,24 @@ Workspace - RTOSDemoRTOSDemo/FreeRTOS_Source + RTOSDemoRTOSDemo/FreeRTOS_SourceRTOSDemo/FreeRTOS_Source/Portable - 0TabID-25774-15685Terminal I/OTerminalIO0TabID-22323-19482Debug LogDebug-Log0 + 0TabID-25774-15685Terminal I/OTerminalIO0TabID-408-3295Debug LogDebug-Log0 - TextEditor$WS_DIR$\main.c0332121971219700100000010000001 + TextEditor$WS_DIR$\main.c0230121971219700100000010000001 - iaridepm.enu1430fet1debuggergui.enu1-2-2716259-2-212115072024152749155357731161-2-2716439-2-2200200119048203666262500731161-2-21981682-2-216842001002381203666119048203666 + iaridepm.enu1430fet1debuggergui.enu1-2-2716259-2-212115072024152749155357731161-2-2716439-2-2200200119048203666262500731161-2-21981682-2-216842001002381203666119048203666 diff --git a/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dni b/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dni index 0e91c8010..fbc2b9a29 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dni +++ b/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.dni @@ -1,5 +1,5 @@ [DebugChecksum] -Checksum=-377629367 +Checksum=1942227584 [DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 @@ -39,7 +39,7 @@ LogFile=_ "" Enabled=0 [DriverProfiling] Enabled=0 -Mode=-1827890818 +Mode=604119078 Graph=0 Symbiont=0 [Breakpoints] diff --git a/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.wsdt b/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.wsdt index 5ecd70ace..9de8c9c54 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.wsdt +++ b/Demo/MSP430X_MSP430F5438_IAR/settings/RTOSDemo.wsdt @@ -25,7 +25,7 @@ - + TabID-18858-27566 @@ -37,20 +37,20 @@ - 0TabID-15348-8476BuildBuildTabID-12693-9958Debug LogDebug-Log0 + 0TabID-15348-8476BuildBuildTabID-12693-9958Debug LogDebug-Log0 - TextEditor$WS_DIR$\main.c0233166961669600100000010000001 + TextEditor$WS_DIR$\main.c0230121971219700100000010000001 - iaridepm.enu1-2-2740309-2-2331267197024271894185119755601-2-21981682-2-216842001002381203666119048203666 + iaridepm.enu1-2-2740309-2-2331267197024271894185119755601-2-21981682-2-216842001002381203666119048203666 -- 2.39.5