1

(11 replies, posted in wolfSSL)

Hello,

I have a similar question to what has been asked earlier in this thread. I am working with a STM32F405. FreeRTOS is only used as a scheduler rather than a complete operating system.

I want to build WolfSSL as small as possible for this use. Reading chapter 2.4 of the manual is not giving me enough information as far as i understand it at least. It says to keep the header and source files in the same structure as the WolfSSL download package.

What are the source and header files required to build WolfSSL? What parts are required for what functionality?

I have access to the entirety of the C standard library and i have to make my own custom input/output abstraction layer according to chapter 5.1.2 in the WolfSSL manual, as I will be using either UART to radio or a proprietary protocol to radio.

--StrToLower