CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - linux 字符设备驱动

搜索资源列表

  1. chardev

    0下载:
  2. 在linux环境下的字符设备驱动程序。具有最基本的设备的读和写功能
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2.29kb
    • 提供者:吴丹
  1. Char

    0下载:
  2. 最常用的嵌入式LINUX字符设备驱动:触摸屏和小键盘驱动。触摸屏使用SPI接口,小键盘使用GPIO口模拟。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:13.86kb
    • 提供者:吕剑国
  1. linuxdriver

    0下载:
  2. 介绍了嵌入式Linux的特点,设备驱动程序的概念,简述了基于uClinux下设备驱动程序的开发方法及过程,最后简述了字符设备驱动程序的开发的实例。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:365.99kb
    • 提供者:王伟良
  1. dev_add

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

    • 发布日期:2017-04-04
    • 文件大小:1.54kb
    • 提供者:Joshua
  1. Drivers

    0下载:
  2. 成都中嵌linux系统培训班的驱动教程,包括LED,字符设备,块设备等等,很好的aem-linux驱动学习资料-Chengdu embedded linux system, the driver training course curricula, including LED, character devices, block devices, etc., a very good aem-linux-driven learning materials
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-25
    • 文件大小:8.3mb
    • 提供者:小康
  1. 2440_gpio

    0下载:
  2. linux下2440的gpio驱动,里边有一些含有内核中的注释,是看后的笔记,看这个对了解基本的字符设备的驱动写法有帮助-2440 under the GPIO linux driver inside the kernel contains some of the notes, is to look after the notes, look at this to understand the basic character device driver writing help
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:1.55kb
    • 提供者:chinq
  1. s3c2410-watchdog

    0下载:
  2. s3c2410-watchdog 源码 arm902 linux字符设备驱动-s3c2410-watchdog source arm902 linux character device driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:1.12kb
    • 提供者:徐斌
  1. LinuxDeviceDriver

    0下载:
  2. linux设备驱动教学课件,字符驱动,内核调试,竞态,中断,高级io-linux device driver Courseware
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:80.88kb
    • 提供者:于孝辉
  1. Linux divice diver

    1下载:
  2. Linux设备驱动的现状 从non­ os驱动到Linux驱动 内核设施  自旋锁、信号量、互斥量、完成量  异步通知、信号  阻塞与非阻塞  内存与I/O操作,DMA  中断,top  half/bottom  half 字符设备驱动 复杂设备驱动的框架  LCD设备FRAMEBUFFER  FLASH设备MTD  TTY设备  块设备 用户空间的设备驱动 设备驱动开发流程  开
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-04-30
    • 文件大小:1mb
    • 提供者:门票
  1. z1

    0下载:
  2. 嵌入式Linux系统中字符设备驱动程序的设计与实现-将中文译成英语 Embedded Linux system character device driver design and implementation
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-08
    • 文件大小:1.5mb
    • 提供者:张东
  1. zifushebei

    0下载:
  2. 字符设备驱动源码再linux-2.6.29.4内核上编译并运行通过-Character device driver source code and then compile on linux-2.6.29.4 kernel and run through
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:5.36kb
    • 提供者:guoxu
  1. globalmem.tar

    0下载:
  2. linux字符设备程序开发 globalmem驱动 代码 访问地址: yuweixian4230.blog.chinaunix.net http://blog.chinaunix.net/space.php?uid=22666248&do=blog&id=3044785-program development globalmem linux character device driver code Access address: yuweixian4230.blog.chin
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:6.57kb
    • 提供者:yuweixian
  1. led_drv

    0下载:
  2. 简单LED驱动程序实现 根据本人的《Linux简单字符设备驱动编写方法》一文的步骤,实现Mini2440开发板的LED驱动程序。 代码共分二个文件,驱动程序<led_drv.c>和测试程序<led_test.c>。-Achieve a simple LED driver According to my "Linux device driver writing a simple method of character," a text of t
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-03
    • 文件大小:2.32kb
    • 提供者:Joshua
  1. btn_drv

    0下载:
  2. 查询方式实现简单按键驱动程序 根据本人《Linux简单字符设备驱动编写方法》一文的步骤,用查询方式简单实现Mini2440开发板的按键驱动程序。 代码共分二个文件,驱动程序<btn_drv.c>和测试程序<btn_test.c>。-Simple ways to search for key drivers According to my "Linux character device driver writing simple method"
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:2.16kb
    • 提供者:Joshua
  1. misc_add

    0下载:
  2. Linux混杂设备驱动编写方法   当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。   程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:1.35kb
    • 提供者:Joshua
  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
    • 文件大小:1.52kb
    • 提供者:月冷楼兰
  1. Linux

    0下载:
  2. Linux驱动源码包含基本的字符设备以及GPRS、GPS等-Linux driver source code contains the basic character device, and GPRS, GPS, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-26
    • 文件大小:5.39mb
    • 提供者:吕布
  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
    • 文件大小:20.7kb
    • 提供者:黄英涌
  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
    • 文件大小:25.36kb
    • 提供者:郭志毅
  1. 20th_chrdev_another

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

    • 发布日期:2017-04-24
    • 文件大小:140.91kb
    • 提供者:wjb
« 12 »
搜珍网 www.dssz.com