Re: [PATCH v4 6/9] sandbox: Add cyclic demo function

2022-08-16 Thread Stefan Roese
Hi Simon, On 16.08.22 13:48, Simon Glass wrote: Hi Stefan, On Tue, 16 Aug 2022 at 04:28, Stefan Roese wrote: This patch enables the cyclic infrastructure on sandbox and also adds one simple example/demo functions using this cyclic functionality. Signed-off-by: Stefan Roese --- v4: -

Re: [PATCH v4 6/9] sandbox: Add cyclic demo function

2022-08-16 Thread Simon Glass
Hi Stefan, On Tue, 16 Aug 2022 at 04:28, Stefan Roese wrote: > > This patch enables the cyclic infrastructure on sandbox and also adds > one simple example/demo functions using this cyclic functionality. > > Signed-off-by: Stefan Roese > --- > v4: > - Rename cyclic_struct to cyclic_info > > v3:

[PATCH v4 6/9] sandbox: Add cyclic demo function

2022-08-16 Thread Stefan Roese
This patch enables the cyclic infrastructure on sandbox and also adds one simple example/demo functions using this cyclic functionality. Signed-off-by: Stefan Roese --- v4: - Rename cyclic_struct to cyclic_info v3: - No change v2: - Extend CONFIG_CYCLIC_MAX_CPU_TIME_US to 1ms as running