Welcome![Sign In][Sign Up]
Location:
Search - cs8900.c

Search list

[Other resourceCS8900_tcpip

Description: TCP/IP开发环境c++,CPU使用的是富士通MB90545系列芯片,网络芯片为CS8900.-TCP / IP development environment c, the use of the CPU is Fujitsu MB90545 series chips, CS8900 chip for the network.
Platform: | Size: 9491 | Author: 王方 | Hits:

[Other resourcecirrus.tar

Description: st2410上移植好的cs8900驱动,可以直接加入driver/net/下,再修改arch/arm/mach-s3c2410/mach-smdk2410.c的映射地址,编译后可运行
Platform: | Size: 7921 | Author: maokaizhao | Hits:

[Other resourcecs8900driver

Description: cs8900 driver. include: cs8900.c and cs8900.h
Platform: | Size: 9473 | Author: leon | Hits:

[Other resource8900transplant

Description: cs8900a移植,linux移植笔记,包括cs8900.c cs8900.h
Platform: | Size: 19846 | Author: king | Hits:

[Driver Developcs8900.c

Description: 在Keil環境下的ethernet driver,LPC3250 ethernet driver.實用好用。
Platform: | Size: 3977 | Author: itspoki | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Windows CECS8900_source

Description: CS8900 for windows ce 4.2 驱动程序源码-CS8900 4.2 for windows ce source driver
Platform: | Size: 58368 | Author: leeyang | Hits:

[Other systemsCS8900_tcpip

Description: TCP/IP开发环境c++,CPU使用的是富士通MB90545系列芯片,网络芯片为CS8900.-TCP/IP development environment c, the use of the CPU is Fujitsu MB90545 series chips, CS8900 chip for the network.
Platform: | Size: 9216 | Author: 王方 | Hits:

[ARM-PowerPC-ColdFire-MIPSADS_TFTP

Description: TFTP文本传输协议。本程序使用ADS编写,全部采用嵌入式C语言。本程序从嵌入式CPU S3C2410的系统初始化引导到CS8900A网卡芯片驱动,从TFTP协议到TFTP文件传输的实现,全部都使用C程序实现。-Text Transfer Protocol TFTP. ADS prepared using this procedure, all embedded C language. This procedure from the embedded CPU S3C2410 system initialization guide to the card CS8900A chip-driven, TFTP from the TFTP file transfer protocol to the realization, all using C program.
Platform: | Size: 458752 | Author: | Hits:

[Embeded Linuxcirrus.tar

Description: st2410上移植好的cs8900驱动,可以直接加入driver/net/下,再修改arch/arm/mach-s3c2410/mach-smdk2410.c的映射地址,编译后可运行-st2410 on the transplant good CS8900 driver, you can directly join the driver/net/under, and then modify the mapping arch/arm/mach-s3c2410/mach-smdk2410.c address, the compiler can be run
Platform: | Size: 8192 | Author: maokaizhao | Hits:

[SCMcs8900driver

Description: cs8900 driver. include: cs8900.c and cs8900.h
Platform: | Size: 9216 | Author: leon | Hits:

[Embeded Linux8900transplant

Description: cs8900a移植,linux移植笔记,包括cs8900.c cs8900.h
Platform: | Size: 19456 | Author: king | Hits:

[VxWorksmcp2515

Description: vxworks cs8900 driver
Platform: | Size: 6144 | Author: huizhang | Hits:

[Embeded Linuxcs8009a-2.6.14.1--OK

Description: LINUX2.6.14.1下的CS8900A驱动源代码-LINUX2.6.14.1 under the CS8900A driver source code
Platform: | Size: 10240 | Author: lby | Hits:

[Other Embeded programLMS

Description: 一个针对单片机的网络通信程序,有经过裁剪的tcp/ip源代码,硬件平台由MSP430f149和CS8900构成,实现采集温度传感器的温度,以web形式显示在上位机上,应用软件是IAR Embedded Workbench Evaluation for MSP430 V4-One for single-chip network communication procedures, has been cutting the tcp/ip source code, hardware platforms and CS8900 by MSP430F149 composition, temperature sensors achieve acquisition temperature to web forms on display at IPC
Platform: | Size: 32768 | Author: ss | Hits:

[Other Embeded programMSP430_cs8900_1

Description: MSP430F149与网络芯片CS8900的电路连接图,可以方便的应用于MSP430单片机的其它型号-MSP430F149 chip CS8900 and network connection diagram of the circuit can be easily applied to other models MSP430 MCU
Platform: | Size: 335872 | Author: DL&RL | Hits:

[Embeded Linuxcs8900a

Description: cs8900a的驱动源码,包括cs8900.h cs8900.c-Cs8900a driver code, including cs8900.h cs8900.c
Platform: | Size: 19456 | Author: cy02013 | Hits:

[SCMmsp430cs8900example

Description: 用MSP4300芯片控制以太网芯片CS8900实现把网页数据传输到PC上显示. C语言/UDP-With MSP4300 chip CS8900 Ethernet chip to control the realization of the page data transfer to the PC display. C language/UDP
Platform: | Size: 133120 | Author: robin | Hits:

[Linux-Unixcs89x0.c.tar

Description: 网卡cs8900在s3c2410,linux 2.6.30内核上的驱动程序移植,关键程序drives/net/interface.c。 已经手动修改过,经测试通过。-Card cs8900 in s3c2410, linux 2.6.30 kernel driver transplantation, critical processes drives/net/interface.c. Have been manually modified, by the test.
Platform: | Size: 18432 | Author: r91987@163.com | Hits:

[Otherlinux-2.6.14-for-skyeye.tar

Description: skyeye 模拟器下 的 linux-2.6.14 含LCD cs8900a(driver/net/arm/cs8900-end.c是最终版) 已修改arch/arm/kernel/module.c 以支持insmod 驱动 kernel/resource.c文件添加I/O读写函数-skyeye simulator under linux-2.6.14 with LCD cs8900a (driver/net/arm/cs8900-end.c is the final version) has been modified arch/arm/kernel/module.c to support insmod driver kernel/resource.c file Add I/O read and write functions
Platform: | Size: 47210496 | Author: 李新 | Hits:
« 12 »

CodeBus www.codebus.net