Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using the nRF5 SDK within an external folder

Hello,

I am currently aiming to create an application for the nRF52-DK using the nRF5 SDK and Segger Embedded Studio as my IDE.

Due to the SDK itself being extremely extensive, I have no overview over all the libraries, drivers and HAL-Code inside the numerous folders.

So here are my two questions:

  1. How do I get a comprehensive overview of the API (the documentation seems to only provide in-depth information about the individual files)?
  2. If I want my project to live in a folder outside the SDK folder (e.g. a git-repo, where I do not want to have loads of examples and binary code) what files do I need?

Thanks in advance and best regards!

Related