Skip to content

Commit 62b911f

Browse files
decsnykartben
authored andcommitted
spi_nxp_lpspi: Rewrite driver, fix native chip sel
To fix the native hardware chip select, we need to rewrite this driver to not use the MCUX SDK handle abstraction, which does not fit the zephyr use case. Signed-off-by: Declan Snyder <[email protected]>
1 parent 0bb7ccb commit 62b911f

File tree

4 files changed

+368
-166
lines changed

4 files changed

+368
-166
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright 2024 NXP
22

33
zephyr_library_sources_ifdef(CONFIG_SPI_MCUX_LPSPI spi_nxp_lpspi_common.c)
4-
zephyr_library_sources_ifdef(CONFIG_SPI_MCUX_LPSPI_NORMAL spi_mcux_lpspi.c)
4+
zephyr_library_sources_ifdef(CONFIG_SPI_MCUX_LPSPI_NORMAL spi_nxp_lpspi.c)
55
zephyr_library_sources_ifdef(CONFIG_SPI_MCUX_LPSPI_DMA spi_nxp_lpspi_dma.c)
66
zephyr_library_sources_ifdef(CONFIG_SPI_MCUX_LPSPI_RTIO spi_mcux_lpspi_rtio.c)

drivers/spi/spi_nxp_lpspi/spi_mcux_lpspi.c

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)