diff options
Diffstat (limited to 'app/lwip')
-rw-r--r-- | app/lwip/lwipopts.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/lwip/lwipopts.h b/app/lwip/lwipopts.h index 7adba9c..b3e37c7 100644 --- a/app/lwip/lwipopts.h +++ b/app/lwip/lwipopts.h @@ -36,6 +36,8 @@ #define LWIP_TIMERS 1 +#define LWIP_NETIF_STATUS_CALLBACK 1 +#define LWIP_NUM_NETIF_CLIENT_DATA 1 #if 0 #define SYS_DEBUG LWIP_DBG_ON @@ -215,6 +217,9 @@ The STM32F4x7 allows computing and verifying the IP, UDP, TCP and ICMP checksums #define LWIP_HTTPD_FILE_STATE 0 #define LWIP_HTTPD_CGI 1 +#define LWIP_IGMP 1 +#define LWIP_MDNS_RESPONDER 1 + /* |