JorgeGzm opened a new pull request, #19251: URL: https://github.com/apache/nuttx/pull/19251
## Summary Initial NuttX board port for the M5Stack Cardputer (M5Stamp S3 / ESP32-S3FN8, dual Xtensa LX7 @ 240 MHz, 8 MB flash, no PSRAM). NSH console over USB-Serial-JTAG (/dev/ttyACM0) 1.14" ST7789 240x135 display (framebuffer and LVGL) microSD card over SPI3 (FAT) Native Wi-Fi: station and SoftAP (with DHCP server) Ships six configurations: nsh, sdcard, fb, wifi, softap, lvgl. ## Impact With this port users can start developing on the M5Stack Cardputer using the documented pin map as a starting point, reusing the common ESP32-S3 board helpers. The remaining peripherals (NS4168 speaker, matrix keyboard, IR, RGB LED) are documented in the pin map and can be added in follow-up work. ## Testing All six configurations build clean: ``` ./tools/configure.sh esp32s3-cardputer:<nsh|sdcard|fb|wifi|softap|lvgl> make -j make flash ESPTOOL_PORT=/dev/ttyACM0 ``` -- 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]
