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.

[参考译文] CC2650STK:GIT/源代码控制问题

Guru**** 2467430 points
Other Parts Discussed in Thread: CC2650

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/636881/cc2650stk-git-source-control-question

器件型号:CC2650STK
Thread 中讨论的其他器件:CC2650

寻找有关如何在 Git 中管理 CC2650项目的想法。 我们有3个不同的存储库、对应3个不同的项目文件夹、因此新开发人员需要独立安装 BLE Stack、然后将存储库克隆到相应的文件夹中。 这不是很干净、也不能处理 BLE 堆栈本身的版本控制。 您的存储库通常设置在哪个级别? 您是否只是 Git 忽略不需要的大量示例项目?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    我将在这里让其他人蜂鸣、但我们只需将 SDK 添加到 Git 并为小文件设置.gignore、例如:

    **/Obj/
    **/执行/
    **/调试/
    **/闪存/
    **/FlashROM/
    **/configPkg/
    **/设置
    **/config/src
    *。dep
    *。log
    *。EWT
    *。tmp
    *.bak
    *。obj
    *。a
    *。pos
    *。pp

    祝你一切顺利