metaonly module ti.targets.omf.cof.Settings

Allows selection between TI and MOTOROLA cof libraries

Configuration settings sourced in ti/targets/omf/cof/Settings.xdc
var Settings = xdc.useModule('ti.targets.omf.cof.Settings');
module-wide constants & types
    values of type Settings.Mode// Mode: {TI, MOTOROLA}
        const Settings.TI;
        const Settings.MOTOROLA;
module-wide config parameters
 
 
enum Settings.Mode

Mode: {TI, MOTOROLA}

Configuration settings
values of type Settings.Mode
    const Settings.TI;
    const Settings.MOTOROLA;
 
DETAILS
TI. The function getLibs() returns cof_ti.lib libraries.
MOTOROLA. The function getLibs() returns cof_mot.lib libraries.
 
config Settings.mode  // module-wide

Determines the libraries contributed by this package

Configuration settings
Settings.mode = Settings.Mode Settings.TI;
 
DETAILS
Default is TI
generated on Tue, 09 Oct 2018 20:58:05 GMT