analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

chore(Other): Update Zephyr DMA wrapper for MAX32657 #1027

Closed hfakkiz closed 4 weeks ago

hfakkiz commented 1 month ago

Description

MAX32657 driver functions require DMA instances. Because of that, I moved it into MAX32665/6 section. Also, I moved necessary register macros for MAX32657 into this section.

I added wrapper version of 'MXC_DMA_EnableInt' due to MSDK driver's changes.

Checklist Before Requesting Review