boards: arm: nucleo_f756zg: Created new board and soc definition

Added board definitions for nucleo_f756zg. Features include gpio,
pinmux, uart (ST Zio, ST-Link and Arduino Uno v3 interfaces).

Added basic documentation and some soc definitions for the
stm32 f756XX soc.

Signed-off-by: AJ Palmer <ajpcode@hotmail.com>
This commit is contained in:
AJ Palmer 2018-11-01 15:27:12 +00:00 committed by Kumar Gala
commit 2f04dc69c0
15 changed files with 493 additions and 0 deletions

View file

@ -15,6 +15,9 @@ config SOC_STM32F723XE
config SOC_STM32F746XG
bool "STM32F746XG"
config SOC_STM32F756XX
bool "STM32F756XX"
config SOC_STM32F769XI
bool "STM32F769XI"