gustavonihei opened a new pull request #5825: URL: https://github.com/apache/incubator-nuttx/pull/5825
## Summary This PR intends to extend the current GPIO driver for **ESP32-S3** with the following features: * Support for Write and Read operations * Interrupts on GPIO pins Also, it adds a driver for the BOOT Button on the ESP32-S3-DevKit to be used as a user button. The provided defconfig bundles the `buttons` example which enables the triggering of a GPIO interrupt on the `GPIO0` pin through the BOOT button. ## Impact New feature, should have no impact on existing configurations. ## Testing `esp32s3-devkit:buttons`, also with `CONFIG_SMP` enabled. -- 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