comparison gsm-fw/sysglue/appinit.c @ 857:2768b4339275

a flash chip init/reset function added to Application_Initialize(), see the comments in gsm-fw/bsp/flashchipinit.S
author Space Falcon <falcon@ivan.Harhan.ORG>
date Fri, 01 May 2015 16:27:59 +0000
parents d779078abe40
children
comparison
equal deleted inserted replaced
856:d527ac304ad5 857:2768b4339275
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 flash_chip_init(); /* FreeCalypso addition */
18 ffs_main_init(); 19 ffs_main_init();
19 /* 20 /*
20 * The call to pcm_init() used to be at the end of ffs_main_init(), 21 * The call to pcm_init() used to be at the end of ffs_main_init(),
21 * but I factored it out. - Space Falcon 22 * but I factored it out. - Space Falcon
22 */ 23 */