Re: [PATCH v7 0/3] Add device STM32L4x5 GPIO

2024-03-07 Thread Peter Maydell
On Tue, 5 Mar 2024 at 21:04, Inès Varhol wrote: > > This patch adds a new device STM32L4x5 GPIO device and is part > of a series implementing the STM32L4x5 with a few peripherals. > Applied to target-arm.next, thanks. -- PMM

[PATCH v7 0/3] Add device STM32L4x5 GPIO

2024-03-05 Thread Inès Varhol
This patch adds a new device STM32L4x5 GPIO device and is part of a series implementing the STM32L4x5 with a few peripherals. Changes from v6 : - rebasing on main - removing QTest `clock_enable()` as it isn't actually a GPIO test Changes from v5 : - deduplicating macro constant `GPIO_NUM_PINS` th