board: add initial support for Nucleo-64 with Soc STM32F411RE

Change-Id: I698693bccce1e9599c20e57f5d4172643ca38cc9
Signed-off-by: Matthias Boesl <matthias.boesl@gmail.com>
This commit is contained in:
Matthias Boesl 2016-12-03 09:22:00 +01:00 committed by Kumar Gala
commit ffa67b77c6
11 changed files with 207 additions and 0 deletions

View file

@ -22,4 +22,7 @@ depends on SOC_SERIES_STM32F4X
config SOC_STM32F401XE
bool "STM32F401XE"
config SOC_STM32F411XE
bool "STM32F411XE"
endchoice