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

搜索资源列表

  1. Chardev_01

    0下载:
  2. linux下的字符设备驱动,仅供初学者参考-character device driver under linux, for beginners reference only
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:4142
    • 提供者:xiaoxie
  1. chardev_driver

    0下载:
  2. 基于Linux-2.6.35内核下的字符设备驱动-The program is char device driver of linux
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:68115
    • 提供者:刘建林
  1. shiyan_2012114162558242

    0下载:
  2. linux设备驱动,关于字符设备的一些初始化和简单的应用。-linux device driver, a character device initialization and simple application.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:13775
    • 提供者:vivi
  1. kernel_char_driver.tar

    0下载:
  2. 本程序是linux下的字符设备驱动,实现对led的控制,可以学会自动分配主设备号,字符设备的增加和注册,file_operation的实现-This procedure is a character device driver under linux led control, you can learn to automatically assign major number, the characters increased equipment and registration, file_o
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-11
    • 文件大小:1552
    • 提供者:月冷楼兰
  1. dev

    0下载:
  2. linux下的设备驱动模拟程序,新增了一个字符设备驱动,并可以调用该设备,观察模拟的运行效果,了解linux驱动的运行机制!-linux device driver under the simulation program, a new character device driver, and you can call the device to observe the simulation run effects to understand the mechanism of running l
  3. 所属分类:Driver develop

    • 发布日期:2017-12-03
    • 文件大小:19798
    • 提供者:李建波
  1. ldd3_examples

    0下载:
  2. linux 驱动开发实例源代码 包括常用的字符设备驱动,块设备驱动,网络设备驱动等-linux driver
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:136732
    • 提供者:张成成
  1. raw

    0下载:
  2. 一个linux系统上前端的原始字符设备。可以绑定到任何模块设备提供真正的UNIX原始字符设备的通讯-A linux system on the front of the original character device. Can be bound to any module devices provide real UNIX raw character device communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:2467
    • 提供者:buffalo13
  1. iim_read

    0下载:
  2. 通过字符设备文件/dev/mxc_iim,读取imx53/linux上的iim数据-To read iim data imx53/linux through the character device file /dev/mxc_iim
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-22
    • 文件大小:943
    • 提供者:xiaobo
  1. i2c_my.tar

    0下载:
  2. 24c02在linux下的驱动,字符设备驱动,没用linux 下的IIC模型-24c02 driver under linux character device driver, useless under linux IIC model
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-11
    • 文件大小:21197
    • 提供者:黄英涌
  1. drivers_and_test

    0下载:
  2. 《嵌入式Linux应用开发完全手册》教程中的实例源码,有字符设备驱动的编写!-" Embedded Linux application development entirely manual" tutorial source code examples, there is a character device driver writing!
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:809730
    • 提供者:蓝本
  1. OSDriver

    0下载:
  2. 实现一个虚拟的字符设备驱动,外加一个用于测试的小程序,基于LInux的-Implement a virtual character device driver, plus a small program for testing, based on the LInux
  3. 所属分类:Driver develop

    • 发布日期:2017-11-30
    • 文件大小:4136
    • 提供者:孙立杰
  1. Linux-system-driver-development

    0下载:
  2. 以中断驱动为例,介绍了Linux系统字符型设备驱动编写-Describe the Linux system driver development,and take interrupt-driven as an example.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-03
    • 文件大小:450318
    • 提供者:difang
  1. part3

    0下载:
  2. linux内核编译,简单的虚拟字符设备,测试代码FinalTest.c-linux kernel compilation, simple virtual character device, test code FinalTest.c
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:3069
    • 提供者:余耀
  1. linux-driver

    0下载:
  2. Linux下的字符驱动设备外加Make文件,使用时bash下直接make即可,注意这个是Linux 2.6下的驱动-Linux character device driver and Make file, use bash directly make can, pay attention to the Linux driver under 2.6
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:1025
    • 提供者:Joho
  1. cdev

    0下载:
  2. 这是一个简单的字符设备驱动,ARM中移植一个linux系统,下载到ARM的linux系统中编译,安装.KO文件-This is a simple character device driver, ARM in the transplant a linux system, download the ARM linux system to compile and install. KO file
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:22022
    • 提供者:世勇
  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. 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 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com