From 9fb9337b61a4a235fdd4d619af9aa18b0bdb4e9a Mon Sep 17 00:00:00 2001 From: Jacob Killelea Date: Tue, 11 Jun 2024 18:05:11 +0000 Subject: [PATCH] spec/stm32h7: Default nucleo-h755zi BSP to build for CORE_M7 ## spec/stm32h7: Default nucleo-h755zi BSP to build for CORE_M7 Some of the STM32H7 parts have a secondary Cortex M4 core included and require the user to select which core they are compiling for. The `arm/nucleo-h755zi` BSP was lacking a default core selection, causing the BSP to fail to build with the default options selected. This PR changes the default option to select the larger Cortex M7 core by default. --- spec/build/bsps/arm/stm32h7/optbootcore.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/build/bsps/arm/stm32h7/optbootcore.yml b/spec/build/bsps/arm/stm32h7/optbootcore.yml index 1aa3cbd8e4..8a0c111468 100644 --- a/spec/build/bsps/arm/stm32h7/optbootcore.yml +++ b/spec/build/bsps/arm/stm32h7/optbootcore.yml @@ -13,6 +13,7 @@ default: - enabled-by: - arm/stm32h747i-disco - arm/stm32h757i-eval + - arm/nucleo-h755zi value: CORE_CM7 - enabled-by: - arm/stm32h747i-disco-m4