From 124912445c7585d1ff5e9aea11210dac4fbbbd91 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Mon, 16 May 2022 13:01:39 +0200 Subject: bsps/stm32h7: add configuration and enable build of stm32h757i-eval BSP This is minimalist configuration for the stm32h757i-eval BSP provided here. The only general enhancement worth mention is boot core configuration which is needed here as this is the first dual-core board supported by stm32h7 BSP family and we need to choose boot core in order to get C files compiling well. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/optvariant.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/build/bsps/arm/stm32h7/optvariant.yml') diff --git a/spec/build/bsps/arm/stm32h7/optvariant.yml b/spec/build/bsps/arm/stm32h7/optvariant.yml index 5d77ece120..fd77d26f7f 100644 --- a/spec/build/bsps/arm/stm32h7/optvariant.yml +++ b/spec/build/bsps/arm/stm32h7/optvariant.yml @@ -17,6 +17,9 @@ default-by-variant: - value: STM32H7B3xxQ variants: - arm/stm32h7b3i-dk +- value: STM32H757xx + variants: + - arm/stm32h757i-eval enabled-by: true format: '{}' links: [] -- cgit v1.2.3