Edgar Bonet
Edgar Bonet
This issue has become more obvious with the extra buttons brought by 1.17.0. Now I experience a broken layout for all window widths in the range 768px–1199px, both on Firefox...
I wonder whether it is really useful to format those times in years, months, weeks and days. In the specific context of recording the time spent working on an issue,...
That's a heck of a long stty command! Personally, I just set the terminal to raw mode and disable echo. “Raw mode” is a setting that combines many individual settings...
> Hmm are you sure about that? Absolutely. I can reliably segfault simavr with this: ```shell echo -e "sts 0x01ff, r0\nsleep" > crash.s avr-gcc -mmcu=atmega2560 -nostdlib crash.s -o crash.elf ./run_avr...
> In that case I'd really like some sort of error message to signal the problem. Indeed, it would be really nice if simavr could print a warning whenever the...
Note that Gitlab cares about the exit code of the test script, not the one of simavr. The test script could parse the output of the ATmega32 program (forwarded by...
@jack-greenberg: I had experienced crashes due to out-of-bounds access to the `avr->io` array. This was while simulating an ATmega2560, which has an “extended I/O” space larger than most AVRs, and...
@maxgerhardt wrote: > simavr seems to postfix firmware output with "`..`" at the end This is meant to represent the `"\r\n"` line termination appended by `Serial.println()`. Simavr [replaces non-printing characters...
On my Ubuntu 20.04, ```shell pkg-config --libs glu ``` outputs ```text -lGLU -lGL ``` If you had to manually add these flags, I would guess that's because your `pkg-config` is...
I just tried on an Ubuntu Jammy (22.04) virtual machine, and I get, I believe, the same build failure as you: while building charlcd.elf, the linker doesn't find the symbol...