]> git.proxmox.com Git - mirror_qemu.git/commit
hw/misc: Implement STM32L4x5 EXTI
authorInès Varhol <ines.varhol@telecom-paris.fr>
Tue, 9 Jan 2024 16:06:02 +0000 (17:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jan 2024 17:12:22 +0000 (17:12 +0000)
commitc9948fdd023dd2031d868c8e26f387e6705c918c
tree66b10cc2c415171a0fcc062bd88abd4da650baa0
parent8cf1da729170b7cc47ebaca46912a4f37675dc95
hw/misc: Implement STM32L4x5 EXTI

Although very similar to the STM32F4xx EXTI, STM32L4x5 EXTI generates
more than 32 event/interrupt requests and thus uses more registers
than STM32F4xx EXTI which generates 23 event/interrupt requests.

Acked-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr>
Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240109160658.311932-2-ines.varhol@telecom-paris.fr
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/b-l475e-iot01a.rst
hw/misc/Kconfig
hw/misc/meson.build
hw/misc/stm32l4x5_exti.c [new file with mode: 0644]
hw/misc/trace-events
include/hw/misc/stm32l4x5_exti.h [new file with mode: 0644]