Re: [PATCH rtems-docs] c-user: Update references to rtems_task_wake_after

2023-06-27 Thread Sebastian Huber
On 27.06.23 23:37, Kinsey Moore wrote: >   This directive blocks the calling task for the specified ``ticks`` of clock >   ticks if the value is not equal to :c:macro:`RTEMS_YIELD_PROCESSOR`.  When the > -requested interval has elapsed, the task is made ready.  The cl

Re: [PATCH rtems-docs] c-user: Update references to rtems_task_wake_after

2023-06-27 Thread Sebastian Huber
On 28.06.23 01:07, Chris Johns wrote: On 28/6/2023 7:37 am, Kinsey Moore wrote: On Tue, Jun 27, 2023 at 4:05 PM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 27.06.23 22:18, Kinsey Moore wrote: > diff --git a/c-user/task/directives.rst b/c-user/task/directives

Re: [PATCH rtems-docs] c-user: Update references to rtems_task_wake_after

2023-06-27 Thread Chris Johns
On 28/6/2023 7:37 am, Kinsey Moore wrote: > > On Tue, Jun 27, 2023 at 4:05 PM Sebastian Huber > > > wrote: > > On 27.06.23 22:18, Kinsey Moore wrote: > > diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst > > index c082b51.

Re: [PATCH rtems-docs] c-user: Update references to rtems_task_wake_after

2023-06-27 Thread Kinsey Moore
On Tue, Jun 27, 2023 at 4:05 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 27.06.23 22:18, Kinsey Moore wrote: > > diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst > > index c082b51..3334679 100644 > > --- a/c-user/task/directives.rst > > +++ b/c-user/tas

Re: [PATCH rtems-docs] c-user: Update references to rtems_task_wake_after

2023-06-27 Thread Sebastian Huber
On 27.06.23 22:18, Kinsey Moore wrote: diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst index c082b51..3334679 100644 --- a/c-user/task/directives.rst +++ b/c-user/task/directives.rst @@ -1475,15 +1475,15 @@ The following constraints apply to this directive: \clearpage

[PATCH rtems-docs] c-user: Update references to rtems_task_wake_after

2023-06-27 Thread Kinsey Moore
rtems_task_wake_after takes a parameter in terms of ticks and not any time base. This updates documentation to reflect that and refers any applications needing a time base to nanosleep or clock_nanosleep. Closes #4772 --- c-user/scheduling-concepts/background.rst | 6 +++--- c-user/task/directiv