Welcome![Sign In][Sign Up]
Location:
Search - iic linux

Search list

[Other resourceARM+LINUX-iic

Description: 这是一个ARM9|+LINUX的驱动程序,实现IIC存储器件的读写,这个驱动是一个摸版,您可以自己加入相关功能的代码,-ARM9 | LINUX-driven procedures, IIC memories of reading and writing, This is a touch-driven version, you can join their related functional code,
Platform: | Size: 4176 | Author: lipenf | Hits:

[Other resourceARM9---Linux

Description: 课题组的最终目标是要完成一个完整的基于EP9315的ARM9开发平台,将 Bootloader和嵌入式Linux移植到开发平台上,使最小系统能正常工作。对外扩 接口也要进行驱动的移植和编写,重点移植MTD驱动、IDE驱动,编写IIC总线 }r动、CAN线}r动、AD勺 A转换驱动。
Platform: | Size: 6593889 | Author: 刘云 | Hits:

[Other resourceIIc

Description: 嵌入式linux的IIC驱动,全部为c代码。本程序在嵌入式linux2.4.18内核驱动的基础上加于修改,以适应多芯片的要求。
Platform: | Size: 8512 | Author: | Hits:

[Other resourcelinux-2.6-iic

Description: linux2.6下iic的驱动,包括四种模式的说明及源代码驱动。
Platform: | Size: 3043 | Author: h2023197 | Hits:

[Embeded-SCM Developiic-driver-2.6

Description: 嵌入式LINUX 的驱动程序。采用2410的开发板全部可以通用(如使用引脚不同只要重新改脚定义),直接写入和读出数据
Platform: | Size: 15630 | Author: 刘德方 | 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:

[Embeded LinuxIIC Driver for uClinux v0.3

Description: II2c driver for uclinux
Platform: | Size: 22528 | Author: 刘亮 | Hits:

[Embeded Linuxlinux.drivers.examples

Description: 广州友善之臂SBC-2410X所使用的测试程序包,含源代码.linux 的led 按键等驱动-Guangzhou friendliness arm SBC-2410X used in the test procedure kits, with the source code. linux led the drive button, etc.
Platform: | Size: 176128 | Author: 吕春秋 | Hits:

[Embeded LinuxARM+LINUX-iic

Description: 这是一个ARM9|+LINUX的驱动程序,实现IIC存储器件的读写,这个驱动是一个摸版,您可以自己加入相关功能的代码,-ARM9 | LINUX-driven procedures, IIC memories of reading and writing, This is a touch-driven version, you can join their related functional code,
Platform: | Size: 4096 | Author: lipenf | Hits:

[Embeded LinuxrgledIO

Description: 嵌入式LINUX I/O口驱动,YC2410-SBC T2 平台-Embedded LINUX I/O port drivers, YC2410-SBC T2 platform
Platform: | Size: 36864 | Author: 郑银贵 | Hits:

[Embeded Linuxiic.c

Description: 初学者的福音. 代码易懂! 通过IO模拟实现的arm2410的iic总线驱动程序 可进行读写操作
Platform: | Size: 3072 | Author: Jinn | Hits:

[Linux-UnixIIC_ZLG7290

Description: 本字符设备驱动在Linux2.6中测试通过,实现微处理器S3C2410通过IIC总线向数码管键盘控制芯片ZLG7290发送数据,通过控制ZLG7290来使数码管循环显示0-F。-The character device driver in Linux2.6 test is passed, the microprocessor S3C2410 realize through the IIC bus to the digital tube ZLG7290 keyboard control chip to send data, by controlling the ZLG7290 to make digital tube display cycle 0-F.
Platform: | Size: 11264 | Author: fangfang | Hits:

[Embeded LinuxIIc

Description: 嵌入式linux的IIC驱动,全部为c代码。本程序在嵌入式linux2.4.18内核驱动的基础上加于修改,以适应多芯片的要求。-Embedded linux driver of the IIC, all for c code. This procedure linux2.4.18 in the embedded kernel drivers based on the increase in modified to adapt to the requirements of multi-chip.
Platform: | Size: 8192 | Author: | Hits:

[Embeded Linuxlinux-2.6-iic

Description: linux2.6下iic的驱动,包括四种模式的说明及源代码驱动。-IIC linux2.6 under the driver, including the four model descriptions and source code drivers.
Platform: | Size: 3072 | Author: | Hits:

[Embeded-SCM Developiic-driver-2.6

Description: 嵌入式LINUX 的驱动程序。采用2410的开发板全部可以通用(如使用引脚不同只要重新改脚定义),直接写入和读出数据-Embedded LINUX drivers. 2410 using the development board can all be generic (such as the use of different pin to pin as long as the re-definition), direct writing and读出数据
Platform: | Size: 15360 | Author: 刘德方 | Hits:

[SCMIIC

Description: IIC 的驱动程序 很完整。通过KEIL C 编译在ROTUES 上用AT89C51仿真通过。-IIC driver complete. Through the KEIL C compiler ROTUES used in the simulation through the AT89C51.
Platform: | Size: 31744 | Author: 明鑫 | Hits:

[Embeded Linux0602_driver-i2c

Description: ARM Linux2.4 S3C2410 IIC总线驱动-ARM Linux2.4 S3C2410IIC bus driver
Platform: | Size: 5120 | Author: 陈超 | Hits:

[Linux-UnixIIC

Description: 此文件是LINUX下IIC的驱动例程,是用C语言开发的。-This file is under the IIC LINUX driver routine is developed using C language.
Platform: | Size: 23552 | Author: 冯慕云 | Hits:

[Linux driverIIC-linux-driver-analysis

Description: 对linux设备驱动中如何编写IIC驱动进行了详细分析。-On linux device driver how to write IIC driver for a detailed analysis.
Platform: | Size: 3345408 | Author: roc | Hits:

[Otherlinux-i2c

Description: 这是一份在linux3.5内核上编写的IIC子系统模型,应用于触摸屏驱动,在tiny4412开发平台上成功运行(This is a IIC subsystem model written on the linux3.5 kernel, applied to touch screen drivers, and successfully operated on the tiny4412 development platform)
Platform: | Size: 2048 | Author: 520陈先生 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net