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

搜索资源列表

  1. 12_touch_screen

    0下载:
  2. linux 字符设备驱动,触摸屏的驱动,该驱动是基于S3C2410开发板开发的,源码内有详细注释便于理解。-linux character device driver, the driver of the touch screen, the driver is developed based on the S3C2410 development board, the source detailed notes easy to understand.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-03
    • 文件大小:3674
    • 提供者:张庆林
  1. char-device-drivers

    0下载:
  2. 字符设备驱动模板,方便新手学习字符设备驱动,gcc交叉编译即可-Character device driver templates, easy for novices to learn the character device driver, gcc cross-compiler can
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:2055
    • 提供者:znn
  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. LinuxCharDriverDemo

    0下载:
  2. 主要是用于各类嵌入式内核驱动的字符设备事例代码。-Is mainly used for character device instance code embedded kernel driver.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-02
    • 文件大小:4691
    • 提供者:江军洪
  1. exm

    0下载:
  2. 字符设备驱动程序 涵括LCD LED 按键 串口等设备驱动-Character device driver covers LCD LED key serial device driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-20
    • 文件大小:125949
    • 提供者:
  1. kblock

    0下载:
  2. 虚拟驱动,从内存虚拟出的字符设备,实现一般字符设备的读写功能-Virtual drive virtual character device memory
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-23
    • 文件大小:1648041
    • 提供者:谢永坚
  1. chrdev_another

    0下载:
  2. 通过对2.4以后内核不同的字符设备驱动编写方式的分析,简单的编写了增加了次设备号的hello驱动和测试程序。-Analysis of the different characters in the 2.4 kernel device driver written in a style, simply write the minor device number hello driver and testing procedures.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:1732
    • 提供者:sh
  1. key_button.tar

    0下载:
  2. s3c6410 按键驱动,不是根据输入子系统,完全按照字符设备驱动写的-s3c6410 按键驱动
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:5931
    • 提供者:何国平
  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. Uart

    0下载:
  2. 字符设备驱动程序的完整模板,详细解析了字符设备驱动程序的完整模板-Complete character device driver template
  3. 所属分类:VxWorks

    • 发布日期:2017-11-13
    • 文件大小:81077
    • 提供者:古印
  1. linux-ubuntu10.04

    0下载:
  2. 在ubuntu10.04中运行的驱动程序,在12.04版本中不能运行,包括块设备与字符设备驱动-In ubuntu10.04 run driver, version 12.04 can not run, including the block device and character device driver
  3. 所属分类:Driver develop

    • 发布日期:2017-05-10
    • 文件大小:2471071
    • 提供者:陈绍峰
  1. char_driver

    0下载:
  2. (操作系统实验和课程设计)掌握增加设备驱动程序的方法。通过模块方法,增加一个新的设备驱动程序,其功能可以简单。实现字符设备的驱动 -(Experimental operating system and curriculum design) add device drivers to master methods. Through modular approach, adding a new device driver, its functionality can be easy. Achie
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:3381
    • 提供者:韩彩英
  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. 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. character_hello

    0下载:
  2. 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:6204
    • 提供者:赤土
  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 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com