当前位置:
首页
资源下载

搜索资源 - linux device drivers example
搜索资源列表
-
0下载:
《linux设备驱动程序》一书的例子程序,书上的例子在里面都有-"Linux Device Drivers" an example of the procedure, the book has examples inside
-
-
0下载:
linux设备驱动第三版上的例子源码,已经调试通过的-third edition of Linux Device Drivers on the example source code, debugging has been adopted by the
-
-
0下载:
linux device driver source code
-
-
0下载:
本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
-
-
0下载:
linux device drivers 3th example
linux device drivers 3th example-linux device drivers 3th examplelinux device drivers 3th example
-
-
0下载:
Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动程序的设计。
-Linux system, device drivers the operating system kernel are an importan
-
-
0下载:
这个是和linux设备驱动第3版配合使用源码,在书里使用的例子源码-This is a linux device drivers 3rd edition with the use of source, in the book example of the use of source
-
-
0下载:
Linux设备驱动程序所有的例子代码和帮助文档-Linux device drivers for all the example code and help documentation
-
-
0下载:
linux2.6.30内核在s3c2440上的设备驱动的例子,利用新的os API编写的驱动。-linux2.6.30 the kernel' s device drivers s3c2440 example of the use of new os API driver prepared.
-
-
0下载:
Example code from "Linux Device Drivers 3rd Edition"
-
-
0下载:
Linux驱动示例,入门推荐.有字符设备驱动,块设备驱动.-Linux driver example, the entry recommended. There is character device drivers, block device drivers.
-
-
0下载:
LINUX设备驱动misc-progs实例代码LINUX device drivers, example code misc-progs
-LINUX device drivers, example code misc-progs
-
-
0下载:
linux 驱动实例编程源码,仅供参考,包括各种设备驱动-Example programming linux driver source code, for reference, including the various device drivers
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第19章、Flash设备驱动。Flash在嵌入式系统中是必不可少的,它是BootLoader、Linux内核和文件系统的最佳载体。在Linux内核中,引入了MTD层为NOR Flash和NAND Flash设备提供统一的接口,从而使得Flash驱动的设计工作大为简化。19.1节讲解了Linux Flash驱动的结构,主要讲解了MTD系统的层次结构和接口。19.2节和19.3节分别讲解了NOR Flash和N
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第1章、设备驱动概述。本章将带您走进Linux设备驱动的精彩世界。1.1节讲解了设备驱动的概念和作用。1.2节和1.3节分别讲述无操作系统和有操作系统情况下设备驱动的设计方法,通过分析讲解设备驱动与硬件和操作系统的关系。1.4节对Linux操作系统的设备驱动进行了概要性的介绍,讲解设备驱动与系统软硬件的关系,分析了Linux设备驱动的重点难点和学习方法。本章的最后给出了一个设备驱动的“Hello World
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第23章、Linux设备驱动的移植。在编写Linux设备驱动的时候,驱动程序所服务的硬件芯片可能会在公司的多个采用不同处理器的系统中用到,因此,在编写驱动时,应该尽量考虑其可移植性,23.1节从数据类型、结构体对界、大小端模式、内存页面大小等多个角度阐述了编写可移植驱动程序的注意事项。“他山之石,可以攻玉”,为了高效地推出新的设备驱动,借用demo板、类似芯片和厂商范例程序是几种很有效的手段,23.2节讲解
-
-
0下载:
通过简单实例,从Linux设备驱动本身,理解Linux内核模块、Linux设备驱动的结构、Linux设备驱动中的并发控制等内容。并针对设备驱动的实例,给出了用户态的程序来访问该设备,展现设备驱动的运行情况及用户态和内核态的交互。-Linux (which is a kernel) manages the machine s hardware in a simple and efficient manner, offering the user a simple and uniform progr
-
-
0下载:
Example of the simplest block device driver
-