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/01/20 20:26:22 UTC

[GitHub] [incubator-nuttx] v01d opened a new pull request #2725: nRF52: FIX wrong bitmask for DRIVE setting

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


   ## Summary
   
   This bug made certain values of DRIVE setting
   to be wrongly applied (which can be dangerous
   under certain situations since for example H0D1
   was mapped to H0H1). All GPIO_DRIVE_* definitions
   with value higher than 3 (which means, values with
   a D setting in either side) were being mapped to the 
   values with both sides connected.
   
   ## Impact
   
   Prevents wrong configuration of drive setting.
   
   ## Testing
   
   Fixed wrong behaviour of pin with H0D1 setting.
   


----------------------------------------------------------------
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] xiaoxiang781216 merged pull request #2725: nRF52: FIX wrong bitmask for DRIVE setting

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


   


----------------------------------------------------------------
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] xiaoxiang781216 merged pull request #2725: nRF52: FIX wrong bitmask for DRIVE setting

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


   


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