mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Extend the Nucleo-F401RE configuration to also support the Nucleo-F411RE. From Serg Podtynnyi
This commit is contained in:
Regular → Executable
+11
-1
@@ -520,6 +520,16 @@ 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_NUCLEO_F411RE
|
||||
bool "STM32F411 Nucleo F411RE"
|
||||
depends on ARCH_CHIP_STM32F411RE
|
||||
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
|
||||
Nucleo F411RE in the NuttX source tree.
|
||||
|
||||
config ARCH_BOARD_QEMU_I486
|
||||
bool "Qemu i486 Mode"
|
||||
depends on ARCH_X86 || ARCH_I486
|
||||
@@ -998,7 +1008,7 @@ config ARCH_BOARD
|
||||
default "pic32mx7mmb" if ARCH_BOARD_PIC32MX7MMB
|
||||
default "pirelli_dpl10" if ARCH_BOARD_PIRELLI_DPL10
|
||||
default "px4fmu-v2_upstream" if ARCH_BOARD_PX4FMU_V2
|
||||
default "nucleo-f401re" if ARCH_BOARD_NUCLEO_F401RE
|
||||
default "nucleo-f401re" if ARCH_BOARD_NUCLEO_F401RE || ARCH_BOARD_NUCLEO_F411RE
|
||||
default "qemu-i486" if ARCH_BOARD_QEMU_I486
|
||||
default "rgmp" if ARCH_BOARD_RGMP
|
||||
default "sama5d3x-ek" if ARCH_BOARD_SAMA5D3X_EK
|
||||
|
||||
Reference in New Issue
Block a user