搜索资源列表
chardev
- 在linux环境下的字符设备驱动程序。具有最基本的设备的读和写功能
Char
- 最常用的嵌入式LINUX字符设备驱动:触摸屏和小键盘驱动。触摸屏使用SPI接口,小键盘使用GPIO口模拟。
linuxdriver
- 介绍了嵌入式Linux的特点,设备驱动程序的概念,简述了基于uClinux下设备驱动程序的开发方法及过程,最后简述了字符设备驱动程序的开发的实例。
dev_add
- Linux简单字符设备驱动编写方法 本示例代码实现了Linux下的一个简单字符设备驱动。 由二个文件组成,驱动模块<dev_add.c>和测试程序<test.c>。-Linux character device driver writing simple method The sample code implements a simple under Linux character device drivers. Composed
Drivers
- 成都中嵌linux系统培训班的驱动教程,包括LED,字符设备,块设备等等,很好的aem-linux驱动学习资料-Chengdu embedded linux system, the driver training course curricula, including LED, character devices, block devices, etc., a very good aem-linux-driven learning materials
2440_gpio
- linux下2440的gpio驱动,里边有一些含有内核中的注释,是看后的笔记,看这个对了解基本的字符设备的驱动写法有帮助-2440 under the GPIO linux driver inside the kernel contains some of the notes, is to look after the notes, look at this to understand the basic character device driver writing help
s3c2410-watchdog
- s3c2410-watchdog 源码 arm902 linux字符设备驱动-s3c2410-watchdog source arm902 linux character device driver
LinuxDeviceDriver
- linux设备驱动教学课件,字符驱动,内核调试,竞态,中断,高级io-linux device driver Courseware
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
z1
- 嵌入式Linux系统中字符设备驱动程序的设计与实现-将中文译成英语 Embedded Linux system character device driver design and implementation
zifushebei
- 字符设备驱动源码再linux-2.6.29.4内核上编译并运行通过-Character device driver source code and then compile on linux-2.6.29.4 kernel and run through
globalmem.tar
- linux字符设备程序开发 globalmem驱动 代码 访问地址: yuweixian4230.blog.chinaunix.net http://blog.chinaunix.net/space.php?uid=22666248&do=blog&id=3044785-program development globalmem linux character device driver code Access address: yuweixian4230.blog.chin
led_drv
- 简单LED驱动程序实现 根据本人的《Linux简单字符设备驱动编写方法》一文的步骤,实现Mini2440开发板的LED驱动程序。 代码共分二个文件,驱动程序<led_drv.c>和测试程序<led_test.c>。-Achieve a simple LED driver According to my "Linux device driver writing a simple method of character," a text of t
btn_drv
- 查询方式实现简单按键驱动程序 根据本人《Linux简单字符设备驱动编写方法》一文的步骤,用查询方式简单实现Mini2440开发板的按键驱动程序。 代码共分二个文件,驱动程序<btn_drv.c>和测试程序<btn_test.c>。-Simple ways to search for key drivers According to my "Linux character device driver writing simple method"
misc_add
- Linux混杂设备驱动编写方法 当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。 程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a
kernel_char_driver.tar
- 本程序是linux下的字符设备驱动,实现对led的控制,可以学会自动分配主设备号,字符设备的增加和注册,file_operation的实现-This procedure is a character device driver under linux led control, you can learn to automatically assign major number, the characters increased equipment and registration, file_o
Linux
- Linux驱动源码包含基本的字符设备以及GPRS、GPS等-Linux driver source code contains the basic character device, and GPRS, GPS, etc.
i2c_my.tar
- 24c02在linux下的驱动,字符设备驱动,没用linux 下的IIC模型-24c02 driver under linux character device driver, useless under linux IIC model
ds18b20
- 嵌入式Linux下的DS18B20温度传感器驱动,字符设备驱动的典型例子-Embedded Linux driver DS18B20 temperature sensor, a typical example of a character device driver
20th_chrdev_another
- tiny6410 linux字符设备驱动程序的另一种写法,仅供参考-Another character written tiny6410 linux device driver for reference