We are building an application using McuBoot and Zephyr, providing the provisioning via haptools and packing the image all together. What currently bothers me is that I cannot find out which soft device is used: either the Zephyr provided one, or the Nordic provided one. Looking through all the code and make files, it appears that I nedd to download a specific soft device version by myself and merge it into my image? And - this is not out of the box using west build, am I correct?
This stuff needs to be automized for running in a CI-job, so any hints how to do this helps.