metaonly module ti.sdo.ipc.templates.IpcTemplate |
 |
metaonly module IpcTemplate { ...
XDCscript usage |
meta-domain |
var IpcTemplate = xdc.useModule('ti.sdo.ipc.templates.IpcTemplate');
module-wide constants & types
module-wide config parameters
{
title: "Stream Example",
fileList: [
"../../io/examples/stream.c"
],
description: "This example shows the use of ti.sysbios.io.Stream module to demonstrate IO streaming using a driver. In this example we use the ti.sysbios.io.Generator driver module. This example uses the Stream_ISSUE_RECLAIM model. A single task gets data from an input channel and sends the data out to an output channel.",
template: [
]
},
{
title: "List Example",
fileList: [
"../../utils/examples/list.c"
],
description: "The list example shows how to use the ti.sdo.utils.List module to create and use a List instance as 1) a queue (First In First Out), 2) a stack (Last in First Out). It also shows how to traverse a list and how to remove an element.",
template: [
]
},
{
title: "MultiProc Example",
fileList: [
"../../utils/examples/multiProc.c"
],
description: "The multiProc example shows how to use the basical functionality of the ti.sdo.utils.MultiProc module",
template: [
]
},
{
title: "MultiProc Single Image Example",
fileList: [
"../../utils/examples/multiProcSingleImage.c"
],
description: "The multiProcSingleImage example shows how to configure an image to be able to run on multiple cores. It sets the processor id dynamically during initialization.",
template: [
]
},
{
title: "Notify Single Processor Example",
fileList: [
"../../ipc/examples/singlecore/notify_loopback.c"
],
description: "The message example shows how to use Notify. The NotifyDriverLoopback driver is used to allow the example to be run on a single processor.",
template: [
]
},
{
title: "MessageQ Single Processor Example",
fileList: [
"../../ipc/examples/singlecore/message.c"
],
description: "The message example shows how to use MessageQ on a single processor.",
template: [
]
},
{
title: "Notify on Video Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_video.c"
],
description: "The notify_video example shows how to use Notify on DM740. It must be ran along with the Notify on DSS and Notify on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on DSS Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dss.c"
],
description: "The notify_dss example shows how to use Notify on DM740. It must be ran along with the Notify on Video and Notify on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on DSP Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on DM740. It must be ran along with the Notify on DSS and Notify on Video for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Arm on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_arm.c"
],
description: "The notify_arm example shows how to use Notify on DM6446. It must be ran along with the Notify on DSP for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Dsp on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on DM6446. It must be ran along with the Notify on Arm for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Arm on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_arm.c"
],
description: "The notify_arm example shows how to use Notify on DA830. It must be ran along with the Notify on DSP for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Dsp on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on DA830. It must be ran along with the Notify on Arm for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Arm on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_arm.c"
],
description: "The notify_arm example shows how to use Notify on OMAPL138. It must be ran along with the Notify on DSP for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Dsp on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on OMAPL138. It must be ran along with the Notify on Arm for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on EVM6472 Example",
fileList: [
"../../ipc/examples/multicore/c6472/notify_single.c"
],
description: "The notify_single example shows how to use Notify on EVM6472. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on EVM6474 Example",
fileList: [
"../../ipc/examples/multicore/c6474/notify_single.c"
],
description: "The notify_single example shows how to use Notify on EVM6474. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on TCI6498 Example",
fileList: [
"../../ipc/examples/multicore/simTCI6498/notify_single.c"
],
description: "The notify_single example shows how to use Notify on TCI6498. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Video Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_video.c"
],
description: "The message_video example shows how to use MessageQ on DM740. It must be ran along with the MessageQ on DSS and MessageQ on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on DSS Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dss.c"
],
description: "The message_dss example shows how to use MessageQ on DM740. It must be ran along with the MessageQ on Video and MessageQ on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on DSP Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on DM740. It must be ran along with the MessageQ on DSS and MessageQ on Video for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Arm on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_arm.c"
],
description: "The message_arm example shows how to use MessageQ on DM6446. It must be ran along with the MessageQ on DSP for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Dsp on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on DM6446. It must be ran along with the MessageQ on Arm for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Arm on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_arm.c"
],
description: "The message_arm example shows how to use MessageQ on DA830. It must be ran along with the MessageQ on DSP for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Dsp on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on DA830. It must be ran along with the MessageQ on Arm for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Arm on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_arm.c"
],
description: "The message_arm example shows how to use MessageQ on OMAPL138. It must be ran along with the MessageQ on DSP for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Dsp on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on OMAPL138. It must be ran along with the MessageQ on Arm for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on EVM6472 Example",
fileList: [
"../../ipc/examples/multicore/c6472/message_single.c"
],
description: "The message_single example shows how to use MessageQ on EVM6472. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on EVM6474 Example",
fileList: [
"../../ipc/examples/multicore/c6474/message_single.c"
],
description: "The message_single example shows how to use MessageQ on EVM6474. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on TCI6498 Example",
fileList: [
"../../ipc/examples/multicore/simTCI6498/message_single.c"
],
description: "The message_single example shows how to use MessageQ on TCI6498. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
}
];
];
title: "List Configuration",
fileList: [
"../../utils/examples/list.cfg"
],
description: "This template defines a basic configuration for List example",
template: [ ]
};
title: "MessageQ on Arm DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_arm.cfg",
"../../ipc/examples/multicore/evmDA830/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on Arm processor on DA830 ",
template: [ ]
};
title: "MessageQ on Arm DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_arm.cfg",
"../../ipc/examples/multicore/evmDM6446/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on Arm processor on DM6446 ",
template: [ ]
};
title: "MessageQ on Arm OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_arm.cfg",
"../../ipc/examples/multicore/evmOMAPL138/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on Arm processor on OMAPL138 ",
template: [ ]
};
title: "MessageQ on EVM6472 Configuration",
fileList: [
"../../ipc/examples/multicore/c6472/message_single.cfg"
],
description: "This template defines a configuration for MessageQ example on dsp processor on EVM6472 ",
template: [ ]
};
title: "MessageQ on EVM6474 Configuration",
fileList: [
"../../ipc/examples/multicore/c6474/message_single.cfg"
],
description: "This template defines a configuration for MessageQ example on dsp processor on EVM6474 ",
template: [ ]
};
title: "MessageQ Single Processor Configuration",
fileList: [
"../../ipc/examples/singlecore/message.cfg"
],
description: "This template defines a configuration for message example",
template: [ ]
};
title: "MessageQ on DSP Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dsp.cfg",
"../../ipc/examples/multicore/evmDM740/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on DSP processor on DM740 ",
template: [ ]
};
title: "MessageQ on DSS Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dss.cfg",
"../../ipc/examples/multicore/evmDM740/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on DSS processor on DM740 ",
template: [ ]
};
title: "MessageQ on DSP DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_dsp.cfg",
"../../ipc/examples/multicore/evmDA830/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on dsp processor on DA830 ",
template: [ ]
};
title: "MessageQ on DSP DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_dsp.cfg",
"../../ipc/examples/multicore/evmDM6446/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on dsp processor on DM6446 ",
template: [ ]
};
title: "MessageQ on DSP OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_dsp.cfg",
"../../ipc/examples/multicore/evmOMAPL138/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on dsp processor on OMAPL138 ",
template: [ ]
};
title: "MessageQ on TCI6498 Configuration",
fileList: [
"../../ipc/examples/multicore/simTCI6498/message_single.cfg"
],
description: "This template defines a configuration for MessageQ example on dsp processor on TCI6498 ",
template: [ ]
};
title: "MessageQ on Video Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_video.cfg",
"../../ipc/examples/multicore/evmDM740/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on video processor on DM740 ",
template: [ ]
};
title: "MultiProc Configuration",
fileList: [
"../../utils/examples/multiProc.cfg"
],
description: "This template defines a configuration for multiProc example",
template: [ ]
};
title: "MultiProc for a Single Image Configuration",
fileList: [
"../../utils/examples/multiProc.cfg"
],
description: "This template defines a configuration for multiProc example",
template: [ ]
};
title: "Notify on Arm DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_arm.cfg",
"../../ipc/examples/multicore/evmDA830/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Arm processor on DA830 ",
template: [ ]
};
title: "Notify on Arm DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_arm.cfg",
"../../ipc/examples/multicore/evmDM6446/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Arm processor on DM6446 ",
template: [ ]
};
title: "Notify on Arm OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_arm.cfg",
"../../ipc/examples/multicore/evmOMAPL138/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Arm processor on OMAPL138 ",
template: [ ]
};
title: "Notify on Dsp EVM6472 Configuration",
fileList: [
"../../ipc/examples/multicore/c6472/notify_single.cfg"
],
description: "This template defines a configuration for notify example on Dsp processor on EVM6472 ",
template: [ ]
};
title: "Notify on Dsp EVM6474 Configuration",
fileList: [
"../../ipc/examples/multicore/c6474/notify_single.cfg"
],
description: "This template defines a configuration for notify example on Dsp processor on EVM6474 ",
template: [ ]
};
title: "Notify on DSP Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dsp.cfg",
"../../ipc/examples/multicore/evmDM740/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on DSP processor on DM740 ",
template: [ ]
};
title: "Notify on DSS Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dss.cfg",
"../../ipc/examples/multicore/evmDM740/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on DSS processor on DM740 ",
template: [ ]
};
title: "Notify on Dsp DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_dsp.cfg",
"../../ipc/examples/multicore/evmDA830/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Dsp processor on DA830 ",
template: [ ]
};
title: "Notify on Dsp DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_dsp.cfg",
"../../ipc/examples/multicore/evmDM6446/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Dsp processor on DM6446 ",
template: [ ]
};
title: "Notify on Dsp OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_dsp.cfg",
"../../ipc/examples/multicore/evmOMAPL138/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Dsp processor on OMAPL138 ",
template: [ ]
};
title: "Notify Single Processor Configuration",
fileList: [
"../../ipc/examples/singlecore/notify_loopback.cfg"
],
description: "This template defines a configuration for notify example",
template: [ ]
};
title: "Notify on Dsp TCI6498 Configuration",
fileList: [
"../../ipc/examples/multicore/simTCI6498/notify_single.cfg"
],
description: "This template defines a configuration for notify example on Dsp processor on TCI6498 ",
template: [ ]
};
title: "Notify on Video Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_video.cfg",
"../../ipc/examples/multicore/evmDM740/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on video processor on DM740 ",
template: [ ]
};
title: "Stream Configuration",
fileList: [
"../../io/examples/stream.cfg"
],
description: "This template defines the stream example configuration.",
template: [ ]
};
module-wide constants & types
};
module-wide config parameters
{
title: "Stream Example",
fileList: [
"../../io/examples/stream.c"
],
description: "This example shows the use of ti.sysbios.io.Stream module to demonstrate IO streaming using a driver. In this example we use the ti.sysbios.io.Generator driver module. This example uses the Stream_ISSUE_RECLAIM model. A single task gets data from an input channel and sends the data out to an output channel.",
template: [
]
},
{
title: "List Example",
fileList: [
"../../utils/examples/list.c"
],
description: "The list example shows how to use the ti.sdo.utils.List module to create and use a List instance as 1) a queue (First In First Out), 2) a stack (Last in First Out). It also shows how to traverse a list and how to remove an element.",
template: [
]
},
{
title: "MultiProc Example",
fileList: [
"../../utils/examples/multiProc.c"
],
description: "The multiProc example shows how to use the basical functionality of the ti.sdo.utils.MultiProc module",
template: [
]
},
{
title: "MultiProc Single Image Example",
fileList: [
"../../utils/examples/multiProcSingleImage.c"
],
description: "The multiProcSingleImage example shows how to configure an image to be able to run on multiple cores. It sets the processor id dynamically during initialization.",
template: [
]
},
{
title: "Notify Single Processor Example",
fileList: [
"../../ipc/examples/singlecore/notify_loopback.c"
],
description: "The message example shows how to use Notify. The NotifyDriverLoopback driver is used to allow the example to be run on a single processor.",
template: [
]
},
{
title: "MessageQ Single Processor Example",
fileList: [
"../../ipc/examples/singlecore/message.c"
],
description: "The message example shows how to use MessageQ on a single processor.",
template: [
]
},
{
title: "Notify on Video Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_video.c"
],
description: "The notify_video example shows how to use Notify on DM740. It must be ran along with the Notify on DSS and Notify on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on DSS Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dss.c"
],
description: "The notify_dss example shows how to use Notify on DM740. It must be ran along with the Notify on Video and Notify on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on DSP Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on DM740. It must be ran along with the Notify on DSS and Notify on Video for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Arm on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_arm.c"
],
description: "The notify_arm example shows how to use Notify on DM6446. It must be ran along with the Notify on DSP for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Dsp on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on DM6446. It must be ran along with the Notify on Arm for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Arm on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_arm.c"
],
description: "The notify_arm example shows how to use Notify on DA830. It must be ran along with the Notify on DSP for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Dsp on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on DA830. It must be ran along with the Notify on Arm for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Arm on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_arm.c"
],
description: "The notify_arm example shows how to use Notify on OMAPL138. It must be ran along with the Notify on DSP for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Dsp on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on OMAPL138. It must be ran along with the Notify on Arm for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on EVM6472 Example",
fileList: [
"../../ipc/examples/multicore/c6472/notify_single.c"
],
description: "The notify_single example shows how to use Notify on EVM6472. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on EVM6474 Example",
fileList: [
"../../ipc/examples/multicore/c6474/notify_single.c"
],
description: "The notify_single example shows how to use Notify on EVM6474. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on TCI6498 Example",
fileList: [
"../../ipc/examples/multicore/simTCI6498/notify_single.c"
],
description: "The notify_single example shows how to use Notify on TCI6498. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Video Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_video.c"
],
description: "The message_video example shows how to use MessageQ on DM740. It must be ran along with the MessageQ on DSS and MessageQ on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on DSS Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dss.c"
],
description: "The message_dss example shows how to use MessageQ on DM740. It must be ran along with the MessageQ on Video and MessageQ on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on DSP Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on DM740. It must be ran along with the MessageQ on DSS and MessageQ on Video for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Arm on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_arm.c"
],
description: "The message_arm example shows how to use MessageQ on DM6446. It must be ran along with the MessageQ on DSP for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Dsp on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on DM6446. It must be ran along with the MessageQ on Arm for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Arm on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_arm.c"
],
description: "The message_arm example shows how to use MessageQ on DA830. It must be ran along with the MessageQ on DSP for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Dsp on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on DA830. It must be ran along with the MessageQ on Arm for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Arm on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_arm.c"
],
description: "The message_arm example shows how to use MessageQ on OMAPL138. It must be ran along with the MessageQ on DSP for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Dsp on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on OMAPL138. It must be ran along with the MessageQ on Arm for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on EVM6472 Example",
fileList: [
"../../ipc/examples/multicore/c6472/message_single.c"
],
description: "The message_single example shows how to use MessageQ on EVM6472. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on EVM6474 Example",
fileList: [
"../../ipc/examples/multicore/c6474/message_single.c"
],
description: "The message_single example shows how to use MessageQ on EVM6474. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on TCI6498 Example",
fileList: [
"../../ipc/examples/multicore/simTCI6498/message_single.c"
],
description: "The message_single example shows how to use MessageQ on TCI6498. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
}
];
];
title: "List Configuration",
fileList: [
"../../utils/examples/list.cfg"
],
description: "This template defines a basic configuration for List example",
template: [ ]
};
title: "MessageQ on Arm DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_arm.cfg",
"../../ipc/examples/multicore/evmDA830/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on Arm processor on DA830 ",
template: [ ]
};
title: "MessageQ on Arm DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_arm.cfg",
"../../ipc/examples/multicore/evmDM6446/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on Arm processor on DM6446 ",
template: [ ]
};
title: "MessageQ on Arm OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_arm.cfg",
"../../ipc/examples/multicore/evmOMAPL138/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on Arm processor on OMAPL138 ",
template: [ ]
};
title: "MessageQ on EVM6472 Configuration",
fileList: [
"../../ipc/examples/multicore/c6472/message_single.cfg"
],
description: "This template defines a configuration for MessageQ example on dsp processor on EVM6472 ",
template: [ ]
};
title: "MessageQ on EVM6474 Configuration",
fileList: [
"../../ipc/examples/multicore/c6474/message_single.cfg"
],
description: "This template defines a configuration for MessageQ example on dsp processor on EVM6474 ",
template: [ ]
};
title: "MessageQ Single Processor Configuration",
fileList: [
"../../ipc/examples/singlecore/message.cfg"
],
description: "This template defines a configuration for message example",
template: [ ]
};
title: "MessageQ on DSP Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dsp.cfg",
"../../ipc/examples/multicore/evmDM740/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on DSP processor on DM740 ",
template: [ ]
};
title: "MessageQ on DSS Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dss.cfg",
"../../ipc/examples/multicore/evmDM740/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on DSS processor on DM740 ",
template: [ ]
};
title: "MessageQ on DSP DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_dsp.cfg",
"../../ipc/examples/multicore/evmDA830/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on dsp processor on DA830 ",
template: [ ]
};
title: "MessageQ on DSP DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_dsp.cfg",
"../../ipc/examples/multicore/evmDM6446/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on dsp processor on DM6446 ",
template: [ ]
};
title: "MessageQ on DSP OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_dsp.cfg",
"../../ipc/examples/multicore/evmOMAPL138/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on dsp processor on OMAPL138 ",
template: [ ]
};
title: "MessageQ on TCI6498 Configuration",
fileList: [
"../../ipc/examples/multicore/simTCI6498/message_single.cfg"
],
description: "This template defines a configuration for MessageQ example on dsp processor on TCI6498 ",
template: [ ]
};
title: "MessageQ on Video Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_video.cfg",
"../../ipc/examples/multicore/evmDM740/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on video processor on DM740 ",
template: [ ]
};
title: "MultiProc Configuration",
fileList: [
"../../utils/examples/multiProc.cfg"
],
description: "This template defines a configuration for multiProc example",
template: [ ]
};
title: "MultiProc for a Single Image Configuration",
fileList: [
"../../utils/examples/multiProc.cfg"
],
description: "This template defines a configuration for multiProc example",
template: [ ]
};
title: "Notify on Arm DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_arm.cfg",
"../../ipc/examples/multicore/evmDA830/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Arm processor on DA830 ",
template: [ ]
};
title: "Notify on Arm DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_arm.cfg",
"../../ipc/examples/multicore/evmDM6446/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Arm processor on DM6446 ",
template: [ ]
};
title: "Notify on Arm OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_arm.cfg",
"../../ipc/examples/multicore/evmOMAPL138/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Arm processor on OMAPL138 ",
template: [ ]
};
title: "Notify on Dsp EVM6472 Configuration",
fileList: [
"../../ipc/examples/multicore/c6472/notify_single.cfg"
],
description: "This template defines a configuration for notify example on Dsp processor on EVM6472 ",
template: [ ]
};
title: "Notify on Dsp EVM6474 Configuration",
fileList: [
"../../ipc/examples/multicore/c6474/notify_single.cfg"
],
description: "This template defines a configuration for notify example on Dsp processor on EVM6474 ",
template: [ ]
};
title: "Notify on DSP Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dsp.cfg",
"../../ipc/examples/multicore/evmDM740/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on DSP processor on DM740 ",
template: [ ]
};
title: "Notify on DSS Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dss.cfg",
"../../ipc/examples/multicore/evmDM740/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on DSS processor on DM740 ",
template: [ ]
};
title: "Notify on Dsp DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_dsp.cfg",
"../../ipc/examples/multicore/evmDA830/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Dsp processor on DA830 ",
template: [ ]
};
title: "Notify on Dsp DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_dsp.cfg",
"../../ipc/examples/multicore/evmDM6446/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Dsp processor on DM6446 ",
template: [ ]
};
title: "Notify on Dsp OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_dsp.cfg",
"../../ipc/examples/multicore/evmOMAPL138/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Dsp processor on OMAPL138 ",
template: [ ]
};
title: "Notify Single Processor Configuration",
fileList: [
"../../ipc/examples/singlecore/notify_loopback.cfg"
],
description: "This template defines a configuration for notify example",
template: [ ]
};
title: "Notify on Dsp TCI6498 Configuration",
fileList: [
"../../ipc/examples/multicore/simTCI6498/notify_single.cfg"
],
description: "This template defines a configuration for notify example on Dsp processor on TCI6498 ",
template: [ ]
};
title: "Notify on Video Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_video.cfg",
"../../ipc/examples/multicore/evmDM740/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on video processor on DM740 ",
template: [ ]
};
title: "Stream Configuration",
fileList: [
"../../io/examples/stream.cfg"
],
description: "This template defines the stream example configuration.",
template: [ ]
};
}
struct IpcTemplate.TemplateInfo |
 |
