Hello world :-)
As there is no Issues section in sdk-nrf I will post my question here. After west update I cannot build my firmware anymore. I am using v2.6.0 Zephyr and master sdk-nrf. This file seems to have showed up 5 hours ago.
If you look at trusted firmware config sdk-nrf/modules/trusted-firmware-m/Kconfig line 42 relates to a non existent file Kconfig.tfm:
source "$(ZEPHYR_BASE)/modules/trusted-firmware-m/Kconfig.tfm"
Update: Problem does not occur in v1.5.1.
Update: I have now problem building my firmware because of NUS log related errors.
I can see that Nordic SDK is not ready to work together with bare metal Zephyr in the same workspace :-( I hope this is not by design. I have to use modified fork provided by sdk-nrf.. and this fork gets more and more away from and behind the upstream. I am not sure if this is the good way to go. Please adhere Nordic SDK to Zephyr Upstream.
Tomek