motor-control-sdk/source/.meta/system_am273x.syscfg.js
Naresh A 5f968b0bf2 am64x/am243x/am263x : initial commit for motor control sdk
Initial commit for motor control sdk

Fixes: PINDSW-5635

Signed-off-by: Naresh A <nareshk@ti.com>
2023-07-04 18:02:46 +05:30

25 lines
489 B
JavaScript

let common = system.getScript("/common");
let system_module = {
displayName: "System",
moduleStatic: {
modules: function(inst) {
return [
{
name: "clock",
moduleName: "/kernel/dpl/clock",
},
{
name: "debug_log",
moduleName: "/kernel/dpl/debug_log",
},
]
},
},
};
exports = system_module;