-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
20 lines (20 loc) · 948 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "nrf-mpsl-sys/third_party/arm/CMSIS_5"]
path = nrf-mpsl-sys/third_party/arm/CMSIS_5
url = https://github.com/ARM-software/CMSIS_5.git
[submodule "nrf-sdc-sys/third_party/arm/CMSIS_5"]
path = nrf-sdc-sys/third_party/arm/CMSIS_5
url = https://github.com/ARM-software/CMSIS_5.git
[submodule "nrf-mpsl-sys/third_party/nordic/nrfx"]
path = nrf-mpsl-sys/third_party/nordic/nrfx
url = https://github.com/NordicSemiconductor/nrfx.git
[submodule "nrf-sdc-sys/third_party/nordic/nrfx"]
path = nrf-sdc-sys/third_party/nordic/nrfx
url = https://github.com/NordicSemiconductor/nrfx.git
[submodule "nrf-mpsl-sys/third_party/nordic/nrfxlib"]
path = nrf-mpsl-sys/third_party/nordic/nrfxlib
url = https://github.com/nrfconnect/sdk-nrfxlib.git
branch = "v2.7-branch"
[submodule "nrf-sdc-sys/third_party/nordic/nrfxlib"]
path = nrf-sdc-sys/third_party/nordic/nrfxlib
url = https://github.com/nrfconnect/sdk-nrfxlib.git
branch = "v2.7-branch"