Message: 4 Date: Sat, 16 Nov 2013 17:35:16 +0100 (CET) From: Beno?t Th?baudeau <benoit.thebaudeau@advansee.com> Subject: [Contiki-developers] [**SPAM**]Rtimer limitations To: Contiki developer mailing list <contiki-developers@lists.sourceforge.net> Message-ID: <1772566825.397867.1384619716871.JavaMail.zimbra@advansee.com> Content-Type: text/plain; charset=utf-8
Hi all,
Rtimers are very useful in order to schedule hard real-time tasks, while Ctimers may be delayed. However, looking at their implementation in core/sys/rtimer.{c|h}, it seems that only a single Rtimer instance is supported at once. This is a big issue since it means that only a single Rtimer can be used in the firmware, or that Rtimer users have to know each other in order not to make Rtimers collide. Is it the expected behavior? Moreover, this limitation is not documented. Any comment?
Best regards, Beno?t
------------------------------
Message: 5 Date: Sat, 16 Nov 2013 17:41:24 +0100 From: Adam Dunkels <adam@thingsquare.com> Subject: Re: [Contiki-developers] [**SPAM**]Rtimer limitations To: Contiki developer mailing list <contiki-developers@lists.sourceforge.net> Message-ID: <CAEW-RJ5WHcsMjoTPXSFNMLhmyboJXV6L63ctJ5xkCgJ66j=GHw@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
The rtimer API is supposed to support multiple rtimers but, yeah, the implementation only supports one. Until we've got stable code for multiple rtimers, this is what we have.
/adam
On Sat, Nov 16, 2013 at 5:35 PM, Beno?t Th?baudeau <
benoit.thebaudeau@advansee.com> wrote:
文章评论(0条评论)
登录后参与讨论