搜索资源列表
spidmadriver
- 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求
spi_test
- LINUX下SPI测试代码,建立在ATMEL公司9G45的基础之上,简单易用-SPI test code under LINUX, built on the basis of ATMEL Corporation 9G45, easy to use
spidev
- linux spi dev test tool
SignatureSpiTest
- Signature Spi Test for linux.
SSLContextSpiTest
- SSL Context Spi Test Source Code for Linux.
linux_pwm_timer_spi_driver
- am1808 linux pwm,spi,timer的驱动,ko形式,带测试代码-am1808 linux driver for spi,pwm,timer,and test app
spi4
- 嵌入式linux中spi总线测试代码,可以对spi总线进行打开,读,写等操作- SPI bus in embedded Linux test code。The SPI bus can be opened, read, and write operations
rc522_v1
- rfid读卡器rc522的linux驱动,基于标准spi master架构,速度飞快,在2440开发板什么测试通过,我从单片机什么移植过来的,有兴趣可以看看。-the rfid reader device driver ,based on linux spi master architecture,full speed running。we test it on s3c2440 board.
spidev_test
- 测试Linux SPI驱动是否能正常使用(Test the Linux SPI driver for normal use)