FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/sysglue/appinit.c @ 220:aa4ba71a1032
gsm-fw: FFS code hooked in, FFS-in-RAM config works on the Pirelli target
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Jan 2014 20:50:33 +0000 |
parents | 97b671efff9c |
children | 2a26785fb5a2 |
comparison
equal
deleted
inserted
replaced
219:2beb88a3d528 | 220:aa4ba71a1032 |
---|---|
13 * The original version calls Init_Drivers() at this point, | 13 * The original version calls Init_Drivers() at this point, |
14 * but that function is nothing more than a short sequence | 14 * but that function is nothing more than a short sequence |
15 * of calls to other functions, so I've inlined it. | 15 * of calls to other functions, so I've inlined it. |
16 */ | 16 */ |
17 ABB_Sem_Create(); | 17 ABB_Sem_Create(); |
18 #if 0 | |
19 ffs_main_init(); | 18 ffs_main_init(); |
20 #endif | |
21 rvf_init(); | 19 rvf_init(); |
22 rvm_init(); | 20 rvm_init(); |
23 create_tasks(); | 21 create_tasks(); |
24 #if 0 | 22 #if 0 |
25 SIM_Initialize(); | 23 SIM_Initialize(); |