-
Notifications
You must be signed in to change notification settings - Fork 513
/
.gitmodules
55 lines (55 loc) · 2.1 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[submodule "third_party/nrf5_sdk/nrf5_sdk"]
path = third_party/nrf5_sdk/nrf5_sdk
url = https://github.com/particle-iot/nrf5_sdk.git
branch = particle
[submodule "third_party/lwip/lwip"]
path = third_party/lwip/lwip
url = https://github.com/particle-iot/lwip.git
branch = particle
[submodule "third_party/lwip/lwip-contrib"]
path = third_party/lwip/lwip-contrib
url = https://github.com/particle-iot/lwip-contrib.git
branch = particle
[submodule "third_party/freertos/freertos"]
path = third_party/freertos/freertos
url = https://github.com/particle-iot/freertos.git
branch = particle
[submodule "third_party/mbedtls/mbedtls"]
path = third_party/mbedtls/mbedtls
url = https://github.com/particle-iot/mbedtls.git
branch = particle
[submodule "third_party/nanopb/nanopb"]
path = third_party/nanopb/nanopb
url = https://github.com/particle-iot/nanopb.git
branch = particle
[submodule "third_party/littlefs/littlefs"]
path = third_party/littlefs/littlefs
url = https://github.com/particle-iot/littlefs.git
branch = particle
[submodule "third_party/wiznet_driver/wiznet_driver"]
path = third_party/wiznet_driver/wiznet_driver
url = https://github.com/particle-iot/ioLibrary_Driver.git
branch = particle
[submodule "third_party/miniz/miniz"]
path = third_party/miniz/miniz
url = https://github.com/particle-iot/miniz.git
branch = particle
[submodule "gsm0710muxer/gsm0710muxer"]
path = gsm0710muxer/gsm0710muxer
url = https://github.com/particle-iot/gsm0710muxer.git
branch = master
[submodule "third_party/catch2/catch2"]
path = third_party/catch2/catch2
url = https://github.com/particle-iot/Catch2.git
[submodule "third_party/fakeit/fakeit"]
path = third_party/fakeit/fakeit
url = https://github.com/particle-iot/Fakeit.git
[submodule "third_party/ambd_sdk/ambd_sdk"]
path = third_party/ambd_sdk/ambd_sdk
url = https://github.com/particle-iot/realtek_ambd_sdk_public.git
[submodule "third_party/coremark/coremark"]
path = third_party/coremark/coremark
url = https://github.com/particle-iot/coremark
[submodule "proto_defs/shared"]
path = proto_defs/shared
url = https://github.com/particle-iot/device-os-protobuf.git