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.
请问用的是哪款芯片?请参考一下下面的链接。
https://software-dl.ti.com/ccs/esd/documents/sdto_ccs_git-with-ccs.html
git search进入:ctrl+H ==》出现search==》选择Git search工具栏
是为了搜索工程代码中一些关键字或者一些注释以快速定位代码位置
因为 file search只能搜索文件,C/C++ Search只能搜索定义的变量,所以想使用Git search搜索特定的文本或字符
没有添加啊 就是直接用的官网最新的CCStudio 软件栏上就有这个东西;
所以这个git管理是做什么的,搞不太明白;
其实一开始只是想要搜索工程里一些非C变量的字符 这样的功能;