summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/optvariant.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-12 10:03:27 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-17 08:31:46 +0100
commit336823191ab3c22f45c4ef9ac6ebaa936c5f5ff0 (patch)
tree0503645bac72262a8a18e6b5c8e21e1093ec97eb /spec/build/bsps/arm/stm32h7/optvariant.yml
parentbuild: Add reason to test state definitions (diff)
downloadrtems-336823191ab3c22f45c4ef9ac6ebaa936c5f5ff0.tar.bz2
build: Format build items
Use yaml.dump(data, default_flow_style=False, allow_unicode=True) with a custom representer for integer default values to format all build items.
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/arm/stm32h7/optvariant.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/spec/build/bsps/arm/stm32h7/optvariant.yml b/spec/build/bsps/arm/stm32h7/optvariant.yml
index 720a40c63d..c5c0ce65dc 100644
--- a/spec/build/bsps/arm/stm32h7/optvariant.yml
+++ b/spec/build/bsps/arm/stm32h7/optvariant.yml
@@ -1,3 +1,4 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-string: null
- script: |
@@ -12,29 +13,28 @@ actions:
)
conf.define_cond(value, True)
build-type: option
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: STM32H743xx
default-by-variant:
- value: STM32H7B3xxQ
variants:
- - arm/stm32h7b3i-dk
+ - arm/stm32h7b3i-dk
- value: STM32H757xx
variants:
- - arm/stm32h757i-eval
- - arm/stm32h757i-eval-m4
+ - arm/stm32h757i-eval
+ - arm/stm32h757i-eval-m4
- value: STM32H747xx
variants:
- arm/stm32h747i-disco
- arm/stm32h747i-disco-m4
-enabled-by: true
-format: '{}'
-links: []
-name: STM32H7_VARIANT
description: |
Select the STM32H7 series chip variant out of STM32H742xx, STM32H743xx,
STM32H745xx, STM32H747xx, STM32H750xx, STM32H753xx, STM32H755xx, STM32H757xx,
STM32H7A3xx, STM32H7A3xxQ, STM32H7B0xx, STM32H7B0xxQ, STM32H7B3xx, and
STM32H7B3xxQ.
+enabled-by: true
+format: '{}'
+links: []
+name: STM32H7_VARIANT
type: build
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)