From 36b4e8c394cd891e3e8bddefd9eb21ff17cbff46 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Mon, 14 Dec 2020 14:12:21 +0100 Subject: bsps/imxrt: Add ioctl to LPSPI to get registers This allows an application to get the registers of the LPSPI. That is usefull for applications that want to use DMA for a very specialized and highly optimized communication. Update #4180 --- spec/build/bsps/arm/imxrt/bspimxrt.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build/bsps/arm/imxrt/bspimxrt.yml') diff --git a/spec/build/bsps/arm/imxrt/bspimxrt.yml b/spec/build/bsps/arm/imxrt/bspimxrt.yml index be4a4bb566..3044fda998 100644 --- a/spec/build/bsps/arm/imxrt/bspimxrt.yml +++ b/spec/build/bsps/arm/imxrt/bspimxrt.yml @@ -103,6 +103,7 @@ install: 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 - destination: ${BSP_LIBDIR} -- cgit v1.2.3