Re: [PATCH] bsps/clock: Fix fast idle mode

2024-01-22 Thread Sebastian Huber
- Am 22. Jan 2024 um 17:52 schrieb Gedare Bloom ged...@rtems.org: > On Tue, Jan 16, 2024 at 8:44 AM Sebastian Huber > wrote: >> >> Switch back to the idle thread if no watchdogs are active. In some tests, >> the >> idle thread may do some non-blocking work. >> --- >>

Re: [PATCH] bsps/clock: Fix fast idle mode

2024-01-22 Thread Gedare Bloom
On Tue, Jan 16, 2024 at 8:44 AM Sebastian Huber wrote: > > Switch back to the idle thread if no watchdogs are active. In some tests, the > idle thread may do some non-blocking work. > --- > bsps/shared/dev/clock/clockimpl.h | 16 > 1 file changed, 16 insertions(+) > > diff

[PATCH] bsps/clock: Fix fast idle mode

2024-01-16 Thread Sebastian Huber
Switch back to the idle thread if no watchdogs are active. In some tests, the idle thread may do some non-blocking work. --- bsps/shared/dev/clock/clockimpl.h | 16 1 file changed, 16 insertions(+) diff --git a/bsps/shared/dev/clock/clockimpl.h