Updated configs/Kconfig
This commit is contained in:
parent
061b4e2aaa
commit
86b29dc64c
1 changed files with 17 additions and 7 deletions
|
@ -649,17 +649,27 @@ config ARCH_BOARD_PIRELLI_DPL10
|
||||||
|
|
||||||
config ARCH_BOARD_NUCLEO_144
|
config ARCH_BOARD_NUCLEO_144
|
||||||
bool "STMicro NUCLEO-144"
|
bool "STMicro NUCLEO-144"
|
||||||
depends on ARCH_CHIP_STM32F746 || ARCH_CHIP_STM32F767
|
depends on ARCH_CHIP_STM32F746ZG || ARCH_CHIP_STM32F767ZI
|
||||||
select ARCH_HAVE_LEDS
|
select ARCH_HAVE_LEDS
|
||||||
select ARCH_HAVE_BUTTONS
|
select ARCH_HAVE_BUTTONS
|
||||||
select ARCH_HAVE_IRQBUTTONS
|
select ARCH_HAVE_IRQBUTTONS
|
||||||
---help---
|
---help---
|
||||||
STMicro Nucleo-144 development board family. Included support for (1) the
|
STMicro Nucleo-144 development board featuring STMicroelectronics
|
||||||
Nucleo-F767ZG board featuring the STM32F746ZGT6U MCU. The STM32F746ZGT6U
|
F2, F3, F4 and F7 MCU families. The board is a "Hardware pattern"
|
||||||
is a 216MHz Cortex-M7 operation with 1024Kb Flash memory and 320Kb SRAM.
|
that can be populated with the 144 pin package of the following MCUs:
|
||||||
And (2) the Nucleo-F746ZG board featuring the STM32F767ZIT6 MCU. The
|
|
||||||
STM32F767ZIT6 is a 216MHz Cortex-M7 operation with 2048Kb Flash memory
|
Target STM32 Order code
|
||||||
and 512Kb SRAM.
|
STM32F207ZGT6 NUCLEO-F207ZG
|
||||||
|
STM32F303ZET6 NUCLEO-F303ZE
|
||||||
|
STM32F429ZIT6 NUCLEO-F429ZI
|
||||||
|
STM32F446ZET6 NUCLEO-F446ZE
|
||||||
|
|
||||||
|
Supported in this release are:
|
||||||
|
|
||||||
|
NUCLEO-F746ZG - STM32F746ZGT6 a 216MHz Cortex-M7, w/FPU - 1024KiB
|
||||||
|
Flash memory and 320KiB SRAM.
|
||||||
|
NUCLEO-F767ZI - STM32F767ZIT6 a 216MHz Cortex-M7, w/DPFPU -
|
||||||
|
2048KiB Flash memory and 512KiB SRAM.
|
||||||
|
|
||||||
config ARCH_BOARD_NUCLEO_F303RE
|
config ARCH_BOARD_NUCLEO_F303RE
|
||||||
bool "STM32F303 Nucleo F303RE"
|
bool "STM32F303 Nucleo F303RE"
|
||||||
|
|
Loading…
Reference in a new issue