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

2022-08-01 Thread Simon Glass
Hi Stefan, On Mon, 1 Aug 2022 at 08:09, Stefan Roese wrote: > > Hi Simon, > > On 01.08.22 15:00, Simon Glass wrote: > > Hi Stefan, > > > > On Mon, 1 Aug 2022 at 06:40, Stefan Roese wrote: > >> > >> Hi Simon, > >> > >> On 01.08.22 14:22, Simon Glass wrote: > >>> Hi Stefan, > >>> > >>> On Mon, 1 A

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

2022-08-01 Thread Stefan Roese
Hi Simon, On 01.08.22 15:00, Simon Glass wrote: Hi Stefan, On Mon, 1 Aug 2022 at 06:40, Stefan Roese wrote: Hi Simon, On 01.08.22 14:22, Simon Glass wrote: Hi Stefan, On Mon, 1 Aug 2022 at 01:17, Stefan Roese wrote: Hi Simon, On 31.07.22 03:27, Simon Glass wrote: Hi Stefan, On Thu,

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

2022-08-01 Thread Simon Glass
Hi Stefan, On Mon, 1 Aug 2022 at 06:40, Stefan Roese wrote: > > Hi Simon, > > On 01.08.22 14:22, Simon Glass wrote: > > Hi Stefan, > > > > On Mon, 1 Aug 2022 at 01:17, Stefan Roese wrote: > >> > >> Hi Simon, > >> > >> On 31.07.22 03:27, Simon Glass wrote: > >>> Hi Stefan, > >>> > >>> On Thu, 28

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

2022-08-01 Thread Stefan Roese
Hi Simon, On 01.08.22 14:22, Simon Glass wrote: Hi Stefan, On Mon, 1 Aug 2022 at 01:17, Stefan Roese wrote: Hi Simon, On 31.07.22 03:27, Simon Glass wrote: Hi Stefan, On Thu, 28 Jul 2022 at 01:09, Stefan Roese wrote: This patchset adds the basic infrastructure to periodically execute c

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

2022-08-01 Thread Simon Glass
Hi Stefan, On Mon, 1 Aug 2022 at 01:17, Stefan Roese wrote: > > Hi Simon, > > On 31.07.22 03:27, Simon Glass wrote: > > Hi Stefan, > > > > On Thu, 28 Jul 2022 at 01:09, Stefan Roese wrote: > >> > >> This patchset adds the basic infrastructure to periodically execute > >> code, e.g. all 100ms. Ex

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

2022-08-01 Thread Stefan Roese
Hi Heinrich, On 01.08.22 09:54, Heinrich Schuchardt wrote: On 7/28/22 09:09, 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 s

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

2022-08-01 Thread Heinrich Schuchardt
On 7/28/22 09:09, 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 of the oth

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

2022-08-01 Thread Stefan Roese
Hi Simon, On 31.07.22 03:27, Simon Glass wrote: Hi Stefan, On Thu, 28 Jul 2022 at 01:09, 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 thi

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

2022-07-30 Thread Simon Glass
Hi Stefan, On Thu, 28 Jul 2022 at 01:09, 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 o

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

2022-07-28 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 p