leocafonso commented on code in PR #15892: URL: https://github.com/apache/nuttx/pull/15892#discussion_r1966614088
########## Documentation/platforms/arm/ra4m1/boards/arduino-r4-minima/index.rst: ########## @@ -0,0 +1,100 @@ +================= +Arduino R4 Minima +================= + Review Comment: @acassis, picture added. ########## Documentation/platforms/arm/ra4m1/index.rst: ########## @@ -0,0 +1,85 @@ +============= +Renesas RA4M1 +============= + +Supported MCUs +============== + +The following list includes MCUs from RA4M1 series and indicates whether +they are supported in NuttX + +============= ======= ================ +MCU Support Note +============= ======= ================ +R7FA4M1ABxCFP Yes +R7FA4M1ABxCLJ No +R7FA4M1ABxCFM Yes +R7FA4M1ABxCNB No +R7FA4M1ABxCFL Yes +R7FA4M1ABxCNE No +R7FA4M1ABxCNF No +============= ======= ================ + +Peripheral Support +================== + +The following list indicates peripherals supported in NuttX: + +========== ======= ===================================== +Peripheral Support Notes +========== ======= ===================================== +FLASH No +CLOCK Yes Partially, just internal clock (HOCO) +ICU Yes +KINT No +ELC No +DTC No +DMAC No +GPT No +AGT No +RTC No +WDT No +IWDT No +SCI No Just UART Review Comment: Done! ########## arch/arm/Kconfig: ########## @@ -1155,6 +1160,7 @@ config ARCH_CHIP default "nrf53" if ARCH_CHIP_NRF53 default "nrf91" if ARCH_CHIP_NRF91 default "nuc1xx" if ARCH_CHIP_NUC1XX + default "ra" if ARCH_CHIP_RA Review Comment: @acassis, I got your point. I have changed the arch to ra4. Thanks for the suggestion. -- 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