xpack-dev-tools / qemu

A fork of the QEMU project, used to build the xPack QEMU ARM
Other
34 stars 16 forks source link

Implement very basic USART input/output #23

Closed vit9696 closed 2 years ago

vit9696 commented 2 years ago

While this does not strictly follow the design of the STM32 USART, it allows one to use -serial stdio for output or -serial tcp::12345,server,nodelay for both input and output like on real hardware.