Re: [PATCH qemu v3 02/20] Fixing the basic functionality of STM32 timers

2023-12-06 Thread Alex Bennée
~lbryndza writes: > From: Lucjan Bryndza > > The current implementation of timers does not work properly > even in basic functionality. A counter configured to report > an interrupt every 10ms reports the first interrupts after a > few seconds. There are also no properly implemented count up an

[PATCH qemu v3 02/20] Fixing the basic functionality of STM32 timers

2023-12-02 Thread ~lbryndza
From: Lucjan Bryndza The current implementation of timers does not work properly even in basic functionality. A counter configured to report an interrupt every 10ms reports the first interrupts after a few seconds. There are also no properly implemented count up an count down modes. This commit