From 86b29dc64c013e67531f4e0452739a0fb893bae5 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Wed, 8 Jun 2016 08:02:32 -0600 Subject: [PATCH] Updated configs/Kconfig --- configs/Kconfig | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/configs/Kconfig b/configs/Kconfig index e4d6ec4e5f..98d4b30b2d 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -649,17 +649,27 @@ config ARCH_BOARD_PIRELLI_DPL10 config ARCH_BOARD_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_BUTTONS select ARCH_HAVE_IRQBUTTONS ---help--- - STMicro Nucleo-144 development board family. Included support for (1) the - Nucleo-F767ZG board featuring the STM32F746ZGT6U MCU. The STM32F746ZGT6U - is a 216MHz Cortex-M7 operation with 1024Kb Flash memory and 320Kb SRAM. - And (2) the Nucleo-F746ZG board featuring the STM32F767ZIT6 MCU. The - STM32F767ZIT6 is a 216MHz Cortex-M7 operation with 2048Kb Flash memory - and 512Kb SRAM. + STMicro Nucleo-144 development board featuring STMicroelectronics + F2, F3, F4 and F7 MCU families. The board is a "Hardware pattern" + that can be populated with the 144 pin package of the following MCUs: + + Target STM32 Order code + 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 bool "STM32F303 Nucleo F303RE"