搜索资源列表
ledcontrol
- uClinux环境下,三星44B0处理器上测试通过的一个简单的字符设备驱动程序,实现了对4个LED的控制,测试通过-uClinux circumstances, Samsung 44B0 processors tested a simple character device driver, achieving the four LED control, the test
qudong12
- LINUX下的字符设备驱动程序代码,并有测试程序和MAKEFILE-LINUX character device driver code, and test procedures and MAKEFILE
DriversAndSources
- LINUX 下的字符设备,块设备,网络设备的编译源程序
scull-kfifo.tar
- 在一个简单的字符设备驱动程序中实现kfifo使用例子
pollSample
- Linux可供用户空间和内核空间相互访问的字符设备驱动程序代码。
char_dev.tar
- 这个是linux下的一个字符设备的驱动程序,里面包含了驱动模块和测试用的驱动程序,在s3c4410开发板上验证过的,有问题联系作者qq:9460841
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
CharSample
- 驱动入门的简易程序,实现对虚拟设备字符的读写-Driver entry of summary procedure, implementation of the virtual device to read and write characters
char_driv_simp.tar
- 简单的字符设备驱动程序,很小巧,但能完成打开,关闭,读操作,写操作,很适合初学者入门-Simple character device driver, it is compact, but to complete the open, close, read operation, write operation, it is suitable for beginners entry
OSshiyanbaogao
- 操作系统课程设计,包括字符设备驱动开发等。-Operating system design, including character device driver development.
drivers_linux
- 这个资料由浅入深的探讨了驱动开发所涉及到的各方面问题,依次讲述了字符设备,块设备,网络设备驱动程序。-This information has driven the development of Deep and involved in all aspects, in turn described the character devices, block devices, network device driver.
scull
- 字符设备代码,是设备驱动程序一书中的examples-scull
gq-video
- 国嵌字符设备驱动-Character device drivers
wdt
- linux下看门狗驱动 使用字符设备编写的看门狗驱动,文件中包括源码和Makefile-linux watchdog driver