Kinetis SDK and lwIP stack

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kinetis SDK and lwIP stack

Jump to solution
1,551 Views
andersbergström
Contributor II

I´m currently porting an application from a MCU that is using the lwip stack (1.4.0) to a Kinetis K64F120.

As far as I can understand, there is a variant of the lwip-Stack included in the Kinetis SDK.

Some parts are missing from what I can see, for example the unit tests provided by the lwip stack.

 

My application is using some of the applications provided in the contrib-1.4.0 package which is missing as well.

 

Does anyone know which version the lwIP stack provided by the Kinetis SDK is based upon?

 

Best regards,

Anders

Labels (1)
Tags (1)
0 Kudos
1 Solution
1,042 Views
Rick_Li
NXP Employee
NXP Employee

the version provided by KSDK is 1.4.1.

please refer to SW-Content-Register-KSDK-1.0.0.txt which is located in KSDK installation folder.

lwIP TCP/IP Stack     Description: A light-weight TCP/IP stack
                      Version: 1.4.1
                      Author: Swedish Institute of Computer Science
                      License: Open Source - BSD-3-Clause
                      Format: source code
                      URL: http://savannah.nongnu.org/projects/lwip/
                      Location: KSDK_1.0.0/tcpip/lwip

View solution in original post

0 Kudos
1 Reply
1,043 Views
Rick_Li
NXP Employee
NXP Employee

the version provided by KSDK is 1.4.1.

please refer to SW-Content-Register-KSDK-1.0.0.txt which is located in KSDK installation folder.

lwIP TCP/IP Stack     Description: A light-weight TCP/IP stack
                      Version: 1.4.1
                      Author: Swedish Institute of Computer Science
                      License: Open Source - BSD-3-Clause
                      Format: source code
                      URL: http://savannah.nongnu.org/projects/lwip/
                      Location: KSDK_1.0.0/tcpip/lwip
0 Kudos