fix: dma
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
#define LWIP_DEBUG 1
|
||||
#define LWIP_DBG_MIN_LEVEL LWIP_DBG_LEVEL_ALL
|
||||
|
||||
#define DHCP_DEBUG LWIP_DBG_ON
|
||||
#define NETIF_DEBUG LWIP_DBG_ON
|
||||
#define ETHARP_DEBUG LWIP_DBG_ON
|
||||
#define UDP_DEBUG LWIP_DBG_ON
|
||||
#define IP_DEBUG LWIP_DBG_ON
|
||||
#define DHCP_DEBUG LWIP_DBG_ON
|
||||
#define NETIF_DEBUG LWIP_DBG_ON
|
||||
#define ETHARP_DEBUG LWIP_DBG_ON
|
||||
|
||||
#define NO_SYS 1
|
||||
|
||||
@@ -40,7 +42,7 @@
|
||||
// #define CHECKSUM_GEN_UDP 0
|
||||
// #define CHECKSUM_GEN_TCP 0
|
||||
// #define CHECKSUM_CHECK_IP 0
|
||||
// #define CHECKSUM_CHECK_UDP 0
|
||||
#define CHECKSUM_CHECK_UDP 0
|
||||
// #define CHECKSUM_CHECK_TCP 0
|
||||
// #define LWIP_CHECKSUM_ON_COPY 1
|
||||
|
||||
@@ -50,4 +52,6 @@
|
||||
// Statistics
|
||||
#define LWIP_STATS 0
|
||||
|
||||
#define LWIP_NETIF_LINK_CALLBACK 1
|
||||
|
||||
#endif /* __LWIPOPTS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user