add support for SAM, switch __throw_length_error to weak linkage
This commit is contained in:
parent
376c339c95
commit
fa0c4ee5e2
2 changed files with 4 additions and 4 deletions
|
@ -6,5 +6,5 @@ sentence=Arduino library to add TLS functionality to any Client class
|
|||
paragraph=including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.
|
||||
category=Communication
|
||||
url=https://github.com/OPEnSLab-OSU/SSLClient
|
||||
architectures=samd,tivac,stm32,esp32
|
||||
architectures=samd,sam,tivac,stm32,esp32
|
||||
includes=SSLClient.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue