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

搜索资源列表

  1. S3C2410_I2C_host

    0下载:
  2. s3c2410嵌入式Linux IIC主设备驱动范例-s3c2410 Embedded Linux IIC master device driver sample
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:13915
    • 提供者:西米
  1. Specification_of_the_Embedded_Communication_System

    0下载:
  2. 《嵌入式通信设备驱动程序设计标准化》,通过对Windows和Linux环境下设备驱动程序设计模型的比较,结合通信领域嵌入式系统的特点,提出了嵌入式通信系统设备驱动程序设计标准化的构想;通过参考常用的设备驱动程序的设计思想和设计模型,制定了嵌入式通信系统设备驱动程序的分层结构,统一了底层驱动程序对上层应用或管理程序的接口,屏蔽底层的硬件特性,实现了驱动程序的规范化、标准化;在VxWorks开发环境下,对设计标准进行了详细解析,并阐述了该标准制定的原因和意义。-This paper introduc
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:180018
    • 提供者:BoA
  1. embeddedsystemLINUXUSBhost

    0下载:
  2. 嵌入式Linux下USB主设备驱动程序的实现 1.字符设备和块设备 2.Linux中USB设备驱动程序的核心数据结构 嵌入式Linux下USB主机驱动程序的实现-Embedded Linux, USB master to achieve a device driver. Character devices and block devices 2. Linux USB device driver in the core data structure of embedded Linux, USB h
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:305703
    • 提供者:成功
  1. LinuxUSB

    0下载:
  2. 嵌入式Linux下USB设备驱动开发解析-Embedded Linux USB device driver development under the analysis
  3. 所属分类:USB develop

    • 发布日期:2017-03-31
    • 文件大小:299235
    • 提供者:wang
  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. z1

    0下载:
  2. 嵌入式Linux系统中字符设备驱动程序的设计与实现-将中文译成英语 Embedded Linux system character device driver design and implementation
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-08
    • 文件大小:1572028
    • 提供者:张东
  1. linux13-System-Launched

    0下载:
  2. 基于Linux的嵌入式系统的网络设备驱动程序的编写教程级文档-Embedded systems based on Linux network device driver documentation for the preparation of tutorial class
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:1228224
    • 提供者:zww
  1. USB_introduction

    0下载:
  2. 《嵌入式Linux下USB设备驱动开发深度解析》PDF.pdf-" Embedded Linux USB device driver development depth analysis" PDF.pdf
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:300064
    • 提供者:王博文
  1. I2C

    0下载:
  2. I2C总线协议驱动,C语言编写,适用于各单片机或嵌入式linux-I2C bus protocol driver, C language, for each device or embedded linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:35776
    • 提供者:jack
  1. linux_device_develop

    0下载:
  2. Linux平台下设备驱动程序开发方面的一本经典著作希望对嵌入式开发的同学有所帮助-Linux platform device driver in the development of a classic embedded developers hope to help students
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:814882
    • 提供者:马德第
  1. ramdisk_linux

    0下载:
  2. 嵌入式linux块设备驱动,使用内存模拟一个块设备,帮助大家入门块设备驱动-Embedded linux block device driver, use a block of memory analog equipment, to help everyone introductory block device driver
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-26
    • 文件大小:1140
    • 提供者:杜小龙
  1. drivers_and_test

    0下载:
  2. 《嵌入式Linux应用开发完全手册》教程中的实例源码,有字符设备驱动的编写!-" Embedded Linux application development entirely manual" tutorial source code examples, there is a character device driver writing!
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:809730
    • 提供者:蓝本
  1. ds18b20

    0下载:
  2. 嵌入式Linux下的DS18B20温度传感器驱动,字符设备驱动的典型例子-Embedded Linux driver DS18B20 temperature sensor, a typical example of a character device driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:25965
    • 提供者:郭志毅
  1. s3c2440_linux_led

    0下载:
  2. 基于mini2440开发板的linux下led驱动程序,利用混杂设备驱动架构编写,实际测试可正常运行,可方便移植到其他嵌入式开发板。-Under mini2440 development board based on linux led driver, use of hybrid device driver architecture preparation, the actual test can be run properly, can be easily ported to other em
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2158
    • 提供者:闲云
  1. sata_fsl

    0下载:
  2. Freescale 3.0Gbps SATA device driver for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:11348
    • 提供者:qincijeng
  1. xsysace

    0下载:
  2. Xilinx SystemACE device driver for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7645
    • 提供者:ruiluiqie
  1. mgr

    0下载:
  2. Implementation of Manager interface to the device object at the driver level for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4382
    • 提供者:tonglingku
  1. ec

    0下载:
  2. ACPI Embedded Controller Driver (v2.1) for Linux Device.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:7721
    • 提供者:denglerqeng
  1. zfcp_aux

    0下载:
  2. zfcp device driver for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4396
    • 提供者:medenner
  1. platform-pci

    0下载:
  2. Xen platform PCI device driver for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1530
    • 提供者:fanjerpa
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com