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

搜索资源列表

  1. linuxusb

    0下载:
  2. linux设备驱动之USB主机控制器驱动分析-linux device driver of the USB host controller driver analysis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:494964
    • 提供者:123456
  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. pci

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

    • 发布日期:2017-03-26
    • 文件大小:26916
    • 提供者:李刚
  1. usb

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

    • 发布日期:2013-10-29
    • 文件大小:7596
    • 提供者:李刚
  1. 922624schar

    0下载:
  2. linux字符设备驱动程序schar 内附makefile-linux character device driver makefile containing Schar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5095
    • 提供者:丁磊
  1. Linux.Device.Drivers.3Ed

    0下载:
  2. Linux.Device.Drivers.3Ed 驱动编写的必读书-the first must read book for linux driver programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1365346
    • 提供者:li
  1. lyl

    0下载:
  2. Linux操作平台下的块设备驱动程序的开发与实现源代码。-Linux block device driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16150
    • 提供者:lyl
  1. linux-drivers-development

    0下载:
  2. 经典的linux设备驱动程序开发书籍,适合在linux上做内核或驱动开发的朋友们。-Classic linux device driver development books, suitable for use in the linux kernel or driver development do our friends.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1473220
    • 提供者:weibo
  1. gps

    1下载:
  2. linux下基于arm处理器s3c2410x开发板的GPS模块的设备驱动程序。-arm processor linux-based development board s3c2410x the GPS device driver modules.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:1884
    • 提供者:君瑞
  1. sbull-2.6.22

    0下载:
  2. 基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and wri
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:133489
    • 提供者:黄伟
  1. LinuxDeviceDriver-07

    0下载:
  2. Linux设备驱动开发详解-07 :含并发控制的globalmem驱动-Explain the development of Linux device driver-07: concurrency control with the driver globalmem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2677
    • 提供者:bob
  1. LinuxDeviceDriverA-S3C2410RealTimer

    0下载:
  2. Linux设备驱动开发详解源码- S3C2410实时钟驱动--s3c2410-rtc.c 秒设备驱动与应用程序-second.c -second_test.c-Explain the development of Linux device driver source code- S3C2410-driven real-time clock- s3c2410-rtc. C seconds device drivers and application-second.c-second_t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6304
    • 提供者:bob
  1. LinuxDeviceDriver-DMA

    1下载:
  2. Linux设备驱动开发详解源码- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c-Explain the development of Linux device driver source code- DMA Example | | |- 3c505.c | | |- 3c505.h | | `- dma.h |`- static map exam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:20555
    • 提供者:bob
  1. LinuxDeviceDriver-NVRAM

    0下载:
  2. Linux设备驱动开发详解源码- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:15245
    • 提供者:bob
  1. LinuxDeviceDriver-IDE

    0下载:
  2. Linux设备驱动开发详解源码- | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c-Explain the development of Linux device driver source code- | |- IDE drive | | |- ide-disk.c | | `- ide-h8300.c |`- RAMDISK driver | `- rd.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:16468
    • 提供者:bob
  1. linux_drivers

    0下载:
  2. LINUX驱动设备编程的范例源码,包括字符设备、网络设备、块设备驱动程序的编写。-LINUX device driver source code examples of programming, including character devices, network equipment, block device driver to prepare.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:132332
    • 提供者:黄峰
  1. tty

    0下载:
  2. linux tty device driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:7756
    • 提供者:B.J.
  1. Linuxdriver

    0下载:
  2. linux驱动设备编程,一般用来在嵌入式linux中修改添加驱动程序-linux device driver programming, generally used to modify embedded linux driver add
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-03
    • 文件大小:1288924
    • 提供者:tana
  1. device_drive

    0下载:
  2. linux设备驱动开发入门教程,对于初学者学习设备驱动开发很有帮助-Introduction to linux device driver development course for beginners to learn device drivers development of helpful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:130715
    • 提供者:wangjun
  1. tvp5150

    2下载:
  2. tvp5150 linux device driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-30
    • 文件大小:30836
    • 提供者:YOONIS
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com