Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 5 and Version 6 of Packages/LWIP


Ignore:
Timestamp:
02/11/13 10:31:53 (11 years ago)
Author:
C Rempel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Packages/LWIP

    v5 v6  
    44
    55[[TOC(Packages/LWIP, depth=2)]]
    6 
     6=  Light Wieght Internet Protocol (LWIP)  =
    77
    88''Status:''' No active volunteers.
     
    1616The work would have to do :
    1717# start with current LWIP source
    18 # update the port for current RTEMS and current LWIP
     18# update the port for [http://git.rtems.org/rtems/snapshot/rtems-4.10.2.tar.bz2 current RTEMS] and [http://download.savannah.gnu.org/releases/lwip/ current LWIP]
    1919# make the port portable across CPU architectures and BSPs (This is usually not as hard as it sounds.)
    20 # Provide documentation and examples that run on at least qemu so others can provide feedback.
     20# Provide documentation and examples that run on at least [http://www.rtems.org/wiki/index.php/QEMU qemu] so others can provide feedback.
    2121# Ideally use the standard BSD NIC drivers if at all technically possible so when you write a driver for one TCP/IP stack, you automatically get it for both stacks in RTEMS.