Skip to content

Commit

Permalink
ext: hal: nxp: mcux_lpspi: add support for NXP Kinetis LPSPI modules
Browse files Browse the repository at this point in the history
Add support for MCUX LPSPI on NXP Kinetis SoCs.

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen authored and MaureenHelm committed May 31, 2019
1 parent fd3d415 commit 799011c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/hal/nxp/mcux/drivers/kinetis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ zephyr_sources_ifdef(CONFIG_ENTROPY_MCUX_RNGA fsl_rnga.c)
zephyr_sources_ifdef(CONFIG_ENTROPY_MCUX_TRNG fsl_trng.c)
zephyr_sources_ifdef(CONFIG_SOC_FLASH_MCUX fsl_ftfx_flash.c fsl_ftfx_controller.c)
zephyr_sources_ifdef(CONFIG_SPI_MCUX_DSPI fsl_dspi.c)
zephyr_sources_ifdef(CONFIG_SPI_MCUX_LPSPI fsl_lpspi.c)
zephyr_sources_ifdef(CONFIG_UART_MCUX fsl_uart.c)
zephyr_sources_ifdef(CONFIG_UART_MCUX_LPSCI fsl_lpsci.c)
zephyr_sources_ifdef(CONFIG_UART_MCUX_LPUART fsl_lpuart.c)
Expand Down

0 comments on commit 799011c

Please sign in to comment.