Re: [PATCH 0/7] Add support for cyclic function execution infrastruture

2022-07-25 Thread Tom Rini
On Mon, Jul 25, 2022 at 10:39:11AM +0200, Stefan Roese wrote: > Hi Tom, > > On 25.05.22 09:40, Stefan Roese wrote: > > This patchset adds the basic infrastructure to periodically execute > > code, e.g. all 100ms. Examples for such functions might be LED blinking > > etc. The functions that are

Re: [PATCH 0/7] Add support for cyclic function execution infrastruture

2022-07-25 Thread Stefan Roese
Hi Tom, On 25.05.22 09:40, Stefan Roese wrote: This patchset adds the basic infrastructure to periodically execute code, e.g. all 100ms. Examples for such functions might be LED blinking etc. The functions that are hooked into this cyclic list should be small timewise as otherwise the execution

[PATCH 0/7] Add support for cyclic function execution infrastruture

2022-05-25 Thread Stefan Roese
This patchset adds the basic infrastructure to periodically execute code, e.g. all 100ms. Examples for such functions might be LED blinking etc. The functions that are hooked into this cyclic list should be small timewise as otherwise the execution of the other code that relies on a high frequent