当前位置:
首页
资源下载

搜索资源 - Linux device driver 2
搜索资源列表
-
0下载:
linux设备驱动程序源代码,包括PCI,USB,-Linux device driver source code, including PCI, USB, etc.
-
-
0下载:
LINUX设备驱动2源代码,是学习linux设备驱动的好资料-two Linux device driver source code is learning linux device drivers good information
-
-
0下载:
Linux设备驱动开发详解(第2版)部分源码。-Linux device driver development explain (version 2) of the source. Please unzip in Linux, windows does not unzip under the oh ~
-
-
1下载:
Linux那些事儿之我是U盘 2005年6月,复旦大学微电子系本科毕业答辩上,老师问我:请你用一句话介绍一下usb技
术.我回了一句:老师,你有病吧,要能用一句话介绍我还费这么大劲写这么长的文章干嘛? , Linux, Kernel, 2.6, bus, usb, device driver, mass storage, scsi,
-
-
1下载:
最新版华为GTM900无线模块AT命令手册070510v1.12.pdf GTM900-AB无线模块070621.pdf
GSM 07.10 Linux Device Driver
gsm0710muxd-0.9.2源码包
gsmmux-alpha-2源码包-The latest version of Huawei GTM900 wireless module AT command manual 070510v1.12.pdf GTM900-AB wireless module
-
-
0下载:
一个完整的linux按键驱动程序,内核版本2.6.18,在s3c2440arm处理器上测试通过。对于初学linux设备驱动的人很有好处。 -A complete linux key drivers, kernel version 2.6.18, s3c2440arm processors in the test. Linux device driver for the beginner a very good person.
-
-
0下载:
《Linux设备驱动开发详解》宋宝华 高清 非影印版本
《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关
-
-
0下载:
RT2870 USB ABGN无线网卡linux驱动。该驱动实现了IEEE802.11的基本内容,包括BSS和IBSS模式,支持开放、共享、WPA-PSK和WPA2-PSK认证,以及WEP、TKIP、AES加密。-This is a linux device driver for Ralink RT2870 USB ABGN WLAN Card.
This driver implements basic IEEE802.11. Infrastructure and adhoc mode wi
-
-
0下载:
linux device driver sample come 2d
-
-
0下载:
本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
-
-
0下载:
本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的触摸屏设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on touch-screen device driver source code
-
-
0下载:
linux device driver second edition
-
-
0下载:
基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and wri
-
-
0下载:
Linux设备驱动程序(内核2.2),编写Linux驱动方面很好学习资料-Linux device driver (kernel 2.2), Linux-driven aspects of the preparation of a good learning materials
-
-
0下载:
Linux设备驱动程序,用途是虚拟一段内存空间为设备驱动程序空间,在此段空间实现读写设备驱动程序。-Linux device driver, uses a memory space for the virtual device driver space, space to achieve during this read-write device drivers.
-
-
0下载:
linux 2.6内核版本的设备驱动详解书籍,对linux设备驱动的编写很有用!-linux 2.6 kernel version of the device driver Xiangjie books, linux device driver for the preparation of very useful!
-
-
0下载:
The Essential Linux Device Drivers Book. This book covers the device driver development for all popular devices on Linux 2.6 kernel
-
-
0下载:
linux设备驱动开发第2版 -linux device drivers 2nd edition linux device driver development 2
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路
-