搜索资源列表
如何在嵌入式LINUX中增加自己的设备驱动程序
- 如何在嵌入式LINUX中增加自己的设备驱动程序,word文档,直接解压即可-in Embedded Linux increased its own device drivers, word documents and can be directly extracted
1如何在嵌入式LINUX中增加自己的设备驱动程序
- 如何在嵌入式LINUX中增加自己的设备驱动程序-in Embedded Linux increased its own device driver
2004-02-03_linux设备驱动程序2源码
- linux设备驱动程序源代码,包括PCI,USB,-Linux device driver source code, including PCI, USB, etc.
嵌入式Linux的研究及其设备驱动程序的开发
- 嵌入式Linux的研究及其设备驱动程序的开发-Embedded Linux device drivers Research and Development Program
嵌入式设备上的Linux开发
- 嵌入式linux的开发流程详解,包括启动,内存,设备驱动的添加-embedded linux Comments on the development process, including the initiation, memory, add-driven equipment, etc.
如何在嵌入式LINUX中添加设备驱动程序
- 如何在嵌入式linux中添加驱动程序,介绍了在linux中驱动程序的开发经验,并付有例程-how to add embedded linux driver, introduced in linux Driver program development experience, and pay a routine
LINUX设备驱动程序第二版配套源码
- LINUX设备驱动2源代码,是学习linux设备驱动的好资料-two Linux device driver source code is learning linux device drivers good information
设备驱动程序
- 一个简单驱动程序,当某个应用程序读取这个装置的时候,可以读取到连续的随机数或者是0
serial
- linux下基于arm处理器s3c2410x开发板的串口设备驱动程序,包括对串口的读写程序。-arm processor linux-based development board s3c2410x serial device driver, including the serial process of reading and writing.
S3C2410LCD
- 《Linux设备驱动开发详解》这本书配套的LCD驱动代码-LCD driver
Code.tar
- 李亚锋出的书《ARM嵌入式LINUX设备驱动实例开发》一书的码源!-Li-feng of the book
USB_camera
- 给出Linux 环境下USB驱动的模块层次结构,包括主控制器驱动、USB 核心驱动和USB设备驱动程序组成,以及USB 接口摄像头驱动模块的层次结构,对底层usbvideo 模块进行分析,对usbvideo 中的函数进行了分类,修正其设计上的一个缺 陷,给出上层微型驱动的实现,最后通过移植USB 摄像头驱动程序到三星公司的SMDK2410 开发板的试验成功,使该驱动成 功应用在基于Linux 的嵌入式系统上。-Given Linux environment USB drive mod
USB_camera
- 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver de
LinuxDrivers
- Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2
pci
- 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的PCI设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on PCI device driver source code
usb
- 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的USB设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book of USB device driver source code
LinuxE3
- Linux设备驱动程序第三版 内涵源代码-Linux device drivers third edition of the content of the source code
LinuxDeviceDrivers3_all_example_code
- Linux设备驱动程序所有的例子代码和帮助文档-Linux device drivers for all the example code and help documentation
深入浅出Linux_设备驱动编程
- 深入浅出Linux_设备驱动编程,Linux 软件工程师必备。(Linux_ device driver programming)
Linux下SCULL设备驱动
- SCULL设备驱动的测试用例,可make编译后,实现设备打开、写入再读出测试