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 2022/05/12 05:22:33 UTC

[GitHub] [incubator-nuttx] MTres19 opened a new pull request, #6244: Fix broken tiva_gpioirqclear

MTres19 opened a new pull request, #6244:
URL: https://github.com/apache/incubator-nuttx/pull/6244

   ## Summary
   
   `tiva_gpioirqclear` had an extraneous bitshift that resulted (in the best case) the IRQ not being cleared which resulted in an immediate IRQ as soon as `tiva_gpioirqattach` was called.
   
   ## Impact
   
   Could affect custom boards that relied on this bug to trigger an interrupt in some obscure way, but unlikely.
   
   ## Testing
   
   With custom board based on TM4C123GH6PGE.


-- 
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: commits-unsubscribe@nuttx.apache.org

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


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6244: Fix broken tiva_gpioirqclear

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #6244:
URL: https://github.com/apache/incubator-nuttx/pull/6244


-- 
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: commits-unsubscribe@nuttx.apache.org

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