From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4BEB0EF2.7020604@domain.hid> Date: Wed, 12 May 2010 22:26:26 +0200 From: Wolfgang Grandegger MIME-Version: 1.0 References: <4BEB0A05.5020006@domain.hid> In-Reply-To: <4BEB0A05.5020006@domain.hid> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] native kernel task example List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ramoncostacastello@domain.hid Cc: xenomai@xenomai.org On 05/12/2010 10:05 PM, Ramon wrote: > Hi, > > I'm looking for a very simple kernel task using native api. > A very simple one would be nice, a periodical task for example. > > I'm interested in the .c file and its Makefile. You can find examples in the "examples" directory of the Xenomai tree as documented here: http://xenomai.org/index.php/Examples http://www.rts.uni-hannover.de/xenomai/lxr/source/examples/native/trivial-periodic.c might be what you are looking for. Wolfgang.