From 31f756b07ce6ddc669f65af960f4b1bea932f5c0 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Sun, 15 May 2022 22:10:43 +0200 Subject: bsp/stm32h7: copy system files to nucleo-h743zi board directory Also adjust BSP spec file to make it buildable with board files. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml') diff --git a/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml b/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml index 9213500172..1cad10b39d 100644 --- a/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml +++ b/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.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/nucleo-h743zi/stm32h7-config-clk.c +- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-osc.c +- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-per.c +- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c +- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/ext-mem-ctl.c type: build -- cgit v1.2.3