pwm_stream is still using the deprecated timer. compiler will report warning because of this.
However, if my app use the new gptimer, and also need pwm_stream, this will not work. the app will crash reporting "timer_group: CONFLICT! driver_ng is not allowed to be used with the legacy driver".
So, without supporting the new gptimer, it will limit the ADF's use case.
pwm_stream is still using the deprecated timer. compiler will report warning because of this.
However, if my app use the new gptimer, and also need pwm_stream, this will not work. the app will crash reporting "timer_group: CONFLICT! driver_ng is not allowed to be used with the legacy driver".
So, without supporting the new gptimer, it will limit the ADF's use case.