Other Parts Discussed in Thread: SYSBIOS
I'm trying to create a new target as an extension of ti.targets.arm.elf.A8Fnv, as indicated in the guide http://rtsc.eclipse.org/docs-tip/Creating_Targets#Inheriting_from_an_Existing_Target. I'd like to use the same rts library of ti.targets.arm.elf.A8Fnv, but adding in the target's package a new hardware abstraction library of my own, that should be linked mandatory from all the users willing to create an executable based on my new target. It would be nice also to add in the target's package both the pre-complied library and its sources.
Is it possible? Which is the best way to to this? Is there an example?
Thank you
Best regards