comparison gsm-fw/g23m-glue/cst/cst_stack.c @ 847:8140945526c2

cst_stack.c compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 22:22:50 +0000
parents c14bc60c6c30
children
comparison
equal deleted inserted replaced
846:eebafd9f4275 847:8140945526c2
9 ******************************************************************************/ 9 ******************************************************************************/
10 10
11 #include <stdio.h> 11 #include <stdio.h>
12 #include <string.h> 12 #include <string.h>
13 13
14 #include "nucleus.h" 14 #include "../../nucleus/nucleus.h"
15 #include "cs_defs.h" 15 #include "../../nucleus/cs_defs.h"
16 #include "tc_defs.h" 16 #include "../../nucleus/tc_defs.h"
17 17
18 // The following stack sizes are defined in int.s 18 // The following stack sizes are defined in int.s
19 #define IRQ_STACK_SIZE 128 // Number of bytes in IRQ stack 19 #define IRQ_STACK_SIZE 128 // Number of bytes in IRQ stack
20 #define FIQ_STACK_SIZE 512 // Number of bytes in FIQ stack. 20 #define FIQ_STACK_SIZE 512 // Number of bytes in FIQ stack.
21 #define SYSTEM_SIZE 1024 // Define the system stack size 21 #define SYSTEM_SIZE 1024 // Define the system stack size
158 untouched); 158 untouched);
159 vsi_o_trace("CST", 0x08, result); 159 vsi_o_trace("CST", 0x08, result);
160 vsi_o_trace("CST", 0x08, "-------------------------------------------------"); 160 vsi_o_trace("CST", 0x08, "-------------------------------------------------");
161 vsi_t_sleep("",30); 161 vsi_t_sleep("",30);
162 } 162 }
163