I created a new RTOS called nano RTOS. I would like to add support for the BLE hardware in nRF52840.
How are the BLE driver and stack organised in the build system? My goal would be to find all related files, and copy them outside the SDK. Then I can provide all the necessary API which Zephyr provides and build a library using arm-none-eabi-gcc and make. What is the entry point to initialise BLE?
Any help would be very helpful. Thanks in advance!