Re: [PATCH v4 1/8] Implement STM32L4x5_RCC skeleton

2024-01-31 Thread Alistair Francis
On Wed, Jan 31, 2024 at 2:09 AM Arnaud Minier wrote: > > Add the necessary files to add a simple RCC implementation with just > reads from and writes to registers. Also instanciate the RCC in the > STM32L4x5_SoC. It is needed for accurate emulation of all the SoC > clocks and timers. > > Signed-of

[PATCH v4 1/8] Implement STM32L4x5_RCC skeleton

2024-01-30 Thread Arnaud Minier
Add the necessary files to add a simple RCC implementation with just reads from and writes to registers. Also instanciate the RCC in the STM32L4x5_SoC. It is needed for accurate emulation of all the SoC clocks and timers. Signed-off-by: Arnaud Minier Signed-off-by: Inès Varhol --- MAINTAINERS