代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
cf_eth_drivers.cdl
# ====================================================================
#
# cf_eth_drivers.cdl
#
# Ethernet drivers - device support for PCMCIA (Compact Flash)
# Socket Communications:
makefile
EXEC = ethernet
OBJS = ethernet.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS-$(@)))
romfs:
$(ROMFSINST) /bin/$(EXEC)
cp ethernet /ethernet
clean:
-rm -f $(E
makefile
EXEC = ethernet
OBJS = ethernet.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS-$(@)))
romfs:
$(ROMFSINST) /bin/$(EXEC)
cp ethernet /ethernet
clean:
-rm -f $(E
ethernet.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0002 // Tools: '166/167'
Group (Source Files)
Group (Header Files)
Group (Hardware Configuration)
Group (Docu
abstract.txt
The ETHERNET project allows you to test the
Keil MCB167 Starter Kit with the on-board
CS8900 Ethernet controller.
This example shows you how to access the IO
and memory interface of the CS8900
eth.h
/*
* File: eth.h
* Purpose: Definitions for Ethernet Frames.
*
* Modifications:
*/
#ifndef _ETH_H
#define _ETH_H
/*******************************************************************
scc2eth.h
/*
* File: scc2eth.h
* Purpose: Header for MPC8XX Ethernet on SCC2
*
* Notes: FIX!!! THIS FILE NEEDS TO GO AWAY -- use scceth.h
*
* Author: Eric DeVolder
* Date:
*
* Modification
scceth.h
/*
* File: scceth.h
* Purpose: Header for MPC8XX Ethernet on SCCx
*
* Notes:
*
* Author: Eric DeVolder
* Date:
*
* Modifications:
*
*/
/************************************
scc1eth.c
/*
* File: scc1eth.c
* Purpose: Driver for MPC8XX Ethernet on SCC1
*
* Notes:
*
* Author: Eric DeVolder
* Date:
*
* Modifications:
*
*/
/*
* Setup for SCC1
*/
#define
scc1eth.h
/*
* File: scc1eth.h
* Purpose: Header for MPC8XX Ethernet on SCC1
*
* Notes: FIX!!! THIS FILE NEEDS TO GO AWAY -- use scceth.h
*
* Author: Eric DeVolder
* Date:
*
* Modification