You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is in the load_channel() function where SDMA request events are hardcoded to ASRC context 0, despite sdma_chan_config() allowing for custom event configurations via peripheral_config. This behavior disregards the caller's specifications and limits the function's flexibility. Could we update the implementation to dynamically use the events defined in the provided peripheral configuration? This change would enhance adaptability and correctness.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
The issue is in the
load_channel()
function where SDMA request events are hardcoded to ASRC context 0, despitesdma_chan_config()
allowing for custom event configurations viaperipheral_config
. This behavior disregards the caller's specifications and limits the function's flexibility. Could we update the implementation to dynamically use the events defined in the provided peripheral configuration? This change would enhance adaptability and correctness.Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: