summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan2019-03-14 14:25:15 -0500
committerHao Zhang2019-03-19 08:56:04 -0500
commitf57cf90ba4c7dff6a016f60f2e343d777f20e06e (patch)
treee8cea8a794f9e542d46da0692f133a9ce1611e9c
parent2d325b99c2575ee49b276d13f832d96d5eda35ab (diff)
downloadosal-f57cf90ba4c7dff6a016f60f2e343d777f20e06e.tar.gz
osal-f57cf90ba4c7dff6a016f60f2e343d777f20e06e.tar.xz
osal-f57cf90ba4c7dff6a016f60f2e343d777f20e06e.zip
PRSDK-5274: Update K2G sysbios examples to include xdc RuntimeREL.PDK.J7.00.08.00.04DEV.PROCESSOR-SDK.05.03.00.05DEV.OSAL.01.00.00.14A
-rw-r--r--test/k2g/armv7/bios/osal_arm_k2g.cfg1
-rw-r--r--test/k2g/c66/bios/osal_test_k2g.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/k2g/armv7/bios/osal_arm_k2g.cfg b/test/k2g/armv7/bios/osal_arm_k2g.cfg
index 33378c2..2c1e695 100644
--- a/test/k2g/armv7/bios/osal_arm_k2g.cfg
+++ b/test/k2g/armv7/bios/osal_arm_k2g.cfg
@@ -54,6 +54,7 @@ var Semaphore = xdc.useModule('ti.sysbios.knl.Semaphore');
54var Hwi = xdc.useModule('ti.sysbios.hal.Hwi'); 54var Hwi = xdc.useModule('ti.sysbios.hal.Hwi');
55var HeapMem = xdc.useModule('ti.sysbios.heaps.HeapMem'); 55var HeapMem = xdc.useModule('ti.sysbios.heaps.HeapMem');
56var CpIntc = xdc.useModule('ti.sysbios.family.arm.a15.tci66xx.CpIntc'); 56var CpIntc = xdc.useModule('ti.sysbios.family.arm.a15.tci66xx.CpIntc');
57var Timestamp = xdc.useModule("xdc.runtime.Timestamp");
57var Timer = xdc.useModule('ti.sysbios.timers.timer64.Timer'); 58var Timer = xdc.useModule('ti.sysbios.timers.timer64.Timer');
58var Task = xdc.useModule('ti.sysbios.knl.Task'); 59var Task = xdc.useModule('ti.sysbios.knl.Task');
59 60
diff --git a/test/k2g/c66/bios/osal_test_k2g.cfg b/test/k2g/c66/bios/osal_test_k2g.cfg
index ac1d952..babfb7f 100644
--- a/test/k2g/c66/bios/osal_test_k2g.cfg
+++ b/test/k2g/c66/bios/osal_test_k2g.cfg
@@ -50,6 +50,7 @@ var EventCombiner = xdc.useModule('ti.sysbios.family.c64p.EventC
50var CpIntc = xdc.useModule('ti.sysbios.family.c66.tci66xx.CpIntc'); 50var CpIntc = xdc.useModule('ti.sysbios.family.c66.tci66xx.CpIntc');
51var Timer = xdc.useModule('ti.sysbios.timers.timer64.Timer'); 51var Timer = xdc.useModule('ti.sysbios.timers.timer64.Timer');
52SysStd = xdc.useModule('xdc.runtime.SysStd'); 52SysStd = xdc.useModule('xdc.runtime.SysStd');
53var Timestamp = xdc.useModule("xdc.runtime.Timestamp");
53var Error = xdc.useModule('xdc.runtime.Error'); 54var Error = xdc.useModule('xdc.runtime.Error');
54 55
55/* Error Handler */ 56/* Error Handler */