]> git.sur5r.net Git - freertos/commitdiff
Adjust memory allocation.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 23 Jan 2009 16:48:37 +0000 (16:48 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 23 Jan 2009 16:48:37 +0000 (16:48 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@623 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
Demo/MB96350_Softune_Dice_Kit/START.ASM

index 38aeb7bb584e896cc21e287458b0b326e4db3961..a2409b854e003309014b499e201f766d71ab8cbb 100644 (file)
@@ -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. */\r
 #define configTICK_RATE_HZ                     ( (portTickType) 1000 )\r
 #define configMAX_PRIORITIES           ( ( unsigned portBASE_TYPE ) 6 )\r
-#define configTOTAL_HEAP_SIZE          ( (size_t) (200) )\r
+#define configTOTAL_HEAP_SIZE          ( (size_t) (8000) )\r
 #define configMAX_TASK_NAME_LEN                ( 20 )\r
 #define configUSE_16_BIT_TICKS         1\r
 #define configIDLE_SHOULD_YIELD                1\r
index 9b5340b79d56492a9056375674226d378da1d788..d9e449f25b427a22c12a45f11b02b245bd594565 100644 (file)
@@ -398,7 +398,7 @@ Revision 0.4  2006/08/07 15:35:35  phu
 #set      STACKUSE  SYSSTACK    ; <<< set active stack\r
 \r
 #set      STACK_RESERVE  ON     ; <<< reserve stack area in this module\r
-#set      STACK_SYS_SIZE 1500   ; <<< byte size of System stack\r
+#set      STACK_SYS_SIZE 200   ; <<< byte size of System stack\r
 #set      STACK_USR_SIZE 2      ; <<< byte size of User stack \r
 \r
 #set      STACK_FILL     ON     ; <<< fills the stack area with pattern\r