搜索资源列表
LinuxEdition3
- 完整的Linux 设备驱动第3版,包括pci,定时中断,DMA等方面的驱动开发
s3c44b0-key
- 44b0和linux操作系统下的按键中断驱动程序
irint2
- 基于s3c2440和linux下的按键中断代码,含消抖代码、异步触发、读写阻塞等机制,是极好的中断驱动程序的范例。使用EINT2(GPF2)
interrupt
- 这是ARM9 linux 2.4.X 中断驱动开发例子,想学LINXUX 驱动开发不妨下载参考,测试OK
2410-adc-2
- 嵌入式开发板s3c2410的模数转换模块的linux操作系统驱动程序,涉及进程,中断,信号量,文件系统等概念
msp430f2274_uart_interrupt_c
- msp430f2274的串口驱动程序,使用中断驱动,也可用于其他fx2xx系列,自适应波特率,原驱动开发环境为linux 。-msp430f2274 serial driver to use interrupt-driven, can also be used for other fx2xx series, adaptive baud rate, the original driver development environment for linux.
linux_Serial_Port_Driver_Development
- linux下串口驱动开发文档,:介绍了Linux 下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY 终端使用), 以及Linux 下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 其中有关w83697/w83977 IC 方面的知识, 具体参考相关手册, 对串口的配置寄存器有详细介绍,。-linux_Serial Port Driver Development
linux_timer
- linux s3c2410下,片内定时器中断的驱动程序-linux s3c2410 platform,internal timing interrupt driver program
LinuxDeviceDriver
- linux设备驱动教学课件,字符驱动,内核调试,竞态,中断,高级io-linux device driver Courseware
TSC2007
- Linux2.6.18 下TSC2007驱动,修改了TI提供的源码中会产生调度错误的BUG,代码运行于davinci6446处理器下,可以自行修改中断引脚相关代码-Linux2.6.18 under the TSC2007 driver, modify the source code provided by TI will have scheduling error BUG
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
msp430f2274_uart_interrupt_c
- msp430f2274的串口驱动程序,使用中断驱动,也可用于其他fx2xx系列,自适应波特率,原驱动开发环境为linux 。-msp430f2274 serial driver to use interrupt-driven, can also be used for other fx2xx series, adaptive baud rate, the original driver development environment for linux.
key
- 在ARM2440的嵌入式的linux驱动程序,本程序是按键中断驱动程序,包含其应用程序。-Embedded in the ARM2440 linux driver, this program is key interrupt-driven process, including its applications.
at91rm9200_fiq_linux_driver
- Linux下,AT91RM9200的中断驱动例程,C语言编写。-Under Linux, AT91RM9200 interrupt-driven routine, C language.
linux-interrupt
- linux 驱动中编程的核心内容,中断,这会和arm7中的中断很好的结合起来。-linux driver core programming, interrupt, which interrupt and arm7 well in combination.
third_dev_interrupt
- 6410板载嵌入式Linux平台的中断驱动测试程序的硬件与新手写的测试程序-6410 onboard embedded Linux platform interrupt-driven test program the hardware with new handwriting test program
linux-tty_GPRS
- linux系统下的串口编程,驱动SIM300 GPRS通信的程序。包括串口通信,串口中断,GPRS无线通信数据的接收与发送源代码。-linux gprs
button_drv
- TQ244开发板在linux下按键中断驱动程序和测试程序-The TQ244 development board under linux key interrupt driver and testing procedures
Int
- 这是一个基于S3C2440的中断驱动程序,在linux下写的,非常适合学习S3C2440的初学者-This is a S3C2440 based on interrupt-driven program, written under linux, very suitable for beginners to learn S3C2440
Lattice ECP3 PCIe 开发板 驱动源码
- 比较直观、简洁的驱动源码,可以学习Linux驱动对中断的处理,以及DMA功能的实现。源码包含硬件文档、驱动以及应用程序例程。