Skip to content

Commit

Permalink
Apply MCUX 2.10.0 release update
Browse files Browse the repository at this point in the history
Signed-off-by: Susan Su <susan.su@nxp.com>
  • Loading branch information
mcuxsusan committed Jul 27, 2021
1 parent 8e910ea commit 1e97870
Show file tree
Hide file tree
Showing 3,186 changed files with 3,169,829 additions and 220,898 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1,860 changes: 1,860 additions & 0 deletions CMSIS/CMSIS.yml

Large diffs are not rendered by default.

2,011 changes: 2,011 additions & 0 deletions CMSIS/CMSIS_v2.yml

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions CMSIS/Core/Include/CMSIS_Include_core_cm.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Description: CMSIS Include For Cortex-M, ARMv8-M, ARMv8.1-M; user_visible: True
include_guard(GLOBAL)
message("CMSIS_Include_core_cm component is included.")

target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
)

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


Loading

0 comments on commit 1e97870

Please sign in to comment.