Hi Quan,
The wolfSSL website has a page specific to TI-RTOS:
http://yassl.com/yaSSL/cyassl-ti.htmlAlong with some CodeComposer Studio / TIVA examples here:
https://github.com/wolfSSL/wolfssl-exam … s_examplesBest Regards,
Chris
Hi Chris,
Thanks for the reply. As I had read those links before posting the question, I still could not find out how to build and install CyaSSL to my TI-RTOS version.
Instruction in the link:
To enable TI-RTOS support, define TIRTOS when building CyaSSL. The TIRTOS define turns on settings specific to the TI-RTOS library and supported compilers.
To see a list of specific preprocessor defines used to build CyaSSL TI-RTOS, see the above define located in the <cyassl_root>/cyassl/ctaocrypt/settings.h file of the CyaSSL download package.
I located settings.h, but after uncommenting #define CYASSL_TIRTOS, what am I supposed to do next in order to "make" and "make install" CyaSSL into TI-RTOS? (I am working on PC, using CCS6.0)
Please understand for me that I have to ask these questions as most build instructions for wolfSSL direct me to TI-RTOS website, where I could find nothing useful and specific so far.
Thanks,