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

   ## Summary
   
   `esp32s3-devkit`, `esp32s3-ws-lcd128`, `lckfb-szpi-esp32s3` and 
`esp32-devkitc` all call `esp_openeth_initialize()` from their bring-up to 
register the openeth MAC (the NIC QEMU's `esp32s3` machine provides); 
`esp32s3-xiao` never did, so `CONFIG_ESP32S3_OPENETH` built but no netdev ever 
registered under QEMU — same shape of gap as the IMU, SD, console, Wi-Fi and 
SPI-flash wiring already fixed for this board.
   
   ## Impact
   
   Board-specific (`esp32s3-xiao`), and only reachable under QEMU — 
`CONFIG_ESP32S3_OPENETH` is never set on real hardware. No real-hardware effect.
   
   ## Testing
   
   Confirmed under QEMU's `esp32s3` machine, combined with the openeth 
RX-interrupt fix merged in #20156: the netdev registers and the guest genuinely 
sends and receives. `tools/checkpatch.sh -c -u -m -g` passes clean.


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