forked from ROMEO/obsw
RX working, still a bit messy
This commit is contained in:
@ -47,6 +47,9 @@
|
||||
#include <sys/time.h>
|
||||
#include "cpu.h"
|
||||
|
||||
#include "xil_printf.h"
|
||||
|
||||
|
||||
// errno is a macro. If we define LWIP_ERRNO_INCLUDE to errno.h the preprocessor will replace it,
|
||||
// breaking the include. Instead we supply a helper include which in turn includes errno.h
|
||||
#define LWIP_ERRNO_INCLUDE <onrre.h>
|
||||
|
@ -78,7 +78,7 @@
|
||||
#define PPP_DEBUG LWIP_DBG_OFF
|
||||
#define MEM_DEBUG LWIP_DBG_OFF
|
||||
#define MEMP_DEBUG LWIP_DBG_OFF
|
||||
#define PBUF_DEBUG LWIP_DBG_OFF
|
||||
#define PBUF_DEBUG LWIP_DBG_ON
|
||||
#define API_LIB_DEBUG LWIP_DBG_ON
|
||||
#define API_MSG_DEBUG LWIP_DBG_ON
|
||||
#define TCPIP_DEBUG LWIP_DBG_ON
|
||||
|
@ -1,5 +1,5 @@
|
||||
LWIP_MALLOC_MEMPOOL_START
|
||||
LWIP_MALLOC_MEMPOOL(50, 256)
|
||||
LWIP_MALLOC_MEMPOOL(50, 512)
|
||||
LWIP_MALLOC_MEMPOOL(50, 1512)
|
||||
LWIP_MALLOC_MEMPOOL(50, 1550)
|
||||
LWIP_MALLOC_MEMPOOL_END
|
Reference in New Issue
Block a user