rcsim opened a new pull request, #16161: URL: https://github.com/apache/nuttx/pull/16161
## Summary This commit introduces initial support for the Seeed Studio XIAO ESP32S3 board. Two configurations are available: 'usbnsh' provides basic NuttShell (NSH) access over USB, while 'combo' adds support for GPIOs and onboard LED in addition to NSH. The changes are implemented at boards/xtensa/esp32s3/ . ## Impact * Is new feature added? Is existing feature changed? Yes, new board support XIAO ESP32S3. * Impact on user (will user need to adapt to change)? Yes, users can use XIAO ESP32S3 * Impact on build (will build process change)? No * Impact on hardware (will arch(s) / board(s) / driver(s) change)? Yes, new board added * Impact on documentation (is update required / provided)? Yes, PR https://github.com/apache/nuttx/pull/16160 * Impact on security (any sort of implications)? No * Impact on compatibility (backward/forward/interoperability)? No * Anything else to consider or add? No ## Testing Build Host(s): OS: Ubuntu 24.04, CPU: Intel i7-8850H, Compiler: GCC 13.3.0 Target(s): arch: arm, board: esp32s3-xiao, configs: usbnsh and combo ``` NuttShell (NSH) NuttX-12.8.0 nsh> uname -a NuttX 12.8.0 2c845426da-dirty Apr 6 2025 22:53:57 xtensa esp32s3-xiao ``` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org