forked from openxc/vi-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
49 lines (49 loc) · 1.59 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
[submodule "src/libs/nxpUSBlib"]
path = src/libs/nxpUSBlib
url = https://github.com/openxc/nxpUSBlib.git
[submodule "src/libs/cJSON"]
path = src/libs/cJSON
url = https://github.com/openxc/cJSON.git
[submodule "src/libs/CDL"]
path = src/libs/CDL
url = https://github.com/openxc/nxp-cdl
[submodule "src/libs/BSP"]
path = src/libs/BSP
url = https://github.com/openxc/nxp-bsp
[submodule "src/libs/arduino.mk"]
path = src/libs/arduino.mk
url = https://github.com/peplin/Arduino-Makefile
ignore = untracked
[submodule "src/libs/emqueue"]
path = src/libs/emqueue
url = https://github.com/openxc/emqueue
[submodule "src/libs/AT-commander"]
path = src/libs/AT-commander
url = https://github.com/openxc/AT-commander
[submodule "src/libs/nanopb"]
path = src/libs/nanopb
url = https://github.com/nanopb/nanopb.git
[submodule "src/libs/openxc-message-format"]
path = src/libs/openxc-message-format
url = https://github.com/openxc/openxc-message-format
[submodule "src/libs/bitfield-c"]
path = src/libs/bitfield-c
url = https://github.com/openxc/bitfield-c
[submodule "src/libs/isotp-c"]
path = src/libs/isotp-c
url = https://github.com/openxc/isotp-c
[submodule "src/libs/uds-c"]
path = src/libs/uds-c
url = https://github.com/openxc/uds-c
[submodule "src/libs/http-parser"]
path = src/libs/http-parser
url = https://github.com/joyent/http-parser/
[submodule "src/libs/cmp"]
path = src/libs/cmp
url = https://github.com/camgunz/cmp
[submodule "src/libs/STBTLE"]
path = src/libs/STBTLE
url = https://github.com/openxc/STBTLE
[submodule "src/libs/MLA"]
path = src/libs/MLA
url = https://github.com/openxc/MLA