Other Parts Discussed in Thread: SYSBIOS
Hello TI experts
I am about to migrate IPCv3 to IPC LLD in an TI-RTOS + CCS environment (for migration from SDK6.x to SDK7.x).
Today we integrate all PDK drivers via sysbios.cfg using for example
...
var Emac = xdc.loadPackage('ti.drv.emac');
var Gpio = xdc.loadPackage('ti.drv.gpio');
...
Now I want to integrate the IPC LLD library PDK/packages/ti/drv/ipc/ as well.
But this driver has no xdctools infrastructure. E.g. package.xs etc. is not available.
So I cannot use
var IpcLLD = xdc.loadPackage('ti.drv.ipc); // does not work
Are there any plans to support this?
How can I link the correct IPC LLD library, e.g. ipc.aer5f or ipc.aa53fg ?
Only via hardcoded paths in CCS?
Best regards,
Ruediger
