diff options
| author | hathach <[email protected]> | 2023-03-10 19:23:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-10 19:23:23 +0700 |
| commit | 76f43a7a16ae814abfc7e4eec84088a4a8e70bb4 (patch) | |
| tree | b92a7e52c3103ac1827431870140cf38d4cf60c9 | |
| parent | 990fb6ae5c4d9d4b77c5a9ecb3a2abe899dd2712 (diff) | |
starting to remove submodule cmsis5 and nrfx
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | hw/mcu/nordic/nrfx | 0 | ||||
| m--------- | lib/CMSIS_5 | 0 | ||||
| -rw-r--r-- | tools/get_deps.py (renamed from tools/get_dependencies.py) | 0 |
4 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 14f47746b..c3baaa1be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "hw/mcu/nordic/nrfx"] - path = hw/mcu/nordic/nrfx - url = https://github.com/NordicSemiconductor/nrfx.git [submodule "tools/uf2"] path = tools/uf2 url = https://github.com/microsoft/uf2.git @@ -109,9 +106,6 @@ [submodule "lib/FreeRTOS-Kernel"] path = lib/FreeRTOS-Kernel url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git -[submodule "lib/CMSIS_5"] - path = lib/CMSIS_5 - url = https://github.com/ARM-software/CMSIS_5.git [submodule "hw/mcu/silabs/cmsis-dfp-efm32gg12b"] path = hw/mcu/silabs/cmsis-dfp-efm32gg12b url = https://github.com/cmsis-packs/cmsis-dfp-efm32gg12b diff --git a/hw/mcu/nordic/nrfx b/hw/mcu/nordic/nrfx deleted file mode 160000 -Subproject 281cc2e178fd9a470d844b3afdea9eb322a0b0e diff --git a/lib/CMSIS_5 b/lib/CMSIS_5 deleted file mode 160000 -Subproject 20285262657d1b482d132d20d755c8c330d55c1 diff --git a/tools/get_dependencies.py b/tools/get_deps.py index e7d3e0a76..e7d3e0a76 100644 --- a/tools/get_dependencies.py +++ b/tools/get_deps.py |
