comparison chipsetsw/layer1/dyn_dwl_cfile/l1_dyn_dwl_async.c @ 28:d465d2510d28

TCS211 versions of l1_{dis,en}able_DSP_trace() functions reconstructed
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Thu, 22 Oct 2015 23:34:08 +0000
parents 8f0ad3db1a0c
children a05803fbe089
comparison
equal deleted inserted replaced
27:8abeb95e9766 28:d465d2510d28
386 void l1a_dyn_dwnld_set_process(void) 386 void l1a_dyn_dwnld_set_process(void)
387 { 387 {
388 388
389 #if ((TRACE_TYPE == 1) || (TRACE_TYPE == 4)) 389 #if ((TRACE_TYPE == 1) || (TRACE_TYPE == 4))
390 // Disable trace DSP upon Dynamic Download activation 390 // Disable trace DSP upon Dynamic Download activation
391 l1_disable_dsp_trace(); 391 l1_disable_DSP_trace();
392 #endif 392 #endif
393 393
394 // Reset API variables 394 // Reset API variables
395 l1_dyn_dwnld_reset_api(); 395 l1_dyn_dwnld_reset_api();
396 396
675 // else stop the DSP background task as no other patch must be downloaded 675 // else stop the DSP background task as no other patch must be downloaded
676 if(delay_primitive_processed_flag == 0) 676 if(delay_primitive_processed_flag == 0)
677 { 677 {
678 #if ((TRACE_TYPE == 1) || (TRACE_TYPE == 4)) 678 #if ((TRACE_TYPE == 1) || (TRACE_TYPE == 4))
679 // Enable trace DSP upon Dynamic Download deactivation 679 // Enable trace DSP upon Dynamic Download deactivation
680 l1_enable_dsp_trace(); 680 l1_enable_DSP_trace();
681 //Trace_dsp_dump(); 681 //Trace_dsp_dump();
682 #endif // omaps00090550 #14-D removal 682 #endif // omaps00090550 #14-D removal
683 l1a_l1s_com.dyn_dwnld_task.stop=TRUE; 683 l1a_l1s_com.dyn_dwnld_task.stop=TRUE;
684 *state = WAIT_STOP; 684 *state = WAIT_STOP;
685 } 685 }