Skip to content

Commit

Permalink
devices: MKE16F16: add missing device_CMSIS.cmake file
Browse files Browse the repository at this point in the history
Add missing CMSIS CMake file for the MKE16F16.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
  • Loading branch information
henrikbrixandersen authored and mcuxsusan committed Jul 1, 2022
1 parent ff9584b commit ae2ab01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions devices/MKE16F16/device_CMSIS.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#Description: device_CMSIS; user_visible: False
include_guard(GLOBAL)
message("device_CMSIS component is included.")

target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
)

target_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC
${CMAKE_CURRENT_LIST_DIR}/.
)


include(CMSIS_Include_core_cm)

0 comments on commit ae2ab01

Please sign in to comment.