You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "jorge-rh (via GitHub)" <gi...@apache.org> on 2023/06/29 15:35:02 UTC

[GitHub] [nuttx] jorge-rh opened a new pull request, #9649: Fix gpio outputs from being configured as interrupts in stm32f0l0g0 gpio driver

jorge-rh opened a new pull request, #9649:
URL: https://github.com/apache/nuttx/pull/9649

   ## Summary
   This PR intends to fix a bug in the gpio driver for smtr32f0l0g0 family.
   When configuring gpios as aoutputs, they are being also configured as interrupts in the EXTICR register.
   With the proposed fix this misconfiguration is corrected and outputs as well as interrupts are correctly configured.
   ## Impact
   GPIO outputs are not configured as interrupts, and interrupts are correctly configured.
   ## Testing
   
   


-- 
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] [nuttx] xiaoxiang781216 merged pull request #9649: Fix gpio outputs from being configured as interrupts in stm32f0l0g0 gpio driver

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #9649:
URL: https://github.com/apache/nuttx/pull/9649


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