From 250254ff8f91ad6696da5c853bacf29fd56e92f9 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Mon, 16 May 2022 15:18:37 +0200 Subject: bsps/stm32h7: add configuration and enable build of stm32h757i-eval-m4 BSP This is minimalist configuration for the stm32h757i-eval-m4 BSP provided here. The only general enhancement worth mention is a flash origin address configuration which is needed for simplification as M4 core boots from second flash bank which starts at 0x8100000 by default. The boot address of the core may be changed by using STM32CubeProgrammer. If done so then also BSP configuration needs to be changed accordingly. As the BSP variant is running on M4 core, there is also more configuration changes required here. E.g. boot core and ABI (compilation flags) in comparison with stm32h757i-eval BSP. On the other hand, C code is shared completely with this BSP variant. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/optvariant.yml | 1 + 1 file changed, 1 insertion(+) (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 fd77d26f7f..ade5d5931d 100644 --- a/spec/build/bsps/arm/stm32h7/optvariant.yml +++ b/spec/build/bsps/arm/stm32h7/optvariant.yml @@ -20,6 +20,7 @@ default-by-variant: - value: STM32H757xx variants: - arm/stm32h757i-eval + - arm/stm32h757i-eval-m4 enabled-by: true format: '{}' links: [] -- cgit v1.2.3