eren-terzioglu opened a new pull request, #19570: URL: https://github.com/apache/nuttx/pull/19570
## 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 --> * boards/risc-v/esp32c6: Add SW LP Mailbox board support Add software lp mailbox board support * arch/risc-v/espressif: Add SW LP Mailbox support Add software lp mailbox support * Docs/platforms/espressif: Add ULP app variables docs Add new ULP app variable docs * arch/risc-v/espressif: Add build customization options for ULP build system Add customization options for ULP build system ## Impact <!-- Please fill the following sections with YES/NO and provide a brief explanation --> Impact on user: Yes, ULP app is more flexible <!-- Does it impact user's applications? How? --> Impact on build: Yes, ULP app is more capable <!-- Does it impact on building NuttX? How? (please describe the required changes on the build system) --> Impact on hardware: No <!-- Does it impact a specific hardware supported by NuttX? --> Impact on documentation: Yes, 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 --> `esp32c6-devkitc: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 esp32c6-devkitc:ulp && make -j && make download ESPTOOL_PORT=/dev/ttyUSB0 ``` ### Running <!-- Provide how to run the test for each SoC being tested --> GPIO0 should blink at startup ### Results <!-- Provide tests' results and runtime logs --> GPIO connected to logic analyzer and it should blink -- 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]
