搜索资源列表
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
embeded_Linux_device_driver_development
- 嵌入式Linux驱动程序设计,华清远见培训资包括: linux驱动程序简介 嵌入式linux驱动程序特点 linux驱动程序开发流程 等 -Embedded Linux driver design, Huaqing vision training funding include : linux driver on Embedded Linux Driver features linux driver development process, etc.
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的USB网络设备驱动分析及实现技术研究,可供写linux下usb驱动的人员参考。-this master's thesis was based on the Linux USB Device Driver Network Analysis and Implementation of Technology, writing for linux usb drive under the reference.
linux-driver
- linux驱动程序的编写文档,主要是网络驱动方面,比较实用
Book-LinuxDrive
- 《Linux设备驱动开发详解》宋宝华 高清 非影印版本 《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关
camera_system
- 文中介绍基于嵌入式处理器S3C2440A 构建的视频系统,包括硬件体系结构和软件系统及其Linux 驱动程序的设计流程。提出嵌入式视频系统的一般设计方法,满足目前嵌入式系统中对视频系统的多方面需求。-In this paper, based on the embedded processor S3C2440A build video systems, including hardware architecture and software system and its Linux driver
linux
- 中文的,国人翻译,不错!对写Linux内核驱动很有帮助。-Chinese Version
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
linux-dev
- linux驱动设计文件的入门 包括定时器 复杂设备驱动设计 内存io等设计-Linux driver design file entry includes timer complex device driver design memory IO design
6410-linux
- 6410-linux驱动程序的位置 系统各个驱动程序的位置及其相应的设备名-The location of the 6410-linux driver
GEC2440-linux
- GEC2440开发板说明手册,linux驱动实验指南-GEC2440 experimental box linux driver tutorial
Linux
- linux 设备驱动的详细讲解,适合学习Linux驱动开发-detailed explanations, suitable for learning linux device driver Linux driver development
linux-device-driver
- 最经典的linux设备驱动书籍,每一个linux驱动开发者必读-linux device drivers
how-to-write-my-Linux-driver
- 如何编写Linux的驱动程序,Linux驱动入门必须要掌握的,供大家参考借鉴-how to write my Linux driver
linux程序设计(第三版)
- linux设备驱动开发详解电子书籍,程序设计教程(Linux device driven development detailed electronic books, programming tutorials)
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为