Turned off stack debugs

This commit is contained in:
Joseph Henry
2018-02-21 18:31:14 -08:00
parent 2faacca8c9
commit 6916c3f36f
2 changed files with 16 additions and 12 deletions

View File

@@ -114,22 +114,22 @@
// interfaces // interfaces
#define SLIP_DEBUG LWIP_DBG_OFF #define SLIP_DEBUG LWIP_DBG_OFF
#define NETIF_DEBUG LWIP_DBG_ON #define NETIF_DEBUG LWIP_DBG_OFF
// API (not used in libzt) // API (not used in libzt)
#define API_LIB_DEBUG LWIP_DBG_ON #define API_LIB_DEBUG LWIP_DBG_OFF
#define API_MSG_DEBUG LWIP_DBG_ON #define API_MSG_DEBUG LWIP_DBG_OFF
#define SOCKETS_DEBUG LWIP_DBG_ON #define SOCKETS_DEBUG LWIP_DBG_OFF
// other // other
#define ICMP_DEBUG LWIP_DBG_ON #define ICMP_DEBUG LWIP_DBG_OFF
#define IGMP_DEBUG LWIP_DBG_ON #define IGMP_DEBUG LWIP_DBG_OFF
#define INET_DEBUG LWIP_DBG_ON #define INET_DEBUG LWIP_DBG_OFF
#define RAW_DEBUG LWIP_DBG_ON #define RAW_DEBUG LWIP_DBG_OFF
// memory // memory
#define PBUF_DEBUG LWIP_DBG_ON #define PBUF_DEBUG LWIP_DBG_OFF
#define MEM_DEBUG LWIP_DBG_ON #define MEM_DEBUG LWIP_DBG_OFF
#define MEMP_DEBUG LWIP_DBG_ON #define MEMP_DEBUG LWIP_DBG_OFF
// system // system
#define SYS_DEBUG LWIP_DBG_ON #define SYS_DEBUG LWIP_DBG_OFF
#define TIMERS_DEBUG LWIP_DBG_OFF #define TIMERS_DEBUG LWIP_DBG_OFF
// TCP // TCP
#define TCP_DEBUG_TMR LWIP_DBG_OFF // not standard in lwIP, added for debugging convenience #define TCP_DEBUG_TMR LWIP_DBG_OFF // not standard in lwIP, added for debugging convenience

4
packages/pypi/libzt/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore