Hi,
I am new to software development and had a query about software version control with the Keil IDE using git.
As a beginner, I simply copied an example project in the Nordic SDK within the SDK example folder and went on to develop my software from there. It works perfectly well. However, I need to share my work with my team using git on bitbucket. I tried following this application note by uVision www.keil.com/.../apnt_279.pdfhttp://www.keil.com/appnotes/files/apnt_279.pdf.
However, I do not quite understand how I could get all the selected library files and pathways to be shared this way. I also have some custom header files that I include under main.c.
I basically want to get to a point where a person can download the repository and correct the SDK version and begin to work.
Thanks a lot.
K