summary refs log tree commit diff stats
path: root/hw/char/stm32l4x5_usart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/char: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw/char/stm32l4x5_usart.c: Enable USART ACK bit responseJacob Abrams2024-09-191-0/+16
* hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 sizeInès Varhol2024-05-281-1/+1
* hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_sizeThomas Huth2024-04-301-0/+1
* hw/char/stm32l4x5_usart: Add options for serial parameters settingArnaud Minier2024-04-251-0/+98
* hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier2024-04-251-0/+143
* hw/char: Implement STM32L4x5 USART skeletonArnaud Minier2024-04-251-0/+396