-
The VMM does not virtualize the time stamp counter (TSC) or any other timers. This can lead timer interrupt (IDT d1: hal!HalpTimerClockInterrupt, on my test system) immediately after VM-enter when the…
-
I stumbled over the following situation in the context of the refactoring of the timer module to use our new daisy chain module. Consider this situation:
1. The timer fires and therefore requests a…
-
First: It's entirely possible I'm barking up the wrong tree, I've only just started with FemtoRV, as it looks like a perfect fit for a project I'm embarking on.
To help me understand the core, I've…
-
There seems to be some issue with the examples/timer implementations.
attempting to run the timer example on a stock nucleo-f767zi board prints the message in main but TIM2 never fires.
-
```
What change would like to see?
The core should define the timer interrupt handlers and provide an API for
registering a listener.
Why?
For example, the Servo library and the tone() function …
-
```
What change would like to see?
The core should define the timer interrupt handlers and provide an API for
registering a listener.
Why?
For example, the Servo library and the tone() function …
-
```
What change would like to see?
The core should define the timer interrupt handlers and provide an API for
registering a listener.
Why?
For example, the Servo library and the tone() function …
-
```
What change would like to see?
The core should define the timer interrupt handlers and provide an API for
registering a listener.
Why?
For example, the Servo library and the tone() function …
-
```
What change would like to see?
The core should define the timer interrupt handlers and provide an API for
registering a listener.
Why?
For example, the Servo library and the tone() function …
-
The following _proof-of-concept_ commit replaces the timer-based capturing of screen data with using the VBLANK interrupt to trigger the update. It patches the `a64_linux` kernel to never disable the …
cnuke updated
4 months ago