tmedicci opened a new pull request, #10588:
URL: https://github.com/apache/nuttx/pull/10588

   ## Summary
   
   * boards/esp32s3-devkit: Add board GPIO support
   
   The board-level GPIO support is different from the already existing
   button and LEDC support because it enable us to register the GPIO
   pins as devices in `/dev/gpioX`. Some applications are able to use
   this interface to read and write the GPIO pins.
   
   Documentation was added regarding its usage. Please check
   `Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst`
   
   ## Impact
   
   No impact for existing devices. Implement the Upper-Half GPIO interface on 
the board level.
   
   ## Testing
   
   Internal CI testing + ESP32-S3-DevKitC-1 board
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to