Move unmainted ports to "old" directory

This commit is contained in:
kieranm 2007-06-14 12:33:39 +00:00
parent ce18c70557
commit 4903763b16
114 changed files with 49 additions and 45 deletions

View File

@ -1,37 +1,5 @@
6502/ - Architectural files for the 6502 CPU.
c16x/ - Architectural files for the C16x/ST10 uC.
Supports lwIP Raw API only.
CS8900a Ethernet driver for 16-bit mode.
msvc6/ - Architectural files for Microsoft Visual C++ 6.0.
rtxc/ - Architectural files for the RTXC operating system.
unix/ - Architectural files for testing on unix-like systems
(assuming gcc and pthreads).
- Maintained by Kieran Mansley <kieran@recoil.org>
v2pro/ - Architectural files for the Xilinx Virtex-II PRO device with
embedded PowerPC 405 Processor. Supports lwIP Raw API only.
(requires EDK - http://www.xilinx.com/ise/embedded/edk.htm)
coldfire/ - Architectural files for Motorola Coldfire 5272 CPU running
under Nucleus OS. Supports DMA and ISRs in ethernet driver.
ti_c6711/ - Architectural files for TI TMS320C6000 DSP running under uC/OS-II.
Supports lwIP Raw API only.
It's done with an 10/100M ethernet daughtercard.
[more info at https://sourceforge.net/projects/ucos-lwip-c6x/]
Each subdirectory (may) also include:
perf.c - Optional file that should be implemented when running
performance tests of lwIP.
sys.c - Implementation of the operating system emulation layer.
include/ - Architectural specific header files.
netif/ - Architectural specific network interfaces.
old/ - Ports that are no longer actively maintained

36
ports/old/FILES Normal file
View File

@ -0,0 +1,36 @@
This directory contains ports that are no longer actively maintained.
6502/ - Architectural files for the 6502 CPU.
c16x/ - Architectural files for the C16x/ST10 uC.
Supports lwIP Raw API only.
CS8900a Ethernet driver for 16-bit mode.
msvc6/ - Architectural files for Microsoft Visual C++ 6.0.
rtxc/ - Architectural files for the RTXC operating system.
v2pro/ - Architectural files for the Xilinx Virtex-II PRO device with
embedded PowerPC 405 Processor. Supports lwIP Raw API only.
(requires EDK - http://www.xilinx.com/ise/embedded/edk.htm)
coldfire/ - Architectural files for Motorola Coldfire 5272 CPU running
under Nucleus OS. Supports DMA and ISRs in ethernet driver.
ti_c6711/ - Architectural files for TI TMS320C6000 DSP running under uC/OS-II.
Supports lwIP Raw API only.
It's done with an 10/100M ethernet daughtercard.
[more info at https://sourceforge.net/projects/ucos-lwip-c6x/]
Each subdirectory (may) also include:
perf.c - Optional file that should be implemented when running
performance tests of lwIP.
sys.c - Implementation of the operating system emulation layer.
include/ - Architectural specific header files.
netif/ - Architectural specific network interfaces.

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: lib.h,v 1.1 2003/01/18 18:21:57 jani Exp $
* $Id: lib.h,v 1.1 2007/06/14 12:33:57 kieranm Exp $
*/
#ifndef __LIB_H__
#define __LIB_H__

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: perf.h,v 1.1 2003/01/18 18:21:57 jani Exp $
* $Id: perf.h,v 1.1 2007/06/14 12:33:57 kieranm Exp $
*/
#ifndef __PERF_H__
#define __PERF_H__

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: lib.c,v 1.1 2003/01/18 18:21:57 jani Exp $
* $Id: lib.c,v 1.1 2007/06/14 12:33:57 kieranm Exp $
*/
/* These are generic implementations of various library functions used

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: perf.c,v 1.1 2003/01/18 18:21:57 jani Exp $
* $Id: perf.c,v 1.1 2007/06/14 12:33:57 kieranm Exp $
*/
#include "arch/perf.h"

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: cc.h,v 1.6 2003/04/09 20:34:51 davidhaas Exp $
* $Id: cc.h,v 1.1 2007/06/14 12:34:00 kieranm Exp $
*/
#ifndef __CC_H__
#define __CC_H__

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: cc.h,v 1.2 2005/12/08 08:20:07 christiaans Exp $
* $Id: cc.h,v 1.1 2007/06/14 12:34:09 kieranm Exp $
*/
#ifndef __CC_H__
#define __CC_H__

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: init.h,v 1.1 2005/01/29 15:19:21 ming Exp $
* $Id: init.h,v 1.1 2007/06/14 12:34:09 kieranm Exp $
*/
#ifndef __ARCH_INIT_H__
#define __ARCH_INIT_H__

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: lib.h,v 1.1 2005/01/29 15:19:21 ming Exp $
* $Id: lib.h,v 1.1 2007/06/14 12:34:09 kieranm Exp $
*/
#ifndef __LIB_H__
#define __LIB_H__

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: perf.h,v 1.1 2005/01/29 15:19:21 ming Exp $
* $Id: perf.h,v 1.1 2007/06/14 12:34:09 kieranm Exp $
*/
#ifndef __PERF_H__
#define __PERF_H__

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: lib_arch.c,v 1.1 2005/01/29 15:19:21 ming Exp $
* $Id: lib_arch.c,v 1.1 2007/06/14 12:34:09 kieranm Exp $
*/
/* These are generic implementations of various library functions used

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: lwipopts.h,v 1.3 2007/04/05 09:21:13 fbernon Exp $
* $Id: lwipopts.h,v 1.1 2007/06/14 12:34:10 kieranm Exp $
*/
#ifndef __LWIPOPTS_H__
#define __LWIPOPTS_H__

Some files were not shown because too many files have changed in this diff Show More