summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/optusart1gpioregs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/arm/stm32h7/optusart1gpioregs.yml')
-rw-r--r--spec/build/bsps/arm/stm32h7/optusart1gpioregs.yml26
1 files changed, 17 insertions, 9 deletions
diff --git a/spec/build/bsps/arm/stm32h7/optusart1gpioregs.yml b/spec/build/bsps/arm/stm32h7/optusart1gpioregs.yml
index 46d10616bb..028f023fd7 100644
--- a/spec/build/bsps/arm/stm32h7/optusart1gpioregs.yml
+++ b/spec/build/bsps/arm/stm32h7/optusart1gpioregs.yml
@@ -1,19 +1,27 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-string: null
- define-unquoted: null
build-type: option
-default: GPIOD
-default-by-variant:
-- value: GPIOA
- variants:
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
+default:
+- enabled-by:
+ - arm/stm32h747i-disco
+ - arm/stm32h747i-disco-m4
- arm/stm32h7b3i-dk
+ value: GPIOA
+- enabled-by:
+ - arm/stm32h750b-dk
+ - arm/stm32h757i-eval
+ - arm/stm32h757i-eval-m4
+ value: GPIOB
+- enabled-by: true
+ value: GPIOD
+description: |
+ GPIO registers used for the USART1 pin configuration.
enabled-by: true
format: '{}'
links: []
name: STM32H7_USART1_GPIO_REGS
-description: |
- GPIO registers used for the USART1 pin configuration.
type: build
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)