lwip: Add support for lwip141 stack

This patch add's support for lwip141 stack
added new version of the lwip141_v1_0 and
deprecated the older version.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
This commit is contained in:
Kedareswara rao Appana 2015-01-23 13:10:32 +05:30 committed by Suneel Garapati
parent c6c2fa31d6
commit f2e84be10f

View file

@ -9,6 +9,7 @@ BEGIN LIBRARY lwip140
OPTION requires_os = (standalone xilkernel freertos_zynq);
OPTION VERSION = 2.4;
OPTION NAME = lwip140;
OPTION library_state = "deprecated";
PARAM name = api_mode, desc = "Mode of operation for lwIP (RAW API/Sockets API)", type = enum, values = ("RAW API" = RAW_API, "SOCKET API" = SOCKET_API), default = RAW_API;
PARAM name = socket_mode_thread_prio, desc = "Priority of threads in socket mode", type = int, default = 2;