Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[submodule "doxygen-awesome-css"]
path = tools/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "cmsis/CMSIS_6"]
path = cmsis/CMSIS_6
url = https://github.com/ARM-software/CMSIS_6.git
[submodule "cmsis/CMSIS-RTX"]
path = cmsis/CMSIS-RTX
url = https://github.com/ARM-software/CMSIS-RTX.git
[submodule "targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/stm32u0xx-hal-driver"]
path = targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/stm32u0xx-hal-driver
url = https://github.com/STMicroelectronics/stm32u0xx-hal-driver.git
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ if(MBED_IS_NATIVE_BUILD)
# Pick up some include files that are needed later
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/tools/cmake)
include(mbed_create_distro)
include(mbed_submodule_management)
else()
include(mbed_set_linker_script)
endif()
Expand Down Expand Up @@ -295,8 +296,6 @@ add_subdirectory(connectivity)
# The directories below contain optional target libraries
add_subdirectory(drivers/device_key EXCLUDE_FROM_ALL)
add_subdirectory(features EXCLUDE_FROM_ALL)
add_subdirectory(cmsis/CMSIS_5/CMSIS/RTOS2 EXCLUDE_FROM_ALL)
add_subdirectory(cmsis/device/rtos EXCLUDE_FROM_ALL)

# Create top-level targets ----------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions cmsis/CMSIS-RTX
Submodule CMSIS-RTX added at ad98f9
5 changes: 0 additions & 5 deletions cmsis/CMSIS_5/CMSIS/CMakeLists.txt

This file was deleted.

16 changes: 0 additions & 16 deletions cmsis/CMSIS_5/CMSIS/RTOS2/CMakeLists.txt

This file was deleted.

Loading