Remix.run Logo
general1465 6 hours ago

You could have HTTP API to GDB bridge and achieve same control with QEMU

Same for UART bridge - Have a look on STM32L403 implementation in QEMU which I believe does implement UART as well. And ADC and other peripherals.

And regarding autosnapshot, that's can be done via GDB as well - save RAM + registers and then load them back.