Other Parts Discussed in Thread: SYSBIOS
Hello,
I think I'm running into an order of operations issue in the configuration process with my build.
I have a module which is used in my platforms module$use. When the module's package close function is called, it claims that the module has not been used yet.
I have not been able to get any clarification here: http://rtsc.eclipse.org/docs-tip/Creating_Configurable_Content
I assume there is a better place to look.
The platform must be applied after the user's config script? It seemed like a logical place to put HW specific modules / instances. Perhaps not?
Thanks!