FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/sysglue/appinit.c @ 637:0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 03 Sep 2014 16:03:38 +0000 |
parents | 98c6be4d3d8d |
children | d779078abe40 |
comparison
equal
deleted
inserted
replaced
636:06ecb305f650 | 637:0677a6fbb8b6 |
---|---|
17 ABB_Sem_Create(); | 17 ABB_Sem_Create(); |
18 ffs_main_init(); | 18 ffs_main_init(); |
19 rvf_init(); | 19 rvf_init(); |
20 rvm_init(); | 20 rvm_init(); |
21 create_tasks(); | 21 create_tasks(); |
22 #if CONFIG_GSM | 22 #if CONFIG_INCLUDE_SIM |
23 SIM_Initialize(); | 23 SIM_Initialize(); |
24 #endif | 24 #endif |
25 /* end of Init_Drivers() */ | 25 /* end of Init_Drivers() */ |
26 #if CONFIG_INCLUDE_L1 | 26 #if CONFIG_INCLUDE_L1 |
27 Cust_Init_Layer1(); | 27 Cust_Init_Layer1(); |
28 #endif | 28 #endif |
29 Init_Serial_Flows(); | 29 Init_Serial_Flows(); |
30 #if CONFIG_GPF | 30 #if CONFIG_INCLUDE_GPF |
31 StartFrame(); | 31 StartFrame(); |
32 #endif | 32 #endif |
33 Init_Unmask_IT(); | 33 Init_Unmask_IT(); |
34 } | 34 } |