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

搜索资源列表

  1. ds18b20

    0下载:
  2. linux的驱动开发,内核是2.6的。很好用的-linux driver development, kernel is 2.6. Good use
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:135347
    • 提供者:zwl
  1. linuxdriver_code_tool

    1下载:
  2. LINUX设备驱动开发详解(光盘源码)。 -Detailed LINUX device driver development (CD-ROM source).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:25118303
    • 提供者:gaoyuan
  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. embed

    0下载:
  2. 嵌入式Linux驱动实用程序,可也应用于实际开发:usb、pcimia、网卡的驱动-Embedded Linux driver utility that also applies to the actual development: usb, pcimia, network card driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-03
    • 文件大小:989492
    • 提供者:laochunjie
  1. linuxdriver_code_tool

    0下载:
  2. linux驱动书中的资料,可以学习驱动的开发 和makefile的写法,以及转换工具-linux data-driven book, you can drive the development and study of written makefile, as well as conversion tools
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:25062737
    • 提供者:
  1. linux_driver_develop

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

    • 发布日期:2017-04-03
    • 文件大小:776751
    • 提供者:王旭
  1. Linux-Device-Driver-Notes

    0下载:
  2. Linux设备驱动程序笔记,基于ARM9开发板的驱动开发笔记-Linux device driver notes, ARM9 development board based on the Driver Development Notes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:88806
    • 提供者:chen
  1. Linux

    0下载:
  2. Linux的射频模块驱动设计。 本文首先从嵌入式系统的概念、ARM微处理器和嵌入式操作系统的概念出发,描述了S3C2410的体系结构,具体研究了UART口和I/O口的控制,然后深入到linux环境下的驱动开发当中,介绍了本论文的软件开发环境,然后讨论了Linux系统驱动程序的程序构架,最后讨论了Linux驱动体系结构,重点叙述了字符型驱动程序的编写方法。然后完成了射频控制模块(ATMEL公司AT86RF211芯片)的驱动以及电路设计,通过S3C2410的UART口传输数据,通过I/O口去控制射频
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:308490
    • 提供者:蔡永花
  1. learnDriver

    0下载:
  2. 华恒科技内部资料《嵌入式LINUX下驱动开发入门》,内有代码格式。可给初学者以参考。-huaheng internal information technology "-driven development of embedded LINUX entry" , there are code format. Can give a reference for beginners.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:130734
    • 提供者:吴若鸿
  1. FullEmbeddedLinuxNotes

    0下载:
  2. 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:561016
    • 提供者:流浪
  1. linux-driver-demo-audio

    1下载:
  2. 宋宝华《Linux设备驱动开发详解》sound设备驱动及应用程序例程-Sound driver demo and aplication demo based on alsa lib, from Song Baohua s 《Linux device driver in detail》.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:32825
    • 提供者:蒋志峰
  1. Linux

    0下载:
  2. Linux设备驱动开发入门与编程实践,Linux代码的书籍,帮助大家提高Linux-Getting Started with Linux device driver development and programming practice, Linux books, help people to improve Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:81203
    • 提供者:wufan
  1. Linux divice diver

    1下载:
  2. Linux设备驱动的现状 从non­ os驱动到Linux驱动 内核设施  自旋锁、信号量、互斥量、完成量  异步通知、信号  阻塞与非阻塞  内存与I/O操作,DMA  中断,top  half/bottom  half 字符设备驱动 复杂设备驱动的框架  LCD设备FRAMEBUFFER  FLASH设备MTD  TTY设备  块设备 用户空间的设备驱动 设备驱动开发流程  开
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-04-30
    • 文件大小:1050404
    • 提供者:门票
  1. Embeddedlinux

    0下载:
  2. 嵌入式linux应用开发完全手册光盘里的驱动和例子源代码 对初学者很有帮助-Embedded linux application development CD-ROM in the drive fully manual and examples source code helpful for beginners
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:245129
    • 提供者:胡浪
  1. Linux-driver

    0下载:
  2. Linux驱动开发必备,很不错的Linx驱动开发书籍-Essential Linux driver development, driver development is very good books Linx
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:5038446
    • 提供者:studystep0
  1. linux-timer

    0下载:
  2. 这是驱动开发中的关键技术,timer的编程。-This is the key technology-driven development, timer programming.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:245612
    • 提供者:gaozhiliang
  1. Linux-driver-development18

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第18章、LCD设备驱动。在多媒体应用的推动下,彩色LCD越来越多地应用到了嵌入式系统中,掌上电脑(PDA)、手机等多采用TFT显示器件,支持彩色图形界面,能显示图片并进行视频媒体播放。帧缓冲(Framebuffer)是Linux为显示设备提供的一个接口,它允许上层应用程序在图形模式下直接对显示缓冲区进行读写操作。本章主要讲解帧缓冲设备Linux驱动的架构及编程方法。-Author: HuaQing vis
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:593783
    • 提供者:华清远见
  1. Essential-Linux-Device-Drivers

    0下载:
  2. 很好的linux驱动开发资料,大量实战例子讲解linux驱动开发的方方面面。-"Probably the most wide ranging and complete Linux device driver book I ve read." --Alan Cox, Linux Guru and Key Kernel Developer The Most Practical Guide to Writing Linux Device Drivers
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-16
    • 文件大小:4262237
    • 提供者:reer
  1. linux-driver

    0下载:
  2. Linux驱动开发 之一本讲解Linux驱动书籍-Explain the development of Linux drivers Linux drivers for this book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-09
    • 文件大小:15969896
    • 提供者:陈建军
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com