搜索资源列表
linux_drive_CN
- linux驱动开发中文版,包括中断,DMA,PCI,USB,串并口,显示等-linux-driven development of Chinese language version, including the interruption, DMA, PCI, USB, serial port and parallel port, the display
linuxdrive
- LINUX驱动开发中文 ,希望对大家有用,多多指教-LINUX-driven development of Chinese language, we hope to useful, exhibitions
farsight050723linux2
- 华清远见的讲座精华内容,主要讲linux驱动开发,还是很有收获的-Huaqing vision of the essence of the talks, the main speaker linux-driven development, or rewarding
Farsight060325Linux3
- 华清远见的讲座精华内容的第三部分,主要讲linux驱动开发,还是很有收获的-Huaqing vision of the essence of the talks as the third part, the main speaker linux-driven development, or rewarding
Linux驱动开发详解讲座
- 详细的介绍了Linux设备驱动的结构和开发流程
基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板
- 本文的目的为基于linux2.6.30.4 framebuffer移植LCD驱动到FL2440开发板。本文内容大致分为以下几个部分: 1、 LCD硬件及显示原理介绍; 2、 s3c2440 LCD控制器介绍; 3、 内核LCD驱动机制framebuffer(帧缓冲技术)概述; 4、 驱动移植相关及应用程序接口相关重要数据结构分析 5、 在linux2.6.30.4内核中添加(移植)LCD驱动; 6、 嵌入式linux应用程序中LCD驱动接口函数的调用及其必要包含头文件和数据结构;
Book-LinuxDrive
- 《Linux设备驱动开发详解》宋宝华 高清 非影印版本 《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关
Farsightlinux
- linux MMC/SD卡基本理论和驱动开发-linux MMC/SD card driver development of basic theory and
linuxSerialPortDriverDevelopment
- linux串口驱动开发,学习Linux串口驱动开发的好文档-linux serial port driver development, learning Linux serial driver development of good documentation
TQ6410_hard_software_describ
- ARM11 S3C6410系列 TQ6410开发板使用手册 软硬件资源介绍 包括WINCE BSP 驱动源码, linux驱动源码, Aandroid源码-ARM11 S3C6410 series TQ6410 development board user manual describes the hardware and software resources, including WINCE BSP driver source code, linux driver source code, A
Linux-driver-development-.tar
- 嵌入式设计及linux驱动开发指南——基于ARM9处理器-Linux driver development and embedded design guidelines- based on ARM9 processor 1.pdf
11
- 8c入式硬盘用于数字机顶盒的关键技术 是学习linux应用程序开发,linux内核开发,linux驱动开发的必备工具。- 8c-in hard disk for digital set-top box technology is the key to application development to learn linux, linux kernel, linux driver development of necessary tools.
222
- 是学习linux应用程序开发,linux内核开发,linux驱动开发的必备工具。-Application development is to learn linux, linux kernel, linux essential tool for driver development.
33
- 友善之臂光盘配套linux源代码,是学习linux应用程序开发,linux内核开发,linux驱动开发的必备工具。-The disc supporting arm linux-friendly source code, application development is to learn linux, linux kernel, linux driver development of necessary tools.
44
- 友善之臂光盘配套linux源代码,是学习linux应用程序开发,linux内核开发,linux驱动开发的必备工具。-The disc supporting arm linux-friendly source code, application development is to learn linux, linux kernel, linux driver development of necessary tools.
linux驱动开发
- Linux驱动开发文档 绝对全 而且很详细 很专业
Linux
- linux 设备驱动的详细讲解,适合学习Linux驱动开发-detailed explanations, suitable for learning linux device driver Linux driver development
鸟哥的Linux私房菜基础学习篇(第三版)
- linux设备驱动开发详解电子书籍,帮助学习开发linux设备驱动(Linux device driven development detailed electronic books)
linux程序设计(第三版)
- linux设备驱动开发详解电子书籍,程序设计教程(Linux device driven development detailed electronic books, programming tutorials)
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为