This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/OMAP-L138: How to set the default "build configuration"?

Part Number: OMAP-L138

Tool/software: Code Composer Studio

I found an answer in this thread from a few years ago.

e2e.ti.com/.../203240
"How to set the default "build configuration"?"

The suggestion was to insert the following line into the .ccsproject file for the project:

<projectOptions>

     ...
     <defaultConfiguration value="Flash"/>

     ...

</projectOptions>

I was able to change the default build configuration in a couple projects by doing this in CCSv6.1.2

Is this still the only way to do this?