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

   ## Summary
   
   Please note that this PR should be merged after its `nuttx-apps` 
counterpart: https://github.com/apache/nuttx-apps/pull/3551
   
   * boards/risc-v/esp32p4: Enable NuttX Web Panel for ESP32-P4
     * Adds a defconfig for enabling the NuttX Web Panel on ESP32-P4. It also 
creates entries to automatically call the Web panel application after the 
system's boot up.
   
   * Documentation: Add NuttX Web Panel documentation entry
     * Adds an example of the NuttX Web Panel documentation along with its 
usage on ESP32-P4.
   
   ## Impact
   
   Impact on user: Yes. Provide a user-friendly interface for interacting with 
NuttX and developing real applications.
   
   Impact on build: No.
   
   Impact on hardware: No.
   
   Impact on documentation: Yes. Proper documentation will be provided on 
`nuttx` repository.
   
   Impact on security: No.
   
   Impact on compatibility: No.
   
   ## Testing
   
   The initial development of the NuttX Web Panel was tested using the 
`esp32p4-function-ev-board:webpanel`.
   
   ### Building
   
   `make distclean && ./tools/configure.sh esp32p4-function-ev-board:webpanel 
&& make -j$(nproc) flash ESPTOOL_PORT=/dev/ttyACM0`
   
   ### Running
   
   After flashing, just power on the device and plug the Ethernet cable (the 
network should have a DHCP server enabled). Then, just access NuttX Web Panel 
through `webpanel.local`.
   
   ### Results
   
   Results can be checked in the preview for the article ["NuttX Web Panel: A 
Self-Hosted Web Interface for 
NuttX"](https://preview-developer.espressif.com/pr748/blog/2026/06/nuttx-webpanel/).
 As soon as the Ethernet cable is connected, the Web Panel can be accessed 
directly using the device's IP address or through the mDNS-provided 
`webpanel.local` address.


-- 
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