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.

CC2640 GIT Setup for SimpleBLEPeripheral

Other Parts Discussed in Thread: CC2640

Need help on setting up GIT repository for a CC2640 project.

Background:

I have a project based on the SimpleBLEPeripheral using Code Composer Studio.   CC6 shows the project in the folder, Users\myName\Workspace;  however, most of the Source files are linked within the folder, C:\ti\simplelink\ble_cc26xx_2_01_00_44423\*.

How should I setup the GIT repository to handle the Project folder and referenced folders?  Do I need to manually add the folder, C:\ti\simplelink\ble_cc26xx_2_01_00_44423\*  to the repository for the CC6 project.

Thanks,

Dan

  • Hi Dan,

    Typically all your source files will reside in the c:\ti\simplelink folder. This is the one you should keep under version control, the CCS workspace can be generated by importing the project again from c:\ti\simplelink\...

    The files in Users\name\workspace typically contain your specific setup with the project (which windows / registers etc to show).

    Regards,
    Svend
  • Svend,

    Thanks for your response. I created new code and stored it in the Workspace folder, so that is what is causing me trouble with
    my GIT setup. I will move the new code files into the c:\ti\simplink\... and place that into source control.

    Thanks again,

    Dan