Tool/software: Code Composer Studio
Hello! I've got a couple variables that i'd like to add to the .out and .hex files when i'm generating them whenever I compile. I'd like to have CCS create the files name something like <Project name>-<Value1>.<Value2>.out and then the same for .hex. These variables are part of my code rather than operating system variables. Is this possible? I'm basically wanting to add my major and minor firmware versions to the files names if that helps at all. Anyways, I figured I'd ask. Thanks a bunch!!