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

搜索资源列表

  1. pcmcia-cs-3.2.7.rar

    0下载:
  2. Linux PCMCIA Card Services - Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities.
  3. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:1273963
    • 提供者:
  1. Linux下网卡驱动程序源码分析

    1下载:
  2. linux下8139网卡驱动分析,非常彻底,本人照此移植成功了嵌入式设备上的网口-8139 NIC drivers under analysis, very thorough, I do the successful transplantation of embedded devices on the LAN
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:313766
    • 提供者:于军
  1. linux_8139

    0下载:
  2. linux下8139网卡驱动分析,非常彻底,本人照此移植成功了嵌入式设备上的网口-8139 NIC drivers under analysis, very thorough, I do the successful transplantation of embedded devices on the LAN
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:314182
    • 提供者:陈晓
  1. scullpipe

    0下载:
  2. linux下驱动程序。可以实现简单的命名管道功能。参考《linux设备驱动程序》第六章。 用make编译,sudo insmod scullpipe.ko装载,sudo rmmod scullpipe卸载。装载后根据/proc/devices中设备号用mknod创建设备文件。-drivers under linux. Can achieve a simple named pipe functions. Reference to linux device drivers Chapter VI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:157673
    • 提供者:肖皓
  1. Drivers

    0下载:
  2. 成都中嵌linux系统培训班的驱动教程,包括LED,字符设备,块设备等等,很好的aem-linux驱动学习资料-Chengdu embedded linux system, the driver training course curricula, including LED, character devices, block devices, etc., a very good aem-linux-driven learning materials
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-25
    • 文件大小:8702414
    • 提供者:小康
  1. pcmcia-cs-3.2.7

    0下载:
  2. Linux PCMCIA Card Services - Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities.-Linux PCMCIA Card Services- Linux support for PCMCIA and CardBus devices, including kernel services, clien
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:1273963
    • 提供者:马力
  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-devices-drivers-for-newcomer.pdf

    0下载:
  2. 比较详细地介绍了linux设备驱动开发的入门知识。 为初学者开启了linux设备驱动的学习之门。-A more detailed descr iption of linux device driver development knowledge portal. For beginners linux device driver opened the door to the study.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:569913
    • 提供者:piansu
  1. bluetooth

    0下载:
  2. linux下蓝牙的驱动程序,方便用户基于此对蓝牙设备进行操作-Bluetooth drivers under linux, user-friendly Bluetooth devices based on this right to operate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:59728
    • 提供者:郭亮
  1. EssentialLinuxDeviceDrivers

    0下载:
  2. The Essential Linux Device Drivers Book. This book covers the device driver development for all popular devices on Linux 2.6 kernel
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4286575
    • 提供者:Rejo
  1. LINUXDRIVERDESIGN

    0下载:
  2. 嵌入式Linux驱动程序开发 设备驱动程序实际是处理和操作硬件控制器的软件,从本质上讲,是内核中具有最高特权级的、驻留内存的、可共享的底层硬件处理例程。驱动程序是内核的一部分,是操作系统内核与硬件设备的直接接口,驱动程序屏蔽了硬件的细节,完成以下功能-Embedded Linux driver development device driver is actually handling and operation of the hardware controller software, in
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:586150
    • 提供者:zhang
  1. PowerPC_VxWorks_BSP_SBH

    0下载:
  2. BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类 体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。 VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候, 我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks 和 L inux 系统中整合设备驱动,则不仅仅意味着“
  3. 所属分类:VxWorks

    • 发布日期:2017-05-08
    • 文件大小:1768804
    • 提供者:笑千秋
  1. linux-devices

    0下载:
  2. Linux设备驱动程序学习资料,对初学者很有帮助!-Linux device drivers to learn the information very helpful for beginners!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3438556
    • 提供者:詹先龙
  1. Linux-driver-development20

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第20章、USB主机与设备驱动。在Linux系统中,提供了主机侧和设备侧视角的USB驱动框架,本章主要讲解从主机侧角度看到的USB主机控制器驱动和设备驱动。20.1节给出了Linux系统中USB驱动的整体视图,讲解了Linux中主机侧和设备侧角度的USB驱动层次。从主机侧的角度而言,需要编写的USB驱动程序包括主机控制器驱动和设备驱动两类,USB主机控制器驱动程序控制插入其中的USB设备,而USB设备驱动程
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:668442
    • 提供者:华清远见
  1. Linux-driver-development21

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第21章、PCI设备驱动。PCI(及cPCI)总线在一般的小型手持设备中不太可能用到,但是在工控和通信设备及其PC中却引领着潮流。在Linux系统中,PCI设备驱动和USB设备驱动有共性,那就是其驱动都由总线相关部分和自身设备类型驱动两部分组成。21.1节讲解了PCI总线及其配置空间,给出了PCI总线在Linux内核中的数据结构。PCI设备驱动的PCI相关部分围绕着pci_driver结构体的成员函数展开,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:550787
    • 提供者:华清远见
  1. Qt

    0下载:
  2. 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。   本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-22
    • 文件大小:7017178
    • 提供者:张付有
  1. LINUX-driver-interface-programming

    0下载:
  2. Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过学习和分析设备驱动程序,更深入理解Linux系统设备驱动开发。-Linux system, device drivers are an important part of the operating system kernel, and a standard abst
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:497588
    • 提供者:飞幅度
  1. usb-modeswitch-1.1.5

    0下载:
  2. USB_ModeSwitch is (surprise!) a mode switching tool for controlling "flip flop" (multiple device) USB gear. Several new USB devices (especially high-speed wireless WAN stuff, there seems to be a chipset from Qualcomm offering that feature) have
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:39670
    • 提供者:齐向楠
  1. LINUX-Device-Driver(att.Source)

    0下载:
  2. LINUX设备驱动程序第三版配套源码; 设备驱动最通俗的解释就是“驱使硬件设备行动”。驱动与底层硬件直接打交道,按照硬件设备的具体工作方式,读写设备的寄存器,完成设备的轮询、中断处理、DMA通信,进行物理内存向虚拟内存的映射等,最终让通信设备能收发数据,让显示设备能显示文字和画面,让存储设备能记录文件和数据。-LINUX device drivers third edition of the supporting source Device Driver is the most popul
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:153407
    • 提供者:石大
  1. Device-Drivers

    4下载:
  2. Micrel系列PHY芯片驱动,本人亲自使用,验证可直接添加内核中使用,内含使用说明。支持-ksz9021 -ksz9031-ksz8001 -ksz8021 -ksz8031 -ksz8041 -ksz8051 -ksz8061 -ksz8081 -ksz8091 -ksz8721 -ksz8737-The Micrel PHY devices that are supported with the source code(micre
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:3415
    • 提供者:jarius
« 12 »
搜珍网 www.dssz.com