First set of changes for from-source esp-lwip

This commit is contained in:
Angus Gratton 2015-05-13 16:40:54 +10:00
parent 2449914df1
commit e4bc8fab7a
6 changed files with 91 additions and 7 deletions

View file

@ -32,6 +32,12 @@
#ifndef __LWIPOPTS_H__
#define __LWIPOPTS_H__
#define LWIP_ESP 1
#define ESP_RTOS 1
#define PBUF_RSV_FOR_WLAN 1
#define EBUF_LWIP 1
#define ESP_TIMEWAIT_THRESHOLD 10000
/*
-----------------------------------------------
---------- Platform specific locking ----------