> First of all, all in-kernel APIs have been deprecated and removed in favor of
> RTDM driver APIs. However, RTDM does not expose this clock directly. You can
> only do rtdm_clock_read (realtime) or rtdm_clock_read_monotonic().
This was also my recognising after reading the code and the informat
Hello Xenomai-Community,
we are seeming to have a migration problem by our internal synchronization
kernel-module.
The module try to get timestamp of Host-Real-Time-Clock in Real-Time IRQ
context.
In the old version of XENOMAI (2.6.5) it was possible to use XENOMAI POSIX
function directly (cl