comparison chipsetsw/riviera/rvt/rvt_pool_size.h @ 21:be8bbcbf2163

pdt_2092: unsuccessful attempts to make LCD output fit into RVT
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 06 Sep 2015 08:38:36 +0000
parents 509db1a7b7b8
children 89f63833708e
comparison
equal deleted inserted replaced
20:c6c83ac3c1fb 21:be8bbcbf2163
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)
40 #elif (!GSMLITE) 42 #elif (!GSMLITE)
41 #define TRACE_MB1_SIZE (25000) 43 #define TRACE_MB1_SIZE (25000)
42 #else 44 #else
43 #define TRACE_MB1_SIZE (4000) 45 #define TRACE_MB1_SIZE (4000)
44 #endif 46 #endif