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.
Tool/software: Code Composer Studio
Hi All,
I found the info on how to clone an existing GitHub repo for use in a CCS project, but in my case, I am starting up my GitHub repo, and want to take some existing MSP430 code that I have and put it into a new project. I'm kicking off this thread to try to capture the best practices, with the hopes that once it is vetted, it could also be added to the TI processors wiki for everyone's benefit.
Here is what I think the process is, please provide feedback!
I am realtively new to both GitHub and CCS, although I have done other work with version control and embedded software long in the past. Please provide any feedback you can to strengthen this how-to.
Thanks,
Paul
Paul,
Your steps seem like they should work fine. An alternative to using File->Export is to use the content menu in CCS Team->Share Project to share the project directly to a Git repo. The link to the article provided by John in the previous post shows the steps to do that.