This commit is contained in:
2025-11-07 19:29:06 +06:00
parent d577c5193c
commit 1403c53d32
3 changed files with 36 additions and 27 deletions

View File

@@ -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__ */