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

搜索资源列表

  1. Construction_of_Embedded

    0下载:
  2. 本书讲述了嵌入式系统硬件的构成,再简要介绍了操作系统的知识,介绍了嵌入式linux及其软件开发环境,就交叉编译及设备驱动程序等也做了相关的叙述。-This book describes the composition of embedded systems hardware, and then briefly introduce the knowledge of the operating system on embedded linux and software development env
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:1593912
    • 提供者:zhangheng
  1. LinuxDriverDesign

    0下载:
  2. 《Linux 驱动设计》从技术角度来讲,本书应该提供唾手可得的途径去理解内核内幕以及Linus本人在开发时所做的设计抉择。尽管本书的主要目的是教如何写设备驱动程序,但它所包容的内容应该也对内核的执行给出一个完整的概貌。对那些想玩电脑的人和那些涉及Linux机器的内部的专业程序员来讲,本书都会是一个很有趣的资料来源。-" Linux-driven design" from a technical perspective, this book should be readily a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-23
    • 文件大小:446048
    • 提供者:张键
  1. MMC

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

    • 发布日期:2017-04-16
    • 文件大小:8834
    • 提供者:君瑞
  1. ldd3_pdf.tar

    0下载:
  2. Driver Development Manual. It teaches how to write device drivers for linux kernel
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-29
    • 文件大小:12201307
    • 提供者:rebbe
  1. linuxkernel

    0下载:
  2. linux内核结构详细教程 内核是一个操作系统的核心,它负责管理系统的进程,内存,设备驱动程序,文件和网络系统,决定着 系统的性能和稳定性。内核以独占的方式执行最底层任务,保证系统正常运行。-detailed tutorial linux kernel structure an operating system kernel is the core of it is responsible for the process management system, memory, device
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:729100
    • 提供者:lixiao
  1. LinuxDeviceDriver

    0下载:
  2. Linux Device Driver - Guide for Linux Kernel Drivers-Linux Device Driver- Guide for Linux Kernel Drivers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4850420
    • 提供者:Mendel Aizner
  1. 2

    0下载:
  2. Linux设备驱动程序,用途是虚拟一段内存空间为设备驱动程序空间,在此段空间实现读写设备驱动程序。-Linux device driver, uses a memory space for the virtual device driver space, space to achieve during this read-write device drivers.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3998
    • 提供者:老胖
  1. design-of-color-LCD-display-system-Under-the-S3C24

    0下载:
  2. S3C2440A下彩色液晶显示系统的设计,以三星公司的嵌入式微处理器S3C2440A和夏普公司3.5inLCD屏LQ035Q7DH01为基础,设计了显示硬件电路,介绍了帧缓冲设备的处理机制及底层驱动的接口函数,针对本显示系统给出了如何开发其Linux帧缓冲设备驱动程序。不论是显示硬件电路还是软件驱动程序,都有很强的可移植性,可以方便地移植到不同的平台。-S3C2440A under the color LCD display system designed to Samsung' s S3
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-22
    • 文件大小:270318
    • 提供者:cen
  1. I2C_device_driver_under_Linux_development_and_impl

    0下载:
  2. I2C总线具有结构简单使用方便的特点。本文描述了linux下I2C驱动的结构,并在此基础上给出了I2C设备驱动和应用的实现。-I2C-bus with a simple structure, easy to use features. This paper describes the structure of linux under the I2C driver, and on this basis is given I2C device drivers and applications imp
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:50854
    • 提供者:huitng
  1. ModuleTest_a

    0下载:
  2. I/O驱动程序 设备驱动程序运行在内核空间,而应用程序则运行在用户空间,Linux操作系统通过系统调用和硬件中断完成从用户空间到内核空间的控制转移,执行系统调用的内核代码在进程的上下文中执行,也就是说代表调用进程操作而且可以访问进程地址空间的数据,中断处理程序相对进程而言是异步的,而且与任何一个进程都无关。 -I/O driver Device drivers run in kernel space, while the application is run in user
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:35369
    • 提供者:sxf
  1. linux_device_driver

    0下载:
  2. 对于linux设备驱动简单的读写操作。这个程序只是展示了驱动程序的一点特性。没有涉及到具体硬件和设备文件管理系统-Simple linux device driver for reading and writing. This program only shows drivers that feature. Not related to the specific hardware and device file management system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2482
    • 提供者:崔立群
  1. LinuxDriver20-USB

    0下载:
  2. 讲解了linux操作系统下USB主机和设备的驱动程序-Explained the linux operating system USB host and device drivers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2640146
    • 提供者:jerry006
  1. completedevicedriver

    0下载:
  2. It is a beginners guide to learn device drivers in linux.
  3. 所属分类:Linux-Unix program

  1. ldd3_pdf

    0下载:
  2. linux 驱动编写指南. 分章节详细叙述如何编写linux下各种设备驱动程序.-Linux device driver programming guide. All kinds of device drivers programming techniques are described in seperate chapters.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-29
    • 文件大小:12210884
    • 提供者:Mike
  1. linuxDriverexamples

    0下载:
  2. linux 驱动实例编程源码,仅供参考,包括各种设备驱动-Example programming linux driver source code, for reference, including the various device drivers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:132774
    • 提供者:weeder
  1. LDD3

    0下载:
  2. 学习linux驱动开发的好书,里面详细介绍了字符设备,块设备,网络设备驱动。-Good books to learn linux driver development, which introduces the character devices, block devices, network device drivers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2482947
    • 提供者:mall
  1. 80-VM923-1_F_Android_Linux_Device_Bus_Drivers

    1下载:
  2. Android™ Linux Device Bus Drivers-Android™ Linux Device Bus Drivers
  3. 所属分类:android开发

    • 发布日期:2013-07-25
    • 文件大小:554238
    • 提供者:nortk
  1. PCI_SerialPortCard

    0下载:
  2. 利用oriverstudio和visulae++设计出基于windows的多串口卡设备驱动程序 分 析了Linux内核及其与设备驱动程序的关系,根据Linux设备驱动的结构提出了 Linux设备驱动程序具体的设计和实现流程。保证了多串口卡能应用于多操作系统。 -Use oriverstudio and visulae++ to design windows based multiport serial card device driver analysis of Linux ker
  3. 所属分类:Com Port

    • 发布日期:2017-05-18
    • 文件大小:4986394
    • 提供者:j-wu06
  1. simp_blkdev

    0下载:
  2. linux 2.6.18内核(麒麟)主要实现在内存块设备驱动的高低端内存的动态分配功能-linux 2.6.18 kernel (Kirin) in the main memory block device drivers to achieve high-low dynamic allocation of memory function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:131684
    • 提供者:王垚
  1. bdev

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

    • 发布日期:2017-04-08
    • 文件大小:4020
    • 提供者:童宗益
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com