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:
committed by
GitHub
parent
529baabef8
commit
5a033835e1
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user