Kaleb Himes 2ec7951de6 Merge pull request #4803 from danielinux/tirtos-update-202201 2 years ago
..
packages 2ec7951de6 Merge pull request #4803 from danielinux/tirtos-update-202201 2 years ago
.gitignore e0bec88f76 fixed build errors for TI-RTOS. 9 years ago
README c1640e8a3d Intel QuickAssist (QAT) support and async enhancements/fixes: 7 years ago
include.am 3211817f59 fix TI-RTOS makefiles to build wolfSSL from local dir 8 years ago
products.mak 3211817f59 fix TI-RTOS makefiles to build wolfSSL from local dir 8 years ago
wolfssl.bld 3211817f59 fix TI-RTOS makefiles to build wolfSSL from local dir 8 years ago
wolfssl.mak b83804cb9d Correct misspellings and typos from codespell tool 4 years ago

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.