This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Starting a new project from scratch

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 :)

Parents Reply
  • Perhaps I wasn't clear . I meant how do I import specific liibraries, when I'm starting a project from scratch?

    If i had a new project I had just created, how do I import nRF_BLE. for example?

    I suppose one could just take a copy of the examples and reuse them, but then, those examples import several libraries - some of which I may not necessarily need. This is why I'd rather start a project from scratch and import only the libraries I need.

Children
No Data
Related