-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path.gitmodules
34 lines (33 loc) · 1.38 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
[submodule "micropython"]
path = micropython
url = https://github.com/micropython/micropython
[submodule "tools/littlefs/mbed-littlefs"]
path = tools/littlefs/mbed-littlefs
url = https://github.com/ARMmbed/mbed-littlefs.git
[submodule "m5stack/components/esp32-camera"]
path = m5stack/components/esp32-camera
url = https://github.com/espressif/esp32-camera.git
[submodule "m5stack/components/M5Unified/M5GFX"]
path = m5stack/components/M5Unified/M5GFX
url = https://github.com/m5stack/M5GFX.git
[submodule "m5stack/components/M5Unified/M5Unified"]
path = m5stack/components/M5Unified/M5Unified
url = https://github.com/m5stack/M5Unified.git
[submodule "m5stack/components/lv_bindings"]
path = m5stack/components/lv_bindings
url = https://github.com/lvgl/lv_binding_micropython.git
[submodule "esp-adf"]
path = esp-adf
url = https://github.com/espressif/esp-adf.git
[submodule "m5stack/components/esp_dl"]
path = m5stack/components/esp_dl
url = https://github.com/hlym123/esp_dl.git
[submodule "m5stack/components/esp-code-scanner"]
path = m5stack/components/esp-code-scanner
url = https://github.com/hlym123/esp-code-scanner.git
[submodule "m5stack/components/epdiy"]
path = m5stack/components/epdiy
url = https://github.com/vroland/epdiy.git
[submodule "m5stack/components/esp_zigbee_host"]
path = m5stack/components/esp_zigbee_host
url = https://github.com/hlym123/esp_zigbee_host.git