rcsim commented on code in PR #10990:
URL: https://github.com/apache/nuttx/pull/10990#discussion_r1367741779
##########
boards/Kconfig:
##########
@@ -1397,6 +1397,8 @@ config ARCH_BOARD_BEAGLEBONE_BLACK
---help---
This is the port of NuttX to the TI Beaglebone Black board.
+
+
Review Comment:
Thanks for your feedback. I will rework that.
##########
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:
Hi Alan,
Extra line has been removed!
Thanks!
##########
boards/Kconfig:
##########
@@ -1432,14 +1434,6 @@ config ARCH_BOARD_PIC32MZ_STARTERKIT
See www.microchip.com for further information.
-config ARCH_BOARD_NUCLEO_F429ZI
Review Comment:
Pushed a new patch with this fixed.
##########
boards/Kconfig:
##########
@@ -1397,6 +1397,8 @@ config ARCH_BOARD_BEAGLEBONE_BLACK
---help---
This is the port of NuttX to the TI Beaglebone Black board.
+
+
Review Comment:
Pushed a new patch with this fixed.
--
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]