Hi, I'm trying to using SEGGER IDE to program the nRF52840 whit both Zephyr RTOS and Nordic SDK accessible to my project. I have followed the guide on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_programming.html and got a simpel zephyr project to work. Now i want to add in the Nordic SDK to this project but i don't know how to do this (whit out opening a already created exempel). I want to be able to add multiple parts of Nordics SDK in to my project like BLE, Thread and some of the predefined sensors. How do i include the Nordic SDK to SEGGER and build on to my current Zephyr project?