[EMAIL PROTECTED] wrote: > Hi folks, > > does Xenomai adjust the system timer frequency? I probably does, so how can > I find out the frequency on my system?
See: http://www.xenomai.org/documentation/branches/v2.3.x/html/api/group__native__timer.html#g66f026b0ac68ef3acde0e6d1bdb6baaf In short, by default, the system timer is handled in aperiodic mode, which means that there is no timer frequency: the system timer is programmed at each software timer event to tick at next event. If you are using the stable version or previous releases, the system timer can be set to periodic mode at compilation time or by passing parameters to skins modules. Xenomai trunk emulates periodic mode over aperiodic mode and allows to set for each skin whether it will use the aperiodic timer, or an (emulated) periodic timer. -- Gilles Chanteperdrix. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
