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

搜索资源列表

  1. serial

    0下载:
  2. linux下基于arm处理器s3c2410x开发板的串口设备驱动程序,包括对串口的读写程序。-arm processor linux-based development board s3c2410x serial device driver, including the serial process of reading and writing.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:2385
    • 提供者:君瑞
  1. DMA_example

    0下载:
  2. Linux设备驱动开发DMA dreiver代码,测试成功,可以使用-DMA dreiver Linux device driver development code, the test is successful, you can use
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:19014
    • 提供者:henry
  1. Linux-2[1].6-device-model

    0下载:
  2. Linux2.6的复杂的设备驱动模型解释-Linux2.6 the complex device driver model to explain
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-10-31
    • 文件大小:230928
    • 提供者:Zoe
  1. VxWorks-PCI9054-driver

    0下载:
  2. Vxworks下的PCI9054设备驱动开发-PCI9054 under Vxworks Device Driver Development
  3. 所属分类:VxWorks

    • 发布日期:2017-03-27
    • 文件大小:16451
    • 提供者:liming
  1. USB_driver

    0下载:
  2. AVR单片机USB ISP下载器的USB驱动程序-AVR Microcontroller USB ISP download the USB device driver
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:339447
    • 提供者:chen
  1. SDIO_Driver

    0下载:
  2. windows设备驱动开发,SDIO的读写操作,供大家学习用-windows device driver development, SDIO to read and write operations, for them to learn to use
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:15296
    • 提供者:dante
  1. Driver

    0下载:
  2. microchip usb device driver
  3. 所属分类:USB develop

    • 发布日期:2017-04-06
    • 文件大小:97968
    • 提供者:metidji
  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
    • 文件大小:1585
    • 提供者:chinq
  1. usb_hid_led

    0下载:
  2. Hid Led Tester is a simple USB(interrupt mode)device tester package. There are firmware and software in it. Hid Led tester follows USB HID protocol, we don’t need to install driver for the device, and Windows (Win 2000 and later) will install the dev
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:28405
    • 提供者:
  1. linuxdriver_code_tool

    0下载:
  2. 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-16
    • 文件大小:25064728
    • 提供者:keke
  1. linux_device_driver3rd_ch

    0下载:
  2. linux 设备驱动程序开发 第三版 中文,附带书中的源代码。-linux device driver development of the third edition of the Chinese, with the book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:891935
    • 提供者:李苏宁
  1. Essential_Linux_Device_Drivers

    0下载:
  2. 這是一本在講解linux 驅動程式的書籍 包含 MTD Video serial 等驅動程式-This is a linux driver in the brief book contains MTD Video serial driver, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3320436
    • 提供者:arkane
  1. uClinux_CAN_Driver

    0下载:
  2. 嵌入式uClinux下的CAN总线设备驱动程序设计,文章条理清晰,很详细的介绍了驱动程序的编写,以及如何加载到uClinux内核中,相信对您会有所帮助.-UClinux embedded under the CAN-bus device driver design, the clarity of the article, very detailed account of the preparation of the driver, and how to load the uClinux kern
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:10818
    • 提供者:Davinci
  1. framebuffer

    0下载:
  2. 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:9155
    • 提供者:李刚
  1. usb2.0ProductDrive

    0下载:
  2. usb2.0原理与工程开发(第二版),pdf格式,里面有很多usb 产品开发的例子,对学习usb原理,usb设备驱动开发很有帮助-USB2.0 Principle and Project Development (second edition), pdf format, there are many examples of product development usb, usb learning principle, usb device driver development of helpf
  3. 所属分类:USB develop

    • 发布日期:2017-06-11
    • 文件大小:18308494
    • 提供者:何永胜
  1. USBdriverdevelopment

    0下载:
  2. Visual C++ 6.0、DDK开发的USB设备驱动程序开发框架-Visual C++ 6.0, DDK development of the USB device driver development framework
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:4325
    • 提供者:sdfs
  1. vxworks-6.2-doc

    0下载:
  2. lDocumentation for VxVorks 6.2. Migration Guide, Application API Reference, Driver API Reference, BSP developers Guide, CLI Tools Users Guide, Device Driver Developers Guide and more.
  3. 所属分类:software engineering

    • 发布日期:2017-06-09
    • 文件大小:16509560
    • 提供者:puppe
  1. MTKDeviceDriveTraining

    0下载:
  2. MTK手机方案设备驱动教程,开发手机驱动参考-MTK mobile phone device driver tutorial program, the development of mobile drive reference
  3. 所属分类:MTK

    • 发布日期:2017-05-06
    • 文件大小:1073556
    • 提供者:秦琼
  1. userkernelspace

    0下载:
  2. A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:920
    • 提供者:harish
  1. ReadUDisk

    0下载:
  2. 单片机读写U盘源码 基于51单片机和国产USB芯片CH374,挂载FAT文件系统、USB海量存储设备驱动,读写使用FAT文件系统的U盘。-Disk read and write single-chip U-source and based on 51 single-chip USB chip made CH374, mount FAT file system, USB mass storage device driver, read and write using the FAT file
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:81877
    • 提供者:Freeman
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com