Other Parts Discussed in Thread: CC2650
My current project has me working on a CC2650. I want to take the SimpleBLEPeripheral example project, import it and modify it so that it will become a template for any BLE peripheral project I have. The catch is that I want to use Git to version this template project.
When I import the project, despite checking the "Copy projects into workspace", there is not a single c file under my project directory. I need all of the c files to be in the project directory so it can be versioned properly. Is there some trick to do this? Or do I need to manually relocate everything?
I wonder how others handle this problem with the CC2650 projects? I am only asking this in the BLE forum because I do not know if other example projects are configured similarly.