fdcavalcanti opened a new pull request, #19684: URL: https://github.com/apache/nuttx/pull/19684
## Summary <!-- This field should contain a summary of the changes. It will be pre-filled with the commit's message and descriptions. Adjust it accordingly --> * arch/risc-v: LDO driver for Espressif devices Adds LDO support for RISC-V Espressif devices. In general, should only affect ESP32-P4 on a few boards. ESP32-P4 has 4 channels of low-dropout voltage regulators, which are programmable. Can be used to power external devices. ## Impact <!-- Please fill the following sections with YES/NO and provide a brief explanation --> Impact on user: No. <!-- Does it impact user's applications? How? --> Impact on build: No. <!-- Does it impact on building NuttX? How? (please describe the required changes on the build system) --> Impact on hardware: Allows using one of the four programmable LDOs on ESP32-P4 devices. <!-- Does it impact a specific hardware supported by NuttX? --> Impact on documentation: No. <!-- Does it impact the existing documentation? Please provide additional documentation to reflect that --> Impact on security: No. <!-- Does it impact NuttX's security? --> Impact on compatibility: No. <!-- Does it impact compatibility between previous and current versions? Is this a breaking change? --> ## Testing Tested on `esp32p4-tab5`. The LDO driver was used to power the MIPI DSI physical layer. Results can be seen on this PR [#3671](https://github.com/apache/nuttx-apps/pull/3671) where the display is working as expected. -- 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]
