Added tivac architecture

This commit is contained in:
Alberto Panu 2020-02-07 01:08:21 +01:00 committed by GitHub
parent 32eec1d429
commit eeeb385e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ sentence=Arduino library to add SSL 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. 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 category=Communication
url=https://github.com/OPEnSLab-OSU/SSLClient url=https://github.com/OPEnSLab-OSU/SSLClient
architectures=samd architectures=samd,tivac
includes=SSLClient.h includes=SSLClient.h
precompiled=true precompiled=true
ldflags=-lSSLClient ldflags=-lSSLClient