Replace lwip SDK blob with lwip 1.4.1 upstream source

Compiles but won't work yet
This commit is contained in:
Angus Gratton 2015-05-12 10:12:50 +10:00
parent 496c5a8330
commit 806962d5c7
75 changed files with 1203 additions and 13257 deletions

View file

@ -84,7 +84,7 @@
#define configTICK_RATE_HZ ( ( portTickType ) 100 )
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 15 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short )156 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 32 * 1024 ) )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 24 * 1024 ) )
#define configMAX_TASK_NAME_LEN ( 16 )
#define configUSE_TRACE_FACILITY 0
#define configUSE_STATS_FORMATTING_FUNCTIONS 0

View file

@ -1,11 +1,13 @@
#include "esp_common.h"
#include "espressif/esp_common.h"
#include "FreeRTOS.h"
#include "task.h"
#include "lwip/err.h"
#include "lwip/sockets.h"
#include "lwip/dns.h"
#include "lwip/sys.h"
#include "lwip/netdb.h"
#include "lwip/dns.h"
#include "espressif/blob_prototypes.h"