bsps/imxrt: Move board specific files

Move the files that are board specific and not specific to the chip
family into a separate folder.
This commit is contained in:
Christian Mauderer
2023-05-04 14:59:32 +02:00
parent c1a949745f
commit 97819b8a31
6 changed files with 16 additions and 10 deletions

View File

@@ -8,10 +8,23 @@ copyrights:
cppflags: []
enabled-by: true
family: imxrt
includes: []
install: []
includes:
- bsps/arm/imxrt/mcux-sdk/drivers/common
- bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1052
- bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1052/drivers
- bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1052/xip
install:
- destination: ${BSP_INCLUDEDIR}/imxrt
source:
- bsps/arm/imxrt/include/imxrt/imxrt1050.dtsi
- bsps/arm/imxrt/include/imxrt/imxrt1050-pinfunc.h
links:
- role: build-dependency
uid: obj-mimxrt1052
source: []
source:
- bsps/arm/imxrt/boards/evkbimxrt1050/clock_config.c
- bsps/arm/imxrt/boards/evkbimxrt1050/flash-dcd.c
- bsps/arm/imxrt/boards/evkbimxrt1050/pin_mux.c
- bsps/arm/imxrt/boards/evkbimxrt1050/clock-arm-pll-config.c
- bsps/arm/imxrt/dts/imxrt1050-evkb.c
type: build

View File

@@ -25,8 +25,6 @@ install:
- bsps/arm/include/bsp/imx-iomux.h
- destination: ${BSP_INCLUDEDIR}/imxrt
source:
- bsps/arm/imxrt/include/imxrt/imxrt1050.dtsi
- bsps/arm/imxrt/include/imxrt/imxrt1050-pinfunc.h
- bsps/arm/imxrt/include/imxrt/lpspi.h
- bsps/arm/imxrt/include/imxrt/memory.h
- bsps/arm/imxrt/include/imxrt/mpu-config.h
@@ -38,16 +36,11 @@ install:
links: []
source:
- bsps/arm/imxrt/console/console.c
- bsps/arm/imxrt/dts/imxrt1050-evkb.c
- bsps/arm/imxrt/i2c/imxrt-lpi2c.c
- bsps/arm/imxrt/nxp/boards/evkbimxrt1050/clock_config.c
- bsps/arm/imxrt/nxp/boards/evkbimxrt1050/pin_mux.c
- bsps/arm/imxrt/spi/imxrt-lpspi.c
- bsps/arm/imxrt/start/bspstart.c
- bsps/arm/imxrt/start/bspstarthooks.c
- bsps/arm/imxrt/start/clock-arm-pll-config.c
- bsps/arm/imxrt/start/flash-boot-data.c
- bsps/arm/imxrt/start/flash-dcd.c
- bsps/arm/imxrt/start/flash-flexspi-config.c
- bsps/arm/imxrt/start/flash-ivt.c
- bsps/arm/imxrt/start/imxrt-ffec-init.c