I have been playing around with example projects in SES (I'm using SDK 15.2.0, SES version 3.52a).
Now wish to start a project from scratch, and import libraries from the SDK. I'd like to do this because I prefer to import the files/libraries I need instead of copying example projects - then I'd end up with a ton of libraries/files that I don't need.
I haven't been able to find a proper guide for starting a project from scratch. My questions are
1. Is there a guide somewhere describing how to start from scratch, and what fundamtental files (like sdk_config.h for example) need to imported.
2. Is there an easy way of importing packages? Say I wanted to import nRF_BLE or nRF_Libraries, how do I do this? (The obvious way is to make a folder and copy all the files, but is there an easier way)?
3. What is the recommended practice regarding the SDK being part of version control?
Thanks :)