FreeCalypso > hg > fc-magnetite
comparison src/cs/layer1/cfile/l1_init.c @ 395:11e279107681
Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 18 Jan 2018 00:03:48 +0000 |
parents | 50a15a54801e |
children | f12872b7eb21 |
comparison
equal
deleted
inserted
replaced
394:fe200bd2f188 | 395:11e279107681 |
---|---|
513 l1s_dsp_com.dsp_ndb_ptr->a_d_macc_thr_ahs[3]=1500; | 513 l1s_dsp_com.dsp_ndb_ptr->a_d_macc_thr_ahs[3]=1500; |
514 l1s_dsp_com.dsp_ndb_ptr->a_d_macc_thr_ahs[4]=1500; | 514 l1s_dsp_com.dsp_ndb_ptr->a_d_macc_thr_ahs[4]=1500; |
515 l1s_dsp_com.dsp_ndb_ptr->a_d_macc_thr_ahs[5]=1500; | 515 l1s_dsp_com.dsp_ndb_ptr->a_d_macc_thr_ahs[5]=1500; |
516 #endif | 516 #endif |
517 | 517 |
518 // init of of the threshold for USF detection | 518 #if (DSP >= 34) |
519 #if 1 /* match TCS211 object */ | 519 // init of of the threshold for USF detection |
520 l1s_dsp_com.dsp_ndb_ptr->d_thr_usf_detect = 2140; | 520 #if 1 /* match TCS211 object */ |
521 #elif (L1_FALSE_USF_DETECTION == 1) | 521 l1s_dsp_com.dsp_ndb_ptr->d_thr_usf_detect = 2140; |
522 l1s_dsp_com.dsp_ndb_ptr->d_thr_usf_detect = 2300; | 522 #elif (L1_FALSE_USF_DETECTION == 1) |
523 #else | 523 l1s_dsp_com.dsp_ndb_ptr->d_thr_usf_detect = 2300; |
524 l1s_dsp_com.dsp_ndb_ptr->d_thr_usf_detect = 0; | 524 #else |
525 l1s_dsp_com.dsp_ndb_ptr->d_thr_usf_detect = 0; | |
526 #endif | |
525 #endif | 527 #endif |
526 | 528 |
527 #if (CHIPSET == 12) || (CHIPSET == 15) | 529 #if (CHIPSET == 12) || (CHIPSET == 15) |
528 #if (DSP >= 35) | 530 #if (DSP >= 35) |
529 l1s_dsp_com.dsp_ndb_ptr->d_cport_init = 0; | 531 l1s_dsp_com.dsp_ndb_ptr->d_cport_init = 0; |