搜索资源列表
uclinuxdriver
- 在uClinux下加载一个字符设备的驱动程序,驱动程序的源文件为fx469.c,fx469.h-under uClinux loaded in a character device driver, the driver of the source document for fx469.c, fx469.h
字符设备驱动
- vxworks char driver
cs8900a
- 在s3c2410上把cs8900a网卡实现为一个字符设备,是新手学习字符设备的好思路,也是了解cs8900芯片的好途径。
IICdrv1
- 经典 WxWorks下的IIC字符设备驱动,驱动开发的好例子
chardev
- 在linux环境下的字符设备驱动程序。具有最基本的设备的读和写功能
Char
- 最常用的嵌入式LINUX字符设备驱动:触摸屏和小键盘驱动。触摸屏使用SPI接口,小键盘使用GPIO口模拟。
linuxdriver
- linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h
linux_char_driver
- 一份不错的介绍linux 字符设备驱动的文档
s3c2410-button
- 开发一个基于中断机制的字符设备驱动程序,为RealARM上的四个按键设置计数值,利用按键产生中断,累加计数值(代表采集的信号数目),在测试程序中读取计数值,达到检测信号数目的目的。 编写驱动程序,为外部中断的四个按键设置计数值,当按键按 下时产生中断,与之对应的计数值递增;
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
s3c2440spi1
- S3C2440外设SPI1接口驱动程序模块,在linux2.6.32内核上运行通过,加载该模块后会在/dev/下生成一个SPI1字符设备文件,源内核有SPI子系统,不过太复杂,没去研究,所以就自己写了,绝对是原创,适合初学者参考。-S3C2440 SPI1 peripheral interface driver module, run by the linux2.6.32 kernel, load the module in the/dev/SPI1 generate a character d
watchdog
- s3c2410看门狗的字符设备驱动,可以在ubuntu中编译-s3c2410 watchdog character device driver, you can compile in ubuntu
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
LinuxDrivers
- Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2
vxworks_device_driver_developers_guide_6.4
- 本文详细介绍了vxworks6.4下面字符设备,块设备,及网络设备驱动程序的架构,调试。-This paper introduces in detail the following characters vxworks6.4 devices, block devices, and network device driver architecture, debugging.
s3c2410-watchdog
- s3c2410-watchdog 源码 arm902 linux字符设备驱动-s3c2410-watchdog source arm902 linux character device driver
LCDtest
- uclinux下的12864液晶字符设备的驱动程序。自己测试过的。-uclinux
VxWorks_Driver_Training_Document
- VxWorks下驱动程序开发教程,包括字符设备和块设备-VxWorks Driver Training Document