Re: [PATCH] updated HAL_GetTick function

2021-04-20 Thread Robin Müller
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

Re: [PATCH] updated HAL_GetTick function

2021-04-19 Thread Sebastian Huber
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]

Re: [PATCH] updated HAL_GetTick function

2021-04-19 Thread Gedare Bloom
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

Re: [PATCH] updated HAL_GetTick function

2021-04-19 Thread Gedare Bloom
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

Re: [PATCH] updated HAL_GetTick function

2021-04-19 Thread Robin Müller
>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