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:
parent
cca5b61e84
commit
2f04dc69c0
15 changed files with 493 additions and 0 deletions
|
@ -15,6 +15,9 @@ config SOC_STM32F723XE
|
|||
config SOC_STM32F746XG
|
||||
bool "STM32F746XG"
|
||||
|
||||
config SOC_STM32F756XX
|
||||
bool "STM32F756XX"
|
||||
|
||||
config SOC_STM32F769XI
|
||||
bool "STM32F769XI"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue