CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - linuX设备驱动

搜索资源列表

  1. spi_flash_linux_driver

    0下载:
  2. Linux的SPI flash 设备驱动-SPI flash driver for linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:8660
    • 提供者:weih
  1. ds18b20

    0下载:
  2. 嵌入式Linux下的DS18B20温度传感器驱动,字符设备驱动的典型例子-Embedded Linux driver DS18B20 temperature sensor, a typical example of a character device driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:25965
    • 提供者:郭志毅
  1. Linuxzifuqudongshebei-xuexibiji

    0下载:
  2. Linux字符驱动设备-学习笔记(最新实例) -Linux character driven equipment- study notes (the latest example)
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:114648
    • 提供者:Rigreat
  1. Gadget

    0下载:
  2. Linux USB gadget设备驱动设计说明-Linux USB gadget device driver design descr iption
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:228070
    • 提供者:楷楷
  1. i2c-dev

    0下载:
  2. 谈到在linux 系统下编写 I2C 驱动,目前主要有两种方式,一种是把I2C 设备当作一个普通的字符设备来处理,另一种是利用 linux I2C 驱动体系结构来完成。下面比较下这两种驱动。-Speaking at the linux system to prepare I2C driver, there are mainly two ways, one is to I2C devices as an ordinary character device to handle, and the ot
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5522
    • 提供者:ljy
  1. linux_ARM-

    0下载:
  2. linux下的arm9驱动程序开发,包括子粗设备驱动,混杂设备驱动,如led,input子系统-Under the arm9 linux driver development, including sub-thick device driver, hybrid device drivers, such as led, input subsystem
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:120894
    • 提供者:fankunlun
  1. s3c2440_linux_led

    0下载:
  2. 基于mini2440开发板的linux下led驱动程序,利用混杂设备驱动架构编写,实际测试可正常运行,可方便移植到其他嵌入式开发板。-Under mini2440 development board based on linux led driver, use of hybrid device driver architecture preparation, the actual test can be run properly, can be easily ported to other em
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2158
    • 提供者:闲云
  1. lcd

    0下载:
  2. linux操作环境下,LCD设备驱动程序编程实例。-Source of LCD driver in linux operation system.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:72654
    • 提供者:Cauchy
  1. mytest

    0下载:
  2. linux下总线设备驱动模型的入门学习例程,绝对通俗易懂。-Getting under the bus linux device driver model learning routines, absolutely easy to understand.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:368399
    • 提供者:郭龙
  1. 20th_chrdev_another

    0下载:
  2. tiny6410 linux字符设备驱动程序的另一种写法,仅供参考-Another character written tiny6410 linux device driver for reference
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:144288
    • 提供者:wjb
  1. untitled

    0下载:
  2. linux简单驱动编程 主要为字符设备编程 希望对各位有帮助-environment is linux
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:7992
    • 提供者:mao
  1. ramblock_driver

    0下载:
  2. 该文件内有多个实例,演示了linux系统中块设备驱动的基本写法-There are several instances in the document, the system demonstrates the linux block device driver basic wording
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:8312
    • 提供者:race
  1. pro

    0下载:
  2. 项目中包含一个软件时钟,通过案件来调节1602 显示时间。linux下总线设备驱动架构 还有总线架构 大容量flash 1602液晶驱动 ps2 鼠标驱动的实现。-Project contains a software clock, through cases to adjust the 1602 show time. linux device driver architecture under the bus as well as large-capacity flash 1602 bus a
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-23
    • 文件大小:87291
    • 提供者:zyy
  1. bdev

    0下载:
  2. 块设备驱动。为Linux设计一个设备驱动程序,该驱动程序能够用内存来模拟一个1MB的磁盘-Block device drivers
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-30
    • 文件大小:4138
    • 提供者:opjrkesta
  1. dev_add

    0下载:
  2. Linux简单字符设备驱动编写方法本示例代码实现了Linux下的一个简单字符设备驱动。由二个文件组成,驱动模块< dev_add.c> 和测试程序< test.c> 。-Linux character device driver writing simple methodThe sample code implements a simple under Linux character device drivers.Composed by two files, the driver
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1738
    • 提供者:twrkokite
  1. bdev

    0下载:
  2. 块设备驱动。为Linux设计一个设备驱动程序,该驱动程序能够用内存来模拟一个1MB的磁盘-Block device drivers
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-14
    • 文件大小:4184
    • 提供者:snoatadbnrhtene
  1. LinuxDriver

    0下载:
  2. Linux驱动,培训时十四天的笔记,很详细,有笔记,从怎么写驱动开始,到内核驱动框架的怎么编写都有,代码全附上了,有字符设备,块设备驱动,和网络设备驱动。-Linux driver training fourteen days of notes, very detailed, there are notes, how to write drivers started to how to write a kernel driver framework has code attached a wh
  3. 所属分类:Driver develop

    • 发布日期:2017-05-11
    • 文件大小:2497363
    • 提供者:曹奎
  1. cdev

    0下载:
  2. 简单的LINUX字符设备驱动程序的设计。-Simple character device driver design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:230657
    • 提供者:邵军
  1. chardevicedriver

    0下载:
  2. 嵌入式Linux字符设备驱动程序,C语言开发-Embedded Linux character device driver, C language development
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2611
    • 提供者:李用成
  1. at24c02

    0下载:
  2. 利用I2C设备驱动框架实现AT24C02的驱动,详细讲述了如何如何注册混杂设备,如何在linux内核分离的思想下将设备与driver匹配,调用probe函数-Utilizes an I2C device driver framework achieve AT24C02 driver, describes in detail how to how to register the hybrid device, how under the idea of separation of the Linux
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:16437
    • 提供者:刘洪源
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 47 »
搜珍网 www.dssz.com