Tool/software: Code Composer Studio
Hi Folks,
In CCS (preferably 9.0.0 and above) how can I create compiler setting files, that I can distribute / share in multiple project? Like
- exclude heap and stack options into one file, because they are same for both release and debug builds
- or define UART number that I use for tracing, because it is common for of my any TM4C based applications
A similar solution: I use Microsoft build solutions for other purposes. In those systems developer can create commonly used properties, so called pros file and include them into their solution.
Regards,
Norbert