mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-08 06:28:00 +03:00
The BearSSL submodule reference is missing the .git extension on the URL. Add it, to match the rest of the repos.
16 lines
564 B
Plaintext
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
|