We are converting our existing product firmware from the NRF environment to Zephyr. We use both simple PWM for which the conversion is no problem, and the more complex PWM functionality (nrfx_pwm_complex_playback and nrfx_pwm_simple_playback) for which there is currently no replacement in Zephyr.
I know I can use the Nordic function in Zephyr too, but that prevents me from using the Zephyr PWM functionality because it is not possible to use both at the same time.
In the future are you going to provide these functions (nrfx_pwm_complex_playback and nrfx_pwm_simple_playback) also in Zephyr?