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.
This commit is contained in:
Jacob Killelea
2024-06-11 18:05:11 +00:00
committed by Amar Takhar
parent 68951fb2a4
commit 9fb9337b61

View File

@@ -13,6 +13,7 @@ default:
- enabled-by: - enabled-by:
- arm/stm32h747i-disco - arm/stm32h747i-disco
- arm/stm32h757i-eval - arm/stm32h757i-eval
- arm/nucleo-h755zi
value: CORE_CM7 value: CORE_CM7
- enabled-by: - enabled-by:
- arm/stm32h747i-disco-m4 - arm/stm32h747i-disco-m4