beckus / qemu_stm32

QEMU with an STM32 microcontroller implementation
http://beckus.github.io/qemu_stm32/
Other
524 stars 144 forks source link

Send stm32 debugging outputs to stderr, instead of stdout. #25

Closed kousu closed 5 years ago

kousu commented 5 years ago

They would get mixed into other output from -serial stdio or -monitor stdio in a way that's hard to script around.

beckus commented 5 years ago

Thank you for the submission and for fixing the issue with logging. I agree that this method of writing DAC output to a hardcoded file needs to be fixed...