wolfssl/tirtos
Jacob Barthelmeh 3763b88397 rename the file io.h to wolfio.h 2017-09-20 10:53:11 -06:00
..
packages/ti/net/wolfssl rename the file io.h to wolfio.h 2017-09-20 10:53:11 -06:00
.gitignore
README Intel QuickAssist (QAT) support and async enhancements/fixes: 2017-04-10 14:45:05 -07:00
include.am fix TI-RTOS makefiles to build wolfSSL from local dir 2015-11-10 17:21:10 -08:00
products.mak fix TI-RTOS makefiles to build wolfSSL from local dir 2015-11-10 17:21:10 -08:00
wolfssl.bld fix TI-RTOS makefiles to build wolfSSL from local dir 2015-11-10 17:21:10 -08:00
wolfssl.mak fix TI-RTOS makefiles to build wolfSSL from local dir 2015-11-10 17:21:10 -08:00

README

# wolfSSL library for TI-RTOS

This directory contains the files that build wolfSSL library for TI-RTOS.
Please follow the instructions in "Using wolfSSL with TI-RTOS" (http://processors.wiki.ti.com/index.php/Using_wolfSSL_with_TI-RTOS) to build the wolfSSL
library and the example applications.

Also read TI-RTOS Getting Started Guide and TI-RTOS User Guide to learn more
about TI-RTOS (http://www.ti.com/tool/ti-rtos).

For more information see:
(https://github.com/wolfSSL/wolfssl-examples/blob/master/tirtos_ccs_examples/README.md)

## Example Application

A simple "TCP echo server with TLS" example application is provided with TI-RTOS
product. Look in the TI-RTOS Getting Started Guide for instructions to build
examples.