alexcekay commented on code in PR #17203:
URL: https://github.com/apache/nuttx/pull/17203#discussion_r2443403782
##########
arch/arm/src/stm32h7/stm32_dma.c:
##########
@@ -959,6 +970,20 @@ static void stm32_mdma_setup(DMA_HANDLE handle,
stm32_dmacfg_t *cfg)
#warning stm32_mdma_setup not implemented
}
+/****************************************************************************
+ *
+ * Description
Review Comment:
Good catch. Resolved.
##########
arch/arm/src/stm32h7/stm32_dma.c:
##########
@@ -959,6 +970,20 @@ static void stm32_mdma_setup(DMA_HANDLE handle,
stm32_dmacfg_t *cfg)
#warning stm32_mdma_setup not implemented
}
+/****************************************************************************
+ *
+ * Description
+ * Free master DMA
+ *
+ ****************************************************************************/
+
+static void stm32_mdma_free(DMA_HANDLE handle)
+{
+ DMA_CHANNEL dmachan = (DMA_CHANNEL)handle;
Review Comment:
Resolved.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]