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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org