-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
160 lines (160 loc) · 7.03 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
[submodule "firmware/framework/components/ch405labs_esp_console"]
path = firmware/framework/components/ch405labs_esp_console
url = https://gitlab.com/ch405labs/ch405labs_esp_console.git
branch = main
[submodule "firmware/framework/components/ch405labs_esp_controller"]
path = firmware/framework/components/ch405labs_esp_controller
url = https://gitlab.com/ch405labs/ch405labs_esp_controller.git
branch = main
[submodule "firmware/framework/components/ch405labs_esp_debug"]
path = firmware/framework/components/ch405labs_esp_debug
url = https://gitlab.com/ch405labs/ch405labs_esp_debug.git
branch = main
[submodule "firmware/framework/components/ch405labs_esp_led"]
path = firmware/framework/components/ch405labs_esp_led
url = https://gitlab.com/ch405labs/ch405labs_esp_led.git
branch = main
[submodule "firmware/framework/components/ch405labs_esp_wifi"]
path = firmware/framework/components/ch405labs_esp_wifi
url = https://gitlab.com/ch405labs/ch405labs_esp_wifi.git
branch = main
[submodule "firmware/framework/components/ch405labs_gfx_drivers"]
path = firmware/framework/components/ch405labs_gfx_drivers
url = https://gitlab.com/ch405labs/ch405labs_gfx_drivers.git
branch = main
[submodule "firmware/framework/components/ch405labs_gfx_menu"]
path = firmware/framework/components/ch405labs_gfx_menu
url = https://gitlab.com/ch405labs/ch405labs_gfx_menu.git
branch = main
[submodule "firmware/framework/components/ch405labs_linenoise"]
path = firmware/framework/components/ch405labs_linenoise
url = https://gitlab.com/ch405labs/ch405labs_linenoise.git
branch = main
[submodule "firmware/framework/components/htcw_bits"]
path = firmware/framework/components/htcw_bits
url = https://gitlab.com/htcw_gfx/htcw_bits.git
branch = main
[submodule "firmware/framework/components/htcw_data"]
path = firmware/framework/components/htcw_data
url = https://gitlab.com/htcw_gfx/htcw_data.git
branch = main
[submodule "firmware/framework/components/htcw_io"]
path = firmware/framework/components/htcw_io
url = https://gitlab.com/htcw_gfx/htcw_io.git
branch = main
[submodule "firmware/framework/components/htcw_ml"]
path = firmware/framework/components/htcw_ml
url = https://gitlab.com/htcw_gfx/htcw_ml.git
branch = main
[submodule "firmware/framework/components/gfx"]
path = firmware/framework/components/gfx
url = https://gitlab.com/htcw_gfx/gfx.git
branch = main
[submodule "firmware/framework/components/ch405labs_esp_libssh2"]
path = firmware/framework/components/ch405labs_esp_libssh2
url = https://gitlab.com/ch405labs/ch405labs_esp_libssh2.git
branch = main
[submodule "firmware/framework/modules/mod_template"]
path = firmware/framework/modules/mod_template
url = https://gitlab.com/BCD_0o27/modules/mod_template.git
branch = main
[submodule "firmware/framework/commands/cmd_template"]
path = firmware/framework/commands/cmd_template
url = https://gitlab.com/BCD_0o27/commands/cmd_template.git
branch = main
[submodule "firmware/example/components/ch405labs_esp_libssh2"]
path = firmware/example/components/ch405labs_esp_libssh2
url = https://gitlab.com/ch405labs/ch405labs_esp_libssh2.git
branch = main
[submodule "firmware/example/components/ch405labs_esp_led"]
path = firmware/example/components/ch405labs_esp_led
url = https://gitlab.com/ch405labs/ch405labs_esp_led.git
branch = main
[submodule "firmware/example/components/ch405labs_esp_console"]
path = firmware/example/components/ch405labs_esp_console
url = https://gitlab.com/ch405labs/ch405labs_esp_console.git
branch = main
[submodule "firmware/example/components/ch405labs_esp_controller"]
path = firmware/example/components/ch405labs_esp_controller
url = https://gitlab.com/ch405labs/ch405labs_esp_controller.git
branch = main
[submodule "firmware/example/components/ch405labs_esp_wifi"]
path = firmware/example/components/ch405labs_esp_wifi
url = https://gitlab.com/ch405labs/ch405labs_esp_wifi.git
branch = main
[submodule "firmware/example/components/ch405labs_gfx_drivers"]
path = firmware/example/components/ch405labs_gfx_drivers
url = https://gitlab.com/ch405labs/ch405labs_gfx_drivers.git
branch = main
[submodule "firmware/example/components/ch405labs_gfx_menu"]
path = firmware/example/components/ch405labs_gfx_menu
url = https://gitlab.com/ch405labs/ch405labs_gfx_menu.git
branch = main
[submodule "firmware/example/components/ch405labs_linenoise"]
path = firmware/example/components/ch405labs_linenoise
url = https://gitlab.com/ch405labs/ch405labs_linenoise.git
branch = main
[submodule "firmware/example/components/gfx"]
path = firmware/example/components/gfx
url = https://gitlab.com/htcw_gfx/gfx.git
branch = main
[submodule "firmware/example/components/htcw_data"]
path = firmware/example/components/htcw_data
url = https://gitlab.com/htcw_gfx/htcw_data.git
branch = main
[submodule "firmware/example/components/htcw_bits"]
path = firmware/example/components/htcw_bits
url = https://gitlab.com/htcw_gfx/htcw_bits.git
branch = main
[submodule "firmware/example/components/htcw_ml"]
path = firmware/example/components/htcw_ml
url = https://gitlab.com/htcw_gfx/htcw_ml.git
branch = main
[submodule "firmware/example/components/htcw_io"]
path = firmware/example/components/htcw_io
url = https://gitlab.com/htcw_gfx/htcw_io.git
branch = main
[submodule "firmware/example/components/ch405labs_esp_debug"]
path = firmware/example/components/ch405labs_esp_debug
url = https://gitlab.com/ch405labs/ch405labs_esp_debug.git
branch = main
[submodule "firmware/example/modules/mod_cyberspace"]
path = firmware/example/modules/mod_cyberspace
url = https://gitlab.com/BCD_0o27/modules/mod_cyberspace.git
branch = main
[submodule "firmware/example/modules/mod_bcd_demo"]
path = firmware/example/modules/mod_bcd_demo
url = https://gitlab.com/BCD_0o27/modules/mod_bcd_demo.git
branch = main
[submodule "firmware/example/modules/mod_logoslideshow"]
path = firmware/example/modules/mod_logoslideshow
url = https://gitlab.com/BCD_0o27/modules/mod_logoslideshow.git
branch = main
[submodule "firmware/example/modules/mod_party"]
path = firmware/example/modules/mod_party
url = https://gitlab.com/BCD_0o27/modules/mod_party.git
branch = main
[submodule "firmware/example/modules/mod_saodemo"]
path = firmware/example/modules/mod_saodemo
url = https://gitlab.com/BCD_0o27/modules/mod_saodemo.git
branch = main
[submodule "firmware/example/modules/mod_settings"]
path = firmware/example/modules/mod_settings
url = https://gitlab.com/BCD_0o27/modules/mod_settings.git
branch = main
[submodule "firmware/example/modules/mod_snake"]
path = firmware/example/modules/mod_snake
url = https://gitlab.com/BCD_0o27/modules/mod_snake.git
branch = main
[submodule "firmware/example/commands/cmd_system"]
path = firmware/example/commands/cmd_system
url = https://gitlab.com/BCD_0o27/commands/cmd_system.git
branch = main
[submodule "firmware/example/commands/cmd_wifi"]
path = firmware/example/commands/cmd_wifi
url = https://gitlab.com/BCD_0o27/commands/cmd_wifi.git
branch = main
[submodule "firmware/example/commands/cmd_test"]
path = firmware/example/commands/cmd_test
url = https://gitlab.com/BCD_0o27/commands/cmd_test.git
branch = main