mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 02:16:44 +00:00
Previously we used a pretty slow external clock source for the timer. This resulted in such a low TICS_PER_MS value that the granularity wasn't sufficient to find a setup with a precision better than 1 second error per minute. Now we use the so-called High Frequency Reference Clock as input with TICS_PER_MS=33333 and the timer precision is significantly < 1 second per minute. Fixes #1805
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.