搜索资源列表
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请求
LPC3250_TEST
- NXP的ARM9 LPC3250 在不跑操作系统情况下的测试程序。如果某些应用不跑linux 或者WINCE 等操作系统的情况下可以参考这些代码。我的编译环境是:Realview MDK 3.22 (keil的升级版)-NXP ARM9 (LPC3250) does not run the operating system in the case of the test procedure. If some applications do not run operating systems su
mini2440-linux-spi-driver
- mini2440开发板上spi驱动的移植,word文档带有详细的移植过程,最后再附上测试程序-mini2440 development board spi-driven migration, word documents with detailed migration process, and finally attach the test program
spifram-test
- at91sam9260 for linux SPI 接口 dataflash测试源码-at91sam9260 for linux SPI interface dataflash test source
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.
spi
- imx6 处理器在linux下SPI测试程序-imx6 processor under linux SPI test program
linux_pwm_timer_spi_driver
- am1808 linux pwm,spi,timer的驱动,ko形式,带测试代码-am1808 linux driver for spi,pwm,timer,and test app
ARM_SPI
- Linux下AM3715 SPI测试程序-The test program SPI AM3715 Linux
ARM_SPI
- Linux下AM3715 SPI测试程序-The test program SPI AM3715 Linux
Applications-Test
- 基于三星s3c6410 linux 平台模块测试程序,包括adc backlight,camera,can,gprs,gps,keyboard,i2c,record spi,ttytest-Samsung s3c6410 linux based platform module test procedures, including:adc backlight,camera,can,gprs,gps,keyboard,i2c,record spi,ttytest
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)
spidev_test
- linux 3.0.0 测试spi接口,用于测试spidev0.0的官方例程,经过我的测试,可以顺利使用。(Linux 3.0.0 test SPI interface)