wolfssl/tirtos/README

37 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-01-09 11:09:54 -06:00
wolfSSL library for TI-RTOS
2015-01-09 11:09:54 -06:00
This directory contains the files that build wolfSSL library for TI-RTOS.
Please follow the instructions in TI-RTOS user guide (www.ti.com/tool/ti-rtos)
2015-01-09 11:09:54 -06:00
to build the wolfSSL library and the example applications.
Included Files
---------------
2015-01-09 11:09:54 -06:00
1. wolfSSL library build files (packages/ti/net/wolfssl)
Build instructions provided in TI-RTOS user guide (www.ti.com/tool/ti-rtos)
2015-01-09 11:09:54 -06:00
2. wc_ test application (packages/ti/net/wolfssl/tests/wolfcrypt/test)
2015-01-09 11:09:54 -06:00
This application is the standard wc_ test application provided with
wolfSSL.
2015-01-09 11:09:54 -06:00
It will be built along with the wolfSSL library. Load the built executable
on the target and make sure the wolfSSL library works as expected.
2015-01-09 11:09:54 -06:00
3. wc_ benchmark application
(packages/ti/net/wolfssl/tests/wolfcrypt/benchmark)
2015-01-09 11:09:54 -06:00
This application is the standard wc_ benchmark application provided
with wolfSSL.
2015-01-09 11:09:54 -06:00
It will be built along with the wolfSSL library. Load the built executable
on the target and run to get the benchmark results for the configured
2015-01-09 11:09:54 -06:00
wolfSSL library.
Examples Application
--------------------
2014-11-17 16:49:31 -06:00
A simple 'TCP echo server with TLS' example application is provided with TI-RTOS
product. Look in the TI-RTOS user guide for instructions to build examples.