bsps/stm32h7: set default printk instance on nucleo-h743zi BSP to USART3

This is the default configuration of the board out of the box.
Any other possible/supported configuration requires soldering,
so definitely not out of the box experience.

Sponsored-By:	Precidata
This commit is contained in:
Karel Gardas
2022-06-01 22:09:16 +02:00
parent f2cf15b82a
commit 5a1f87a071

View File

@@ -3,7 +3,10 @@ actions:
- define-unquoted: null
build-type: option
default: stm32h7_usart1_instance
default-by-variant: []
default-by-variant:
- value: stm32h7_usart3_instance
variants:
- arm/nucleo-h743zi
enabled-by: true
format: '{}'
links: []