Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SYSCONFIG
Hello,
we have several projects build on top of Code Composer Studio 10.
We have customized the build targets in the Makefile using makefile.init and makefile.targets.
This seems to be compatible with CCS20 / Theia, but there are some missing features or I did not found how to do it with Theia:
a. with CCS10, we could define exclusion filters in project "Properties / C/C++ General / Paths and Symbols" in the tab "Source Location". How can I do this with Theia?
b. with CCS10, we could define "Build Targets". In the project explorer, there was a virtual directory "Build Targets" where I could add custom build targets and build them. How can I do this with CCS20/Theia?