Topic: building leanpsk in a non-standard environment
Hi
I am working on an embedded platform (TI CC3200) and am trying to see if I can use wolfSSL to to provide SSL over a WIZ550io. Memory resources are short and I want to get the wolfSSL footprint as close as possible to 21k.
I have read about the leanpsk build option for the autoconf system. Since I am building on a non-standard platform I will building on my IAR EWARM compiler and will need to include/exclude the appropriate configuration definitions in the wolfSSL source.
What definitions do I need to include/exclude to get a leanpsk result from my local build?
Also, once I get something like leanpsk built I would like to try and leverage the CC3200's Hardware Crypto Engine. Do you have any guidance on integrating hardware crypto functionality with wolfSSL? Will it be possible to further reduce leanpsk footprint if we can utilize my crypto engine?
Thanks for your help.