Welcome![Sign In][Sign Up]
Location:
Search - Linux device driver example

Search list

[Multimedia programlinux device driver example

Description: free type字体工具
Platform: | Size: 1874691 | Author: crazymarbury@hotmail.com | Hits:

[Linux-Unixldd2-samples-1.0.1.tar

Description: linux device driver第二版例子代码-second edition of example code
Platform: | Size: 123904 | Author: 李宁 | Hits:

[Linux-Unixlinux device driver source code.tar

Description: linux device driver source code
Platform: | Size: 123904 | Author: 刘卫 | Hits:

[Linux-UnixLinux24_char_device_driver

Description: Linux 2.4内核字符设备驱动开发实例。 是Linux下驱动开发人员再好不过的参考源码。编译之后加载驱动,附有测试程序进行驱动的测试! Linux kernel 2.4 char device driver example.-character device driver development example. Linux is driven development staff a better reference source. After loading compiler- driven, with the testing process-driven test! Linux kernel 2.4 char device driver example.
Platform: | Size: 4096 | Author: | Hits:

[Embeded Linuxlinuxdevicedriver3example

Description: linux设备驱动第三版上的例子源码,已经调试通过的-third edition of Linux Device Drivers on the example source code, debugging has been adopted by the
Platform: | Size: 140288 | Author: 李平 | Hits:

[Linux-Unixldd2-samples-tar

Description: linux设备驱动第二版例子程序,来自Oreilly-Linux Device Driver second version of example programs from Morris
Platform: | Size: 123904 | Author: sunwe | Hits:

[Linux-Unixzifuqudong

Description: 一个linux下字符设备驱动程序的编写例子,是自己参考了相关资料的修改版本-Characters under a linux device driver for the preparation of example is their reference to a modified version of relevant information
Platform: | Size: 9216 | Author: 张富强 | Hits:

[Linux-Unixtty

Description: Linux终端设备驱动,阐述了终端设备的概念及分类,讲解给出了串口tty驱动的设计实例,即S3C2410集成UART的驱动-Linux device drivers, terminal equipment on the concept and classification, on the given serial port tty-driven design example, namely, integrated UART driver S3C2410
Platform: | Size: 37888 | Author: cxb | Hits:

[Linux-Unixldd3

Description: linux设备驱动程序第三版及源代码,文件格式为html-linux device driver and the third edition of the source code, file formats for html
Platform: | Size: 1506304 | Author: qdc | Hits:

[Linux-UnixPCI_Linux

Description: Linux设备驱动开发详解_PCI驱动范例-Linux device driver development driver _PCI Detailed Example
Platform: | Size: 25600 | Author: 杨川庆 | Hits:

[Embeded Linuxframebuffer

Description: 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
Platform: | Size: 9216 | Author: 李刚 | Hits:

[Linux-UnixCode

Description: ARM嵌入式LINUX设备驱动实例开发(李亚峰 中国电力出版社) 一书中的的光盘代码-arm embeded linux device driver example development
Platform: | Size: 75776 | Author: gisspirit | Hits:

[Driver Developsource

Description: linux device driver example
Platform: | Size: 74752 | Author: Kris | Hits:

[Linux-Unixembed_example

Description: linux device driver example
Platform: | Size: 14336 | Author: wangwy | Hits:

[Linux-UnixLinuxDeviceDriver-DMA

Description: Linux设备驱动开发详解源码- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c-Explain the development of Linux device driver source code- DMA Example | | |- 3c505.c | | |- 3c505.h | | `- dma.h |`- static map example | `- mach-smdk2440. c
Platform: | Size: 20480 | Author: bob | Hits:

[Embeded Linuxscullsingle

Description: how to write a character device driver. Example with test code. it is referred from Alessandro linux device diver book.. -how to write a character device driver. Example with test code. it is referred from Alessandro linux device diver book..
Platform: | Size: 8192 | Author: amit | Hits:

[Linux-UnixLinux-driver-development19

Description: 作者:华清远见嵌入式学院。《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和NAND Flash驱动的设计方法,给出了设计模板。19.4节和19.5节分别以S3C2410外围NOR Flash和NAND Flash为实例进一步讲解了NOR Flash和NAND Flash驱动的设计。19.6节讲解了如何在Flash上建立cramfs、jffs/jffs2及yaffs/yaffs2文件系统。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 19, Flash device drivers. Flash in embedded systems is necessary, that it is the BootLoader, Linux kernel file system and the best carrier. In the Linux kernel, introduce a MTD layer TTL NAND Flash for Flash and provide a unified interface equipment, thus make the Flash drive design work greatly simplified. Section 19.1 explained Linux Flash drive structure, main explained MTD system level structure and interface. Section 19.2 and 19.3 respectively explained TTL NAND Flash drive and Flash design method are given, and the design template. Section 19.4 and 19.5 respectively to S3C2410 TTL NAND Flash Flash and peripheral as an example to explain further TTL NAND Flash drive and Flash design. Section 19.6 explained how to establish cramfs, JFFS Flash on the original and yaffs/yaffs2/file system.
Platform: | Size: 581632 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development1

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第1章、设备驱动概述。本章将带您走进Linux设备驱动的精彩世界。1.1节讲解了设备驱动的概念和作用。1.2节和1.3节分别讲述无操作系统和有操作系统情况下设备驱动的设计方法,通过分析讲解设备驱动与硬件和操作系统的关系。1.4节对Linux操作系统的设备驱动进行了概要性的介绍,讲解设备驱动与系统软硬件的关系,分析了Linux设备驱动的重点难点和学习方法。本章的最后给出了一个设备驱动的“Hello World”实例,即最简单的LED驱动在无操作系统情况下和Linux操作系统下的实现。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 1, device drivers overview. This chapter will take you into Linux device driver s wonderful world. Section 1.1 the device driver explained the concept and function. Section 1.2 and 1.3 respectively about operating system and have no operating system device driver design methods, through the analysis and explanation device driver hardware and operating system of the relationship. Section 1.4 of the operating system for Linux device driver for a general introduction, the explanation of the system hardware and software device drivers and the relationship between the Linux device drivers, analysis the difficult and study method. This chapter is given a device driver "Hello World" example, the most simple LED in operating system without driving situations and Linux operating systems
Platform: | Size: 479232 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development23

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第23章、Linux设备驱动的移植。在编写Linux设备驱动的时候,驱动程序所服务的硬件芯片可能会在公司的多个采用不同处理器的系统中用到,因此,在编写驱动时,应该尽量考虑其可移植性,23.1节从数据类型、结构体对界、大小端模式、内存页面大小等多个角度阐述了编写可移植驱动程序的注意事项。“他山之石,可以攻玉”,为了高效地推出新的设备驱动,借用demo板、类似芯片和厂商范例程序是几种很有效的手段,23.2节讲解了这些快速编写设备驱动的方法。23.3节讲解了Linux 2.4和Linux 2.6内核在设备驱动方面的差异,通过对两者差异的分析,可以得出移植Linux 2.4内核驱动到Linux2.6内核的方法。23.4节给出了将其他操作系统内的驱动移植到Linux中的方法,主要分析了实时操作系统VxWorks设备驱动和Linux设备驱动的异同点。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 23, Linux device driver transplantation. Linux device drivers in writing, the driver served by the hardware in the company of the chip may DuoGe using different processor used in the system, thus, in writing driver, should try to consider its portability, section 23.1 from the data type, the structure of the world body size, the model, memory, etc DuoGe page size explains write portable driver s attention. "Learning from others, may attack the jade", in order to efficiently launching the new device drivers, borrow demo board, similar chip and manufacturers example program is several very effective means, section 23.2 explained these fast write device drivers method. 23
Platform: | Size: 508928 | Author: 华清远见 | Hits:

[OtherLinux-device-driver-programming

Description: 目前,市面上的Linux设备驱动程序参考书籍非常稀缺,少有的经典是由Linux社区的三位领导者Jonathan Corbet、Alessandro Rubini、Greg Kroah-Hartman编写的《Linux Device Drivers》(目前该书已经出版到第3版,中文译本由中国电力出版社出版)。该书将Linux设备驱动编写技术进行了较系统的展现,但是该书所列举实例的背景过于复杂,使得读者需要将过多的精力投放于对例子背景的理解上,很难完全集中精力于Linux驱动程序本身。往往需要将此书翻来覆去地研读许多遍,才能有较深的体会。-Linux device drivers on the market reference books are very scarce, rare classic written by the three leaders of the Linux community, Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman, " Linux Device Drivers" (The book has been published 3rd edition, the Chinese translation, published by the China Electric Power Press). The book will be Linux device driver to the preparation of technical system to show, but the background of the book cited instances is too complex, making the reader too much effort needs to be devoted to the understanding of the example of background, it is difficult to fully concentrate on Linux The driver itself. Often require the book over and over again to study the many times in order to have a deeper experience.
Platform: | Size: 278528 | Author: DJK | Hits:
« 12 3 »

CodeBus www.codebus.net