Thanks, v2 coming shortly.
Kinsey
On Wed, Jun 28, 2023 at 1:28 PM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 28.06.23 20:22, Kinsey Moore wrote:
> > rtems_task_wake_after takes a parameter in terms of a count of clock
> > ticks and not a measure in a subunit of seconds. Th
On 28.06.23 20:22, Kinsey Moore wrote:
rtems_task_wake_after takes a parameter in terms of a count of clock
ticks and not a measure in a subunit of seconds. This updates
documentation to reflect that and recommends clock_nanosleep() for
applications requiring sleep for a time-based duration inste
rtems_task_wake_after takes a parameter in terms of a count of clock
ticks and not a measure in a subunit of seconds. This updates
documentation to reflect that and recommends clock_nanosleep() for
applications requiring sleep for a time-based duration instead of a
count of clock ticks.
Updates #4