forked from pfalcon/esp-open-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
25 lines (25 loc) · 812 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
[submodule "crosstool-NG"]
path = crosstool-NG
url = https://github.com/jcmvbkbc/crosstool-NG
branch = xtensa-1.22.x
[submodule "lx106-hal"]
path = lx106-hal
url = https://github.com/tommie/lx106-hal
[submodule "esptool"]
path = esptool
url = https://github.com/themadinventor/esptool
[submodule "esp-open-lwip"]
path = esp-open-lwip
url = https://github.com/pfalcon/esp-open-lwip
branch = sdk-1.5.0-experimental
[submodule "esp_newlib_port"]
path = esp_newlib_port
url = https://github.com/Sermus/esp_newlib_port.git
branch = lx106
[submodule "esp_stdcpp_port"]
path = esp_stdcpp_port
url = https://github.com/Sermus/esp_stdcpp_port.git
branch = lx106
[submodule "examples/esp8266_sgi_stl_tests"]
path = examples/esp8266_sgi_stl_tests
url = https://github.com/Sermus/esp8266_sgi_stl_tests.git