Structure providing information on the available configurations
XDCscript usage |
meta-domain |
var obj = new IpcTemplate.TemplateInfo;
obj.title = String ...
obj.fileList = String[] ...
obj.description = String ...
FIELDS
title
String containing the title of the template
fileList
Array of file paths relative to the template package folder
description
String containing the description of the template
template
Array containing one 'TemplateInfo' object
config IpcTemplate.appTemplates // module-wide |
 |
XDCscript usage |
meta-domain |
{
title: "Stream Example",
fileList: [
"../../io/examples/stream.c"
],
description: "This example shows the use of ti.sysbios.io.Stream module to demonstrate IO streaming using a driver. In this example we use the ti.sysbios.io.Generator driver module. This example uses the Stream_ISSUE_RECLAIM model. A single task gets data from an input channel and sends the data out to an output channel.",
template: [
]
},
{
title: "List Example",
fileList: [
"../../utils/examples/list.c"
],
description: "The list example shows how to use the ti.sdo.utils.List module to create and use a List instance as 1) a queue (First In First Out), 2) a stack (Last in First Out). It also shows how to traverse a list and how to remove an element.",
template: [
]
},
{
title: "MultiProc Example",
fileList: [
"../../utils/examples/multiProc.c"
],
description: "The multiProc example shows how to use the basical functionality of the ti.sdo.utils.MultiProc module",
template: [
]
},
{
title: "MultiProc Single Image Example",
fileList: [
"../../utils/examples/multiProcSingleImage.c"
],
description: "The multiProcSingleImage example shows how to configure an image to be able to run on multiple cores. It sets the processor id dynamically during initialization.",
template: [
]
},
{
title: "Notify Single Processor Example",
fileList: [
"../../ipc/examples/singlecore/notify_loopback.c"
],
description: "The message example shows how to use Notify. The NotifyDriverLoopback driver is used to allow the example to be run on a single processor.",
template: [
]
},
{
title: "MessageQ Single Processor Example",
fileList: [
"../../ipc/examples/singlecore/message.c"
],
description: "The message example shows how to use MessageQ on a single processor.",
template: [
]
},
{
title: "Notify on Video Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_video.c"
],
description: "The notify_video example shows how to use Notify on DM740. It must be ran along with the Notify on DSS and Notify on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on DSS Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dss.c"
],
description: "The notify_dss example shows how to use Notify on DM740. It must be ran along with the Notify on Video and Notify on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on DSP Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on DM740. It must be ran along with the Notify on DSS and Notify on Video for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Arm on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_arm.c"
],
description: "The notify_arm example shows how to use Notify on DM6446. It must be ran along with the Notify on DSP for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Dsp on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on DM6446. It must be ran along with the Notify on Arm for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Arm on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_arm.c"
],
description: "The notify_arm example shows how to use Notify on DA830. It must be ran along with the Notify on DSP for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Dsp on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on DA830. It must be ran along with the Notify on Arm for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Arm on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_arm.c"
],
description: "The notify_arm example shows how to use Notify on OMAPL138. It must be ran along with the Notify on DSP for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on Dsp on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_dsp.c"
],
description: "The notify_dsp example shows how to use Notify on OMAPL138. It must be ran along with the Notify on Arm for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on EVM6472 Example",
fileList: [
"../../ipc/examples/multicore/c6472/notify_single.c"
],
description: "The notify_single example shows how to use Notify on EVM6472. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on EVM6474 Example",
fileList: [
"../../ipc/examples/multicore/c6474/notify_single.c"
],
description: "The notify_single example shows how to use Notify on EVM6474. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "Notify on TCI6498 Example",
fileList: [
"../../ipc/examples/multicore/simTCI6498/notify_single.c"
],
description: "The notify_single example shows how to use Notify on TCI6498. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Video Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_video.c"
],
description: "The message_video example shows how to use MessageQ on DM740. It must be ran along with the MessageQ on DSS and MessageQ on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on DSS Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dss.c"
],
description: "The message_dss example shows how to use MessageQ on DM740. It must be ran along with the MessageQ on Video and MessageQ on DSP for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on DSP Processor DM740 Example",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on DM740. It must be ran along with the MessageQ on DSS and MessageQ on Video for DM740. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Arm on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_arm.c"
],
description: "The message_arm example shows how to use MessageQ on DM6446. It must be ran along with the MessageQ on DSP for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Dsp on DM6446 Example",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on DM6446. It must be ran along with the MessageQ on Arm for DM6446. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Arm on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_arm.c"
],
description: "The message_arm example shows how to use MessageQ on DA830. It must be ran along with the MessageQ on DSP for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Dsp on DA830 Example",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on DA830. It must be ran along with the MessageQ on Arm for DA830. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Arm on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_arm.c"
],
description: "The message_arm example shows how to use MessageQ on OMAPL138. It must be ran along with the MessageQ on DSP for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on Dsp on OMAPL138 Example",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_dsp.c"
],
description: "The message_dsp example shows how to use MessageQ on OMAPL138. It must be ran along with the MessageQ on Arm for OMAPL138. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on EVM6472 Example",
fileList: [
"../../ipc/examples/multicore/c6472/message_single.c"
],
description: "The message_single example shows how to use MessageQ on EVM6472. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on EVM6474 Example",
fileList: [
"../../ipc/examples/multicore/c6474/message_single.c"
],
description: "The message_single example shows how to use MessageQ on EVM6474. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
},
{
title: "MessageQ on TCI6498 Example",
fileList: [
"../../ipc/examples/multicore/simTCI6498/message_single.c"
],
description: "The message_single example shows how to use MessageQ on TCI6498. It is a single-image example that must be loaded on all cores. Refer to the readme.txt for more details.",
template: [
]
}
];
config IpcTemplate.configTemplates // module-wide |
 |
