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/LAUNCHXL-CC2640R2: How to import a project from github to CCS Cloud

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

What I am trying to do:

 - I'm developing a project based on ProjectZero for use in training workshops. The hardware platform is LAUNCHXL-CC2640R2

 - The coding is pretty much done; now I need to get it into github for workshop attendees to download

 - It will be a one-time download - all further editing will be done in CCS Cloud

 - CCS Cloud has a both a github import and clone feature - which should be used?

 - What do I need to get into github such that workshop attendees can download and run? The source files obviously but what else? Should the .ccproject, .cproject, .project files be in github as well? For example, if I download an entire working project to local files, push it to github and then import into CCS Cloud, it will not compile - the build options are greyed out.

 - What is the correct process to get all this working?

Regards,

ac

  • Andrew Coad said:
    CCS Cloud has a both a github import and clone feature - which should be used?

    Please take a look at this post which clarifies the difference between the two menus.

    Andrew Coad said:
    Should the .ccproject, .cproject, .project files be in github as well?

    Yes, these project metadata files should be checked into source control (refer to this link).

    There is also a quicktip video here that could be helpful.