comparison src/cs/system/main/create_RVtasks.c @ 13:c07376e250c1

src/cs/system/main modules patched for passing link
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 15 May 2020 04:25:10 +0000
parents 92470e5d0b9e
children
comparison
equal deleted inserted replaced
12:054ac529dfd3 13:c07376e250c1
110 { 110 {
111 extern T_RVT_USER_ID tm_trace_user_id; 111 extern T_RVT_USER_ID tm_trace_user_id;
112 112
113 rvt_register_id("TM", &etm_trace_user_id, etm_receive); 113 rvt_register_id("TM", &etm_trace_user_id, etm_receive);
114 114
115 #if (PSP_STANDALONE != 1) 115 #if 0 //(PSP_STANDALONE != 1)
116 tm_trace_user_id = etm_trace_user_id; // TML1 use the tm_trace_user_id 116 tm_trace_user_id = etm_trace_user_id; // TML1 use the tm_trace_user_id
117 #endif 117 #endif
118 } 118 }
119 #endif 119 #endif
120 120
572 // WARNING WARNING ---------------------------------------------------- 572 // WARNING WARNING ----------------------------------------------------
573 573
574 #if (REMU==0) /* moved this to kpd start function. rv_start function for REMU. rv_start is called from Application Initialize 574 #if (REMU==0) /* moved this to kpd start function. rv_start function for REMU. rv_start is called from Application Initialize
575 context. Since this is a blocking call, we cannot afford to block in Application_Initialization. */ 575 context. Since this is a blocking call, we cannot afford to block in Application_Initialization. */
576 #ifndef _WINDOWS 576 #ifndef _WINDOWS
577 #if 0 /* FC FFS editor */
577 // Perform switch ON processing. 578 // Perform switch ON processing.
578 Switch_ON(); 579 Switch_ON();
579 #endif 580 #endif
580 581 #endif
581 #if (_GSM==1) 582
583 #if 0 //(_GSM==1)
582 BZ_KeyBeep_ON (); // Audio feedback if ON/OFF pushed 584 BZ_KeyBeep_ON (); // Audio feedback if ON/OFF pushed
583 #endif // if (_GSM==1) 585 #endif // if (_GSM==1)
584 586
585 #endif 587 #endif
586 #if (CHIPSET!=15) || (REMU==0) 588 #if (CHIPSET!=15) || (REMU==0)
587 /* dump the Riviera memory state */ 589 /* dump the Riviera memory state */
588 rvf_delay (RVF_MS_TO_TICKS (300)) ; 590 rvf_delay (RVF_MS_TO_TICKS (300)) ;
589 rvf_dump_mem (); 591 rvf_dump_mem ();
590 rvf_dump_pool(); 592 rvf_dump_pool();
591 rvf_dump_tasks(); 593 rvf_dump_tasks();
592 #endif 594 #endif
593 #if (TEST==1) 595 #if (TEST==1)
594 #if (PSP_STANDALONE == 1) 596 #if (PSP_STANDALONE == 1)