请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:F29H850TU工具/软件:

请参阅随附的图像。 我想了解如何使用命令行更新 CCS 工程属性中依赖项下的产品引用。
此致、
Aditya.
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.
工具/软件:

请参阅随附的图像。 我想了解如何使用命令行更新 CCS 工程属性中依赖项下的产品引用。
此致、
Aditya.
您好:
您应该能够使用以下功能:
ccs-server-cli -noSplash -workspace “ “-application com.ti.ccs.apps.modifyProject -ccs.project <name>
-ccs.products “[ [: ];]+“
其中 [: ];]+是新的 SDK 版本。
这里有一个完整的命令行 API 指南: https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs/ccs_project-command-line-full-api-guide.html
此致、
Susan