How to add "lwIP library" to Eclipse XSDK Zynq Application Project?
I tried following the instructions in "Xilinx Standalone Library Documentation" for Zynq-7000 CPU under the chapter for "lwIP" library.
So basically, I create a FreeRTOS application project
Then the instructions say open the "The Board Support Package Settings window"... which I can't find... and then:
(e) Select the lwip202 library with version 1_1 .
On the left side of the SDK window, lwip202_v1_1 appears in the list of libraries to be compiled.
(f) Select lwip202 in the Project Explorer view.
The configuration options for lwIP are listed.
(g) Configure the lwIP and click OK.
The board support package automatically builds with lwIP included in it.
How to find the BSP settings windows in XSDK?
How to adding lwIP library to XSDK project.
Create Application project named with FreeRTOS option selected.
Right click _bsp and select "Board Support Package Settings"
Click Check box "lwip"
click ok.