metaonly module ti.grcm.Settings

Global configuration settings for the ti.grcm package

This is a RTSC meta-only module. When building your executable with XDCtools, use this module to configure this package. [ more ... ]
Configuration settings sourced in ti/grcm/Settings.xdc
DETAILS
This is a RTSC meta-only module. When building your executable with XDCtools, use this module to configure this package.
SEE ALSO
 
enum Settings.IpcSupport

IPC Support enumeration type

Configuration settings
values of type Settings.IpcSupport
    const Settings.IpcSupport_ti_sdo_ipc;
    // DSP/BIOS IPC Support
    const Settings.IpcSupport_ti_syslink_ipc;
    // SysLink IPC Support
 
DETAILS
The IPC support is provided by one of the following types.
 
config Settings.ipc  // module-wide

Specifies which IPC support to link into the executable

Configuration settings
 
DETAILS
This config param must be set in the application config script. It has no default value.
 
config Settings.loadStrings  // module-wide

Controls the loading of string constants to the target

Configuration settings
Settings.loadStrings = Bool true;
 
DETAILS
By default, all string constants are loaded to the target. If the program is using a logger which does not process the strings, then setting this config param to false will reduce the program's data footprint because the string constants will not be loaded.
generated on Fri, 21 Aug 2015 19:36:05 GMT