From f8a9a47de195b89d2422be1daaaf76abd3a2a04c Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Sun, 15 May 2022 22:10:42 +0200 Subject: bsp/stm32h7: copy system files to stm32h743i-eval board directory Also adjust BSP spec file to make it buildable with board files. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/bspstm32h7.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (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 9ea64de9cb..89ded74e05 100644 --- a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml +++ b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml @@ -14,9 +14,9 @@ links: - role: build-dependency uid: grp source: -- bsps/arm/stm32h7/start/stm32h7-config-clk.c -- bsps/arm/stm32h7/start/stm32h7-config-osc.c -- bsps/arm/stm32h7/start/stm32h7-config-per.c -- bsps/arm/stm32h7/start/system_stm32h7xx.c -- bsps/arm/stm32h7/start/ext-mem-ctl.c +- bsps/arm/stm32h7/boards/stm/stm32h743i-eval/stm32h7-config-clk.c +- bsps/arm/stm32h7/boards/stm/stm32h743i-eval/stm32h7-config-osc.c +- 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 type: build -- cgit v1.2.3