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:
parent
c6c2fa31d6
commit
f2e84be10f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue