Re: Timer usage

2018-04-18 Thread Joel Sherrill
On Wed, Apr 18, 2018 at 9:06 AM, Matthew J Fletcher wrote: > Hi, > > I might give it a go,.. is https://git.rtems.org/ > rtems-docs/tree/c-user/timer_manager.rst the correct source file ? > Exactly. > > then follow https://devel.rtems.org/wiki/Developer/Git/Users# > CreatingaPatch > Yes. The

Re: Timer usage

2018-04-18 Thread Matthew J Fletcher
Hi, I might give it a go,.. is https://git.rtems.org/rtems-docs/tree/c-user/timer_manager.rst the correct source file ? then follow https://devel.rtems.org/wiki/Developer/Git/Users#CreatingaPatch On 18 April 2018 at 14:40, Joel Sherrill wrote: > > > On Wed, Apr 18, 2018 at 8:25 AM, Matthew J

Re: Timer usage

2018-04-18 Thread Joel Sherrill
On Wed, Apr 18, 2018 at 8:25 AM, Matthew J Fletcher wrote: > Hi, > > I notice that the rtems timer routines only take an inital timer fire > period (or an absolute time), and dont specify a re-schedule period. > > It looks like one would use rtems_timer_reset() to re-trigger the timer > based on

Timer usage

2018-04-18 Thread Matthew J Fletcher
Hi, I notice that the rtems timer routines only take an inital timer fire period (or an absolute time), and dont specify a re-schedule period. It looks like one would use rtems_timer_reset() to re-trigger the timer based on its inital fire period and rountine, but there is no mention of the argum