File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1+ Subproject commit 6f0a58d01aa9bd2feba212097f9afe7acd991d52
Original file line number Diff line number Diff line change 3030# Path: CMSIS_6/CMSIS/Core
3131
3232
33- # Submodule presence
34- if (NOT EXISTS ${CMAKE_CURRENT_LIST_DIR} /../CMSIS_6/CMSIS/Core/Include )
35- message (FATAL_ERROR "CMSIS_6 submodule directory not found!" )
36- endif ()
33+ # Manage CMSIS_6 submodule
34+ mbed_setup_submodule(../CMSIS_6 CHECK_FILE CMSIS/Core/Include /cmsis_gcc.h)
35+
3736message (STATUS "CMSIS-Core 6.1.1" )
3837
3938# Add CMSIS-Core base include directories
Original file line number Diff line number Diff line change 2626# Components used: CMSIS-RTX 5.9.0
2727# Path: /CMSIS-RTX
2828
29- # Submodule presence
30- if (NOT EXISTS ${CMAKE_CURRENT_LIST_DIR} /../CMSIS-RTX/Include )
31- message (FATAL_ERROR "CMSIS-RTX submodule directory not found!" )
32- endif ()
29+ # Manage CMSIS-RTX submodule
30+ mbed_setup_submodule(../CMSIS-RTX CHECK_FILE Include /rtx_os.h)
31+
3332message (STATUS "CMSIS-RTX 5.9.0" )
3433
3534# Add toolchain-specific interrupt handlers based on core type
Original file line number Diff line number Diff line change 1+ Subproject commit ad98f97df50191d765ec8456b66784bd30bcab7e
You can’t perform that action at this time.
0 commit comments