AW: use of posix function clock_gettime

2019-07-10 Thread Mario Molitor via Xenomai
> 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

use of posix function clock_gettime

2019-07-08 Thread Mario Molitor via Xenomai
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