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 new API am_hal_mspi_cq_scatter_xfer is introduced to fit zephyr MSPI
API better and fixes some bugs.
1. Transfer settings being ignored by DMA: now add the settings to cmdq
if they are different from mspi_device_cfg.
2. The async transfers are now able to be queued from different
mspi_transceive calls.
2. Separate scrambling from am_hal_mspi_device_configure to allow more
dynamic control without affecting the CQ.
3. Cq reset without cq disable would sliently fail.
Signed-off-by: Swift Tian <[email protected]>
0 commit comments