summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-23 16:48:37 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-23 16:48:37 +0000
commit266e5ef41deb640f37bdb74bc67f2daa7d453865 (patch)
tree949908a2b4ae728fb09c60999c9f6490992ca057
parentf0d904cff3822bbb4d2fced65cc140118576652a (diff)
downloadfreertos-266e5ef41deb640f37bdb74bc67f2daa7d453865.tar.gz
freertos-266e5ef41deb640f37bdb74bc67f2daa7d453865.tar.bz2
freertos-266e5ef41deb640f37bdb74bc67f2daa7d453865.tar.xz
Adjust memory allocation.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@623 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
-rw-r--r--Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h2
-rw-r--r--Demo/MB96350_Softune_Dice_Kit/START.ASM2
2 files changed, 2 insertions, 2 deletions
diff --git a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index 38aeb7bb..a2409b85 100644
--- a/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -87,7 +87,7 @@ the ComTest tasks will be included in place of the trace task. */
#define configCLKP1_CLOCK_HZ ( ( unsigned portLONG ) 56000000 ) /* Clock setup from start.asm in the demo application. */
#define configTICK_RATE_HZ ( (portTickType) 1000 )
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 6 )
-#define configTOTAL_HEAP_SIZE ( (size_t) (200) )
+#define configTOTAL_HEAP_SIZE ( (size_t) (8000) )
#define configMAX_TASK_NAME_LEN ( 20 )
#define configUSE_16_BIT_TICKS 1
#define configIDLE_SHOULD_YIELD 1
diff --git a/Demo/MB96350_Softune_Dice_Kit/START.ASM b/Demo/MB96350_Softune_Dice_Kit/START.ASM
index 9b5340b7..d9e449f2 100644
--- a/Demo/MB96350_Softune_Dice_Kit/START.ASM
+++ b/Demo/MB96350_Softune_Dice_Kit/START.ASM
@@ -398,7 +398,7 @@ Revision 0.4 2006/08/07 15:35:35 phu
#set STACKUSE SYSSTACK ; <<< set active stack
#set STACK_RESERVE ON ; <<< reserve stack area in this module
-#set STACK_SYS_SIZE 1500 ; <<< byte size of System stack
+#set STACK_SYS_SIZE 200 ; <<< byte size of System stack
#set STACK_USR_SIZE 2 ; <<< byte size of User stack
#set STACK_FILL ON ; <<< fills the stack area with pattern