forked from bristlemouth/bm_protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
36 lines (36 loc) · 1.48 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
[submodule "src/third_party/memfault-firmware-sdk"]
path = src/third_party/memfault-firmware-sdk
url = https://github.com/sofarocean/memfault-firmware-sdk.git
[submodule "src/third_party/mcuboot"]
path = src/third_party/mcuboot
url = https://github.com/sofarocean/mcuboot.git
[submodule "src/third_party/lwip"]
path = src/third_party/lwip
url = https://github.com/sofarocean/lwip.git
[submodule "src/third_party/tinyusb"]
path = src/third_party/tinyusb
url = https://github.com/sofarocean/tinyusb.git
[submodule "test/third_party/fff"]
path = test/third_party/fff
url = https://github.com/sofarocean/fff.git
[submodule "src/third_party/tinycbor"]
path = src/third_party/tinycbor
url = https://github.com/sofarocean/tinycbor.git
[submodule "src/third_party/cobs-c"]
path = src/third_party/cobs-c
url = https://github.com/sofarocean/cobs-c.git
[submodule "src/lib/bm_serial"]
path = src/lib/bm_serial
url = https://github.com/bristlemouth/bm_serial.git
[submodule "src/third_party/micropython"]
path = src/third_party/micropython
url = https://github.com/sofarocean/micropython.git
[submodule "src/third_party/micropython-lib"]
path = src/third_party/micropython-lib
url = https://github.com/micropython/micropython-lib.git
[submodule "src/lib/bm_common_messages"]
path = src/lib/bm_common_messages
url = https://github.com/bristlemouth/bm_common_messages.git
[submodule "src/third_party/BME280_driver"]
path = src/third_party/BME280_driver
url = https://github.com/sofarocean/BME280_driver.git