gatk555

Results 66 comments of gatk555

[Here.](https://github.com/gatk555/simavr#using)

It sounds similar to the cause in Pull Request #438: elf_read_firmware() starts with memset(), destroying all initialiasations. Removing memset() crashes, so a fix may not be so simple ...

You could suggest to your user to try stdbuf. It is apparently included for Windows in msys2. It should work if the program was built with MINGW, but not if...

My understanding is that Msys2 is just MINGW with pre-built GNU utilities. So you may already have it. As far as I can see, there is no simavr documentation on...

I had forgotten those build instructions, as they are in a separate file. But I suggest looking at [the fork by maxgerhardt](https://github.com/maxgerhardt/simavr) or merging PR #460 as the MINGW instructions...

The only place I could merge that would be in my own fork, but the target file (README.md) is completely different there. It could be used to update README.mingw. I...

A PR to fix the "real-time" behaviour with gdb sounds like a good idea to me. You may run into a conflict with merged PR #482. I did not worry...

I think the conversion to dots is very useful when running interactively and the firmware is misbehaving. That is a common case, so "raw mode" should be a configurable option....

The last round of merges was a month ago, with the one before 8 months previous. So I think it would make sense to advertise the fork until the auto-build...

It seems you merged a change from a fork that has not merged PR #482 into one that has, and that has partially reverted the PR. Control-C handling was modified...