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

搜索资源列表

  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. led

    0下载:
  2. linux下led驱动 使用字符设备编写的led驱动,文件中包括源码和Makefile-led driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2665
    • 提供者:say
  1. wdt

    0下载:
  2. linux下看门狗驱动 使用字符设备编写的看门狗驱动,文件中包括源码和Makefile-linux watchdog driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:2497
    • 提供者:say
  1. RFM68

    0下载:
  2. RFM68发射基于linux2.6.30.4 的驱动字符设备型驱动-RFM68 transmit drive character linux2.6.30.4-drive-based devices
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1707
    • 提供者:王晓磊
  1. mpu6050

    0下载:
  2. 在linux2.6.38内核下,基于三星的6410芯片的mpu6050驱动,作为字符设备驱动编写!-In the linux2.6.38 kernel, the Samsung 6410 chip based mpu6050 driving, as a character device driver!
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:2118
    • 提供者:黄维
  1. led

    0下载:
  2. 简单的led驱动,有利于新手教学,里面使用字符设备注册,还用了class类-The SC16C554B/554DB provides four levels of prioritized interrupts to minimize external software interaction. The Interrupt Status Register (ISR) provides the user with four interrupt status bits. Performing
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:924
    • 提供者:zpc
  1. beep_drv

    0下载:
  2. linux下的蜂鸣器驱动,简单地实现字符设备的注册、注销、读写操作等。-Buzzer driver under Linux, simply realize character device registration, cancellation, read and write operations, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1227
    • 提供者:秦海
  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. mydev

    0下载:
  2. 采用模块方法,添加一个新的字符设备的驱动程序。 并编写一个程序测试添加的驱动。 -Modular approach, adding a new driver character device. And write a program to test the added drive.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1080
    • 提供者:汪亮
  1. untitled

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

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

    0下载:
  2. 深入浅出 Linux字符设备驱动程序解析-Linux character driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:10895
    • 提供者:liser
  1. Linux--(1)---character-driver

    0下载:
  2. Linux设备驱动程序学习(1)-字符设备驱动程序-Linux (1)- character driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:37524
    • 提供者:liser
  1. LINUX-character-driver-instance

    0下载:
  2. LINUX字符设备驱动程序实例,实际操作-LINUX character instance
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:5496
    • 提供者:liser
  1. Linux--character-driver(2)

    0下载:
  2. 嵌入式学院第2期Linux字符设备驱动,详细说明-Linux character driver(2)
  3. 所属分类:Driver develop

    • 发布日期:2017-05-18
    • 文件大小:4694242
    • 提供者:liser
  1. character-device-driver

    0下载:
  2. 8个小实验,内核模块,改造Hello模块,注册字符设备等,教你如何进行字符设备驱动-8 small experiments teach you how to make a character device driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:17763
    • 提供者:王一
  1. kernel_driver

    0下载:
  2. 基于三星S3C6410的内核驱动程序,其中包括irp,字符设备,内存申请,系统调用,驱动模块,led驱动-Based on samsung S3C6410 kernel driver, including the irp, character device, memory application, system calls, driver module, the led driver
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1399474
    • 提供者:linz
  1. platform_device

    0下载:
  2. 基于platform总线设计的中断(按键)字符设备驱动,设备添加代码 -Interrupt based on the design of platform bus (key) character device driver, device add code
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:759
    • 提供者:
  1. platform_driver

    0下载:
  2. 基于platform总线设计的中断(按键)字符设备驱动,驱动platform_driver实现代码-Interrupt based on the design of platform bus (key) character device driver, platform_driver driver implementation code
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3024
    • 提供者:
  1. platform_app

    0下载:
  2. 基于platform总线设计的中断(按键)字符设备驱动,驱动应用程序-Interrupt based on the design of platform bus (key) character device driver, driver application
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:584
    • 提供者:
  1. 2410char

    0下载:
  2. 2410驱动开发,字符设备驱动开发简单实例。-2410-driven development, development of simple character device driver instance.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-14
    • 文件大小:2743
    • 提供者:icjrkeRes
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 20 »
搜珍网 www.dssz.com