搜索资源列表
linux驱动开发
- linux驱动开发,一个学linux要掌握的好东东。-driven development, a study linux to get a good Dongdong.
Linux设备驱动开发详解
- 《Linux设备驱动开发详解》源代码光盘
Linux---Sysfs
- 讲述linuxUSB驱动开发,是复旦大学学生以调侃的语气讲述。很生动,不枯燥。LINUX那些事儿系列之---Linux那些事儿之我是Sysfs-About linuxUSB Driven Development is a University student to talk about the tone of ridicule. Very lively, not boring. LINUX those things--- Linux series of those things I was Sy
Book-LinuxDrive
- 《Linux设备驱动开发详解》宋宝华 高清 非影印版本 《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关
linux_usb_examples.tar
- LINUX 下驱动开发的很好例子,可以用于USB驱动开发的基础.-LINUX-driven development of the good examples that can be used in USB driver development foundation.
linux_drive_the_development
- linux驱动开发linux_drive_the_development.rar中文版-linux driver development linux_drive_the_development.rar Chinese version
ARM-Linux-net-driver
- ARM嵌入式Linux网卡驱动开发.驱动开发不可少-ARM Embedded Linux driver development card. Driven development is essential
Linux_Device_Drivers_2rd_Edition_ch
- Linux驱动开发教程中文第二版,目录和索引编译过-Linux Driver Development Course English second edition, catalog and index compiled
linux-2.6.14.1-noob.tar
- 底层驱动开发,作为LINUX开发人员必看源代码-Bottom-driven development, as LINUX developers see the source code
LinuxDeviceDriver
- 《linux驱动程序开发教程》驱动开发者必备书籍-linux Driver Development Course
Linux-device-driver
- Linux设备驱动开发详解讲座.pdf格式,需要的赶紧下了哦-Linux device driver development of detailed talks. Pdf format and need a Oh hurry
yy
- 嵌入式设计及Linux驱动开发指南:基于ARM9处理器-Design and embedded Linux Driver Development Guide: Based on the ARM9 processor
linux_driver
- 一步 教你进行嵌入式linux驱动开发,包含试验指导教程及相关代码,非常详细,ARM9s3c2410,价值3200元的培训资料,下血本了-Teach you step by step, embedded linux driver development, including tutorials and related tests to guide code, very detailed, ARM9s3c2410, the value of 3200 yuan of training materi
LINUX-device-driver
- linux驱动开发。讲述怎样开发Linux驱动程序-linux device driver. which describe how to develop linux driver.
songbaohua-linuxdrivers-v2
- 宋宝华linux驱动开发第二板高清PDF(LINUX DRIVER DEVELOP)
5、Linux内核、Linux驱动开发
- Linux内核开发,Linux驱动开发的详细教程及源码例子。(Linux kernel development, Linux driver development of detailed tutorials and source code examples.)
Linux设备驱动开发详解_宋宝华
- Linux设备驱动手册中Linux设备模型是对系统设备组织架构进行抽象的一个数据结构,旨在为设备驱动进行分层、分类、组织。降低设备多样性带来的Linux驱动开发的复杂度,以及设备热拔插处理、电源管理等。(Linux device driver of Linux device model manual is an abstract data structure architecture of system equipment organization, aiming at the device d
Linux设备驱动开发详解.part01
- Linux所有设备驱动开发详解(包括字符型,块设备,平台设备等)(Linux detailed explanation of all device driver development (including character type, block device, platform device, etc.))
深入理解Linux驱动程序设计
- 深入理解LINUX驱动开发,可以帮助了解学习驱动开发的人。(An in-depth understanding of Linux-driven development can help anyone who is learning about driven development.)
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为