Warning, /spec/build/bsps/arm/stm32h7/optbootcore.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 cores = ["CORE_CM7", "CORE_CM4", "BOOT_CORE_DEFINE_NOT_NEEDED"]
0006 if value not in cores:
0007 conf.fatal("STM32H7 boot core '{}' is not one of {}".format(value, cores))
0008 conf.define_cond(value, True)
0009 build-type: option
0010 copyrights:
0011 - Copyright (C) 2022 Karel Gardas <karel@functional.vision>
0012 default:
0013 - enabled-by:
0014 - arm/stm32h747i-disco
0015 - arm/stm32h757i-eval
0016 - arm/nucleo-h755zi
0017 value: CORE_CM7
0018 - enabled-by:
0019 - arm/stm32h747i-disco-m4
0020 - arm/stm32h757i-eval-m4
0021 value: CORE_CM4
0022 - enabled-by: true
0023 value: BOOT_CORE_DEFINE_NOT_NEEDED
0024 description: |
0025 Select the boot core. Possible values are CORE_CM7 and CORE_CM4
0026 enabled-by: true
0027 format: '{}'
0028 links: []
0029 name: STM32H7_BOOT_CORE
0030 type: build