Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove leftover LWIP debug/redefines #2213

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions include/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ extern unsigned long __lwip_rand(void);
#define LWIP_NETIF_LINK_CALLBACK 1
#define LWIP_NETIF_HOSTNAME 1
#define LWIP_NETCONN 0
#define LWIP_STATS 0
#define LWIP_STATS_DISPLAY 0
#define MEM_STATS 0
#define SYS_STATS 0
#define MEMP_STATS 0
Expand Down Expand Up @@ -72,14 +74,7 @@ extern void __setSystemTime(unsigned long long sec, unsigned long us);
//#define SNTP_SERVER_ADDRESS "pool.ntp.org"
#define SNTP_SERVER_DNS 1

#ifndef NDEBUG
#define LWIP_DEBUG 1
#define LWIP_STATS 1
#define LWIP_STATS_DISPLAY 1
#define MEMP_STATS 1
#define MEM_STATS 1
#endif

#define LWIP_DEBUG 0
#define ETHARP_DEBUG LWIP_DBG_OFF
#define NETIF_DEBUG LWIP_DBG_OFF
#define PBUF_DEBUG LWIP_DBG_OFF
Expand Down
Binary file modified lib/libpico.a
Binary file not shown.
Binary file modified lib/libpicow-ipv6-btc-ble-big.a
Binary file not shown.
Binary file modified lib/libpicow-ipv6-btc-ble.a
Binary file not shown.
Binary file modified lib/libpicow-ipv6-nobtc-noble-big.a
Binary file not shown.
Binary file modified lib/libpicow-ipv6-nobtc-noble.a
Binary file not shown.
Binary file modified lib/libpicow-noipv6-btc-ble-big.a
Binary file not shown.
Binary file modified lib/libpicow-noipv6-btc-ble.a
Binary file not shown.
Binary file modified lib/libpicow-noipv6-nobtc-noble-big.a
Binary file not shown.
Binary file modified lib/libpicow-noipv6-nobtc-noble.a
Binary file not shown.
11 changes: 3 additions & 8 deletions tools/libpico/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ extern unsigned long __lwip_rand(void);
#define LWIP_NETIF_LINK_CALLBACK 1
#define LWIP_NETIF_HOSTNAME 1
#define LWIP_NETCONN 0
#define LWIP_STATS 0
#define LWIP_STATS_DISPLAY 0
#define MEM_STATS 0
#define SYS_STATS 0
#define MEMP_STATS 0
Expand Down Expand Up @@ -72,14 +74,7 @@ extern void __setSystemTime(unsigned long long sec, unsigned long us);
//#define SNTP_SERVER_ADDRESS "pool.ntp.org"
#define SNTP_SERVER_DNS 1

#ifndef NDEBUG
#define LWIP_DEBUG 1
#define LWIP_STATS 1
#define LWIP_STATS_DISPLAY 1
#define MEMP_STATS 1
#define MEM_STATS 1
#endif

#define LWIP_DEBUG 0
#define ETHARP_DEBUG LWIP_DBG_OFF
#define NETIF_DEBUG LWIP_DBG_OFF
#define PBUF_DEBUG LWIP_DBG_OFF
Expand Down