CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - 字符驱动

搜索资源列表

  1. Linuxdrive

    0下载:
  2. linux设备驱动,字符驱动,调试,自锁等-failed to translate
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:868.04kb
    • 提供者:周明成
  1. mini2440_spi0

    0下载:
  2. 字符驱动-模拟SPI时序-实现SPI传输。-IIS device driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:1.93kb
    • 提供者:吉东辉
  1. globalvar

    0下载:
  2. 字符驱动程序例子 fl2440开发板上试验过的了 调试完全通过 内有makefile等文件-buzzer device drivers
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:16.04kb
    • 提供者:谢仁强
  1. driver

    0下载:
  2. Linux驱动初级 包括hello world 字符驱动的 resgister/read/ write 及 ioctl等一些基础源码-Linux drivers for the primary character-driven, including hello world resgister/read/write, and ioctl basic source
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-22
    • 文件大小:25.58kb
    • 提供者:颜建文
  1. char_driver

    0下载:
  2. linux S3C2440 杂设备led驱动 字符驱动参考-the linux S3C2440 miscellaneous equipment led drive
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:229.78kb
    • 提供者:liang
  1. key_test

    0下载:
  2. 6410按键驱动,实现中断、消抖功能。属于Linux系统下的字符驱动。-6410 key driver to achieve interrupt debounce function.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-21
    • 文件大小:2.61kb
    • 提供者:fanfenfang
  1. LEDTesting2

    0下载:
  2. s3c2410 板上实现QT控制LED灯,实现LED灯一一对应的点亮也可实现随机点亮。此次设计为本科生字符驱动编写的程序,经过运行和检验完全正确,使用版本为QT4.6-s3c2410 board realized QT control LED lights, LED lights illuminate one correspondence can also be achieved randomly lit. The design for undergraduate programs writte
  3. 所属分类:Driver develop

    • 发布日期:2017-03-29
    • 文件大小:28.56kb
    • 提供者:阿娇
  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
    • 文件大小:1kb
    • 提供者:Joho
  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
    • 文件大小:6.06kb
    • 提供者:赤土
  1. Linuxzifuqudongshebei-xuexibiji

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

    • 发布日期:2017-04-02
    • 文件大小:111.96kb
    • 提供者:Rigreat
  1. Character-device-driver

    0下载:
  2. linux下的字符驱动编程学习资料,很好的资料-Character-driven programming under linux learning materials
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:93.05kb
    • 提供者:cindy
  1. The-primary-character-driven

    0下载:
  2. Linux初级字符驱动学习资料,绝对值的收藏!-The primary character driven
  3. 所属分类:Driver develop

    • 发布日期:2017-05-15
    • 文件大小:3.5mb
    • 提供者:武生
  1. char

    1下载:
  2. 简单的linux字符驱动,包括对ds18b20温度传感器的操作,对六轴陀螺仪mpu6050和电子罗盘hmc5883l的i2c协议的实现,是初学者的绝佳材料-Simple linux character-driven, including ds18b20 temperature sensor, the operation of the six-axis gyro electronic compass hmc5883l mpu6050 and implementation of i2c protoc
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:621.34kb
    • 提供者:liu
  1. StringDriver

    0下载:
  2. LINUX2.6内核字符型设备驱动程序,采用了非阻塞机制、互斥机制,使用了poll接口。使用方法不用多说了,跟其他字符驱动没区别,可以自行百度。ps: Makefile也包含在里面了。-LINUX2.6 kernel character device driver, using a non-blocking mechanism, mutual exclusion mechanism, using a poll interface. Use Needless to say, no differen
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3.45kb
    • 提供者:万园春
  1. char_driver

    0下载:
  2. linux 下的字符驱动简单模板,框架注释完善,适合初学者-Character drivers under linux simple template, perfect annotation framework, suitable for beginners
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2.94kb
    • 提供者:hao jian
  1. Linux-driver

    0下载:
  2. Linux设备驱动详解,对于初学者入门很有帮助,涉及到字符驱动、块驱动和网络驱动等-Linux device drivers explain, very helpful for beginners , related to the character-driven, block drivers and network drivers, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-02
    • 文件大小:803.4kb
    • 提供者:赵慧康
  1. us-100_dev

    0下载:
  2. 超声波us100 在ok6410下的字符驱动程序,在驱动中完成测距,把距离通过ioctl返回到用户空间-Under ultrasonic us100 ok6410 character driver, complete range in the drive, the distance through the ioctl returned to the user space
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:8.8kb
    • 提供者:吴文
  1. DeviceDriver

    0下载:
  2. linux简单字符驱动程序的开发,可以进行简单的字符的读和写-Simple character development linux driver can read and write simple characters
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2.29kb
    • 提供者:徐林
  1. gpio_driver

    0下载:
  2. 简单的GPIO驱动代码,内有字符驱动。混杂驱动类型等,用于测试使用。-Simple GPIO driver code, there are character driven. Hybrid drive type, etc., for testing.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:87.46kb
    • 提供者:ljp
  1. Linux设备驱动开发详解.part01

    1下载:
  2. Linux所有设备驱动开发详解(包括字符型,块设备,平台设备等)(Linux detailed explanation of all device driver development (including character type, block device, platform device, etc.))
  3. 所属分类:驱动编程

    • 发布日期:2019-07-23
    • 文件大小:4.77mb
    • 提供者:chijiu
« 12 3 4 5 »
搜珍网 www.dssz.com