Skip to content

Commit 9fd295a

Browse files
Update mcux/mcux-sdk/ github repo
Update to commit '81a42c9e5875b70f0acdf10c23aa977ce1135100' This includes a new cmake file to enable pulling in the fsl_pmu hal driver. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 118a6de commit 9fd295a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#Description: PMU Driver; user_visible: True
2+
include_guard(GLOBAL)
3+
message("driver_pmu component is included.")
4+
5+
target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
6+
${CMAKE_CURRENT_LIST_DIR}/fsl_pmu.c
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

Comments
 (0)