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.

多个项目共用一个套代码,每个项目的配置有一些差异。怎么新建工程?

多个项目公用一套代码,我只维护一份,其他项目也跟着维护了。keil编译器的话只要复制一份工程文件(xx.uvprojx等),修改工程名字就可以了,不用再重新添加文件,包含路径啥的。

那么CCS编译器怎么操作。