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:
- How do I get a comprehensive overview of the API (the documentation seems to only provide in-depth information about the individual files)?
- 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!