搜索资源列表
-
0下载:
Linux设备驱动程序
硬件平台:H9200评估板(基于AT91RM9200构建)
软件平台:Linux-2.4.19-rmk7
驱动设备:LED
作者:flyerwing
编写驱动程序
———————————————————————————————————————
1. 编写驱动程序源文件leddrv.c-device drivers for Linux hardware platforms : H9200 Evaluation (based on the AT91
-
-
0下载:
Linux 2.4.18 s3c2440 led driver
使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。
insmod main.o //安裝模組
mknod /dev/leds c 221 0
使用方法:
int main(int argc, char *argv[])
{
int testdev
//led test...
testdev = op
-
-
1下载:
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
-
-
1下载:
原创的使用PCA9535芯片作为键盘输入设备的Linux驱动程序,在Blackfin BF548和Freescale MCF54455两种平台下测试过。-PCA9535 chip original use as a keyboard input device of the Linux driver, and tested under the Blackfin BF548 at Freescale MCF54455.
-
-
0下载:
Nokia 3310 linux spi based frame buffer device driver
-
-
0下载:
linux设备驱动开发一书所有例子的源码-linux device driver source code for all the examples the book
-
-
0下载:
嵌入式Linux应用程序开发标准教程
Linux快速入门
Linux基础命令
Linux下C编程基础
嵌入式系统基础
嵌入式Linux开发环境的搭建
文件IO编程…………
嵌入式Linux网络编程
嵌入式Linux设备驱动开发
Qt图形编程基础-Embedded Linux application development standards based on Linux Quick Start Guide Linux Linux under the comma
-
-
0下载:
本书包括Linux 快速入门.Linux 基础命令。Linux 下的C 编程基础。嵌入式系统基础。嵌入式Linux开发环境的搭建。 文件 I/O 编程。进程控制开发。进程间通信。多线程编程。嵌入式Linux 网络编程。嵌入式Linux设备驱动开发。Qt图形编程-This book includes Linux started quickly. Linux foundation command. The C programming under Linux based. Embedded syste
-
-
0下载:
嵌入式 C_C++语言精华文章集锦
struct深层探索、extern“C”含义探索、void及void指针深层探索、可变参数表深层探索、基于ARM的嵌入式Linux移植真实体验、Linux设备驱动编程。C语言高效编程的几招-Embedded C_C++ language to explore the deep essence of the article highlights struct, extern " C" to explore the meaning of, v
-
-
0下载:
I2C总线协议驱动,C语言编写,适用于各单片机或嵌入式linux-I2C bus protocol driver, C language, for each device or embedded linux
-
-
0下载:
简单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
-
-
0下载:
查询方式实现简单按键驱动程序
根据本人《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"
-
-
0下载:
Linux混杂设备驱动编写方法
当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。
程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods
When a
-