Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SYSBIOS, CCSTUDIO
When opening up a project, and navigating to the build settings, there's an option to have Code Composer Discover different products associated with the project.
For example:
Technically, you could manually go in, add a 'discovery path' refresh, and then assuming it detects the product in the path, it would install that particular product.
However, imagine the use case where you had 10+ developers working on the same project that requires specific versioned products i.e XDCTools 3.x.x, mmWave SDK 3.4.x, SYSBIOS 6.73.x. Each one of these products lives in some custom directory, i.e not under C:\ti. For example, c:\git\TI_Tools\XDC, c:\git\TI_Tools\SYS_BIOS, c:\git\TI_Tools\mmWave etc.
In that case, each of the devs would have to perform the manual step of adding the discovery paths.
Instead, I would like to avoid the discovery process altogether, and hard code the paths, and associated versions of the products in question.
The end result is, a developer could simply open the project and start working without having to configure specific paths and versions.
I've look at both the .cproject and .ccsproject, but I didn't see anything that jumped out.
Does anything come to mind?
Thanks!