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