metaonly module ti.syslink.ipc.rtos.Syslink
XDCscript usage meta-domain sourced in ti/syslink/ipc/rtos/Syslink.xdc
 
config Syslink.pltSectFix  // module-wide

Work around for linker bug regarding placement of .plt section

XDCscript usage meta-domain
Syslink.pltSectFix = Bool true;
 
DETAILS
Set this config param to false to disable the work around fix.
 
config Syslink.terminateEventId  // module-wide

Notify event id to be used for the terminate event

XDCscript usage meta-domain
Syslink.terminateEventId = UInt32 30;
 
DETAILS
When a SysLink application is terminated, the SysLink driver will send a notify terminate event to all attached slaves to inform them that the application has terminated. The event id used for this terminate event is specified by this config param.
The payload of the terminate event is the runtime id of the terminated application.
 
config Syslink.terminateEventLineId  // module-wide

Notify line id to be used for the terminate event

XDCscript usage meta-domain
Syslink.terminateEventLineId = UInt16 0;
 
DETAILS
The SysLink driver uses Notify_sendEvent() to send the terminate event. This config param specifies which lineId to use when sending this event.
generated on Mon, 17 Dec 2012 16:43:39 GMT