aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Embedded.cfg
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-07-28 12:31:49 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-07-28 12:31:49 +0300
commita3f1ec8389cde87fff45dced9380f85d1b2424c6 (patch)
tree06e551c58a42fb4c9657febdd490105348d57acf /Software/Embedded_SW/Embedded/Embedded.cfg
parent6bb733f95cbcabc67115674f5cc91ec67196eeed (diff)
downloadTango-a3f1ec8389cde87fff45dced9380f85d1b2424c6.tar.gz
Tango-a3f1ec8389cde87fff45dced9380f85d1b2424c6.zip
for version 1.4.2.7 : syc file system with semaphore (needs testing!). add secondary pump and activation on init and after 8 hours.now config parameters, improved thread load
Diffstat (limited to 'Software/Embedded_SW/Embedded/Embedded.cfg')
-rw-r--r--Software/Embedded_SW/Embedded/Embedded.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Embedded.cfg b/Software/Embedded_SW/Embedded/Embedded.cfg
index 8dc53256b..9aa9b2470 100644
--- a/Software/Embedded_SW/Embedded/Embedded.cfg
+++ b/Software/Embedded_SW/Embedded/Embedded.cfg
@@ -1,5 +1,6 @@
var Hwi = xdc.useModule('ti.sysbios.family.arm.m3.Hwi');
var Clock = xdc.useModule('ti.sysbios.knl.Clock');
+var Seconds = xdc.useModule('ti.sysbios.hal.Seconds');
var BIOS = xdc.useModule('ti.sysbios.BIOS');
var SysMin = xdc.useModule('xdc.runtime.SysMin');
var System = xdc.useModule('xdc.runtime.System');