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 b898803 commit a8bd66eCopy full SHA for a8bd66e
mcux/mcux-sdk/devices/MIMXRT798S/drivers/driver_soc_mipi_dsi.cmake
@@ -0,0 +1,14 @@
1
+#Description: SOC MIPI DSI Driver; user_visible: True
2
+include_guard(GLOBAL)
3
+message("driver_soc_mipi_dsi component is included.")
4
+
5
+target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
6
+ ${CMAKE_CURRENT_LIST_DIR}/fsl_soc_mipi_dsi.h
7
+)
8
9
+target_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC
10
+ ${CMAKE_CURRENT_LIST_DIR}/.
11
12
13
14
+include(driver_common)
0 commit comments