espressif / esp-adf

Espressif Audio Development Framework
Other
1.54k stars 677 forks source link

Old timer usage in pwm_stream (AUD-5298) #1176

Open mike-2020 opened 6 months ago

mike-2020 commented 6 months ago

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.