forked from SHA2017-badge/Firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
26 lines (26 loc) · 811 Bytes
/
.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
[submodule "esp-idf"]
path = esp-idf
url = https://github.com/SHA2017-badge/esp-idf.git
branch = master
[submodule "micropython"]
path = micropython
url = https://github.com/SHA2017-badge/micropython-esp32.git
branch = master
[submodule "ugfx"]
path = ugfx
url = https://github.com/SHA2017-badge/ugfx.git
branch = master
[submodule "micropython-lib"]
path = micropython-lib
url = https://github.com/micropython/micropython-lib.git
branch = master
[submodule "examples"]
path = examples
url = https://github.com/SHA2017-badge/micropython-examples-sha2017.git
branch = master
[submodule "auto-flasher"]
path = auto-flasher
url = https://github.com/SHA2017-badge/auto-flasher.git
[submodule "xtensa-esp32-elf"]
path = xtensa-esp32-elf
url = https://github.com/SHA2017-badge/xtensa-esp32-elf.git