Topic: FreeRTOS install question.

Hi, I'm kind of a beginner in this type of things and I'm a bit lost.

So I'm trying to use WolfCrypt in a FreeRTOS running on a RISC-V, but I don't know the exact steps to reach my goal. I want to use this library to test some cryptographic algorithms only, I will not use any of the networking capabilities of WolfSSL.

If possible, I would like to know what I must do to implement WolfCrypt in my system. I have already tried to read the manual but I have not found so much information directed to FreeRTOS.

Thanks in advance.

Share

Re: FreeRTOS install question.

Hi JMG,

Can you tell us a bit about the project and what/who is driving the effort?


To start please uncomment the define FREERTOS in wolfssl-root/wolfssl/wolfcrypt/settings.h and add the define WOLFCRYPT_ONLY to disable SSL/TLS functionality for just the crypto.

Please let us know if you encounter any issues as you get started!

Warm Regards,

K

Re: FreeRTOS install question.

Hi JMG,

You can find the RISC-V examples here:
https://github.com/wolfSSL/wolfssl/tree … PSE/SIFIVE
https://github.com/wolfSSL/wolfssl/tree … /IDE/RISCV

Also I just put up a PR to consolidate the RISC-V information into IDE/RISCV here:
https://github.com/wolfSSL/wolfssl/pull/2490

Thanks,
David Garske, wolfSSL

Share