]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/tests/messageq_common.cfg.xs
Add support for device TMS320C66AK2H12
[ipc/ipcdev.git] / packages / ti / ipc / tests / messageq_common.cfg.xs
index 4d56e5b7b2bb5c95d86b6f055905b6d8f931b948..2ebec69ad86c038983b0879a9b332643d0a1343e 100644 (file)
@@ -156,6 +156,7 @@ else if (Program.platformName.match(/6614/)) {
 }
 else if (Program.platformName.match(/simKepler/) ||
         Program.cpu.deviceName.match(/^TMS320C66AK2E05$/) ||
+        Program.cpu.deviceName.match(/^TMS320C66AK2H12$/) ||
         Program.cpu.deviceName.match(/^TMS320TCI663(0K2L|6|8)$/)) {
     var VirtQueue = xdc.useModule('ti.ipc.family.tci6638.VirtQueue');
     var Interrupt = xdc.useModule('ti.ipc.family.tci6638.Interrupt');
@@ -176,6 +177,7 @@ else if (Program.platformName.match(/simKepler/) ||
 
         case "TMS320TCI6636":
         case "TMS320TCI6638":
+        case "TMS320C66AK2H12":
             MultiProc.setConfig(null,
                     ["HOST", "CORE0", "CORE1", "CORE2", "CORE3",
                     "CORE4", "CORE5", "CORE6", "CORE7"]);