搜索资源列表

  1. SAA711x_I2C_Linux

    0下载:
  2. Linux设备驱动开发详解_SAA711x I2C设备驱动-Linux device driver development Detailed _SAA711x I2C device driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:杨川庆
  1. vfifo

    0下载:
  2. linux下的字符设备驱动代码,用来加载新的驱动-under linux character device driver code, used to load the new driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:池瑞清
  1. linuxusb

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

    • 发布日期:2024-05-18
    • 文件大小:494592
    • 提供者:123456
  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. 所属分类:嵌入式Linux

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:李刚
  1. usb

    0下载:
  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

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:李刚
  1. framebuffer

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

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:李刚
  1. mmcsd

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

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:李刚
  1. s3c2410_ts

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

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:李刚
  1. embeddedLinux-11.pdf

    0下载:
  2. 本书从第 6 章到第 10 章详细讲解了嵌入式 Linux 应用程序的开 发,这些都是处于用户空间的内容。 本章将进入到 Linux 的内核空间, 初步介绍嵌入式 Linux 设备驱动的开发。驱动的开发流程相对于应用。-This book from Chapter 6 to Chapter 10, detailed account of embedded Linux application development, which
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:800768
    • 提供者:piansu
  1. 922624schar

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

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:丁磊
  1. block-linux-cdp

    0下载:
  2. 块级的连续数据保护系统,此为可加载的LINUX模块,作为块设备驱动程序与通用块层的中间层工作-This module provides the functionality of Continuous Data Protection at block level.
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:黄扬
  1. ARM_embedded_Linux

    0下载:
  2. 《ARM嵌入式Linux系统开发技术详解》,该书由浅入深、通俗易懂地讲解了嵌入式Linux的系统设计与开发。全书共25章,从嵌入式处理器ARM开始,讲解了ARM处理器的资源、ARM的指令集、ADS开发工具、嵌入式系统硬件环境的构建、Boot Loader、Linux内核移植、嵌入式文件系统、嵌入式Linux多任务程序开发、嵌入式Linux设备驱动开发、嵌入式Linux网络程序开发、MiniGUI图形界面开发、设备驱动开发案例、综合案例等
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-18
    • 文件大小:3850240
    • 提供者:陈笑天
  1. 04

    0下载:
  2. 《ARM嵌入式Linux设备驱动实例开发》,第四章代码,按键驱动开发-" ARM embedded Linux device driver development example," Chapter IV code, key-driven development
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:乔小瑞
  1. Linux_device_driver_source_code_examples

    0下载:
  2. Linux设备驱动例子源代码,介绍简单的驱动程序的编写入门指导-Linux device driver source code examples to introduce the simple driver guide the preparation of entry
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:137216
    • 提供者:maomao
  1. myirq

    0下载:
  2. 一个完整的linux按键驱动程序,内核版本2.6.18,在s3c2440arm处理器上测试通过。对于初学linux设备驱动的人很有好处。 -A complete linux key drivers, kernel version 2.6.18, s3c2440arm processors in the test. Linux device driver for the beginner a very good person.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:ll
  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编程

    • 发布日期:2024-05-18
    • 文件大小:1473536
    • 提供者:weibo
  1. linux_driver_develop

    0下载:
  2. 嵌入式Linux应用程序开发详解(嵌入式Linux设备驱动开发)-Embedded Linux application development detailed (embedded Linux device driver development)
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-18
    • 文件大小:777216
    • 提供者:王旭
  1. Linuxdevicedriverdebug

    0下载:
  2. Linux设备驱动程序学习(2)-调试技术 - Linux设备驱动程序.rar-Linux设备驱动程序学习(2)-调试技术- Linux设备驱动程序.rar
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:53248
    • 提供者:zwx
  1. LinuxDeviceDrivers3_ch.chm.tar

    0下载:
  2. 非常经典的书籍,linux设备驱动第三版(中文)-Linux Device Drivers, 3rd Edition
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1286144
    • 提供者:王海龙
  1. linux

    0下载:
  2. Linux 设备驱动 第三版,外加例子源代码-Linux device drivers third edition, along with examples of source code
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-18
    • 文件大小:1431552
    • 提供者:cgh
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org