How add LwIP in a non-Ethernet device?
Hi,
This is my first project trying to use lwIp, so sorry for all the mistakes that i could be making...
The thing is that i would need to use lwIp over a STM32F479VI LQFP100. But this mcu does not have Ethernet, so the lwIp option does not appear in CubeMX. I have been reading and trying to understand how could i include this library in order to use it in a standalone environment, but i am not getting it to work.
I have tried to download the lwIp 1.4.1 version from:
http://savannah.nongnu.org/projects/LwIP
And include it under Middlewares -> Third_Party.
But it does not compile, saying that some files like "config.h" are missing.
Someone could help me with this? Thank you in advance!
