搜索资源列表
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
Windows_Lib
- 如何编写动态链接库,以及动态链接库得调用实例。WINDOWS版本和LINUX版本都有。-How to write dynamic link libraries, as well as dynamic-link library must call instance. WINDOWS version and LINUX versions of both.
mycdev
- 带有并发和阻塞的linux字符驱动实例,3.2.0版本内核通过。-Linux character driver instance, with concurrent and blocked by the 3.2.0 version of the kernel.
adcLinuxDeviceDriver
- Linux ADC设备驱动实例,以内核模块形式实现。-Linux ADC Device Driver module
btLinuxdevicedriver
- Linux Block Transfer设备驱动实例,以内核模块形式实现。
kcsLinuxDeviceDriver
- Linux KCS通信设备驱动实例,以内核模块形式实现。-Linux KCS Transfer Device Driver