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

搜索资源列表

  1. linuxmtd

    0下载:
  2. Linux MTD介绍: MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系 统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个 抽象的接口。MTD的所有源代码在/drivers/mtd子目录下。我将CFI接口的MTD设备分为四层(从设备节 点直到底层硬件驱动),这四层从上到下依次是:设备节点、MTD设备层、MTD原始设备层和硬件驱 动层。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:80106
    • 提供者:hegaofen
  1. usbd-20020401

    0下载:
  2. USBD的驱动程序,Linux环境下的usb device的驱动程序-USBD drivers, Linux environment under the USB device driver
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:230804
    • 提供者:柳如飞
  1. CF_Driver_On_Linux

    0下载:
  2. 嵌入式Linux 中CF卡的驱动和管理技术研究 在嵌入式Linux系统中,为了在没有PCMCIA控制器的情况下仍然要利用CompactFlash存储卡(简称CF卡)作为存储设备,作者从CF卡的硬件特性入手,在系统层基于CF卡的memory寻址访问方式来改造CF卡的低层驱动,并在应用层实时管理CF卡的热插拔事务,最终实现了一个利用CF卡作为方便快捷的存储设备的嵌入式Linux系统。 -Embedded Linux in the CF card drive and Management Tech
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:8402
    • 提供者:womenway
  1. linux_ARM-

    0下载:
  2. linux下的arm9驱动程序开发,包括子粗设备驱动,混杂设备驱动,如led,input子系统-Under the arm9 linux driver development, including sub-thick device driver, hybrid device drivers, such as led, input subsystem
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:120894
    • 提供者:fankunlun
  1. irda_device

    0下载:
  2. Utility functions used by the device drivers for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5770
    • 提供者:tingjundin
  1. TestDB.c

    0下载:
  2. 通过简单实例,从Linux设备驱动本身,理解Linux内核模块、Linux设备驱动的结构、Linux设备驱动中的并发控制等内容。并针对设备驱动的实例,给出了用户态的程序来访问该设备,展现设备驱动的运行情况及用户态和内核态的交互。-Linux (which is a kernel) manages the machine s hardware in a simple and efficient manner, offering the user a simple and uniform progr
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:15125
    • 提供者:zhangcy122
  1. bdev

    0下载:
  2. 块设备驱动。为Linux设计一个设备驱动程序,该驱动程序能够用内存来模拟一个1MB的磁盘-Block device drivers
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-30
    • 文件大小:4138
    • 提供者:opjrkesta
  1. dev_add

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

    • 发布日期:2017-04-13
    • 文件大小:1738
    • 提供者:twrkokite
  1. bdev

    0下载:
  2. 块设备驱动。为Linux设计一个设备驱动程序,该驱动程序能够用内存来模拟一个1MB的磁盘-Block device drivers
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-14
    • 文件大小:4184
    • 提供者:snoatadbnrhtene
  1. LinuxDriver

    0下载:
  2. Linux驱动,培训时十四天的笔记,很详细,有笔记,从怎么写驱动开始,到内核驱动框架的怎么编写都有,代码全附上了,有字符设备,块设备驱动,和网络设备驱动。-Linux driver training fourteen days of notes, very detailed, there are notes, how to write drivers started to how to write a kernel driver framework has code attached a wh
  3. 所属分类:Driver develop

    • 发布日期:2017-05-11
    • 文件大小:2497363
    • 提供者:曹奎
  1. fs_pin

    0下载:
  2. The record layout is documented in the Linux for zSeries Device Drivers book:.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2612
    • 提供者:lielaoze
  1. parisc-device

    0下载:
  2. linux drivers thermal cpu_cooling.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6413
    • 提供者:raoguelao
  1. Linux_i2c_driver

    0下载:
  2. 这是嵌入式Linux的IIC驱动程序,包含多个设备的驱动程序等-This is the embedded IIC Linux driver, including multiple device drivers, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:287072
    • 提供者:lili
  1. linuxdriver

    0下载:
  2. linux系统下设备驱动编程的好资料,包含网络设备驱动、字符设备驱动、块设备驱动-linux system device driver programming good information, including network device drivers, character device drivers, block device drivers
  3. 所属分类:Driver develop

    • 发布日期:2017-06-02
    • 文件大小:13950339
    • 提供者:jiankuilu
  1. dev_add

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

    • 发布日期:2017-04-13
    • 文件大小:1946
    • 提供者:jv8764578ranhu
  1. zifushebeiqudongmuban

    0下载:
  2. 嵌入式Linux驱动模板精讲与项目实践 配套光盘 字符设备驱动模板 直接烧入mini2440开发板即可-Embedded Linux driver template talk and project practice CD template character device drivers can be directly burnt into the mini2440 Development Board
  3. 所属分类:Driver develop

    • 发布日期:2017-05-01
    • 文件大小:30145
    • 提供者:孙某
  1. Linux-qudong

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个 驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本 书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-This book guides you on how to write your own drive,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-09
    • 文件大小:1923916
    • 提供者:
  1. MQXPMutilTask

    0下载:
  2. MQX是Freescale公司推出的一款基于Linux的实时操作系统,附件提供了基于K64处理器的MQX例程,方便学习-The MQX Real-Time Operating System (RTOS) provides real-time performance within a small, configurable footprint. The RTOS is tightly integrated with 32-bit MCUs and MPUs NXP and is provided
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-06
    • 文件大小:585696
    • 提供者:daisheng
  1. ds18b20

    1下载:
  2. 在杂项设备模型上开发的 ds18b20 驱动,测试可用,平台为 IMAX6Q(DS18B20 drivers developed on a miscellaneous device model, available for testing, and platform for IMAX6Q)
  3. 所属分类:驱动编程

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:LornYin
  1. hello_dev.tar

    0下载:
  2. Example of the simplest block device driver
  3. 所属分类:驱动编程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:Robotex
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com