We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384bb4f commit 8d899efCopy full SHA for 8d899ef
mcux/hal_nxp.cmake
@@ -170,6 +170,7 @@ include_driver_ifdef(CONFIG_PWM_MCUX_TPM tpm driver_tpm)
170
include_driver_ifdef(CONFIG_PWM_MCUX_PWT pwt driver_pwt)
171
include_driver_ifdef(CONFIG_RTC_MCUX rtc driver_rtc)
172
include_driver_ifdef(CONFIG_SPI_MCUX_DSPI dspi driver_dspi)
173
+include_driver_ifdef(CONFIG_SPI_MCUX_ECSPI ecspi driver_ecspi)
174
if (CONFIG_NXP_LP_FLEXCOMM)
175
include_driver_ifdef(CONFIG_SPI_MCUX_LPSPI lpflexcomm driver_lpflexcomm)
176
include_driver_ifdef(CONFIG_SPI_MCUX_LPSPI lpflexcomm/lpspi driver_lpspi)
0 commit comments