comparison chipsetsw/riviera/rvt/rvt_pool_size.h @ 32:f6eaed5c5322

crazy-supersize RVT pool - we were still getting some lost msgs on the GTA02
author Space Falcon <falcon@ivan.Harhan.ORG>
date Wed, 09 Sep 2015 03:56:15 +0000
parents 89f63833708e
children
comparison
equal deleted inserted replaced
31:955d59353cf6 32:f6eaed5c5322
36 #define TRACE_STACK_SIZE (2000) 36 #define TRACE_STACK_SIZE (2000)
37 37
38 #if (TEST==1) 38 #if (TEST==1)
39 #define TRACE_MB1_SIZE (750000) /*(25000)*/ 39 #define TRACE_MB1_SIZE (750000) /*(25000)*/
40 #elif (!GSMLITE) 40 #elif (!GSMLITE)
41 #define TRACE_MB1_SIZE (400000) /* For FreeCalypso external LCD out */ 41 #define TRACE_MB1_SIZE (2500000) /* For FreeCalypso external LCD out */
42 #else 42 #else
43 #define TRACE_MB1_SIZE (4000) 43 #define TRACE_MB1_SIZE (4000)
44 #endif 44 #endif
45 45
46 #define TRACE_POOL_SIZE (TRACE_STACK_SIZE + TRACE_MB1_SIZE) 46 #define TRACE_POOL_SIZE (TRACE_STACK_SIZE + TRACE_MB1_SIZE)