搜索资源列表
beat
- Simple routines for Celleb/Beat driver for Linux.
beat_udbg
- udbg function for Beat.
beat_wrapper
- Beat hypervisor call IF for Linux v2.13.6.
w1_log
- Beat hypervisor call numbers for Linux v2.13.6.
beat
- Simple routines for Celleb Beat.
esp
- Celleb Beat Interrupt controller for Linux v2.13.6.
callc
- experimental REJECT after ALERTING for CALLBACK to beat the 4s delay for Linux v2.13.6.
beat_interrupt
- Celleb Beat Interrupt controller.
beat
- Simple routines for Celleb Beat.
beat_hvCall
- Beat hypervisor call I F for Linux v2.13.6.
beat_udbg
- udbg function for Beat for Linux v2.13.6.
dw_wdt
- spu hypervisor abstraction for Beat.
vf-colibri
- Beat hypervisor call I F for Linux v2.13.6.
hvc_beat
- Beat hypervisor console driver.
datalab-handout
- 深入理解计算机 LAB2 datalab-*********************** The CS:APP Data Lab Directions to Students *********************** Your goal is to modify your copy of bits.c so that it passes all the tests in btest without violating any of the coding guide
7.滴答定时器实验
- Systick就是一个定时器而已,只是它放在了NVIC中,主要的目的是为了给操作系统提供一个硬件上的中断(号称滴答中断)。滴答中断?这里来简单地解释一下。操作系统进行运转的时候,也会有“心跳”。它会根据“心跳”的节拍来工作,把整个时间段分成很多小小的时间片,每个任务每次只能运行一个“时间片”的时间长度就得退出给别的任务运行,这样可以确保任何一个任务都不会霸占整个系统不放。或者把每个定时器周期的某个时间范围赐予特定的任务等,还有操作系统提供的各种定时功能,都与这个滴答定时器有关。因此,需要一个定时