Added tivac architecture
This commit is contained in:
parent
32eec1d429
commit
eeeb385e33
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
category=Communication
|
||||
url=https://github.com/OPEnSLab-OSU/SSLClient
|
||||
architectures=samd
|
||||
architectures=samd,tivac
|
||||
includes=SSLClient.h
|
||||
precompiled=true
|
||||
ldflags=-lSSLClient
|
||||
ldflags=-lSSLClient
|
||||
|
|
Loading…
Reference in a new issue