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
I'm developing a product using a multi-core processor (TMS320F28388, two C2000 cores and an ARM core). In CCS each core has its own project.
Is it possible to store all three projects in a single Git repository? Or will each need its own repo?
Hi,
Yes, absolutely. You can have several projects in the same repository.
https://software-dl.ti.com/ccs/esd/documents/sdto_ccs_git-with-ccs.html
Regards,
Rafael
Thank you! With your help and a better understanding about how Eclipse manages a workspace and projects, I think I have it figured out now.
Dave