CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - linux i2c

搜索资源列表

  1. i2c_rtc_linux

    0下载:
  2. 嵌入式arm-linux 2.6内核 s3c2410 的i2c总线驱动程序,以及i2c时钟设备驱动程序-Embedded arm - linux 2.6 kernel s3c2410 i2c the bus driver, i2c clock and the device driver
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:21427
    • 提供者:孟建军
  1. cpia-1.3

    0下载:
  2. cpia usb摄像头的驱动程序源码。需要video4linux和i2c-core支持,在linux操作系统下编译后即可使用。-cpia usb camera driver source. And the need video4linux i2c-core support. Linux operating system can use the compiled.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:73043
    • 提供者:朱主们
  1. ICsle4442drv

    0下载:
  2. Linux 系统中, I2C总线iccard驱动的源代码-Linux system, iccard I2C bus driver source code
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:30167
    • 提供者:quentin99
  1. i2c_set

    0下载:
  2. i2c-test,i2c程序和测试,arm-linux下编译
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2418
    • 提供者:ron
  1. linux_rtc8025

    0下载:
  2. i2c接口的实时时钟芯片rx8025的linux驱动程序
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5181
    • 提供者:zh
  1. LinuxI2C

    0下载:
  2. 一篇介绍Linux下I2C设备驱动开发和实现的不错的文章
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:25333
    • 提供者:叶子
  1. LinuxI2Cdriver

    0下载:
  2. Linux的操作系统I2C驱动架构解说,对写在linux下的i2c驱动很有帮助
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:6532
    • 提供者:叶子
  1. EXP16

    0下载:
  2. 一个嵌入linux下s3c2410通过i2c读写eerom的驱动程序和应用程序。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:52094
    • 提供者:li
  1. i2c_Driver

    0下载:
  2. 自己编写的linux下的i2c驱动程序,是基于lpc2200编写的,已经测试ok
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2624
    • 提供者:小刚
  1. i2c_access

    0下载:
  2. 自己写的一个linux驱动及其应用程序,可以访问板子上的任何一个i2c地址。很方便使用的。-this is a i2c-access driver based on linux,easy to understand, now share with you.
  3. 所属分类:Embeded Linux

    • 发布日期:2016-01-27
    • 文件大小:7078
    • 提供者:luo
  1. rtc_s35390

    1下载:
  2. S35390A时钟芯片在linux下的驱动程序,本人应用在s3c440上,I2C接口,比S3C2440内部自带RTC更剩电,更准确。-S35390A clock chip drivers under linux, I applied s3c440 on, I2C interface, more than S3C2440 RTC own internal power left, more accurate.
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-11-26
    • 文件大小:3118
    • 提供者:wang
  1. sc16is7x2

    0下载:
  2. sc16is7x2 I2C,SPI转串口芯片linux驱动代码补丁-sc16is7x2 i2c spi to dual serial port linux patch.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:8546
    • 提供者:Peter
  1. pmbus

    0下载:
  2. pmbus在avr32开发板平台上tiny24中的实现。-This is PMBus 1.1 [0] software intended to replace the firmware found in the "Board Controller" [1] on the Atmel ATNGW100 [2], which is a low cost [$US 90] Linux-oriented board suitable for developing and deploying AVR32
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:57417
    • 提供者:张磊
  1. I2C_driver_for_gm8180

    0下载:
  2. 基于GM8180,NSF2200F的I2C驱动,LINUX平台-I2C_driver
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:25303
    • 提供者:dangl
  1. Debug CS4360

    1下载:
  2. linux系统下。通过I2C调试音频DA,测试过的芯片有CS4360、PCM1774、WM8523等-debug Audio DAC by i2c,it s used to CS4360、PCM1774、WM8523 etc
  3. 所属分类:嵌入式Linux

    • 发布日期:2012-12-29
    • 文件大小:3345
    • 提供者:熊天
  1. I2C_device_driver_under_Linux_development_and_impl

    0下载:
  2. I2C总线具有结构简单使用方便的特点。本文描述了linux下I2C驱动的结构,并在此基础上给出了I2C设备驱动和应用的实现。-I2C-bus with a simple structure, easy to use features. This paper describes the structure of linux under the I2C driver, and on this basis is given I2C device drivers and applications imp
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:50854
    • 提供者:huitng
  1. i2c_test

    0下载:
  2. ARM S3C2410的I2C部分测试code,编译环境是Realview,可以参考改写到其他平台,如wince,linux。- ARM Training code
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:157865
    • 提供者:Peter
  1. s3c2410_i2c

    0下载:
  2. s32410的i2c标准操作代码,可以在linux/ucosii等场合应用-s32410' s i2c standard operation code, can linux/ucosii so on applications
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:11860
    • 提供者:liunovember
  1. SAA7113init

    0下载:
  2. SAA7113在嵌入式Linux上的I2C初始化代码-SAA7113 I2C embedded Linux, the initialization code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:4049
    • 提供者:王津
  1. 7136

    0下载:
  2. i2c driver for Linux Kernel development
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1302
    • 提供者:nambi
« 1 2 3 45 »
搜珍网 www.dssz.com