搜索资源列表
bus-and-dev
- 这个是我学习linux内核驱动时总结的一点总线与设备的关系-This is summed up when I learn the Linux kernel driver a little bus and equipment
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命令,请
adc1234.c.tar
- 嵌入式linux多路AD转换驱动程序,四路测试通过 cat /dev/adc1234-Embedded linux multi-channel AD converter driver, four test cat/dev/adc1234
wavplay
- 在嵌入式linux下使用/dev/dsp播放wav文件。-In the embeded linux environment, play wav files with /dev/dsp device.
hello
- 驱动程序加载时,在/dev目录下,自动创建设备节点-When the driver is loaded, automatically create device nodes in the /dev directory,
dev
- linux下的设备驱动模拟程序,新增了一个字符设备驱动,并可以调用该设备,观察模拟的运行效果,了解linux驱动的运行机制!-linux device driver under the simulation program, a new character device driver, and you can call the device to observe the simulation run effects to understand the mechanism of running l
zlg7289A-driver
- To play with 7 segment LED in ARM dev Kit. Linux driver module code is uploaded. User module code also worked
led_bus_drv_dev
- 自己写的平台总线 根据linux系统架构分为dev和drvier 还有测试程序和makfile 支持s3c2440 内核2.6-Write their own platform bus the dev and drvier also test procedures and makfile to support s3c2440 linux system architecture is divided into Kernel 2.6
spi-dev
- spi linux设备驱动,是s3c6410 arm11处理器需要的驱动-spi linux driver s3c6410 arm11 processor need
two_dev
- 三星mini2440简单驱动程序,注册2个设备-S3Cmini2440 driver two dev
u-boot-samsung-dev
- SAMSUNG完整uboot 含丰富设计样例-Samsung uboot rich design complete sample
spidev
- linux spi dev test tool
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: $
downPluginHYR
- 该规约为河北保定华源电气的HYR-1型装置的2号通讯规约 监控规约-code for hebei baoding hyr-1 dev number 2 protocol
show-rgba.tar
- 在X环境下面显示rgba原始格式的图片数据 linux环境下从framebuffer设备节点读取到的数据是rgba原始格式的,使用这个程序可以在X环境下显示图片 cat /dev/fb0 >pic.rgba ./show-rgba pic.rgba <width> <height>-Show picture using X api
iic
- I2c-dev.c is part of I2C equipment, access interface device, the access to the hardware is realized by i2c_adapter. It is during initialization, need to register a i2c_driver to the I2C Core. I think this is just to let the user access layer of I2C b
smart210_led_driver
- 1.首先加载驱动 insmod smart210_led.ko 2.open( /dev/设备文件名 ,O_RDWR) 3.用ioctl(fd,LED_ON,value) 操作led 第二个参数可以为LED_ON,LED_OFF,LED_ALL 当为LED_ON时第三个参数只能取值1-4 (说明点亮固定led,若第三个参数为3表示点亮第三个led) 当为LED_OFF时第三个参数只能取值1-4 (说明熄灭固定led,若第三个参数为3表示熄灭第三个led) 当为LED
gpio-test
- HI3515c gpio驱动,可用于通用输入输出接口开发-HI3515c gpio dev
linux
- in /dev you should do it mknod sparkusb c 180 200 insmod sparkusb.o install driver rmmod sparkusb unttall driver in examples gcc -o test test.c sparkey.o ./test- in /dev you should do it mknod s