~aleteoryx/muditaos

ref: 5ad878c6c49357da4494e7809b9a026ad662fb85 muditaos/.gitmodules -rw-r--r-- 2.7 KiB
5ad878c6 — Paweł Joński [BH-371] Replace gsl with mainline submodule and move to third-party 4 years ago
                                                                                
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[submodule "module-lwip/lib/lwip"]
	path = module-lwip/lib/lwip
	url = ../lwip.git
	shallow = true
[submodule "module-utils/microtar"]
	path = third-party/microtar/src
	url = ../microtar.git
[submodule "module-utils/segger"]
	path = module-utils/segger
	url = ../segger-utils.git
[submodule "module-utils/crc32"]
	path = third-party/crc32/src
	url = ../crc32
[submodule "module-utils/re2"]
	path = module-utils/re2
	url = ../re2.git
	branch = rt1051
	shallow = true
[submodule "module-utils/protobuf"]
	path = third-party/protobuf/src
	url = ../protobuf.git
	branch = rt1051
	shallow = true
[submodule "module-utils/libphonenumber"]
	path = module-utils/libphonenumber
	url = ../libphonenumber.git
	branch = rt1051
	shallow = true
[submodule "test/googletest"]
	path = test/googletest
	url = https://github.com/google/googletest
	branch = 703bd9caab50b139428cea1aaff9974ebee5742e
[submodule "test/Catch2"]
	path = test/Catch2
	url = https://github.com/catchorg/Catch2
[submodule "module-utils/date"]
	path = third-party/date
	url = ../date.git
[submodule "module-utils/taglib"]
	path = third-party/taglib
	url = ../taglib.git
	branch = rt1051
[submodule "module-bluetooth/lib/btstack"]
	path = module-bluetooth/lib/btstack
	url = ../btstack.git
[submodule "module-utils/pugixml"]
	path = third-party/pugixml
	url = ../pugixml.git
[submodule "module-utils/magic_enum"]
	path = third-party/magic_enum
	url = https://github.com/Neargye/magic_enum.git
[submodule "module-utils/tinyexpr"]
	path = third-party/tinyexpr/src
	url = https://github.com/codeplea/tinyexpr.git
[submodule "module-bsp/board/rt1051/bsp/usb"]
	path = module-bsp/board/rt1051/bsp/usb
	url = ../usb_stack.git
[submodule "module-vfs/thirdparty/fatfs"]
	path = module-vfs/thirdparty/fatfs
	url = ../fatfs.git
[submodule "host-tools/littlefs-fuse/lfsfuse"]
	path = host-tools/littlefs-fuse/lfsfuse
	url = https://github.com/littlefs-project/littlefs-fuse.git
[submodule "module-utils/sml"]
	path = third-party/sml/src
	url = https://github.com/boost-ext/sml
[submodule "tools/misc"]
	path = tools/misc
	url = ../misc-tools.git
[submodule "test/harness"]
	path = test/harness
	url = ../QAMuditaHarness.git
	shallow = true
[submodule "module-utils/CrashDebug"]
	path = module-utils/CrashDebug
	url = https://github.com/adamgreen/CrashDebug.git
[submodule "third-party/minimp3/minimp3"]
	path = third-party/minimp3/minimp3
	url = ../minimp3.git
	branch = RT1051
[submodule "third-party/parallel-hashmap/src"]
	path = third-party/parallel-hashmap/src
	url = https://github.com/greg7mdp/parallel-hashmap.git
[submodule "third-party/littlefs/src"]
	path = third-party/littlefs/src
	url = https://github.com/littlefs-project/littlefs.git
[submodule "third-party/gsl"]
	path = third-party/gsl
	url = https://github.com/microsoft/GSL.git