On Fri, 27 Sept 2024 at 16:08, Román Cárdenas Rodríguez
wrote:
>
> Generic RCC class for STM32 devices. It can be used for most of STM32 chips.
> Note that it only implements enable and reset capabilities.
>
> Signed-off-by: Roman Cardenas Rodriguez
Patches 1 and 2 looked OK to me, so I've appli
Generic RCC class for STM32 devices. It can be used for most of STM32 chips.
Note that it only implements enable and reset capabilities.
Signed-off-by: Roman Cardenas Rodriguez
---
hw/misc/Kconfig | 3 +
hw/misc/meson.build | 1 +
hw/misc/stm32_rcc.c | 162 +++