Re: [PATCH qemu v2] Fixing the basic functionality of STM32 timers

2023-12-02 Thread Lucjan Bryndza
ke it easier to do a review and I am sending third version of it in a separate message. Best Regards, Lucjan Bryndza > Wiadomość napisana przez Alistair Francis w dniu > 22.11.2023, o godz. 07:25: > > On Tue, Oct 31, 2023 at 6:35 AM ~lbryndza wrote: >> >> From: Lucja

Re: Patch to fix malfunctioning of T2-T5 timers on the STM32 platform

2023-10-30 Thread Lucjan Bryndza
Hi Alistair > Wiadomość napisana przez Alistair Francis w dniu > 30.10.2023, o godz. 05:26: > > On Sat, Oct 28, 2023 at 5:55 AM Lucjan Bryndza > wrote: >> >> >> Current implementation of T2 - T5 times on the STM32 platform does not work >> properly.

Re: Patch to fix malfunctioning of T2-T5 timers on the STM32 platform

2023-10-30 Thread Lucjan Bryndza
Hi Philippe > Wiadomość napisana przez Philippe Mathieu-Daudé w dniu > 30.10.2023, o godz. 05:18: > > Hi Lucjan, > > On 27/10/23 21:37, Lucjan Bryndza wrote: >> Current implementation of T2 - T5 times on the STM32 platform does not work >> properly. >>

Patch to fix malfunctioning of T2-T5 timers on the STM32 platform

2023-10-27 Thread Lucjan Bryndza
] 01_base_00 TimeBase timer vs systick [ 1001ms ] ... [ RUN] 01_base_01 Basic heap allocator [ 1ms] ... Best Regards Lucjan Bryndza From 3ccfe70979d1b263d4fa22104ecf42ac5a628554 Mon Sep 17 00:00:00 2001 From: Lucjan Bryndza Date: Thu, 26 Oct 2023 22:45:26 +0200 Subject: [PATCH] Fixing