summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-06-01 22:09:16 +0200
committerKarel Gardas <karel@functional.vision>2022-06-02 10:44:30 +0200
commit5a1f87a071185aaf746293256868ba70d4fe1251 (patch)
tree4d9134a9cd74e14b8275dff7ea978b69596d51b9 /spec/build/bsps/arm
parentbsps/stm32h7: add stm32h747i-disco-m4 BSP variant (diff)
downloadrtems-5a1f87a071185aaf746293256868ba70d4fe1251.tar.bz2
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
Diffstat (limited to 'spec/build/bsps/arm')
-rw-r--r--spec/build/bsps/arm/stm32h7/optprintkinstance.yml5
1 files changed, 4 insertions, 1 deletions
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: []