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/03/03 20:25:13 UTC

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2972: ESP32-C3: Fix GPIO pin function configuration

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


   ## Summary
   This PR intends to address two issue on the GPIO driver for ESP32-C3:
   - Allow a pin to be configured as Input and Output simultaneously
   - Fix default GPIO function when no option is provided
   
   ## Impact
   Current implementation unconditionally enabled the INPUT function and this behavior has been changed.
   In case any device was relying on this wrong behavior, it now must explicitly configure the GPIO as INPUT.
   
   ## Testing
   Tested with a customized `esp32c3-devkit` configuration.
   


----------------------------------------------------------------
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 #2972: ESP32-C3: Fix GPIO pin function configuration

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


   


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