comparison chipsetsw/riviera/rvt/rvt_pool_size.h @ 22:89f63833708e

RVT memory size drastically increased, now almost no loss with ext LCD out
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 06 Sep 2015 23:33:47 +0000
parents be8bbcbf2163
children f6eaed5c5322
comparison
equal deleted inserted replaced
21:be8bbcbf2163 22:89f63833708e
35 */ 35 */
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 defined(RVM_R2D_SWE) /* FreeCalypso external LCD output */
41 #define TRACE_MB1_SIZE (150000)
42 #elif (!GSMLITE) 40 #elif (!GSMLITE)
43 #define TRACE_MB1_SIZE (25000) 41 #define TRACE_MB1_SIZE (400000) /* For FreeCalypso external LCD out */
44 #else 42 #else
45 #define TRACE_MB1_SIZE (4000) 43 #define TRACE_MB1_SIZE (4000)
46 #endif 44 #endif
47 45
48 #define TRACE_POOL_SIZE (TRACE_STACK_SIZE + TRACE_MB1_SIZE) 46 #define TRACE_POOL_SIZE (TRACE_STACK_SIZE + TRACE_MB1_SIZE)