genode/repos/dde_linux/src/include
Martin Stein 47dc708887 usb rpi: get rid of local hardware timer
We used a hardware timer locally in the RPI USB driver because a timer
connection was not precise enough to fullfill the host controllers
requirements.

With the modern timer connection interface, however, reading out time at
a connection is microseconds precise and we can remove the local timer.
But we cannot use the same timer connection for doing legacy-interface
stuff like usleep (currently used in LX kit) and modern-interface stuff
like curr_time. Thus, we open two connections for now.

Ref #2400
2017-08-23 14:08:37 +02:00
..
lx_emul usb: add OHCI support 2017-05-31 13:16:00 +02:00
lx_kit usb rpi: get rid of local hardware timer 2017-08-23 14:08:37 +02:00
spec dde_linux: use internal setjmp/longjmp only 2017-05-02 15:29:03 +02:00