搜索资源列表
piano
- 一个发声键盘驱动。本模块会首先禁用常规的键盘中断处理,然后将本身挂到IRQ1上,之后每次其收到键盘中断,将会读取键盘状态和按键,然后当 kernel 认为可行时运行 got_char 打印键盘事件并发出蜂鸣声。3.2.14版本linux下开发,测试可用。 -An audible keyboard driver. This module will first disable the regular keyboard interrupt handler, and then will hang i
key_irq
- 基于三星s5pc100芯片的终端处理,实现CortexA8按键的中断处理-Based the Samsung s5pc100 chip terminal handling, interrupt handling the CortexA8 keys
platform_dou
- 基于cortexA8开发板的按键中断处理,设计了按键的防抖动功能-Interrupt handling, the design of the key of the judder function based on the keys of the cortexA8 development board
pwm_server
- 基于CortexA8开发板做的自动报警程序,使用了中断处理机制-Automatic alarm program do based on CortexA8 development board, the use of the interrupt handling mechanism
adc_inter
- 基于中断处理的adc驱动程序,字符设备驱动的一个模块-Adc driver interrupt handler, a character device driver modules
kernel_interrupt
- 介绍了Linux内核中断 1 什么是中断 2 中断分类 3 Linux 异常处理体系结构 4 中断处理后半部机制-The Linux kernel interrupt 1 What is the interrupt 2 interrupt exception handling architecture Category 3 Linux interrupt processing latter part of mechanism
LinuxDrv
- 介绍了Linux下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY终端使用), 以及Linux下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 -Linux serial driver level design and interface, and pointed out that the level of association between the serial TTY terminal (serial port can be use
interrapt_driver
- 基于三星s3c2440芯片,在输入子系统的基础下以中断方式来处理中异常的按键驱动程序。-Based on samsung s3c2440 chip, with the foundation of the input sub-system in interrupt way to deal with the abnormal key drivers.
htirq
- 关于pci设备中断驱动程序编程文件,处理中断事件-pci irq
myOS
- 本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1
driver
- 1. 硬件基于HC-SR04模块,可自行查找。 2. 代码PWM模块用于测试中断响应性能, 背光部分注释掉是因为和PWM复用了。 3. 测试中断响应性能时不要使用在中断上半部使用printk()方式,否则延时会到ms级。 4. 代码中注册的字符设备可不需要,创建的内核线程用于控制时序。 3. 由于超声波采用的是普通的GPIO中断,而且精度需要达到us级,当有许多高优先级的中断需要处理时, 驱动响应会延迟导致得到的时间不同,稳定性会大大下降,只可作为参考,如果要商用最好使用专用