summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/optvariant.yml
blob: 5d77ece1203af7fa8ee2e3d7abc28297a8a6e9eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
actions:
- get-string: null
- script: |
    variants = ["STM32H742xx", "STM32H743xx", "STM32H745xx", "STM32H747xx",
    "STM32H750xx", "STM32H753xx", "STM32H755xx", "STM32H757xx", "STM32H7A3xx",
    "STM32H7A3xxQ", "STM32H7B0xx", "STM32H7B0xxQ", "STM32H7B3xx", "STM32H7B3xxQ"]
    if value not in variants:
        conf.fatal(
            "STM32H7 chip variant '{}' is not one of {}".format(
                value, variants
            )
        )
    conf.define_cond(value, True)
build-type: option
default: STM32H743xx
default-by-variant:
- value: STM32H7B3xxQ
  variants:
    - arm/stm32h7b3i-dk
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.
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)