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 2021/04/28 07:59:17 UTC

[GitHub] [incubator-nuttx] AlexanderVasiljev opened a new pull request #3617: stm32h7: serial: use dma tx semaphore as resource holder

AlexanderVasiljev opened a new pull request #3617:
URL: https://github.com/apache/incubator-nuttx/pull/3617


   ## Summary
   
   This commit will correct error in the stm32H7 serial dma transmition.
    txdmasem semaphore is posted every time in up_dma_txcallback. But it is waited occasionally in up_dma_txavailable. So its value is always positive and it never falls asleep.
   
   This commit will use semaphore as resource holder
   
   


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



[GitHub] [incubator-nuttx] AlexanderVasiljev closed pull request #3617: stm32h7: serial: use dma tx semaphore as resource holder

Posted by GitBox <gi...@apache.org>.
AlexanderVasiljev closed pull request #3617:
URL: https://github.com/apache/incubator-nuttx/pull/3617


   


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