搜索资源列表
mxc_i2c_3.c
- imx35 uboot i2c port 3 source code-enable I2C3 port 3
mxc_i2c_1.c
- Freescale imx35 i2c port 1 source code (uboot)
Linux-source-code-
- linux源代码-fork[1]. c源代码,不多说,很好的资料-Linux source code-fork
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命令,请
ieee1394
- 关于1394的Linux底层驱动源码,用c实现了1394的协议,对照程序来研究1394的协议会让你对1394接口理解的更好-The bottom of the 1394 Linux driver source code, with c the 1394 agreement, the control program to study the 1394 agreement will let you understand the 1394 interface, better
EMERSON
- linux 艾默生直流系统通讯协议通讯协议代码,标准c++代码,支持3种编译器:xscale_be-g++,arm-linux-g++,mxscaleb-g++,可做参考学习用。 -Linux Emerson dc system and communication protocol communications protocol code, standard c++ code, support three compiler: xscale_be-g++, arm-Linux-g++, mxs
Linux-C
- linux系统下的c语言编程源代码及html电子教程-the c programming language source code and html e-tutorial in linux system
wav-tool
- 录音放音 LINUX C 代码 , 可用于嵌入式, 已成功交叉编译移植,请参考说明-wav record and wav play , LINUX c code , can be used in arm and other platform , please read instruction
thread-pool_quality-
- [C代码]利用线程池求质数(Linux C)-[C code] use the thread pool to the number of and quality (Linux C)
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
CODE
- My first book, “µ C/OS, The Real-Time Kernel” is now 6 years old and the publisher has sold well over 15,000 copies around the world
code
- nachos4.0版本中的代码,用c编写-code in nachos4.0 versions
BitMask2-4BITS.c.tar
- 4 Bit mask. C Code. Easy to use example. Useful to test configuration in microchips.-4 Bit Bitmask. C Code. Easy to use example. Useful to test configuration in microchips.
BitMask2-8BITS.c.tar
- 8 Bit mask. C Code. Easy to use example. Useful to test configuration in microchips.-8 Bit Bitmask. C Code. Easy to use example. Useful to test configuration in microchips.
adcon1d.c.tar
- MCP3424 ADC Chip This code gives you all the 8 Channel readouts at once. Readout abelectronics ADC Pi board inputs via C Required package: apt-get install libi2c-dev Compile with gcc: $ sudo gcc adcon1d.c -o adcon1d
adcon1e.c.tar
- 8 Channels ADC This C language code, will read all 8 channel at once. This is based on the MCP3424 Chip. Readout abelectronics ADC Pi board inputs via C Required package: apt-get install libi2c-dev Compile with gcc: $
FM2018SHI-c-code
- 美国fortemedia消回音芯片FM2018SHI控制程序C 代码以及寄存器操作,可兼容FM1188.-American fortemedia echo cancellation chip FM2018SHI control procedures C code as well as register operation, compatible FM1188.
MCP3424_11c.c.tar
- Filename: MCP3424_11c.c 8 Channels ADC This C language code, will read all 8 channels. This is based on the MCP3424 Chip. Readout abelectronics ADC Pi board inputs via C Version: MCP3424_11c (Based on my own work of adcon11c.c)
ADC_MCP3424_11d.c.tar
- 4 January 2014 Update 8 Channels ADC This C language code, will read all 8 channels. This is based on the MCP3424 Chip. Readout abelectronics ADC Pi board inputs via C Version: ADC_MCP3424_11d (Based on my own work of adcon11c.c)
mm.c
- 非常简单的虚拟内存c代码实。主要实现malloc, init, free, relloc四个函数,用外在的free list实现-a very simple c code virtual memory implementation