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
This commit is contained in:
Christian Mauderer
2020-12-14 14:12:21 +01:00
parent b2f265ab9f
commit 36b4e8c394
3 changed files with 75 additions and 0 deletions

View File

@@ -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}