comparison nuc-fw/bsp/niq32.c @ 128:789a9a95533f

nuc-fw: more minor preparations for the big transition
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 01 Nov 2013 01:31:39 +0000
parents 3b2e941043d8
children 035672b72f9b
comparison
equal deleted inserted replaced
127:f4f0c8738dcb 128:789a9a95533f
31 #include "mem.h" 31 #include "mem.h"
32 #include "iq.h" 32 #include "iq.h"
33 #include "ulpd.h" 33 #include "ulpd.h"
34 #include "armio.h" 34 #include "armio.h"
35 35
36 #include "../serial/serialswitch.h"
37
36 #if 0 38 #if 0
37 39
38 /* original maze of includes */ 40 /* original maze of includes */
39 41
40 #if(OP_L1_STANDALONE == 0) 42 #if(OP_L1_STANDALONE == 0)
139 unsigned IQ_DummyCount; /* Used to check if dummy IT */ 141 unsigned IQ_DummyCount; /* Used to check if dummy IT */
140 unsigned IQ_FrameCount; /* Used to check if Frame IT TPU*/ 142 unsigned IQ_FrameCount; /* Used to check if Frame IT TPU*/
141 unsigned IQ_GsmTimerCount; /* Used to check if GSM Timer IT */ 143 unsigned IQ_GsmTimerCount; /* Used to check if GSM Timer IT */
142 144
143 /* FreeCalypso: the following interrupt handlers remain to be integrated */ 145 /* FreeCalypso: the following interrupt handlers remain to be integrated */
144 #define SER_uart_modem_handler IQ_Dummy
145 #define SER_uart_irda_handler IQ_Dummy
146 #define SIM_IntHandler IQ_Dummy 146 #define SIM_IntHandler IQ_Dummy
147 #define SIM_CD_IntHandler IQ_Dummy 147 #define SIM_CD_IntHandler IQ_Dummy
148 148
149 /*--------------------------------------------------------------*/ 149 /*--------------------------------------------------------------*/
150 /* irqHandlers */ 150 /* irqHandlers */