SuGlider opened a new pull request, #7693: URL: https://github.com/apache/incubator-nuttx/pull/7693
## Summary This PR adds a new configuration to Xtensa esp32-wrover-kit board that includes Lua Interpreter, MMCSD SPI support, User Leds and also Buttons. It fixes an issue with conflicting User LEDs in ths board when a combination of MMCSD and Buttons is selected. User LEDs use GPIO 0, 2 and 4. MMCSD uses GPIO 2 as MISO Buttons uses GPIO 0 as Input Therefore, the fix tests if any of those are used and sets the remaining GPIOs for User LEDs, depending on the selected configuration. ## Impact None. ## Testing Using Configs: leds, buttons, mmcsd and lua. All os them worked correctly. -- 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