2015-06-15 14:58:53 -07:00
# wolfSSL library for TI-RTOS
2014-05-08 15:50:55 -07:00
2015-06-15 14:58:53 -07:00
This directory contains the files that build wolfSSL library for TI-RTOS.
2023-05-11 15:23:35 -04:00
Please follow the instructions in "Using wolfSSL with TI-RTOS" (https://www.wolfssl.com/documentation/Using_wolfSSL_with_TI-RTOS.pdf) to build the wolfSSL
2015-06-15 14:58:53 -07:00
library and the example applications.
2014-05-08 15:50:55 -07:00
2015-06-15 14:58:53 -07:00
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).
2014-05-08 15:50:55 -07:00
2017-04-07 15:46:32 -07:00
For more information see:
(https://github.com/wolfSSL/wolfssl-examples/blob/master/tirtos_ccs_examples/README.md)
2015-06-15 14:58:53 -07:00
## Example Application
2014-05-08 15:50:55 -07:00
2015-06-15 14:58:53 -07:00
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.