]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/tests/Dsp_vayu.cfg
Fix Deh/Watchdog packaging issues, move StackDbg to ti/deh
[ipc/ipcdev.git] / packages / ti / ipc / tests / Dsp_vayu.cfg
index 7d378b66d86ed359db59d88dac1825312cd603e9..4f83557e6f452f03e871524b4467460024897cd6 100644 (file)
@@ -81,8 +81,10 @@ Power.loadSegment = "PM_DATA";
 var Idle = xdc.useModule('ti.sysbios.knl.Idle');
 Idle.addFunc('&VirtQueue_cacheWb');
 
+//var Deh = xdc.useModule('ti.deh.Deh');
+
 //Idle.addFunc('&ti_deh_Deh_idleBegin'); /* Must be placed before pwr mgmt */
-//Idle.addFunc('&IpcPower_idle');        /* IpcPower_idle must be at the end */
+//TBD: Idle.addFunc('&IpcPower_idle');        /* IpcPower_idle must be at the end */
 
 var HeapBuf   = xdc.useModule('ti.sysbios.heaps.HeapBuf');
 var List      = xdc.useModule('ti.sdo.utils.List');
@@ -118,7 +120,6 @@ Main.common$.diags_ASSERT = Diags.ALWAYS_ON;
 Main.common$.diags_INTERNAL = Diags.ALWAYS_ON;
 
 var Hwi = xdc.useModule('ti.sysbios.family.c64p.Hwi');
-//var Deh = xdc.useModule('ti.deh.Deh');
 Hwi.enableException = true;
 
 /* -------------------------------- DSP ----------------------------------*/