Okay, then I will just implement using rtems_clock_get_uptime_nanoseconds()
, similarly to how it was done in the lwIP sys_now implementation by Pavel.
Kind Regards
Robin
On Mon, 19 Apr 2021 at 19:53, Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 19/04/2021 18:42, Gedare Bloo
On 19/04/2021 18:42, Gedare Bloom wrote:
On Mon, Apr 19, 2021 at 10:41 AM Gedare Bloom wrote:
On Mon, Apr 19, 2021 at 2:51 AM Robin Müller wrote:
From 88ac5780f5597a8bb3bf68c6b37fe6694956faaf Mon Sep 17 00:00:00 2001
From: Robin Mueller
Date: Mon, 19 Apr 2021 10:39:55 +0200
Subject: [PATCH]
On Mon, Apr 19, 2021 at 10:41 AM Gedare Bloom wrote:
>
> On Mon, Apr 19, 2021 at 2:51 AM Robin Müller
> wrote:
> >
> > From 88ac5780f5597a8bb3bf68c6b37fe6694956faaf Mon Sep 17 00:00:00 2001
> > From: Robin Mueller
> > Date: Mon, 19 Apr 2021 10:39:55 +0200
> > Subject: [PATCH] updated HAL_GetTic
On Mon, Apr 19, 2021 at 2:51 AM Robin Müller wrote:
>
> From 88ac5780f5597a8bb3bf68c6b37fe6694956faaf Mon Sep 17 00:00:00 2001
> From: Robin Mueller
> Date: Mon, 19 Apr 2021 10:39:55 +0200
> Subject: [PATCH] updated HAL_GetTick function
>
> Patch text went missing, here is the full version of the
>From 88ac5780f5597a8bb3bf68c6b37fe6694956faaf Mon Sep 17 00:00:00 2001
From: Robin Mueller
Date: Mon, 19 Apr 2021 10:39:55 +0200
Subject: [PATCH] updated HAL_GetTick function
Patch text went missing, here is the full version of the patch.
Provides implementation for HAL_GetTick but uses RTEMS.
A