mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
boards/Kconfig: Newer Olimex E407 boards are populated with STM32407ZE chips.
This commit is contained in:
committed by
Gregory Nutt
parent
e207f020d7
commit
0154126c01
+3
-2
@@ -750,12 +750,13 @@ config ARCH_BOARD_OLIMEX_STM32H407
|
||||
|
||||
config ARCH_BOARD_OLIMEX_STM32E407
|
||||
bool "Olimex STM32 E407 board"
|
||||
depends on ARCH_CHIP_STM32F407ZG
|
||||
depends on ARCH_CHIP_STM32F407ZG || ARCH_CHIP_STM32F407ZE
|
||||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
---help---
|
||||
Olimex STM32 E407 board based on the STMicro STM32F407ZGT6 (144pins).
|
||||
Olimex STM32 E407 board based on the STMicro STM32F407ZGT6 (144pins)
|
||||
or STM32F407ZE on newer boards.
|
||||
|
||||
config ARCH_BOARD_OLIMEX_STM32P107
|
||||
bool "Olimex STM32 P107 board"
|
||||
|
||||
Reference in New Issue
Block a user