1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-02 14:22:55 +03:00

Add a build directory for libbearssl.a (#4736)

Simple git submodule and makefile for building the bearssl library
from source in the Arduino tree.
This commit is contained in:
Earle F. Philhower, III
2018-05-23 19:50:26 -07:00
committed by GitHub
parent 529baabef8
commit 5a033835e1
7 changed files with 76 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[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