All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: karre@domain.hid
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Timer frequency
Date: Fri, 20 Apr 2007 22:27:16 +0200	[thread overview]
Message-ID: <17961.8740.319909.281709@domain.hid> (raw)
In-Reply-To: <20070420003655.216340@domain.hid>

karre@domain.hid 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.


  reply	other threads:[~2007-04-20 20:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-20  0:36 [Xenomai-help] Timer frequency karre
2007-04-20 20:27 ` Gilles Chanteperdrix [this message]
2007-04-21 21:53   ` karre
2007-04-22 14:14     ` Gilles Chanteperdrix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17961.8740.319909.281709@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=karre@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.