esp-open-lwip
esp-open-lwip copied to clipboard
ESP8266 lwIP library with NAT, SLIP, ENC28j60 Ethernet, and routing support
I can get everything to compile to the liblwip_open.a file but can't seem to find where I need to put it to have it compiled into my firmware. I tried...
I cloned the rep and then run make. Got the following error esp-open-lwip$ make `make: Nothing to be done for 'FORCE'.` Any idea what is wrong ? Thanks in advance
Hello, I have installed this library in my project using the ESP-NONOS-SDK-v2.2.0. However, the UDP part is not working. I am initializing the espconn structure with the UDP configured and...
anyone succeed in building with MEM_USE_POOLS=1 to avoid memory fragmentation? tried to removed attr/DMEM_ATTR parameters in meme_std.h and creating a lwippools.h with: #if MEM_USE_POOLS LWIP_MALLOC_MEMPOOL_START LWIP_MALLOC_MEMPOOL(100, 256) LWIP_MALLOC_MEMPOOL(50, 512) LWIP_MALLOC_MEMPOOL(20,...
Do you mind to explain about the purpose of using loopback interface in ESP8266 ? Thank you.
Can you support esp-open-lwip another version that is based on LWIP v.2 ? Thank you.