Tool/software: Code Composer Studio
Hi, I would like to use the build configuration to change the pre/post processing on CCS.
How do I get the current configuration in use?
I have extra configurations like MY_RELEASE and MY_DEBUG.
Configurations are stored in the .cprojet file but I couldn't find any way to detect which one is being currently used in the build process.
I am also using the -ccs.configure flag to build it from the command line, but I would like to know the current configuration from the GUI too.
I am using this URL as a reference for the command.
