]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/tsip-lld.git/blob - Settings.xdc
NOTICE OF RELOCATION
[keystone-rtos/tsip-lld.git] / Settings.xdc
3 module Settings
4 {
5     config string tsiplldVersionString = "01.00.00.06";
6     /*! This variable is to control the device type selection.
7      * By default this variable is set to NULL.
8      * 
9      * To use TSIP for the selected device, add the following lines to config
10      * file and set the deviceType correctly:
11      * 
12      *      var tsip = xdc.useModule ('ti.drv.tsip.Settings');
13      *      tsip.deviceType = "k2e";
14      */
15     metaonly config string deviceType = "k2e";
16 }