acassis commented on code in PR #10990:
URL: https://github.com/apache/nuttx/pull/10990#discussion_r1367745640


##########
boards/Kconfig:
##########
@@ -1589,6 +1589,17 @@ config ARCH_BOARD_NUCLEO_F401RE
                This is a minimal configuration that supports low-level test of 
the
                Nucleo F401RE in the NuttX source tree.
 
+config ARCH_BOARD_STM32F401RC_RS485
+       bool "STM32F401RC-RS485 Board"
+       depends on ARCH_CHIP_STM32F401RC
+       select ARCH_HAVE_LEDS
+       select ARCH_HAVE_BUTTONS
+       select ARCH_HAVE_IRQBUTTONS
+       ---help---
+               This is a minimal configuration that supports low-level test of 
the
+               STM32F401RC-RS485 in the NuttX source tree.
+
+

Review Comment:
   Please remove a extra empty line



-- 
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]

Reply via email to