Initial import from Adam's 20021017 CVS archive w/ modified license.

This commit is contained in:
likewise
2002-10-19 12:59:30 +00:00
parent f06e955072
commit ccab493c95
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ Raw TCP/IP interface for lwIP 0.5
Author: Adam Dunkels
$Id: rawapi.txt,v 1.1 2002/10/19 12:59:32 likewise Exp $
$Id: rawapi.txt,v 1.1.1.1 2002/10/19 12:59:32 likewise Exp $
lwIP provides two Application Program's Interfaces (APIs) for programs
to use for communication with the TCP/IP code: the sequential API

View File

@@ -2,7 +2,7 @@ sys_arch interface for lwIP 0.5
Author: Adam Dunkels
$Id: sys_arch.txt,v 1.1 2002/10/19 12:59:33 likewise Exp $
$Id: sys_arch.txt,v 1.1.1.1 2002/10/19 12:59:33 likewise Exp $
The operating system emulation layer provides a common interface
between the lwIP code and the underlying operating system kernel. The