XDCscript usage |
meta-domain |
config IpcTemplate.listCfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "List Configuration",
fileList: [
"../../utils/examples/list.cfg"
],
description: "This template defines a basic configuration for List example",
template: [ ]
};
config IpcTemplate.messageArmDA830CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on Arm DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_arm.cfg",
"../../ipc/examples/multicore/evmDA830/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on Arm processor on DA830 ",
template: [ ]
};
config IpcTemplate.messageArmDM6446CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on Arm DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_arm.cfg",
"../../ipc/examples/multicore/evmDM6446/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on Arm processor on DM6446 ",
template: [ ]
};
config IpcTemplate.messageArmOMAPL138CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on Arm OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_arm.cfg",
"../../ipc/examples/multicore/evmOMAPL138/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on Arm processor on OMAPL138 ",
template: [ ]
};
config IpcTemplate.messageC6472CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on EVM6472 Configuration",
fileList: [
"../../ipc/examples/multicore/c6472/message_single.cfg"
],
description: "This template defines a configuration for MessageQ example on dsp processor on EVM6472 ",
template: [ ]
};
config IpcTemplate.messageC6474CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on EVM6474 Configuration",
fileList: [
"../../ipc/examples/multicore/c6474/message_single.cfg"
],
description: "This template defines a configuration for MessageQ example on dsp processor on EVM6474 ",
template: [ ]
};
config IpcTemplate.messageCfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ Single Processor Configuration",
fileList: [
"../../ipc/examples/singlecore/message.cfg"
],
description: "This template defines a configuration for message example",
template: [ ]
};
config IpcTemplate.messageDSPDM740CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on DSP Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dsp.cfg",
"../../ipc/examples/multicore/evmDM740/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on DSP processor on DM740 ",
template: [ ]
};
config IpcTemplate.messageDSSDM740CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on DSS Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_dss.cfg",
"../../ipc/examples/multicore/evmDM740/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on DSS processor on DM740 ",
template: [ ]
};
config IpcTemplate.messageDspDA830CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on DSP DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/message_dsp.cfg",
"../../ipc/examples/multicore/evmDA830/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on dsp processor on DA830 ",
template: [ ]
};
config IpcTemplate.messageDspDM6446CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on DSP DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/message_dsp.cfg",
"../../ipc/examples/multicore/evmDM6446/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on dsp processor on DM6446 ",
template: [ ]
};
config IpcTemplate.messageDspOMAPL138CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on DSP OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/message_dsp.cfg",
"../../ipc/examples/multicore/evmOMAPL138/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on dsp processor on OMAPL138 ",
template: [ ]
};
config IpcTemplate.messageTCI6498CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on TCI6498 Configuration",
fileList: [
"../../ipc/examples/multicore/simTCI6498/message_single.cfg"
],
description: "This template defines a configuration for MessageQ example on dsp processor on TCI6498 ",
template: [ ]
};
config IpcTemplate.messageVideoDM740CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MessageQ on Video Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/message_video.cfg",
"../../ipc/examples/multicore/evmDM740/message_common.cfg.xs"
],
description: "This template defines a configuration for MessageQ example on video processor on DM740 ",
template: [ ]
};
config IpcTemplate.multiProcCfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MultiProc Configuration",
fileList: [
"../../utils/examples/multiProc.cfg"
],
description: "This template defines a configuration for multiProc example",
template: [ ]
};
config IpcTemplate.multiProcSingleImageCfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "MultiProc for a Single Image Configuration",
fileList: [
"../../utils/examples/multiProc.cfg"
],
description: "This template defines a configuration for multiProc example",
template: [ ]
};
config IpcTemplate.notifyArmDA830CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Arm DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_arm.cfg",
"../../ipc/examples/multicore/evmDA830/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Arm processor on DA830 ",
template: [ ]
};
config IpcTemplate.notifyArmDM6446CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Arm DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_arm.cfg",
"../../ipc/examples/multicore/evmDM6446/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Arm processor on DM6446 ",
template: [ ]
};
config IpcTemplate.notifyArmOMAPL138CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Arm OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_arm.cfg",
"../../ipc/examples/multicore/evmOMAPL138/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Arm processor on OMAPL138 ",
template: [ ]
};
config IpcTemplate.notifyC6472CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Dsp EVM6472 Configuration",
fileList: [
"../../ipc/examples/multicore/c6472/notify_single.cfg"
],
description: "This template defines a configuration for notify example on Dsp processor on EVM6472 ",
template: [ ]
};
config IpcTemplate.notifyC6474CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Dsp EVM6474 Configuration",
fileList: [
"../../ipc/examples/multicore/c6474/notify_single.cfg"
],
description: "This template defines a configuration for notify example on Dsp processor on EVM6474 ",
template: [ ]
};
config IpcTemplate.notifyDSPDM740CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on DSP Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dsp.cfg",
"../../ipc/examples/multicore/evmDM740/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on DSP processor on DM740 ",
template: [ ]
};
config IpcTemplate.notifyDSSDM740CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on DSS Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_dss.cfg",
"../../ipc/examples/multicore/evmDM740/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on DSS processor on DM740 ",
template: [ ]
};
config IpcTemplate.notifyDspDA830CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Dsp DA830 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDA830/notify_dsp.cfg",
"../../ipc/examples/multicore/evmDA830/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Dsp processor on DA830 ",
template: [ ]
};
config IpcTemplate.notifyDspDM6446CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Dsp DM6446 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM6446/notify_dsp.cfg",
"../../ipc/examples/multicore/evmDM6446/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Dsp processor on DM6446 ",
template: [ ]
};
config IpcTemplate.notifyDspOMAPL138CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Dsp OMAPL138 Configuration",
fileList: [
"../../ipc/examples/multicore/evmOMAPL138/notify_dsp.cfg",
"../../ipc/examples/multicore/evmOMAPL138/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on Dsp processor on OMAPL138 ",
template: [ ]
};
config IpcTemplate.notifyLoopbackCfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify Single Processor Configuration",
fileList: [
"../../ipc/examples/singlecore/notify_loopback.cfg"
],
description: "This template defines a configuration for notify example",
template: [ ]
};
config IpcTemplate.notifyTCI6498CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Dsp TCI6498 Configuration",
fileList: [
"../../ipc/examples/multicore/simTCI6498/notify_single.cfg"
],
description: "This template defines a configuration for notify example on Dsp processor on TCI6498 ",
template: [ ]
};
config IpcTemplate.notifyVideoDM740CfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Notify on Video Processor DM740 Configuration",
fileList: [
"../../ipc/examples/multicore/evmDM740/notify_video.cfg",
"../../ipc/examples/multicore/evmDM740/notify_common.cfg.xs"
],
description: "This template defines a configuration for notify example on video processor on DM740 ",
template: [ ]
};
config IpcTemplate.streamCfgTemplate // module-wide |
 |
XDCscript usage |
meta-domain |
title: "Stream Configuration",
fileList: [
"../../io/examples/stream.cfg"
],
description: "This template defines the stream example configuration.",
template: [ ]
};
generated on Fri, 09 Apr 2010 01:41:14 GMT