Skip to content

Commit 0f94a7c

Browse files
author
fpr
committed
removed debug options of LwIP stack
Signed-off-by: fpr <[email protected]>
1 parent 264227c commit 0f94a7c

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

variants/NUCLEO_F429ZI/Ethernet/lwipopts.h

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -47,41 +47,6 @@
4747
#ifndef __LWIPOPTS_H__
4848
#define __LWIPOPTS_H__
4949

50-
#define LWIP_DEBUG LWIP_DBG_ON
51-
// #define NETIF_DEBUG LWIP_DBG_ON
52-
// #define IP_DEBUG LWIP_DBG_ON
53-
// #define UDP_DEBUG LWIP_DBG_ON
54-
// #define DHCP_DEBUG LWIP_DBG_ON
55-
// #define AUTOIP_DEBUG LWIP_DBG_ON
56-
57-
// #define ETHARP_DEBUG LWIP_DBG_ON
58-
// #define PBUF_DEBUG LWIP_DBG_ON
59-
// #define API_LIB_DEBUG LWIP_DBG_ON
60-
// #define API_MSG_DEBUG LWIP_DBG_ON
61-
// #define SOCKETS_DEBUG LWIP_DBG_ON
62-
// #define ICMP_DEBUG LWIP_DBG_ON
63-
// #define IGMP_DEBUG LWIP_DBG_ON
64-
// #define INET_DEBUG LWIP_DBG_ON
65-
// #define IP_REASS_DEBUG LWIP_DBG_ON
66-
// #define RAW_DEBUG LWIP_DBG_ON
67-
// #define MEM_DEBUG LWIP_DBG_ON
68-
// #define MEMP_DEBUG LWIP_DBG_ON
69-
// #define SYS_DEBUG LWIP_DBG_ON
70-
// #define TIMERS_DEBUG LWIP_DBG_ON
71-
// #define TCP_DEBUG LWIP_DBG_ON
72-
// #define TCP_INPUT_DEBUG LWIP_DBG_ON
73-
// #define TCP_FR_DEBUG LWIP_DBG_ON
74-
// #define TCP_RTO_DEBUG LWIP_DBG_ON
75-
// #define TCP_CWND_DEBUG LWIP_DBG_ON
76-
// #define TCP_WND_DEBUG LWIP_DBG_ON
77-
// #define TCP_OUTPUT_DEBUG LWIP_DBG_ON
78-
// #define TCP_RST_DEBUG LWIP_DBG_ON
79-
// #define TCP_QLEN_DEBUG LWIP_DBG_ON
80-
// #define TCPIP_DEBUG LWIP_DBG_ON
81-
// #define SLIP_DEBUG LWIP_DBG_ON
82-
// #define DNS_DEBUG LWIP_DBG_ON
83-
// #define IP6_DEBUG LWIP_DBG_ON
84-
8550
/**
8651
* NO_SYS==1: Provides VERY minimal functionality. Otherwise,
8752
* use lwIP facilities.

0 commit comments

Comments
 (0)