搜索资源列表
s3c2410_dac0832
- 基于arm-Linux嵌入式平台下,s3c2410_dac0832 DA驱动程序-Living under the arm- linux embedded platform dac0832 the da conversion driver s3c2440
uc1698-linux
- 嵌入式linux中使用uc1698控制黑白屏的驱动程序及相关的测试程序-Embedded linux driver uc1698 control black and white screen and the associated test procedures
Essential-Linux-Device.tar
- 《精通Linux设备驱动程序》,作者Sreekrishnan Venkateswaran 有丰富的驱动开发经验-Essential-Linux-Device-Drivers-Prentice-Hall-Open-Source-Software-Development-Series, the author, Sreekrishnan Venkateswaran has the sufficient experience for the Linux-device.
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
sdcard-driver-code
- linux sd card驱动程序(adio和spi接口都有)-linux sd card driver program
Linux-Device-Driver-3
- Linux设备驱动第三版,是学习驱动程序开发的不错的资料。-The Linux kernel is a good driver development information
TQ2440-640-480-linux-ov9650
- 在天嵌2440的开发板上能够用群创的7寸液晶800*480上显示640*480的OV9650摄像头图像的驱动和程序,注意,其他开发板不一定能用,下载之后,直接insmod ov9650-640.ko,然后运行camera_test640就可以了,附带代码。-the application program and device drive for ov9650 CMOS camera. the code is using for TQ2440 develepment board only.
Linux-Device-driver
- 驱动程序在 Linux 内核里扮演着特殊的角色,大家可以来学学。-The driver in the Linux kernel play a special role, we can come to learn.
driver
- 基于linux的isp驱动程序,实现i2c接口的isp的配置工作,也可用于通用i2c驱动程序的指导-it is based on linux,and it is a driver for isp,used for configuration of image signal processor.also can be used for common i2c driver.
linux-ov5642
- OV5642linux驱动程序,仅供参考-OV5642linux driver, is only for reference
Linux-cmd
- Linux Unix 代码 程序 命令 例程 可执行 C程序 编译-Linux Unix code program routines executable C program compiler
Flash-driver
- Linux程序包mtd文件: nand Flash驱动位置文件主要在nand目录下,如drivers/mtd/nand/ts7250.c。 nor Flash 驱动配置文件主要在maps目录下。- NAND Flash drive
camera---linux-driver
- linux下的摄像头驱动源码及其测试程序 有助于linux驱动开发者对摄像头驱动的编写 -camera under linux driver source code and its testing procedures Writing help linux driver development on the camera driver
Linux-driver-developte-note
- 基于2.6内核的linux设备驱动程序开发简明教程 嵌入式Linux设备驱动开发笔记--赖永诚-Linux driver developte note
button-linux
- 嵌入式linux按键驱动程序及相关的测试程序,通过定时器定时扫描GPIO电平的高低以判定按键是否按键,通过延时去抖-Embedded linux key drivers and test procedures, by the level of timer scheduled scans the GPIO to determine whether a key button debounce with delay
Linux-74HC595-6410
- linux下的74HC595驱动程序,能够驱动数码管6410平台下验证通过-the Driver of 74HC595 on Linux 6410 platform
Linux-drive-develop-example
- 《Linux驱动程序开发实例》配套代码,我从书本中光盘拷贝出来的。-"Linux driver development examples" s resource code.
全志四核A31的的孙喜触摸屏驱动程序
- 所有的触摸屏驱动程序可与修复A31下的GNU的Linux和Android
深入Linux设备驱动程序内核机制
- 《深入Linux设备驱动程序内核机制》是Linux驱动开发方面的经典好书。(Deep into the kernel mechanism of Linux device drivers)
Linux操作系统下C
- 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)