搜索资源列表
LinuxEdition3
- 完整的Linux 设备驱动第3版,包括pci,定时中断,DMA等方面的驱动开发
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
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
ST2410_BIOS
- 优龙ST2410的BIOS源码,支持USB传输DMA功能,支持LINUX和WICE引导,很适合学习2410处理器的裸机编程-Liuzhou ST2410 excellent source of the BIOS to support USB transmission DMA functionality, support for LINUX and Wice guide, it is suitable for studying the bare-metal programming processo
linux_uart2_rs422
- 本程序主要是针对linux 下s3c2410下,串口驱动进行开发,针对高速率的串口数据采集,以DMA方式读取串口通信数据,并提供串口RS422的通信协议定义。次程序在2410上以成功测试过。-This procedure is mainly directed against s3c2410 under linux, the serial driver developed for high-speed serial data acquisition, DMA mode to read the se
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设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
AT91_dma
- at91中关于 dma部分的linux源码介绍-at91 dma
dma(including-driver).xapp1052
- xilinx 官方dma 的verilog实现,包含windows和linux驱动。-XILINX s dma design of verilog ,including windows driver and linux driver .
dma.tar
- 基于三星s3c6410开发板 嵌入式linux DMA控制器简单应用实现-Samsung s3c6410 development board based on embedded linux DMA controller to achieve a simple application
dma-jz4740
- JZ4740 DMAC support for Linux v2.13.6.
dma-pvr2
- NEC PowerVR 2 (Dreamcast) DMA support for Linux v2.13.6.
Lattice ECP3 PCIe 开发板 驱动源码
- 比较直观、简洁的驱动源码,可以学习Linux驱动对中断的处理,以及DMA功能的实现。源码包含硬件文档、驱动以及应用程序例程。
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数据交互。