搜索资源列表
ADV7180
- linux下的adv7180驱动。包含adv7180.c和adv7180.h两个文件。-Adv7180 drive under linux. Contains adv7180.c and adv7180.h two files.
ADCdrives
- ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
0V9650-drive-application-source-code
- 编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请
mcp2515
- mcp2515驱动,包括头文件和源文件,mcp2515.h,mcp2515.c-driver of mcp2515
CPUfreq
- 该程序模块中xllp_CPUfreq.s,xllp_freq.c,xllp_intc.s,xllp_freq.h四个文件是修改CPU频率的主要代码,使用前可以将这些文件和xllp目录下的文件编译在一起,以便可以在程序的任何地方调用它们,修改和读取CPU频率主要依靠调用xllp_freq.c文件中的两个函数完成:XLLPSetCoreRunFrequency,xllpGetCurrentFreqSetting。-The program module xllp_CPUfreq.s, xllp_fre
Flash-driver
- Linux程序包mtd文件: nand Flash驱动位置文件主要在nand目录下,如drivers/mtd/nand/ts7250.c。 nor Flash 驱动配置文件主要在maps目录下。- NAND Flash drive
copy_file
- c语言编写Linux的文件拷贝,实现从一个目录到另一个目录。-c language Linux file copy, from one directory to another directory.
Camera-driver-source-code-analysis
- 摄像头驱动实现源码分析 Spac5xx的实现是按照标准的USB VIDEO设备的驱动框架编写(其具体的驱动框架可参照/usr/src/linux/drivers/usb/usbvideo.c文件),整个源程序由四个主体部分组成:设备模块的初始化模块和卸载模块,上层软件接口模块,数据传输模块。-Camera driver source code analysis realization of Spac5xx is written VIDEO equipment in accordance with
gt2005.c
- camera gt2005的驱动文件,适用于amlogic方案哦!
c-advanced-code16
- 本文件通过的是简单的代码编写,实现了进程间通信和网络间通信等等的相关技术代码-The code is simple through the preparation of this document, the realization of inter-process communication and network technology code-related communications, etc.
Linux-semaphore-mechanism
- 一个关于信号量机制使用的学习例子。具体要求和代码都在word里了。要求使用vi进行代码的编写,使用make工具建立工程。将实现不同类别功能的函数写到不同的.c文件中,并使用makefile链接编译。 -Use vi be writing code, use make tools to create projects. The function of different types of functions written to achieve different. C file and co
GYR
- 陀螺仪l3gd20驱动,加入相应目录编译即可,包含c文件和h文件-Gyroscope l3gd20 drive, add the appropriate directory compiled to contain c files and h files
csapp.ha.c
- csapplinux环境下运行头文件,希望能有帮助-Csapplinux environment running header file, hoping to help
Linux-C
- 压缩文件包含了两个Linux C函数文档,一个是chm文件一个pdf文件,都是中文的说明文档。可以当字典用方便查阅Linux C函数文档。-Zip file contains two Linux C function documentation, one chm file a pdf file, all documentation in Chinese. When the dictionary can be used for easy access Linux C function docume
uart
- 是.c文件 ,在linux下可以编译为。bin和。o文件-c file linux program
os_intfs2222222222222222222222222
- Linux RTL8192驱动的os_intfs.c文件,原厂驱动os_intfs.c文件有问题无法编译-Linux RTL8192 driver os_intfs.c file, the original drive os_intfs.c file in question can not be compiled
TQ210-dnw.tar
- TQ210上可以使用的dnw驱动,添加了Makefile文件,可以自己在自己系统中编译后添加,避免了官方提供的只能在32位系统使用的问题。理论通用需要dnw的开发板,只需将C文件中的PID和UID修改成对应开发板。这里可以通过windows下查看驱动的属性来获取PID和UID-dnw can be used on the TQ210 drive, add the Makefile, you can add your own in your own system compiled to avoid
touchkit_ps2
- touchkit的ps2驱动程序代码,包含H和C文件,完整版,可用于LINUX的内核程序驱动使用.-touchkit the ps2 driver code contains the H and C files, the full version can be used for the LINUX kernel driver to use.
s3c2410_ts
- S3C2410_TS电容触摸屏的LINUX内核程序驱动代码,单C文件,供参考,可用于全志方案直接使用-S3C2410_TS capacitive touch screen LINUX kernel driver code, a single C file, for reference, can be used directly for the full program of Chi
Linux操作系统下C
- 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)