1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-09-08 06:28:00 +03:00
Files
esp8266/.gitmodules
Earle F. Philhower, III ead83c16a6 Add .git to BearSSL repo reference (#5827)
The BearSSL submodule reference is missing the .git extension on the
URL.  Add it, to match the rest of the repos.
2019-02-28 02:01:07 -03:00

16 lines
564 B
Plaintext

[submodule "lwip2"]
path = tools/sdk/lwip2/builder
url = https://github.com/d-a-v/esp82xx-nonos-linklayer.git
[submodule "tools/sdk/ssl/bearssl"]
path = tools/sdk/ssl/bearssl
url = https://github.com/earlephilhower/bearssl-esp8266.git
[submodule "libraries/SoftwareSerial"]
path = libraries/SoftwareSerial
url = https://github.com/plerup/espsoftwareserial.git
[submodule "tools/pyserial"]
path = tools/pyserial
url = https://github.com/pyserial/pyserial.git
[submodule "tools/esptool"]
path = tools/esptool
url = https://github.com/espressif/esptool.git