You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/06/06 08:50:58 UTC

[GitHub] [incubator-nuttx] raiden00pl commented on a change in pull request #1203: stm32h7:DMA Add BDMA support

raiden00pl commented on a change in pull request #1203:
URL: https://github.com/apache/incubator-nuttx/pull/1203#discussion_r436251833



##########
File path: arch/arm/src/stm32h7/stm32_dma.c
##########
@@ -1732,7 +1743,66 @@ static void stm32_bdma_disable(DMA_CHANNEL dmachan)
 
 static int stm32_bdma_interrupt(int irq, void *context, FAR void *arg)
 {
-#warning stm32_bdma_interrupt not implemented
+  DMA_CHANNEL dmachan     = NULL;
+  uint32_t    status      = 0;
+  uint32_t    scrstatus      = 0;

Review comment:
       ```suggestion
     uint32_t    scrstatus   = 0;
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org