From b169095c7dfd106a9c0c3d47e9f1c640ac3377d2 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Tue, 17 Nov 2020 09:38:50 +0100 Subject: cpu/armv7m: Add table based init for ARMV7M_MPU Modify the MPU functions of the stm32h7 BSP to be table based and available for all ARMV7M BSPs. Update #4180 --- spec/build/bsps/arm/stm32h7/bspstm32h7.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/build/bsps/arm') diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml index 9fb7d3611f..835247316c 100644 --- a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml +++ b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml @@ -167,6 +167,7 @@ install: source: - bsps/arm/stm32h7/include/stm32h7/hal.h - bsps/arm/stm32h7/include/stm32h7/memory.h + - bsps/arm/stm32h7/include/stm32h7/mpu-config.h - destination: ${BSP_LIBDIR} source: - bsps/arm/stm32h7/start/bsp_specs @@ -396,6 +397,7 @@ source: - bsps/arm/stm32h7/start/bspstarthooks.c - bsps/arm/stm32h7/start/ext-mem-ctl.c - bsps/arm/stm32h7/start/getentropy-rng.c +- bsps/arm/stm32h7/start/mpu-config.c - bsps/arm/stm32h7/start/stm32h7-config.c - bsps/arm/stm32h7/start/stm32h7-hal.c - bsps/arm/stm32h7/start/stm32h7-hal-eth.c -- cgit v1.2.3