mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Remove axTLS from code and documentation (#7437)
This commit is contained in:
committed by
GitHub
parent
1ead157558
commit
70e4457041
@ -123,7 +123,7 @@ env.Append(
|
||||
|
||||
LIBS=[
|
||||
"hal", "phy", "pp", "net80211", "wpa", "crypto", "main",
|
||||
"wps", "bearssl", "axtls", "espnow", "smartconfig", "airkiss", "wpa2",
|
||||
"wps", "bearssl", "espnow", "smartconfig", "airkiss", "wpa2",
|
||||
"stdc++", "m", "c", "gcc"
|
||||
],
|
||||
|
||||
|
@ -177,7 +177,6 @@ SECTIONS
|
||||
*liblwip6-536-feat.a:(.literal .text .literal.* .text.*)
|
||||
*liblwip6-1460-feat.a:(.literal .text .literal.* .text.*)
|
||||
*libbearssl.a:(.literal .text .literal.* .text.*)
|
||||
*libaxtls.a:(.literal .text .literal.* .text.*)
|
||||
*libat.a:(.literal.* .text.*)
|
||||
*libcrypto.a:(.literal.* .text.*)
|
||||
*libespnow.a:(.literal.* .text.*)
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user