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.
Hello All,
there are macros that include the compilation date (__date__) and the compilation time (__time__) in the output files (.out, .txt) of the code composer project.
Is there a similare one that includes the current commit hash?
Thanks in advance
BR Guenther
Hello Guenther.
Is there a similare one that includes the current commit hash?
No, there is no specific macro such as the ones you mention for date and time.
Please see the below links for other options to achive what you wish to do:
Thanks
ki