搜索资源列表
GSM_Sms
- S3C2410 上面的关于SMS 完整工程源代码,包括LCD、Flash、DMA、mmu、Power、Timer等驱动,以及SMS声音文件
DMA10
- 自己写的支持S3C2410下的实时DMA操作的linux平台驱动程序 功能完善
linuxdriver
- linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h
rs485
- AT91RM9200,ucDragon优龙公司的YL9200开发板的RS485驱动程序,接收和发送都使用了DMA-AT91RM9200, ucDragon excellent Dragon' s YL9200 development board RS485 driver, receive and send are used in DMA
LinuxDrivers
- Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2
at91_spi
- linux环境下 AT91RM9200 SPI 驱动程序- High speed frame transmit/receive using the AT91RM9200 s SPIs by pinning down a range of virtual pages from user-space to be able to DMA directly into/out of them, one page (4096 bytes) at a time.
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
DMA
- ARM9 s3c2410 嵌入式系统开发 DMA驱动-ARM9 s3c2410 DMA-driven embedded systems development
CCDPTLC5510PDMA
- 功能CCD+TLC5510+DMA的K60驱动代码-The K60 driver code function CCD+TLC5510+DMA
zynq-7000
- linux3.0 device tree,包括zynq-7000,arm9,coretx-a9芯片级的所有外设驱动树,i2c,spi,dma,中断,gpio-linux3.0 device tree, including zynq-7000, arm9, all peripherals coretx-a9 chip-level drivers tree, i2c, spi, dma, interruption, gpio
LPC2300-seres-ARM-DMA
- 周立功讲解的DMA驱动,非常形象,具体,适合刚入门的学友-Zhou Ligong explained the DMA driver, very vivid and specific, suitable for beginners to see friends
xilinx_pcie_dma_driver
- xilinx官方给的PCI Express DMA IP核的Linux下的驱动代码,以及代码文档-PCI Express DMA IP core of Linux driver code official to under xilinx, and code documentation
zynq axi dma驱动程序
- 基于zynq嵌入是linux axi dma驱动程序代码,可利用axi总线实现arm与fpga数据交互。