is there a Zephyr with Softdevice sample project

I'm looking in to an application that needs to support Bluetooth LE as well as a custom ANT+ profile. We were planning on using Zephyr for this but it looks like I might not be able to do my custom profile with that SDK. So I think I need to use the Softdevice. Is there an example os some instructions someplace on how to set up a Zephyr project that uses the Softdevice?

Also I assume I should not be using the Zephyr BLE with the ANT+ Softdevice since they both use the same radio. It would be good to get confirmation on that.

Ideally I'd find a way to make my ant+ profile without the softdevice since I'd really rather be able to debug the whole system if needed.

Thanks 

Related