From bdfc8d8f4d40afee4243d5168b19b9490f67da40 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Fri, 27 May 2022 22:27:25 +0200 Subject: bsps/stm32h7: move cache implementation from obj to BSPs own yml file This is done in preparation for future Cortex-M4 based BSP variants which do not provide cache at all. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/bspstm32h7.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build/bsps/arm/stm32h7/bspstm32h7.yml') diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml index 89ded74e05..52d47295d9 100644 --- a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml +++ b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml @@ -19,4 +19,5 @@ source: - bsps/arm/stm32h7/boards/stm/stm32h743i-eval/stm32h7-config-per.c - bsps/arm/stm32h7/boards/stm/stm32h743i-eval/system_stm32h7xx.c - bsps/arm/stm32h7/boards/stm/stm32h743i-eval/ext-mem-ctl.c +- bsps/arm/shared/cache/cache-v7m.c type: build -- cgit v1.2.3