leocafonso opened a new pull request, #15892: URL: https://github.com/apache/nuttx/pull/15892
## Summary Add basic support for RA4M1 and arduino-r4-minima. The following peripheral are added: * GPIO * SCI (UART) * Clock (Just internal clock - HOCO) ## Impact This update introduces support for the Renesas RA4M1 MCU, which powers the Arduino R4 Minima board. There is no impact on the existing NuttX codebase. For more details, refer to the board documentation: Documentation/platforms/arm/ra4m1/boards/arduino-r4-minima/index.rst ## Testing Successfully booted NSH on SCI2 (Arduino R4 Minima TX/RX). Executed ostest successfully. ``` Final memory usage: VARIABLE BEFORE AFTER ======== ======== ======== arena 6070 6070 ordblks 1 4 mxordblk 3500 1bb0 uordblks 2b70 3af8 fordblks 3500 2578 user_main: Exiting ``` -- 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