-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
21 lines (21 loc) · 1.21 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "firmware/components/micropython/micropython"]
path = components/micropython/micropython
url = https://github.com/micropython/micropython.git
[submodule "esp-idf"]
path = esp-idf
url = https://github.com/espressif/esp-idf.git
[submodule "firmware/python_modules/micropython-lib"]
path = python_modules/micropython-lib
url = https://github.com/micropython/micropython-lib
[submodule "firmware/components/driver_mch22/esp32-component-mch2022-rp2040"]
path = components/driver_mch22/esp32-component-mch2022-rp2040
url = https://github.com/badgeteam/esp32-component-mch2022-rp2040.git
[submodule "firmware/components/driver_display_ili9341/esp32-component-spi-ili9341"]
path = components/driver_display_ili9341/esp32-component-spi-ili9341
url = https://github.com/Nicolai-Electronics/esp32-component-spi-ili9341.git
[submodule "components/driver_mch22/esp32-component-spi-ice40"]
path = components/driver_mch22/esp32-component-spi-ice40
url = https://github.com/Nicolai-Electronics/esp32-component-spi-ice40.git
[submodule "components/driver_mch22/esp32-component-mch2022-rp2040"]
path = components/driver_mch22/esp32-component-mch2022-rp2040
url = https://github.com/badgeteam/esp32-component-mch2022-rp2040.git