搜索资源列表
Linuxdrive
- linux设备驱动,字符驱动,调试,自锁等-failed to translate
mini2440_spi0
- 字符驱动-模拟SPI时序-实现SPI传输。-IIS device driver
globalvar
- 字符驱动程序例子 fl2440开发板上试验过的了 调试完全通过 内有makefile等文件-buzzer device drivers
driver
- Linux驱动初级 包括hello world 字符驱动的 resgister/read/ write 及 ioctl等一些基础源码-Linux drivers for the primary character-driven, including hello world resgister/read/write, and ioctl basic source
char_driver
- linux S3C2440 杂设备led驱动 字符驱动参考-the linux S3C2440 miscellaneous equipment led drive
key_test
- 6410按键驱动,实现中断、消抖功能。属于Linux系统下的字符驱动。-6410 key driver to achieve interrupt debounce function.
LEDTesting2
- s3c2410 板上实现QT控制LED灯,实现LED灯一一对应的点亮也可实现随机点亮。此次设计为本科生字符驱动编写的程序,经过运行和检验完全正确,使用版本为QT4.6-s3c2410 board realized QT control LED lights, LED lights illuminate one correspondence can also be achieved randomly lit. The design for undergraduate programs writte
linux-driver
- Linux下的字符驱动设备外加Make文件,使用时bash下直接make即可,注意这个是Linux 2.6下的驱动-Linux character device driver and Make file, use bash directly make can, pay attention to the Linux driver under 2.6
character_hello
- 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c
Linuxzifuqudongshebei-xuexibiji
- Linux字符驱动设备-学习笔记(最新实例) -Linux character driven equipment- study notes (the latest example)
Character-device-driver
- linux下的字符驱动编程学习资料,很好的资料-Character-driven programming under linux learning materials
The-primary-character-driven
- Linux初级字符驱动学习资料,绝对值的收藏!-The primary character driven
char
- 简单的linux字符驱动,包括对ds18b20温度传感器的操作,对六轴陀螺仪mpu6050和电子罗盘hmc5883l的i2c协议的实现,是初学者的绝佳材料-Simple linux character-driven, including ds18b20 temperature sensor, the operation of the six-axis gyro electronic compass hmc5883l mpu6050 and implementation of i2c protoc
StringDriver
- LINUX2.6内核字符型设备驱动程序,采用了非阻塞机制、互斥机制,使用了poll接口。使用方法不用多说了,跟其他字符驱动没区别,可以自行百度。ps: Makefile也包含在里面了。-LINUX2.6 kernel character device driver, using a non-blocking mechanism, mutual exclusion mechanism, using a poll interface. Use Needless to say, no differen
char_driver
- linux 下的字符驱动简单模板,框架注释完善,适合初学者-Character drivers under linux simple template, perfect annotation framework, suitable for beginners
Linux-driver
- Linux设备驱动详解,对于初学者入门很有帮助,涉及到字符驱动、块驱动和网络驱动等-Linux device drivers explain, very helpful for beginners , related to the character-driven, block drivers and network drivers, etc.
us-100_dev
- 超声波us100 在ok6410下的字符驱动程序,在驱动中完成测距,把距离通过ioctl返回到用户空间-Under ultrasonic us100 ok6410 character driver, complete range in the drive, the distance through the ioctl returned to the user space
DeviceDriver
- linux简单字符驱动程序的开发,可以进行简单的字符的读和写-Simple character development linux driver can read and write simple characters
gpio_driver
- 简单的GPIO驱动代码,内有字符驱动。混杂驱动类型等,用于测试使用。-Simple GPIO driver code, there are character driven. Hybrid drive type, etc., for testing.
Linux设备驱动开发详解.part01
- Linux所有设备驱动开发详解(包括字符型,块设备,平台设备等)(Linux detailed explanation of all device driver development (including character type, block device, platform device, etc.))