[rtems commit] bsps/stm32h7: set default printk instance on nucleo-h743zi BSP to USART3

Karel Gardas karel at rtems.org
Thu Jun 2 08:39:29 UTC 2022


Module:    rtems
Branch:    master
Commit:    5a1f87a071185aaf746293256868ba70d4fe1251
Changeset: http://git.rtems.org/rtems/commit/?id=5a1f87a071185aaf746293256868ba70d4fe1251

Author:    Karel Gardas <karel at functional.vision>
Date:      Wed Jun  1 22:09:16 2022 +0200

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(-)

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: []



More information about the vc mailing list