[lwip-users] Error due to empty structure in dhcp6.h

2016-12-22 Thread Nirav Desai
Hi , It is seen that dhcp6 is not yet implemented. But dhcp6.h has a template of an empty structure. struct dhcp6 { /*@todo: implement DHCP6*/ }; dhcp6.h is included in 2 source files viz. netif.c ip6.c In netif.c the inclusion is guarded by a macro #if LWIP_IPV6_DHCP6 #include

[lwip-users] FreeRTOs port

2016-12-19 Thread Nirav Desai
Hello All, Please find attached a patch which has FreeRTOS port for LWIP. Many IoT based products use FreeRTOS as their operating system and LWIP is their prime choice for network stack. ?However there is no standard port available in LWIP contrib Please incorporate this port patch.

[lwip-users] LWIP : Get rid of warnings when LWIP_NOASSERT is on

2016-12-19 Thread Nirav Desai
?Hello, I use LWIP in professional capacity. Here I face a common warning due ot a varialble defined in file viz. pbuf.c When LWIP Asserts are off compilation warning is seen. Please find attached a patch which helps get rid of this warning. Please let me know if this can be pulled in man