From 5a1f87a071185aaf746293256868ba70d4fe1251 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Wed, 1 Jun 2022 22:09:16 +0200 Subject: 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 --- spec/build/bsps/arm/stm32h7/optprintkinstance.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spec/build/bsps') diff --git a/spec/build/bsps/arm/stm32h7/optprintkinstance.yml b/spec/build/bsps/arm/stm32h7/optprintkinstance.yml index 6eaf4a2011..5e87aaab1f 100644 --- a/spec/build/bsps/arm/stm32h7/optprintkinstance.yml +++ b/spec/build/bsps/arm/stm32h7/optprintkinstance.yml @@ -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: [] -- cgit v1.2.3