搜索资源列表
armiodriver
- 嵌入式linux上一般的io读写模块,配置为字符驱动程序.-Embedded Linux on the general literacy io module, the distribution of character-driven procedures.
chardev
- 在linux环境下的字符设备驱动程序。具有最基本的设备的读和写功能
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
Linux_CHARDriver_Simpler
- 对于初学者很好的嵌入式Linux下的字符驱动程序范例,内含驱动程序和测试程序以及Makefile-Very good for beginners Embedded Linux driver under the example of characters, including drivers and test procedures as well as the Makefile
char_driver
- 一个嵌入式linux下的字符液晶驱动程序。-A built-in LCD characters under linux drivers.
lcd402a.tar
- linux s3c2410 平台下,总线扩展字符液晶4行20列的驱动程序和应用程序-on linux s3c2410 platform,LCD402A driver program and test program
z1
- 嵌入式Linux系统中字符设备驱动程序的设计与实现-将中文译成英语 Embedded Linux system character device driver design and implementation
PowerPC_VxWorks_BSP_SBH
- BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类 体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。 VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候, 我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks 和 L inux 系统中整合设备驱动,则不仅仅意味着“
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
stepper
- linux下基于S3C2440的步进电机驱动测试应用程序,控制端输入字符直接控制速度和方向-linux under the Based on S3C2440' s stepper motor driver test application procedures, control-ended input character directly control the speed and direction
20th_chrdev_another
- tiny6410 linux字符设备驱动程序的另一种写法,仅供参考-Another character written tiny6410 linux device driver for reference
cdev
- 该程序是在 linux环境下实现的虚拟字符驱动程序,包含驱动程序、上层测试程序、makefile文件。经调试,该程序已成功运行,希望对大家有帮助。-The program is implemented in a virtual environment under linux character driver, including the driver, the upper test program, makefile files. After commissioning, the program
key
- 该源代码是实现的是基于linux的关于按键的驱动程序,该驱动程序是基于字符设备实现的-The source code is to achieve is based on the linux button on the driver, the driver is based on the character device implementation