Back to home page

LXR

 
 

    


Warning, /spec/build/bsps/arm/stm32h7/optvariant.yml is written in an unsupported language. File is not indexed.

0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 actions:
0003 - get-string: null
0004 - script: |
0005     variants = ["STM32H742xx", "STM32H743xx", "STM32H745xx", "STM32H747xx",
0006     "STM32H750xx", "STM32H753xx", "STM32H755xx", "STM32H757xx", "STM32H7A3xx",
0007     "STM32H7A3xxQ", "STM32H7B0xx", "STM32H7B0xxQ", "STM32H7B3xx", "STM32H7B3xxQ"]
0008     if value not in variants:
0009         conf.fatal(
0010             "STM32H7 chip variant '{}' is not one of {}".format(
0011                 value, variants
0012             )
0013         )
0014     conf.define_cond(value, True)
0015 build-type: option
0016 copyrights:
0017 - Copyright (C) 2020 embedded brains GmbH & Co. KG
0018 default:
0019 - enabled-by: arm/stm32h7b3i-dk
0020   value: STM32H7B3xxQ
0021 - enabled-by:
0022   - arm/stm32h757i-eval
0023   - arm/stm32h757i-eval-m4
0024   value: STM32H757xx
0025 - enabled-by:
0026   - arm/stm32h747i-disco
0027   - arm/stm32h747i-disco-m4
0028   value: STM32H747xx
0029 - enabled-by:
0030   - arm/stm32h750b-dk
0031   value: STM32H750xx
0032 - enabled-by:
0033   - arm/nucleo-h755zi
0034   value: STM32H755xx
0035 - enabled-by: true
0036   value: STM32H743xx
0037 description: |
0038   Select the STM32H7 series chip variant out of STM32H742xx, STM32H743xx,
0039   STM32H745xx, STM32H747xx, STM32H750xx, STM32H753xx, STM32H755xx, STM32H757xx,
0040   STM32H7A3xx, STM32H7A3xxQ, STM32H7B0xx, STM32H7B0xxQ, STM32H7B3xx, and
0041   STM32H7B3xxQ.
0042 enabled-by: true
0043 format: '{}'
0044 links: []
0045 name: STM32H7_VARIANT
0046 type: build