JorgeGzm opened a new pull request, #19219: URL: https://github.com/apache/nuttx/pull/19219
## Summary Initial NuttX board port for the **M5Stack Tab5** (ESP32-P4, dual RISC-V). - NSH console over USB Serial/JTAG (`/dev/ttyACM0`) - 32 MB Octal PSRAM ## Impact With this initial bring-up, users can start developing M5Stack Tab5 support for its many peripherals: MIPI-DSI display with touch, Wi-Fi (ESP32-C6), I2C IO expanders, microSD, audio and camera, using the documented pin and I2C address maps as a starting point. ## Testing Build: ``` $ ./tools/configure.sh esp32p4-tab5:nsh $ make -j $ esptool.py -c esp32p4 -p /dev/ttyACM0 -b 921600 write_flash 0x2000 nuttx.bin ``` Console test: ``` nsh> uname -a NuttX 12.13.0 abae9c0fda Jun 26 2026 00:04:04 risc-v esp32p4-tab5 nsh> free total used free maxused maxfree nused nfree name 34039820 6796 34033024 9104 33554416 49 4 Umem ``` -- 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]
