eren-terzioglu opened a new pull request, #18651: URL: https://github.com/apache/nuttx/pull/18651
## 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 --> * Docs/risc-v/esp32p4: Add lpcore docs for esp32p4 Add lpcore docs for esp32p4 * boards/risc-v/esp32p4: Add lpcore board support Add ULP lpcore board support for esp32p4 * arch/risc-v/espressif: Add lpcore support for esp32p4 Add ULP lpcore support for esp32p4 * boards/risc-v/esp32p4: Add RTC GPIO support Add RTC GPIO support for esp32p4 * arch/risc-v/espressif: Add RTC GPIO support for esp32p4 Add RTC GPIO support for esp32p4 ## Impact <!-- Please fill the following sections with YES/NO and provide a brief explanation --> Impact on user: Yes, lpcore support added for esp32p4 <!-- 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: Yes, non support ULP added <!-- Does it impact a specific hardware supported by NuttX? --> Impact on documentation: Related docs added <!-- 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 <!-- Please provide all the testing procedure. Consider that upstream reviewers should be able to reproduce the same testing performed internally --> `esp32p4-function-ev-board:ulp` config used to test ### Building <!-- Provide how to build the test for each SoC being tested --> Command to build: ``` make distclean && ./tools/configure.sh esp32p4-function-ev-board:ulp && make -j && make download ESPTOOL_PORT=/dev/ttyUSB0 ``` ### Running <!-- Provide how to run the test for each SoC being tested --> ULP blink test app runs during startup, GPIO0 connected to a LED to check blink ### Results <!-- Provide tests' results and runtime logs --> LED should be blinking -- 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]
