搜索资源列表
linux
- 是《linux设备驱动》RD2,的中文版,本书是告诉一个新手,如何开发Linux驱动,本书是根据E文翻译过来的,适合搞嵌入式行业而且英文不太好的朋友,如果英文nice,建议看《linux device drivers 3》,站里有,如果你在本站找不到,也可以发邮件给我,我发给你! my email: lifei4690277@yahoo.com.cn
2004-02-03_linux设备驱动程序2源码
- linux设备驱动程序源代码,包括PCI,USB,-Linux device driver source code, including PCI, USB, etc.
LINUX设备驱动程序第二版配套源码
- LINUX设备驱动2源代码,是学习linux设备驱动的好资料-two Linux device driver source code is learning linux device drivers good information
S3C2410LCD
- 《Linux设备驱动开发详解》这本书配套的LCD驱动代码-LCD driver
Drivers
- 成都中嵌linux系统培训班的驱动教程,包括LED,字符设备,块设备等等,很好的aem-linux驱动学习资料-Chengdu embedded linux system, the driver training course curricula, including LED, character devices, block devices, etc., a very good aem-linux-driven learning materials
Code.tar
- 李亚锋出的书《ARM嵌入式LINUX设备驱动实例开发》一书的码源!-Li-feng of the book
LinuxEdition3
- linux设备驱动的书,2.4核之后的版本。-linux device drivers book, after the nuclear 2.4 version.
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
framebuffer
- 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
mmcsd
- 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的MMC/SD设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on MMC/SD device driver source code
s3c2410_ts
- 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的触摸屏设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on touch-screen device driver source code
ARM_embedded_Linux
- 《ARM嵌入式Linux系统开发技术详解》,该书由浅入深、通俗易懂地讲解了嵌入式Linux的系统设计与开发。全书共25章,从嵌入式处理器ARM开始,讲解了ARM处理器的资源、ARM的指令集、ADS开发工具、嵌入式系统硬件环境的构建、Boot Loader、Linux内核移植、嵌入式文件系统、嵌入式Linux多任务程序开发、嵌入式Linux设备驱动开发、嵌入式Linux网络程序开发、MiniGUI图形界面开发、设备驱动开发案例、综合案例等内容。书中通过大量的例程来讲解知识要点,并提供了大量极有参考
linux_driver_develop
- 嵌入式Linux应用程序开发详解(嵌入式Linux设备驱动开发)-Embedded Linux application development detailed (embedded Linux device driver development)
linux-2.6.28_s3c2410_mtd
- 基于linux-2.6.28的mtd驱动,S3C2410、2440的设备分区-Linux-2.6.28 based on the mtd driver, S3C2410, 2440 District of equipment
linux
- Linux 设备驱动 第三版,外加例子源代码-Linux device drivers third edition, along with examples of source code
Hall.Essential.Linux.Device.Drivers.Apr.2008
- linux设备驱动-Hall.Essential.Linux.Device.Drivers.Apr.2008
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 divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开